package.json 3.0 KB

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