package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "html-webpack-plugin@^4.0.4",
  3. "_id": "html-webpack-plugin@4.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BREQzUbFfIQS39KqxkT2L1Ot0tuu1isako1CaCQLrgEQ43zi2ScHAe3SMTnVBWsStnIsGtl8jprDdxwZkNhrwQ==",
  6. "_location": "/html-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "html-webpack-plugin@^4.0.4",
  12. "name": "html-webpack-plugin",
  13. "escapedName": "html-webpack-plugin",
  14. "rawSpec": "^4.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.4"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.4.tgz",
  23. "_shasum": "90cdfb168094e93e047174d9baca098ec5540636",
  24. "_spec": "html-webpack-plugin@^4.0.4",
  25. "_where": "G:\\micro\\react\\cld2",
  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. "@types/tapable": "^1.0.5",
  43. "@types/webpack": "^4.41.8",
  44. "html-minifier-terser": "^5.0.1",
  45. "loader-utils": "^1.2.3",
  46. "lodash": "^4.17.15",
  47. "pretty-error": "^2.1.1",
  48. "tapable": "^1.1.3",
  49. "util.promisify": "1.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  53. "devDependencies": {
  54. "@types/loader-utils": "1.1.3",
  55. "@types/node": "11.13.9",
  56. "appcache-webpack-plugin": "1.4.0",
  57. "commitizen": "4.0.3",
  58. "css-loader": "2.1.1",
  59. "cz-conventional-changelog": "2.1.0",
  60. "dir-compare": "1.7.2",
  61. "file-loader": "3.0.1",
  62. "html-loader": "0.5.5",
  63. "jest": "24.7.1",
  64. "mini-css-extract-plugin": "0.6.0",
  65. "pug": "2.0.3",
  66. "pug-loader": "2.4.0",
  67. "rimraf": "2.6.3",
  68. "semistandard": "13.0.1",
  69. "standard-version": "5.0.2",
  70. "style-loader": "0.23.1",
  71. "typescript": "3.5.2",
  72. "webpack": "4.35.2",
  73. "webpack-recompilation-simulator": "3.0.0"
  74. },
  75. "engines": {
  76. "node": ">=6.9"
  77. },
  78. "files": [
  79. "lib/",
  80. "index.js",
  81. "default_index.ejs",
  82. "typings.d.ts"
  83. ],
  84. "homepage": "https://github.com/jantimon/html-webpack-plugin",
  85. "jest": {
  86. "watchPathIgnorePatterns": [
  87. "<rootDir>/dist"
  88. ],
  89. "testEnvironment": "node"
  90. },
  91. "keywords": [
  92. "webpack",
  93. "plugin",
  94. "html",
  95. "html-webpack-plugin"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "name": "html-webpack-plugin",
  100. "peerDependencies": {
  101. "webpack": "^4.0.0"
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
  106. },
  107. "scripts": {
  108. "build-examples": "node examples/build-examples.js",
  109. "commit": "git-cz",
  110. "posttest": "tsc",
  111. "pretest": "semistandard",
  112. "puml": "npx puml generate flow.puml -o flow.png",
  113. "release": "standard-version",
  114. "test": "jest --runInBand --verbose --coverage",
  115. "test-watch": "jest --runInBand --watch"
  116. },
  117. "semistandard": {
  118. "ignore": [
  119. "examples/*/dist/**/*.*"
  120. ]
  121. },
  122. "types": "typings.d.ts",
  123. "version": "4.0.4"
  124. }