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.

package.json 3.0KB

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