package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "clean-css@^4.2.3",
  3. "_id": "clean-css@4.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==",
  6. "_location": "/clean-css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "clean-css@^4.2.3",
  12. "name": "clean-css",
  13. "escapedName": "clean-css",
  14. "rawSpec": "^4.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.3"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier",
  20. "/html-minifier-terser"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz",
  23. "_shasum": "733bf46eba4e607c6891ea57c24a989356831178",
  24. "_spec": "clean-css@^4.2.3",
  25. "_where": "H:\\gs_nuxt\\node_modules\\html-minifier-terser",
  26. "author": {
  27. "name": "Jakub Pawlowicz",
  28. "email": "contact@jakubpawlowicz.com",
  29. "url": "http://twitter.com/jakubpawlowicz"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jakubpawlowicz/clean-css/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "source-map": "~0.6.0"
  37. },
  38. "deprecated": false,
  39. "description": "A well-tested CSS minifier",
  40. "devDependencies": {
  41. "browserify": "^14.0.0",
  42. "http-proxy": "1.x",
  43. "jshint": "2.x",
  44. "nock": "9.x",
  45. "server-destroy": "1.x",
  46. "uglify-js": ">=2.6.1",
  47. "vows": "0.8.x"
  48. },
  49. "engines": {
  50. "node": ">= 4.0"
  51. },
  52. "files": [
  53. "lib",
  54. "History.md",
  55. "index.js",
  56. "LICENSE"
  57. ],
  58. "homepage": "https://github.com/jakubpawlowicz/clean-css",
  59. "keywords": [
  60. "css",
  61. "minifier"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "clean-css",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
  69. },
  70. "scripts": {
  71. "bench": "node ./test/bench.js",
  72. "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
  73. "check": "jshint .",
  74. "prepublish": "npm run check",
  75. "test": "vows"
  76. },
  77. "version": "4.2.4"
  78. }