package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "html-webpack-plugin@^2.30.1",
  3. "_id": "html-webpack-plugin@2.30.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-f5xCG36pHsRg9WUn1430hO51N9U=",
  6. "_location": "/html-webpack-plugin",
  7. "_phantomChildren": {
  8. "emojis-list": "2.1.0",
  9. "object-assign": "4.1.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "html-webpack-plugin@^2.30.1",
  15. "name": "html-webpack-plugin",
  16. "escapedName": "html-webpack-plugin",
  17. "rawSpec": "^2.30.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.30.1"
  20. },
  21. "_requiredBy": [
  22. "#DEV:/"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz",
  25. "_shasum": "7f9c421b7ea91ec460f56527d78df484ee7537d5",
  26. "_spec": "html-webpack-plugin@^2.30.1",
  27. "_where": "D:\\workSpace\\dealer_front",
  28. "author": {
  29. "name": "Charles Blaxland",
  30. "email": "charles.blaxland@gmail.com",
  31. "url": "https://github.com/ampedandwired"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jantimon/html-webpack-plugin/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "bluebird": "^3.4.7",
  39. "html-minifier": "^3.2.3",
  40. "loader-utils": "^0.2.16",
  41. "lodash": "^4.17.3",
  42. "pretty-error": "^2.0.2",
  43. "toposort": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  47. "devDependencies": {
  48. "appcache-webpack-plugin": "^1.3.0",
  49. "css-loader": "^0.26.1",
  50. "dir-compare": "1.3.0",
  51. "es6-promise": "^4.0.5",
  52. "extract-text-webpack-plugin": "^1.0.1",
  53. "file-loader": "^0.9.0",
  54. "html-loader": "^0.4.4",
  55. "jade": "^1.11.0",
  56. "jade-loader": "^0.8.0",
  57. "jasmine": "^2.5.2",
  58. "rimraf": "^2.5.4",
  59. "semistandard": "8.0.0",
  60. "style-loader": "^0.13.1",
  61. "underscore-template-loader": "^0.7.3",
  62. "url-loader": "^0.5.7",
  63. "webpack": "^1.14.0",
  64. "webpack-recompilation-simulator": "^1.3.0"
  65. },
  66. "files": [
  67. "index.js",
  68. "default_index.ejs",
  69. "lib/"
  70. ],
  71. "homepage": "https://github.com/jantimon/html-webpack-plugin",
  72. "keywords": [
  73. "webpack",
  74. "plugin",
  75. "html",
  76. "html-webpack-plugin"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "html-webpack-plugin",
  81. "peerDependencies": {
  82. "webpack": "1 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
  87. },
  88. "scripts": {
  89. "build-examples": "node examples/build-examples.js",
  90. "prepublish": "npm run test",
  91. "pretest": "semistandard",
  92. "test": "jasmine"
  93. },
  94. "semistandard": {
  95. "ignore": [
  96. "examples/*/dist/**/*.*"
  97. ]
  98. },
  99. "version": "2.30.1"
  100. }