You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 3 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "css-tree@1.0.0-alpha.37",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "css-tree@1.0.0-alpha.37",
  9. "_id": "css-tree@1.0.0-alpha.37",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  12. "_location": "/css-tree",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "css-tree@1.0.0-alpha.37",
  18. "name": "css-tree",
  19. "escapedName": "css-tree",
  20. "rawSpec": "1.0.0-alpha.37",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0-alpha.37"
  23. },
  24. "_requiredBy": [
  25. "/svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  28. "_spec": "1.0.0-alpha.37",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Roman Dvornov",
  32. "email": "rdvornov@gmail.com",
  33. "url": "https://github.com/lahmatiy"
  34. },
  35. "browser": {
  36. "./data": "./dist/default-syntax.json"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/csstree/csstree/issues"
  40. },
  41. "dependencies": {
  42. "mdn-data": "2.0.4",
  43. "source-map": "^0.6.1"
  44. },
  45. "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",
  46. "devDependencies": {
  47. "coveralls": "^3.0.4",
  48. "eslint": "^6.3.0",
  49. "json-to-ast": "^2.1.0",
  50. "mocha": "^5.2.0",
  51. "nyc": "^14.1.1",
  52. "rollup": "^1.22.0",
  53. "rollup-plugin-commonjs": "^10.1.0",
  54. "rollup-plugin-json": "^4.0.0",
  55. "rollup-plugin-node-resolve": "^5.2.0",
  56. "terser": "^4.3.4"
  57. },
  58. "engines": {
  59. "node": ">=8.0.0"
  60. },
  61. "files": [
  62. "data",
  63. "dist",
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/csstree/csstree#readme",
  67. "keywords": [
  68. "css",
  69. "ast",
  70. "tokenizer",
  71. "parser",
  72. "walker",
  73. "lexer",
  74. "generator",
  75. "utils",
  76. "syntax",
  77. "validation"
  78. ],
  79. "license": "MIT",
  80. "main": "./lib/index",
  81. "name": "css-tree",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/csstree/csstree.git"
  85. },
  86. "scripts": {
  87. "build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js",
  88. "coverage": "nyc npm test",
  89. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  90. "gen:syntax": "node scripts/gen-syntax-data",
  91. "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",
  92. "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
  93. "lint-and-test": "npm run lint && npm test",
  94. "prepublishOnly": "npm run build",
  95. "review:syntax-patch": "node scripts/review-syntax-patch",
  96. "test": "mocha --reporter progress",
  97. "travis": "nyc npm run lint-and-test && npm run coveralls",
  98. "update:docs": "node scripts/update-docs"
  99. },
  100. "version": "1.0.0-alpha.37"
  101. }