package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "html-minifier@^3.2.3",
  3. "_id": "html-minifier@3.5.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==",
  6. "_location": "/html-minifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "html-minifier@^3.2.3",
  12. "name": "html-minifier",
  13. "escapedName": "html-minifier",
  14. "rawSpec": "^3.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.3"
  17. },
  18. "_requiredBy": [
  19. "/html-webpack-plugin",
  20. "/svg-sprite-loader/html-webpack-plugin"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/html-minifier/-/html-minifier-3.5.21.tgz",
  23. "_shasum": "d0040e054730e354db008463593194015212d20c",
  24. "_spec": "html-minifier@^3.2.3",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\html-webpack-plugin",
  26. "author": {
  27. "name": "Juriy \"kangax\" Zaytsev"
  28. },
  29. "benchmarkDependencies": {
  30. "brotli": "1.3.x",
  31. "chalk": "2.4.x",
  32. "cli-table": "0.3.x",
  33. "lzma": "2.3.x",
  34. "minimize": "2.2.x",
  35. "progress": "2.0.x"
  36. },
  37. "bin": {
  38. "html-minifier": "cli.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/kangax/html-minifier/issues"
  42. },
  43. "bundleDependencies": false,
  44. "contributors": [
  45. {
  46. "name": "Gilmore Davidson",
  47. "url": "https://github.com/gilmoreorless"
  48. },
  49. {
  50. "name": "Hugo Wetterberg",
  51. "email": "hugo@wetterberg.nu"
  52. },
  53. {
  54. "name": "Zoltan Frombach",
  55. "email": "tssajo@gmail.com"
  56. }
  57. ],
  58. "dependencies": {
  59. "camel-case": "3.0.x",
  60. "clean-css": "4.2.x",
  61. "commander": "2.17.x",
  62. "he": "1.2.x",
  63. "param-case": "2.1.x",
  64. "relateurl": "0.2.x",
  65. "uglify-js": "3.4.x"
  66. },
  67. "deprecated": false,
  68. "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
  69. "devDependencies": {
  70. "grunt": "1.0.x",
  71. "grunt-browserify": "5.3.x",
  72. "grunt-contrib-uglify": "3.4.x",
  73. "gruntify-eslint": "4.0.x",
  74. "phantomjs-prebuilt": "2.1.x",
  75. "qunit": "2.x"
  76. },
  77. "engines": {
  78. "node": ">=4"
  79. },
  80. "files": [
  81. "src/*.js",
  82. "cli.js",
  83. "sample-cli-config-file.conf"
  84. ],
  85. "homepage": "https://kangax.github.io/html-minifier/",
  86. "keywords": [
  87. "cli",
  88. "compress",
  89. "compressor",
  90. "css",
  91. "html",
  92. "htmlmin",
  93. "javascript",
  94. "min",
  95. "minification",
  96. "minifier",
  97. "minify",
  98. "optimize",
  99. "optimizer",
  100. "pack",
  101. "packer",
  102. "parse",
  103. "parser",
  104. "uglifier",
  105. "uglify"
  106. ],
  107. "license": "MIT",
  108. "main": "src/htmlminifier.js",
  109. "maintainers": [
  110. {
  111. "name": "Alex Lam",
  112. "email": "alexlamsl@gmail.com"
  113. },
  114. {
  115. "name": "Juriy Zaytsev",
  116. "email": "kangax@gmail.com",
  117. "url": "http://perfectionkills.com/"
  118. }
  119. ],
  120. "name": "html-minifier",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/kangax/html-minifier.git"
  124. },
  125. "scripts": {
  126. "dist": "grunt dist",
  127. "test": "grunt test"
  128. },
  129. "version": "3.5.21"
  130. }