package.json 2.6 KB

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