package.json 1.9 KB

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