package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "html-webpack-plugin@5.5.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-webpack-plugin@5.5.3",
  10. "_id": "html-webpack-plugin@5.5.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==",
  13. "_location": "/html-webpack-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-webpack-plugin@5.5.3",
  19. "name": "html-webpack-plugin",
  20. "escapedName": "html-webpack-plugin",
  21. "rawSpec": "5.5.3",
  22. "saveSpec": null,
  23. "fetchSpec": "5.5.3"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz",
  29. "_spec": "5.5.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Jan Nicklas",
  33. "email": "j.nicklas@me.com",
  34. "url": "https://github.com/jantimon"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jantimon/html-webpack-plugin/issues"
  38. },
  39. "config": {
  40. "commitizen": {
  41. "path": "./node_modules/cz-conventional-changelog"
  42. }
  43. },
  44. "dependencies": {
  45. "@types/html-minifier-terser": "^6.0.0",
  46. "html-minifier-terser": "^6.0.2",
  47. "lodash": "^4.17.21",
  48. "pretty-error": "^4.0.0",
  49. "tapable": "^2.0.0"
  50. },
  51. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  52. "devDependencies": {
  53. "@types/node": "^20.2.5",
  54. "commitizen": "^4.2.4",
  55. "css-loader": "5.0.1",
  56. "cz-conventional-changelog": "2.1.0",
  57. "dir-compare": "^3.3.0",
  58. "html-loader": "2.1.1",
  59. "jest": "^27.2.5",
  60. "mini-css-extract-plugin": "^1.6.0",
  61. "pug": "3.0.2",
  62. "pug-loader": "2.4.0",
  63. "raw-loader": "4.0.2",
  64. "rimraf": "2.6.3",
  65. "semistandard": "^13.0.1",
  66. "standard-version": "^9.3.0",
  67. "style-loader": "2.0.0",
  68. "typescript": "4.9.4",
  69. "webpack": "^5.86.0",
  70. "webpack-cli": "4.5.0",
  71. "webpack-recompilation-simulator": "3.2.0"
  72. },
  73. "engines": {
  74. "node": ">=10.13.0"
  75. },
  76. "files": [
  77. "lib/",
  78. "index.js",
  79. "default_index.ejs",
  80. "typings.d.ts"
  81. ],
  82. "funding": {
  83. "type": "opencollective",
  84. "url": "https://opencollective.com/html-webpack-plugin"
  85. },
  86. "homepage": "https://github.com/jantimon/html-webpack-plugin",
  87. "jest": {
  88. "watchPathIgnorePatterns": [
  89. "<rootDir>/dist"
  90. ],
  91. "testEnvironment": "node"
  92. },
  93. "keywords": [
  94. "webpack",
  95. "plugin",
  96. "html",
  97. "html-webpack-plugin"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "name": "html-webpack-plugin",
  102. "peerDependencies": {
  103. "webpack": "^5.20.0"
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
  108. },
  109. "scripts": {
  110. "build-examples": "node examples/build-examples.js",
  111. "commit": "git-cz",
  112. "posttest": "tsc",
  113. "pretest": "semistandard",
  114. "puml": "npx puml generate flow.puml -o flow.png",
  115. "release": "standard-version",
  116. "test": "jest --runInBand --verbose --coverage",
  117. "test-watch": "jest --runInBand --watch"
  118. },
  119. "semistandard": {
  120. "ignore": [
  121. "examples/*/dist/**/*.*"
  122. ]
  123. },
  124. "types": "typings.d.ts",
  125. "version": "5.5.3"
  126. }