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.

package.json 3.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  22. "_shasum": "98bebd62c4c1d9f960ec340cf9f7522e30709a22",
  23. "_spec": "css-tree@1.0.0-alpha.37",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo",
  25. "author": {
  26. "name": "Roman Dvornov",
  27. "email": "rdvornov@gmail.com",
  28. "url": "https://github.com/lahmatiy"
  29. },
  30. "browser": {
  31. "./data": "./dist/default-syntax.json"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/csstree/csstree/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "mdn-data": "2.0.4",
  39. "source-map": "^0.6.1"
  40. },
  41. "deprecated": false,
  42. "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",
  43. "devDependencies": {
  44. "coveralls": "^3.0.4",
  45. "eslint": "^6.3.0",
  46. "json-to-ast": "^2.1.0",
  47. "mocha": "^5.2.0",
  48. "nyc": "^14.1.1",
  49. "rollup": "^1.22.0",
  50. "rollup-plugin-commonjs": "^10.1.0",
  51. "rollup-plugin-json": "^4.0.0",
  52. "rollup-plugin-node-resolve": "^5.2.0",
  53. "terser": "^4.3.4"
  54. },
  55. "engines": {
  56. "node": ">=8.0.0"
  57. },
  58. "files": [
  59. "data",
  60. "dist",
  61. "lib"
  62. ],
  63. "homepage": "https://github.com/csstree/csstree#readme",
  64. "keywords": [
  65. "css",
  66. "ast",
  67. "tokenizer",
  68. "parser",
  69. "walker",
  70. "lexer",
  71. "generator",
  72. "utils",
  73. "syntax",
  74. "validation"
  75. ],
  76. "license": "MIT",
  77. "main": "./lib/index",
  78. "name": "css-tree",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/csstree/csstree.git"
  82. },
  83. "scripts": {
  84. "build": "npm run gen:syntax && rollup --config && terser dist/csstree.js --compress --mangle -o dist/csstree.min.js",
  85. "coverage": "nyc npm test",
  86. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  87. "gen:syntax": "node scripts/gen-syntax-data",
  88. "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",
  89. "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
  90. "lint-and-test": "npm run lint && npm test",
  91. "prepublishOnly": "npm run build",
  92. "review:syntax-patch": "node scripts/review-syntax-patch",
  93. "test": "mocha --reporter progress",
  94. "travis": "nyc npm run lint-and-test && npm run coveralls",
  95. "update:docs": "node scripts/update-docs"
  96. },
  97. "version": "1.0.0-alpha.37"
  98. }