package.json 2.9 KB

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