package.json 3.0 KB

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