package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "html-minifier@^4.0.0",
  3. "_id": "html-minifier@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==",
  6. "_location": "/html-minifier",
  7. "_phantomChildren": {
  8. "upper-case": "1.1.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "html-minifier@^4.0.0",
  14. "name": "html-minifier",
  15. "escapedName": "html-minifier",
  16. "rawSpec": "^4.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.0"
  19. },
  20. "_requiredBy": [
  21. "/@nuxt/generator"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz",
  24. "_shasum": "cca9aad8bce1175e02e17a8c33e46d8988889f56",
  25. "_spec": "html-minifier@^4.0.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\generator",
  27. "author": {
  28. "name": "Juriy \"kangax\" Zaytsev"
  29. },
  30. "benchmarkDependencies": {
  31. "brotli": "^1.3.2",
  32. "chalk": "^2.4.2",
  33. "cli-table": "^0.3.1",
  34. "lzma": "^2.3.2",
  35. "minimize": "^2.2.0",
  36. "progress": "^2.0.3"
  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.0",
  61. "clean-css": "^4.2.1",
  62. "commander": "^2.19.0",
  63. "he": "^1.2.0",
  64. "param-case": "^2.1.1",
  65. "relateurl": "^0.2.7",
  66. "uglify-js": "^3.5.1"
  67. },
  68. "deprecated": false,
  69. "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
  70. "devDependencies": {
  71. "grunt": "^1.0.4",
  72. "grunt-browserify": "^5.3.0",
  73. "grunt-contrib-uglify": "^4.0.1",
  74. "grunt-eslint": "^21.0.0",
  75. "phantomjs-prebuilt": "^2.1.16",
  76. "qunit": "^2.9.2"
  77. },
  78. "engines": {
  79. "node": ">=6"
  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": "4.0.0"
  131. }