You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

238 lines
8.6 KiB

4 years ago
  1. {
  2. "_from": "webpack@4.41.5",
  3. "_id": "webpack@4.41.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wp0Co4vpyumnp3KlkmpM5LWuzvZYayDwM2n17EHFr4qxBBbRokC7DJawPJC7TfSFZ9HZ6GsdH40EBj4UV0nmpw==",
  6. "_location": "/webpack",
  7. "_phantomChildren": {
  8. "ajv": "6.10.2",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.4.1"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "webpack@4.41.5",
  16. "name": "webpack",
  17. "escapedName": "webpack",
  18. "rawSpec": "4.41.5",
  19. "saveSpec": null,
  20. "fetchSpec": "4.41.5"
  21. },
  22. "_requiredBy": [
  23. "/laravel-mix"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/webpack/-/webpack-4.41.5.tgz",
  26. "_shasum": "3210f1886bce5310e62bb97204d18c263341b77c",
  27. "_spec": "webpack@4.41.5",
  28. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "bin": {
  33. "webpack": "bin/webpack.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/webpack/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@webassemblyjs/ast": "1.8.5",
  41. "@webassemblyjs/helper-module-context": "1.8.5",
  42. "@webassemblyjs/wasm-edit": "1.8.5",
  43. "@webassemblyjs/wasm-parser": "1.8.5",
  44. "acorn": "^6.2.1",
  45. "ajv": "^6.10.2",
  46. "ajv-keywords": "^3.4.1",
  47. "chrome-trace-event": "^1.0.2",
  48. "enhanced-resolve": "^4.1.0",
  49. "eslint-scope": "^4.0.3",
  50. "json-parse-better-errors": "^1.0.2",
  51. "loader-runner": "^2.4.0",
  52. "loader-utils": "^1.2.3",
  53. "memory-fs": "^0.4.1",
  54. "micromatch": "^3.1.10",
  55. "mkdirp": "^0.5.1",
  56. "neo-async": "^2.6.1",
  57. "node-libs-browser": "^2.2.1",
  58. "schema-utils": "^1.0.0",
  59. "tapable": "^1.1.3",
  60. "terser-webpack-plugin": "^1.4.3",
  61. "watchpack": "^1.6.0",
  62. "webpack-sources": "^1.4.1"
  63. },
  64. "deprecated": false,
  65. "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
  66. "devDependencies": {
  67. "@babel/core": "^7.7.2",
  68. "@types/node": "^10.12.21",
  69. "@types/tapable": "^1.0.1",
  70. "@types/webpack-sources": "^0.1.4",
  71. "@yarnpkg/lockfile": "^1.1.0",
  72. "babel-loader": "^8.0.6",
  73. "benchmark": "^2.1.1",
  74. "bundle-loader": "~0.5.0",
  75. "coffee-loader": "^0.9.0",
  76. "coffeescript": "^2.3.2",
  77. "coveralls": "^3.0.2",
  78. "css-loader": "^2.1.0",
  79. "es6-promise-polyfill": "^1.1.1",
  80. "eslint": "^5.8.0",
  81. "eslint-config-prettier": "^4.0.0",
  82. "eslint-plugin-jest": "^22.2.2",
  83. "eslint-plugin-jsdoc": "^15.3.2",
  84. "eslint-plugin-node": "^8.0.0",
  85. "eslint-plugin-prettier": "^3.0.0",
  86. "express": "~4.16.4",
  87. "file-loader": "^3.0.1",
  88. "glob": "^7.1.3",
  89. "husky": "^1.1.3",
  90. "i18n-webpack-plugin": "^1.0.0",
  91. "istanbul": "^0.4.5",
  92. "jest": "^24.9.0",
  93. "jest-junit": "^8.0.0",
  94. "json-loader": "^0.5.7",
  95. "json-schema-to-typescript": "^6.0.1",
  96. "less": "^3.9.0",
  97. "less-loader": "^4.0.3",
  98. "lint-staged": "^8.0.4",
  99. "lodash": "^4.17.4",
  100. "prettier": "^1.14.3",
  101. "pug": "^2.0.4",
  102. "pug-loader": "^2.4.0",
  103. "raw-loader": "^1.0.0",
  104. "react": "^16.8.0",
  105. "react-dom": "^16.8.0",
  106. "rimraf": "^2.6.2",
  107. "script-loader": "~0.7.0",
  108. "simple-git": "^1.65.0",
  109. "strip-ansi": "^5.2.0",
  110. "style-loader": "^0.23.1",
  111. "typescript": "^3.0.0-rc",
  112. "url-loader": "^1.1.2",
  113. "val-loader": "^1.0.2",
  114. "vm-browserify": "~1.1.0",
  115. "wast-loader": "^1.5.5",
  116. "webpack-dev-middleware": "^3.5.1",
  117. "worker-loader": "^2.0.0",
  118. "xxhashjs": "^0.2.1"
  119. },
  120. "engines": {
  121. "node": ">=6.11.5"
  122. },
  123. "files": [
  124. "lib/",
  125. "bin/",
  126. "buildin/",
  127. "declarations/",
  128. "hot/",
  129. "web_modules/",
  130. "schemas/",
  131. "SECURITY.md"
  132. ],
  133. "funding": {
  134. "type": "opencollective",
  135. "url": "https://opencollective.com/webpack"
  136. },
  137. "homepage": "https://github.com/webpack/webpack",
  138. "husky": {
  139. "hooks": {
  140. "pre-commit": "lint-staged"
  141. }
  142. },
  143. "jest": {
  144. "forceExit": true,
  145. "setupFilesAfterEnv": [
  146. "<rootDir>/test/setupTestFramework.js"
  147. ],
  148. "testMatch": [
  149. "<rootDir>/test/*.test.js",
  150. "<rootDir>/test/*.unittest.js"
  151. ],
  152. "watchPathIgnorePatterns": [
  153. "<rootDir>/.git",
  154. "<rootDir>/node_modules",
  155. "<rootDir>/test/js",
  156. "<rootDir>/test/browsertest/js",
  157. "<rootDir>/test/fixtures/temp-cache-fixture",
  158. "<rootDir>/test/fixtures/temp-",
  159. "<rootDir>/benchmark",
  160. "<rootDir>/examples/*/dist",
  161. "<rootDir>/coverage",
  162. "<rootDir>/.eslintcache"
  163. ],
  164. "modulePathIgnorePatterns": [
  165. "<rootDir>/.git",
  166. "<rootDir>/node_modules/webpack/node_modules",
  167. "<rootDir>/test/js",
  168. "<rootDir>/test/browsertest/js",
  169. "<rootDir>/test/fixtures/temp-cache-fixture",
  170. "<rootDir>/test/fixtures/temp-",
  171. "<rootDir>/benchmark",
  172. "<rootDir>/examples/*/dist",
  173. "<rootDir>/coverage",
  174. "<rootDir>/.eslintcache"
  175. ],
  176. "transformIgnorePatterns": [
  177. "<rootDir>"
  178. ],
  179. "coverageDirectory": "<rootDir>/coverage",
  180. "coveragePathIgnorePatterns": [
  181. "\\.runtime\\.js$",
  182. "<rootDir>/test",
  183. "<rootDir>/schemas",
  184. "<rootDir>/node_modules"
  185. ],
  186. "testEnvironment": "node",
  187. "coverageReporters": [
  188. "json"
  189. ]
  190. },
  191. "license": "MIT",
  192. "lint-staged": {
  193. "*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [
  194. "eslint --cache"
  195. ]
  196. },
  197. "main": "lib/webpack.js",
  198. "name": "webpack",
  199. "repository": {
  200. "type": "git",
  201. "url": "git+https://github.com/webpack/webpack.git"
  202. },
  203. "scripts": {
  204. "appveyor:benchmark": "yarn benchmark --ci",
  205. "appveyor:integration": "yarn cover:integration --ci %JEST%",
  206. "appveyor:unit": "yarn cover:unit --ci %JEST%",
  207. "benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
  208. "build:examples": "cd examples && node buildAll.js",
  209. "code-lint": "eslint . --ext '.js' --cache",
  210. "cover": "yarn cover:all && yarn cover:report",
  211. "cover:all": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage",
  212. "cover:basic": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/te{st/TestCasesNormal,st/StatsTestCases,st/ConfigTestCases}.test.js\" --coverage",
  213. "cover:integration": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage",
  214. "cover:report": "istanbul report",
  215. "cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
  216. "fix": "yarn code-lint --fix && yarn special-lint-fix",
  217. "jest-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose",
  218. "lint": "yarn code-lint && yarn jest-lint && yarn type-lint && yarn special-lint",
  219. "prelint": "yarn setup",
  220. "pretest": "yarn lint",
  221. "pretty": "prettier --loglevel warn --write \"*.{ts,js,json,yml,yaml}\" \"{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.{js,json}\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"",
  222. "setup": "node ./setup/setup.js",
  223. "special-lint": "node tooling/inherit-types && node tooling/format-schemas && node tooling/compile-to-definitions",
  224. "special-lint-fix": "node tooling/inherit-types --write --override && node tooling/format-schemas --write && node tooling/compile-to-definitions --write",
  225. "test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
  226. "test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/te{st/TestCasesNormal,st/StatsTestCases,st/ConfigTestCases}.test.js\"",
  227. "test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
  228. "test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
  229. "test:update-snapshots": "yarn jest -u",
  230. "travis:basic": "yarn cover:basic --ci $JEST",
  231. "travis:benchmark": "yarn benchmark --ci",
  232. "travis:integration": "yarn cover:integration --ci $JEST",
  233. "travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST",
  234. "type-lint": "tsc --pretty"
  235. },
  236. "version": "4.41.5",
  237. "web": "lib/webpack.web.js"
  238. }