package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "html-webpack-plugin@3.2.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-webpack-plugin@3.2.0",
  10. "_id": "html-webpack-plugin@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Br4ifmjQojUP4EmHnRBoUIYcZ9J7M4bTMcm7u6xoIAIuq2Nte4TzXX0533owvkQKQD1WeMTTTyD4Ni4QKxS0Bg==",
  13. "_location": "/html-webpack-plugin",
  14. "_phantomChildren": {
  15. "define-properties": "1.1.3",
  16. "object-assign": "4.1.1",
  17. "object.getownpropertydescriptors": "2.1.3"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "html-webpack-plugin@3.2.0",
  23. "name": "html-webpack-plugin",
  24. "escapedName": "html-webpack-plugin",
  25. "rawSpec": "3.2.0",
  26. "saveSpec": null,
  27. "fetchSpec": "3.2.0"
  28. },
  29. "_requiredBy": [
  30. "/@vue/cli-service",
  31. "/svg-sprite-loader"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/html-webpack-plugin/download/html-webpack-plugin-3.2.0.tgz",
  34. "_spec": "3.2.0",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "author": {
  37. "name": "Charles Blaxland",
  38. "email": "charles.blaxland@gmail.com",
  39. "url": "https://github.com/ampedandwired"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jantimon/html-webpack-plugin/issues"
  43. },
  44. "config": {
  45. "commitizen": {
  46. "path": "./node_modules/cz-conventional-changelog"
  47. }
  48. },
  49. "dependencies": {
  50. "html-minifier": "^3.2.3",
  51. "loader-utils": "^0.2.16",
  52. "lodash": "^4.17.3",
  53. "pretty-error": "^2.0.2",
  54. "tapable": "^1.0.0",
  55. "toposort": "^1.0.0",
  56. "util.promisify": "1.0.0"
  57. },
  58. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  59. "devDependencies": {
  60. "appcache-webpack-plugin": "^1.3.0",
  61. "commitizen": "2.9.6",
  62. "css-loader": "^0.26.1",
  63. "cz-conventional-changelog": "2.1.0",
  64. "dir-compare": "1.3.0",
  65. "es6-promise": "^4.0.5",
  66. "extract-text-webpack-plugin": "^1.0.1",
  67. "file-loader": "^0.9.0",
  68. "html-loader": "^0.4.4",
  69. "jade": "^1.11.0",
  70. "jade-loader": "^0.8.0",
  71. "jasmine": "^2.5.2",
  72. "jasmine-diff-matchers": "^2.0.0",
  73. "rimraf": "^2.5.4",
  74. "semistandard": "8.0.0",
  75. "standard-version": "^4.3.0",
  76. "style-loader": "^0.13.1",
  77. "underscore-template-loader": "^0.7.3",
  78. "url-loader": "^0.5.7",
  79. "webpack": "^1.14.0",
  80. "webpack-recompilation-simulator": "^1.3.0"
  81. },
  82. "engines": {
  83. "node": ">=6.9"
  84. },
  85. "files": [
  86. "lib/",
  87. "index.js",
  88. "default_index.ejs"
  89. ],
  90. "homepage": "https://github.com/jantimon/html-webpack-plugin",
  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": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^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. "pretest": "semistandard",
  111. "release": "standard-version",
  112. "test": "jasmine"
  113. },
  114. "semistandard": {
  115. "ignore": [
  116. "examples/*/dist/**/*.*"
  117. ]
  118. },
  119. "version": "3.2.0"
  120. }