package.json 3.2 KB

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