package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "html-webpack-plugin@^3.2.0",
  3. "_id": "html-webpack-plugin@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Br4ifmjQojUP4EmHnRBoUIYcZ9J7M4bTMcm7u6xoIAIuq2Nte4TzXX0533owvkQKQD1WeMTTTyD4Ni4QKxS0Bg==",
  6. "_location": "/html-webpack-plugin",
  7. "_phantomChildren": {
  8. "define-properties": "1.1.4",
  9. "object-assign": "4.1.1",
  10. "object.getownpropertydescriptors": "2.1.4"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "html-webpack-plugin@^3.2.0",
  16. "name": "html-webpack-plugin",
  17. "escapedName": "html-webpack-plugin",
  18. "rawSpec": "^3.2.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.2.0"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-service",
  24. "/svg-sprite-loader"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz",
  27. "_shasum": "b01abbd723acaaa7b37b6af4492ebda03d9dd37b",
  28. "_spec": "html-webpack-plugin@^3.2.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-service",
  30. "author": {
  31. "name": "Charles Blaxland",
  32. "email": "charles.blaxland@gmail.com",
  33. "url": "https://github.com/ampedandwired"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jantimon/html-webpack-plugin/issues"
  37. },
  38. "bundleDependencies": false,
  39. "config": {
  40. "commitizen": {
  41. "path": "./node_modules/cz-conventional-changelog"
  42. }
  43. },
  44. "dependencies": {
  45. "html-minifier": "^3.2.3",
  46. "loader-utils": "^0.2.16",
  47. "lodash": "^4.17.3",
  48. "pretty-error": "^2.0.2",
  49. "tapable": "^1.0.0",
  50. "toposort": "^1.0.0",
  51. "util.promisify": "1.0.0"
  52. },
  53. "deprecated": "3.x is no longer supported",
  54. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  55. "devDependencies": {
  56. "appcache-webpack-plugin": "^1.3.0",
  57. "commitizen": "2.9.6",
  58. "css-loader": "^0.26.1",
  59. "cz-conventional-changelog": "2.1.0",
  60. "dir-compare": "1.3.0",
  61. "es6-promise": "^4.0.5",
  62. "extract-text-webpack-plugin": "^1.0.1",
  63. "file-loader": "^0.9.0",
  64. "html-loader": "^0.4.4",
  65. "jade": "^1.11.0",
  66. "jade-loader": "^0.8.0",
  67. "jasmine": "^2.5.2",
  68. "jasmine-diff-matchers": "^2.0.0",
  69. "rimraf": "^2.5.4",
  70. "semistandard": "8.0.0",
  71. "standard-version": "^4.3.0",
  72. "style-loader": "^0.13.1",
  73. "underscore-template-loader": "^0.7.3",
  74. "url-loader": "^0.5.7",
  75. "webpack": "^1.14.0",
  76. "webpack-recompilation-simulator": "^1.3.0"
  77. },
  78. "engines": {
  79. "node": ">=6.9"
  80. },
  81. "files": [
  82. "lib/",
  83. "index.js",
  84. "default_index.ejs"
  85. ],
  86. "homepage": "https://github.com/jantimon/html-webpack-plugin",
  87. "keywords": [
  88. "webpack",
  89. "plugin",
  90. "html",
  91. "html-webpack-plugin"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "html-webpack-plugin",
  96. "peerDependencies": {
  97. "webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
  102. },
  103. "scripts": {
  104. "build-examples": "node examples/build-examples.js",
  105. "commit": "git-cz",
  106. "pretest": "semistandard",
  107. "release": "standard-version",
  108. "test": "jasmine"
  109. },
  110. "semistandard": {
  111. "ignore": [
  112. "examples/*/dist/**/*.*"
  113. ]
  114. },
  115. "version": "3.2.0"
  116. }