package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "html-webpack-plugin@4.5.0",
  3. "_id": "html-webpack-plugin@4.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==",
  6. "_location": "/html-webpack-plugin",
  7. "_phantomChildren": {
  8. "big.js": "5.2.2",
  9. "define-properties": "1.1.3",
  10. "emojis-list": "3.0.0",
  11. "minimist": "1.2.5",
  12. "object.getownpropertydescriptors": "2.1.2"
  13. },
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "html-webpack-plugin@4.5.0",
  18. "name": "html-webpack-plugin",
  19. "escapedName": "html-webpack-plugin",
  20. "rawSpec": "4.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.5.0"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz",
  28. "_shasum": "625097650886b97ea5dae331c320e3238f6c121c",
  29. "_spec": "html-webpack-plugin@4.5.0",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  31. "author": {
  32. "name": "Jan Nicklas",
  33. "email": "j.nicklas@me.com",
  34. "url": "https://github.com/jantimon"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jantimon/html-webpack-plugin/issues"
  38. },
  39. "bundleDependencies": false,
  40. "config": {
  41. "commitizen": {
  42. "path": "./node_modules/cz-conventional-changelog"
  43. }
  44. },
  45. "dependencies": {
  46. "@types/html-minifier-terser": "^5.0.0",
  47. "@types/tapable": "^1.0.5",
  48. "@types/webpack": "^4.41.8",
  49. "html-minifier-terser": "^5.0.1",
  50. "loader-utils": "^1.2.3",
  51. "lodash": "^4.17.15",
  52. "pretty-error": "^2.1.1",
  53. "tapable": "^1.1.3",
  54. "util.promisify": "1.0.0"
  55. },
  56. "deprecated": false,
  57. "description": "Simplifies creation of HTML files to serve your webpack bundles",
  58. "devDependencies": {
  59. "@types/loader-utils": "1.1.3",
  60. "@types/node": "11.13.9",
  61. "appcache-webpack-plugin": "1.4.0",
  62. "commitizen": "4.0.3",
  63. "css-loader": "2.1.1",
  64. "cz-conventional-changelog": "2.1.0",
  65. "dir-compare": "1.7.2",
  66. "file-loader": "3.0.1",
  67. "html-loader": "0.5.5",
  68. "jest": "24.7.1",
  69. "mini-css-extract-plugin": "0.6.0",
  70. "pug": "2.0.3",
  71. "pug-loader": "2.4.0",
  72. "rimraf": "2.6.3",
  73. "semistandard": "^13.0.1",
  74. "standard-version": "5.0.2",
  75. "style-loader": "0.23.1",
  76. "typescript": "3.8.3",
  77. "webpack": "4.35.2",
  78. "webpack-recompilation-simulator": "3.2.0"
  79. },
  80. "engines": {
  81. "node": ">=6.9"
  82. },
  83. "files": [
  84. "lib/",
  85. "index.js",
  86. "default_index.ejs",
  87. "typings.d.ts"
  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 || ^5.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. "types": "typings.d.ts",
  128. "version": "4.5.0"
  129. }