package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "clean-css@^5.2.2",
  3. "_id": "clean-css@5.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
  6. "_location": "/clean-css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "clean-css@^5.2.2",
  12. "name": "clean-css",
  13. "escapedName": "clean-css",
  14. "rawSpec": "^5.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.2"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier-terser"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-5.3.3.tgz",
  22. "_shasum": "b330653cd3bd6b75009cc25c714cae7b93351ccd",
  23. "_spec": "clean-css@^5.2.2",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\html-minifier-terser",
  25. "author": {
  26. "name": "Jakub Pawlowicz",
  27. "email": "contact@jakubpawlowicz.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/clean-css/clean-css/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "source-map": "~0.6.0"
  35. },
  36. "deprecated": false,
  37. "description": "A well-tested CSS minifier",
  38. "devDependencies": {
  39. "browserify": "^17.0.0",
  40. "eslint": "^8.8.0",
  41. "eslint-config-airbnb-base": "^15.0.0",
  42. "http-proxy": "1.x",
  43. "nock": "^13.0.0",
  44. "server-destroy": "1.x",
  45. "uglify-js": ">=2.6.1",
  46. "vows": "0.8.x"
  47. },
  48. "engines": {
  49. "node": ">= 10.0"
  50. },
  51. "files": [
  52. "lib",
  53. "History.md",
  54. "index.js",
  55. "LICENSE"
  56. ],
  57. "homepage": "https://github.com/clean-css/clean-css",
  58. "keywords": [
  59. "css",
  60. "minifier"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "clean-css",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/clean-css/clean-css.git"
  68. },
  69. "scripts": {
  70. "bench": "node ./test/bench.js",
  71. "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
  72. "lint": "eslint ./lib/ --ext .js",
  73. "test": "vows"
  74. },
  75. "version": "5.3.3"
  76. }