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

100 行
3.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "csso@4.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "csso@4.0.3",
  9. "_id": "csso@4.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==",
  12. "_location": "/csso",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "csso@4.0.3",
  18. "name": "csso",
  19. "escapedName": "csso",
  20. "rawSpec": "4.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.3"
  23. },
  24. "_requiredBy": [
  25. "/svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/csso/-/csso-4.0.3.tgz",
  28. "_spec": "4.0.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sergey Kryzhanovsky",
  32. "email": "skryzhanovsky@ya.ru",
  33. "url": "https://github.com/afelix"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/css/csso/issues"
  37. },
  38. "dependencies": {
  39. "css-tree": "1.0.0-alpha.39"
  40. },
  41. "description": "CSS minifier with structural optimisations",
  42. "devDependencies": {
  43. "@rollup/plugin-commonjs": "^11.0.1",
  44. "@rollup/plugin-json": "^4.0.1",
  45. "@rollup/plugin-node-resolve": "^7.0.0",
  46. "coveralls": "^3.0.11",
  47. "eslint": "^6.8.0",
  48. "mocha": "^7.1.1",
  49. "nyc": "^15.0.0",
  50. "rollup": "^1.29.0",
  51. "source-map": "^0.6.1",
  52. "terser": "^4.6.3"
  53. },
  54. "engines": {
  55. "node": ">=8.0.0"
  56. },
  57. "files": [
  58. "dist/csso.js",
  59. "dist/csso.min.js",
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/css/csso",
  63. "keywords": [
  64. "css",
  65. "compress",
  66. "minifier",
  67. "minify",
  68. "optimise",
  69. "optimisation",
  70. "csstree"
  71. ],
  72. "license": "MIT",
  73. "main": "./lib/index",
  74. "maintainers": [
  75. {
  76. "name": "Roman Dvornov",
  77. "email": "rdvornov@gmail.com"
  78. }
  79. ],
  80. "name": "csso",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/css/csso.git"
  84. },
  85. "scripts": {
  86. "build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js",
  87. "coverage": "nyc npm test",
  88. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  89. "gh-pages": "git clone --depth=1 -b gh-pages https://github.com/css/csso.git .gh-pages && npm run build && cp dist/csso.min.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages",
  90. "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/csso --stat -o /dev/null",
  91. "lint": "eslint lib test",
  92. "lint-and-test": "npm run lint && npm test",
  93. "postpublish": "npm run gh-pages",
  94. "prepublishOnly": "npm run build",
  95. "test": "mocha --reporter dot",
  96. "travis": "nyc npm run lint-and-test && npm run coveralls"
  97. },
  98. "version": "4.0.3"
  99. }