package.json 2.8 KB

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