Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "css-tree@1.0.0-alpha.37",
  3. "_id": "css-tree@1.0.0-alpha.37",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  6. "_location": "/css-tree",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "css-tree@1.0.0-alpha.37",
  12. "name": "css-tree",
  13. "escapedName": "css-tree",
  14. "rawSpec": "1.0.0-alpha.37",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0-alpha.37"
  17. },
  18. "_requiredBy": [
  19. "/csso",
  20. "/svgo"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  23. "_shasum": "98bebd62c4c1d9f960ec340cf9f7522e30709a22",
  24. "_spec": "css-tree@1.0.0-alpha.37",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/svgo",
  26. "author": {
  27. "name": "Roman Dvornov",
  28. "email": "rdvornov@gmail.com",
  29. "url": "https://github.com/lahmatiy"
  30. },
  31. "browser": {
  32. "./data": "./dist/default-syntax.json"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/csstree/csstree/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "mdn-data": "2.0.4",
  40. "source-map": "^0.6.1"
  41. },
  42. "deprecated": false,
  43. "description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
  44. "devDependencies": {
  45. "coveralls": "^3.0.4",
  46. "eslint": "^6.3.0",
  47. "json-to-ast": "^2.1.0",
  48. "mocha": "^5.2.0",
  49. "nyc": "^14.1.1",
  50. "rollup": "^1.22.0",
  51. "rollup-plugin-commonjs": "^10.1.0",
  52. "rollup-plugin-json": "^4.0.0",
  53. "rollup-plugin-node-resolve": "^5.2.0",
  54. "terser": "^4.3.4"
  55. },
  56. "engines": {
  57. "node": ">=8.0.0"
  58. },
  59. "files": [
  60. "data",
  61. "dist",
  62. "lib"
  63. ],
  64. "homepage": "https://github.com/csstree/csstree#readme",
  65. "keywords": [
  66. "css",
  67. "ast",
  68. "tokenizer",
  69. "parser",
  70. "walker",
  71. "lexer",
  72. "generator",
  73. "utils",
  74. "syntax",
  75. "validation"
  76. ],
  77. "license": "MIT",
  78. "main": "./lib/index",
  79. "name": "css-tree",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/csstree/csstree.git"
  83. },
  84. "scripts": {
  85. "build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js",
  86. "coverage": "nyc npm test",
  87. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  88. "gen:syntax": "node scripts/gen-syntax-data",
  89. "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null",
  90. "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
  91. "lint-and-test": "npm run lint && npm test",
  92. "prepublishOnly": "npm run build",
  93. "review:syntax-patch": "node scripts/review-syntax-patch",
  94. "test": "mocha --reporter progress",
  95. "travis": "nyc npm run lint-and-test && npm run coveralls",
  96. "update:docs": "node scripts/update-docs"
  97. },
  98. "version": "1.0.0-alpha.37"
  99. }