package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "html-minifier@4.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "html-minifier@4.0.0",
  9. "_id": "html-minifier@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==",
  12. "_location": "/html-minifier",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "html-minifier@4.0.0",
  18. "name": "html-minifier",
  19. "escapedName": "html-minifier",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/minify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Juriy \"kangax\" Zaytsev"
  32. },
  33. "benchmarkDependencies": {
  34. "brotli": "^1.3.2",
  35. "chalk": "^2.4.2",
  36. "cli-table": "^0.3.1",
  37. "lzma": "^2.3.2",
  38. "minimize": "^2.2.0",
  39. "progress": "^2.0.3"
  40. },
  41. "bin": {
  42. "html-minifier": "./cli.js"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/kangax/html-minifier/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Gilmore Davidson",
  50. "url": "https://github.com/gilmoreorless"
  51. },
  52. {
  53. "name": "Hugo Wetterberg",
  54. "email": "hugo@wetterberg.nu"
  55. },
  56. {
  57. "name": "Zoltan Frombach",
  58. "email": "tssajo@gmail.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "camel-case": "^3.0.0",
  63. "clean-css": "^4.2.1",
  64. "commander": "^2.19.0",
  65. "he": "^1.2.0",
  66. "param-case": "^2.1.1",
  67. "relateurl": "^0.2.7",
  68. "uglify-js": "^3.5.1"
  69. },
  70. "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
  71. "devDependencies": {
  72. "grunt": "^1.0.4",
  73. "grunt-browserify": "^5.3.0",
  74. "grunt-contrib-uglify": "^4.0.1",
  75. "grunt-eslint": "^21.0.0",
  76. "phantomjs-prebuilt": "^2.1.16",
  77. "qunit": "^2.9.2"
  78. },
  79. "engines": {
  80. "node": ">=6"
  81. },
  82. "files": [
  83. "src/*.js",
  84. "cli.js",
  85. "sample-cli-config-file.conf"
  86. ],
  87. "homepage": "https://kangax.github.io/html-minifier/",
  88. "keywords": [
  89. "cli",
  90. "compress",
  91. "compressor",
  92. "css",
  93. "html",
  94. "htmlmin",
  95. "javascript",
  96. "min",
  97. "minification",
  98. "minifier",
  99. "minify",
  100. "optimize",
  101. "optimizer",
  102. "pack",
  103. "packer",
  104. "parse",
  105. "parser",
  106. "uglifier",
  107. "uglify"
  108. ],
  109. "license": "MIT",
  110. "main": "src/htmlminifier.js",
  111. "maintainers": [
  112. {
  113. "name": "Alex Lam",
  114. "email": "alexlamsl@gmail.com"
  115. },
  116. {
  117. "name": "Juriy Zaytsev",
  118. "email": "kangax@gmail.com",
  119. "url": "http://perfectionkills.com/"
  120. }
  121. ],
  122. "name": "html-minifier",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/kangax/html-minifier.git"
  126. },
  127. "scripts": {
  128. "dist": "grunt dist",
  129. "test": "grunt test"
  130. },
  131. "version": "4.0.0"
  132. }