You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.9 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "clean-css@5.3.3",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clean-css@5.3.3",
  10. "_id": "clean-css@5.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
  13. "_location": "/clean-css",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "clean-css@5.3.3",
  19. "name": "clean-css",
  20. "escapedName": "clean-css",
  21. "rawSpec": "5.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "5.3.3"
  24. },
  25. "_requiredBy": [
  26. "/html-minifier-terser"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-5.3.3.tgz",
  29. "_spec": "5.3.3",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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.3"
  80. }