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

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "csso@^4.0.2",
  3. "_id": "csso@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg==",
  6. "_location": "/csso",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "csso@^4.0.2",
  12. "name": "csso",
  13. "escapedName": "csso",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/csso/-/csso-4.0.2.tgz",
  22. "_shasum": "e5f81ab3a56b8eefb7f0092ce7279329f454de3d",
  23. "_spec": "csso@^4.0.2",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/svgo",
  25. "author": {
  26. "name": "Sergey Kryzhanovsky",
  27. "email": "skryzhanovsky@ya.ru",
  28. "url": "https://github.com/afelix"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/css/csso/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "css-tree": "1.0.0-alpha.37"
  36. },
  37. "deprecated": false,
  38. "description": "CSS minifier with structural optimisations",
  39. "devDependencies": {
  40. "coveralls": "^3.0.7",
  41. "eslint": "^6.5.1",
  42. "mocha": "^5.2.0",
  43. "nyc": "^14.1.0",
  44. "rollup": "^1.23.1",
  45. "rollup-plugin-commonjs": "^10.1.0",
  46. "rollup-plugin-json": "^4.0.0",
  47. "rollup-plugin-node-resolve": "^5.2.0",
  48. "source-map": "^0.6.1",
  49. "terser": "^4.3.8"
  50. },
  51. "engines": {
  52. "node": ">=8.0.0"
  53. },
  54. "eslintConfig": {
  55. "env": {
  56. "node": true,
  57. "mocha": true,
  58. "es6": true
  59. },
  60. "rules": {
  61. "no-duplicate-case": 2,
  62. "no-undef": 2,
  63. "no-unused-vars": [
  64. 2,
  65. {
  66. "vars": "all",
  67. "args": "after-used"
  68. }
  69. ]
  70. }
  71. },
  72. "files": [
  73. "dist/csso.js",
  74. "dist/csso.min.js",
  75. "lib"
  76. ],
  77. "homepage": "https://github.com/css/csso",
  78. "keywords": [
  79. "css",
  80. "compress",
  81. "minifier",
  82. "minify",
  83. "optimise",
  84. "optimisation",
  85. "csstree"
  86. ],
  87. "license": "MIT",
  88. "main": "./lib/index",
  89. "maintainers": [
  90. {
  91. "name": "Roman Dvornov",
  92. "email": "rdvornov@gmail.com"
  93. }
  94. ],
  95. "name": "csso",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/css/csso.git"
  99. },
  100. "scripts": {
  101. "build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js",
  102. "coverage": "nyc npm test",
  103. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  104. "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",
  105. "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",
  106. "lint": "eslint lib test",
  107. "lint-and-test": "npm run lint && npm test",
  108. "postpublish": "npm run gh-pages",
  109. "prepublishOnly": "npm run build",
  110. "test": "mocha --reporter dot",
  111. "travis": "nyc npm run lint-and-test && npm run coveralls"
  112. },
  113. "version": "4.0.2"
  114. }