Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

129 строки
3.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "html-webpack-plugin@4.0.0-alpha.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "html-webpack-plugin@4.0.0-alpha.2",
  9. "_id": "html-webpack-plugin@4.0.0-alpha.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tyvhjVpuGqD7QYHi1l1drMQTg5i+qRxpQEGbdnYFREgOKy7aFDf/ocQ/V1fuEDlQx7jV2zMap3Hj2nE9i5eGXw==",
  12. "_location": "/html-webpack-plugin",
  13. "_phantomChildren": {
  14. "define-properties": "1.1.3",
  15. "object.getownpropertydescriptors": "2.1.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "html-webpack-plugin@4.0.0-alpha.2",
  21. "name": "html-webpack-plugin",
  22. "escapedName": "html-webpack-plugin",
  23. "rawSpec": "4.0.0-alpha.2",
  24. "saveSpec": null,
  25. "fetchSpec": "4.0.0-alpha.2"
  26. },
  27. "_requiredBy": [
  28. "/react-scripts"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-alpha.2.tgz",
  31. "_spec": "4.0.0-alpha.2",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Charles Blaxland",
  35. "email": "charles.blaxland@gmail.com",
  36. "url": "https://github.com/ampedandwired"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jantimon/html-webpack-plugin/issues"
  40. },
  41. "config": {
  42. "commitizen": {
  43. "path": "./node_modules/cz-conventional-changelog"
  44. }
  45. },
  46. "dependencies": {
  47. "@types/tapable": "1.0.2",
  48. "html-minifier": "^3.2.3",
  49. "loader-utils": "^1.1.0",
  50. "lodash": "^4.17.10",
  51. "pretty-error": "^2.0.2",
  52. "tapable": "^1.0.0",
  53. "util.promisify": "1.0.0"
  54. },
  55. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  56. "devDependencies": {
  57. "@types/loader-utils": "1.1.3",
  58. "@types/node": "10.1.1",
  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. "extract-text-webpack-plugin": "^4.0.0-beta.0",
  65. "file-loader": "^0.9.0",
  66. "html-loader": "^0.4.4",
  67. "jest": "23.3.0",
  68. "pug": "2.0.3",
  69. "pug-loader": "2.4.0",
  70. "rimraf": "^2.5.4",
  71. "semistandard": "8.0.0",
  72. "standard-version": "^4.3.0",
  73. "style-loader": "^0.13.1",
  74. "typescript": "2.9.1",
  75. "underscore-template-loader": "^0.7.3",
  76. "url-loader": "^0.5.7",
  77. "webpack": "4.1.0",
  78. "webpack-cli": "2.0.12",
  79. "webpack-recompilation-simulator": "^3.0.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. "jest": {
  91. "watchPathIgnorePatterns": [
  92. "<rootDir>/dist"
  93. ],
  94. "testEnvironment": "node"
  95. },
  96. "keywords": [
  97. "webpack",
  98. "plugin",
  99. "html",
  100. "html-webpack-plugin"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "html-webpack-plugin",
  105. "peerDependencies": {
  106. "webpack": "^4.0.0"
  107. },
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/jantimon/html-webpack-plugin.git"
  111. },
  112. "scripts": {
  113. "build-examples": "node examples/build-examples.js",
  114. "commit": "git-cz",
  115. "posttest": "tsc",
  116. "pretest": "semistandard",
  117. "puml": "npx puml generate flow.puml -o flow.png",
  118. "release": "standard-version",
  119. "test": "jest --runInBand --verbose --coverage",
  120. "test-watch": "jest --runInBand --watch"
  121. },
  122. "semistandard": {
  123. "ignore": [
  124. "examples/*/dist/**/*.*"
  125. ]
  126. },
  127. "version": "4.0.0-alpha.2"
  128. }