package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "html-webpack-plugin@3.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "define-properties": "1.1.3",
  16. "object-assign": "4.1.1",
  17. "object.getownpropertydescriptors": "2.1.2"
  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. ],
  32. "_resolved": "https://registry.nlark.com/html-webpack-plugin/download/html-webpack-plugin-3.2.0.tgz",
  33. "_spec": "3.2.0",
  34. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  35. "author": {
  36. "name": "Charles Blaxland",
  37. "email": "charles.blaxland@gmail.com",
  38. "url": "https://github.com/ampedandwired"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jantimon/html-webpack-plugin/issues"
  42. },
  43. "config": {
  44. "commitizen": {
  45. "path": "./node_modules/cz-conventional-changelog"
  46. }
  47. },
  48. "dependencies": {
  49. "html-minifier": "^3.2.3",
  50. "loader-utils": "^0.2.16",
  51. "lodash": "^4.17.3",
  52. "pretty-error": "^2.0.2",
  53. "tapable": "^1.0.0",
  54. "toposort": "^1.0.0",
  55. "util.promisify": "1.0.0"
  56. },
  57. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  58. "devDependencies": {
  59. "appcache-webpack-plugin": "^1.3.0",
  60. "commitizen": "2.9.6",
  61. "css-loader": "^0.26.1",
  62. "cz-conventional-changelog": "2.1.0",
  63. "dir-compare": "1.3.0",
  64. "es6-promise": "^4.0.5",
  65. "extract-text-webpack-plugin": "^1.0.1",
  66. "file-loader": "^0.9.0",
  67. "html-loader": "^0.4.4",
  68. "jade": "^1.11.0",
  69. "jade-loader": "^0.8.0",
  70. "jasmine": "^2.5.2",
  71. "jasmine-diff-matchers": "^2.0.0",
  72. "rimraf": "^2.5.4",
  73. "semistandard": "8.0.0",
  74. "standard-version": "^4.3.0",
  75. "style-loader": "^0.13.1",
  76. "underscore-template-loader": "^0.7.3",
  77. "url-loader": "^0.5.7",
  78. "webpack": "^1.14.0",
  79. "webpack-recompilation-simulator": "^1.3.0"
  80. },
  81. "engines": {
  82. "node": ">=6.9"
  83. },
  84. "files": [
  85. "lib/",
  86. "index.js",
  87. "default_index.ejs"
  88. ],
  89. "homepage": "https://github.com/jantimon/html-webpack-plugin",
  90. "keywords": [
  91. "webpack",
  92. "plugin",
  93. "html",
  94. "html-webpack-plugin"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "html-webpack-plugin",
  99. "peerDependencies": {
  100. "webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
  105. },
  106. "scripts": {
  107. "build-examples": "node examples/build-examples.js",
  108. "commit": "git-cz",
  109. "pretest": "semistandard",
  110. "release": "standard-version",
  111. "test": "jasmine"
  112. },
  113. "semistandard": {
  114. "ignore": [
  115. "examples/*/dist/**/*.*"
  116. ]
  117. },
  118. "version": "3.2.0"
  119. }