package.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. {
  2. "_from": "webpack@^4.46.0",
  3. "_id": "webpack@4.46.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==",
  6. "_location": "/webpack",
  7. "_phantomChildren": {
  8. "ajv": "6.12.6",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.5.2",
  11. "big.js": "5.2.2",
  12. "bluebird": "3.7.2",
  13. "commondir": "1.0.1",
  14. "emojis-list": "3.0.0",
  15. "errno": "0.1.8",
  16. "figgy-pudding": "3.5.2",
  17. "glob": "7.2.0",
  18. "graceful-fs": "4.2.10",
  19. "infer-owner": "1.0.4",
  20. "is-wsl": "1.1.0",
  21. "minimist": "1.2.6",
  22. "mississippi": "3.0.0",
  23. "mkdirp": "0.5.6",
  24. "move-concurrently": "1.0.1",
  25. "p-limit": "2.3.0",
  26. "promise-inflight": "1.0.1",
  27. "randombytes": "2.1.0",
  28. "readable-stream": "2.3.7",
  29. "rimraf": "2.7.1",
  30. "terser": "4.8.0",
  31. "unique-filename": "1.1.1",
  32. "webpack-sources": "1.4.3",
  33. "worker-farm": "1.7.0",
  34. "y18n": "4.0.3"
  35. },
  36. "_requested": {
  37. "type": "range",
  38. "registry": true,
  39. "raw": "webpack@^4.46.0",
  40. "name": "webpack",
  41. "escapedName": "webpack",
  42. "rawSpec": "^4.46.0",
  43. "saveSpec": null,
  44. "fetchSpec": "^4.46.0"
  45. },
  46. "_requiredBy": [
  47. "/",
  48. "/@nuxt/webpack"
  49. ],
  50. "_resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz",
  51. "_shasum": "bf9b4404ea20a073605e0a011d188d77cb6ad542",
  52. "_spec": "webpack@^4.46.0",
  53. "_where": "H:\\gs_nuxt",
  54. "author": {
  55. "name": "Tobias Koppers @sokra"
  56. },
  57. "bin": {
  58. "webpack": "bin/webpack.js"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/webpack/webpack/issues"
  62. },
  63. "bundleDependencies": false,
  64. "dependencies": {
  65. "@webassemblyjs/ast": "1.9.0",
  66. "@webassemblyjs/helper-module-context": "1.9.0",
  67. "@webassemblyjs/wasm-edit": "1.9.0",
  68. "@webassemblyjs/wasm-parser": "1.9.0",
  69. "acorn": "^6.4.1",
  70. "ajv": "^6.10.2",
  71. "ajv-keywords": "^3.4.1",
  72. "chrome-trace-event": "^1.0.2",
  73. "enhanced-resolve": "^4.5.0",
  74. "eslint-scope": "^4.0.3",
  75. "json-parse-better-errors": "^1.0.2",
  76. "loader-runner": "^2.4.0",
  77. "loader-utils": "^1.2.3",
  78. "memory-fs": "^0.4.1",
  79. "micromatch": "^3.1.10",
  80. "mkdirp": "^0.5.3",
  81. "neo-async": "^2.6.1",
  82. "node-libs-browser": "^2.2.1",
  83. "schema-utils": "^1.0.0",
  84. "tapable": "^1.1.3",
  85. "terser-webpack-plugin": "^1.4.3",
  86. "watchpack": "^1.7.4",
  87. "webpack-sources": "^1.4.1"
  88. },
  89. "deprecated": false,
  90. "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.",
  91. "devDependencies": {
  92. "@babel/core": "^7.7.2",
  93. "@types/node": "^10.12.21",
  94. "@types/tapable": "^1.0.1",
  95. "@types/webpack-sources": "^0.1.4",
  96. "@yarnpkg/lockfile": "^1.1.0",
  97. "babel-loader": "^8.0.6",
  98. "benchmark": "^2.1.1",
  99. "bundle-loader": "~0.5.0",
  100. "coffee-loader": "^0.9.0",
  101. "coffeescript": "^2.3.2",
  102. "coveralls": "^3.0.2",
  103. "css-loader": "^2.1.0",
  104. "es6-promise-polyfill": "^1.1.1",
  105. "eslint": "^5.8.0",
  106. "eslint-config-prettier": "^4.0.0",
  107. "eslint-plugin-jest": "^22.2.2",
  108. "eslint-plugin-jsdoc": "^15.3.2",
  109. "eslint-plugin-node": "^8.0.0",
  110. "eslint-plugin-prettier": "^3.0.0",
  111. "express": "~4.16.4",
  112. "file-loader": "^3.0.1",
  113. "glob": "^7.1.3",
  114. "husky": "^1.1.3",
  115. "i18n-webpack-plugin": "^1.0.0",
  116. "istanbul": "^0.4.5",
  117. "jest": "^24.9.0",
  118. "jest-junit": "^8.0.0",
  119. "json-loader": "^0.5.7",
  120. "json-schema-to-typescript": "^6.0.1",
  121. "less": "^3.9.0",
  122. "less-loader": "^4.0.3",
  123. "lint-staged": "^8.0.4",
  124. "lodash": "^4.17.4",
  125. "prettier": "^1.14.3",
  126. "pug": "^2.0.4",
  127. "pug-loader": "^2.4.0",
  128. "raw-loader": "^1.0.0",
  129. "react": "^16.8.0",
  130. "react-dom": "^16.8.0",
  131. "rimraf": "^2.6.2",
  132. "script-loader": "~0.7.0",
  133. "simple-git": "^1.65.0",
  134. "strip-ansi": "^5.2.0",
  135. "style-loader": "^0.23.1",
  136. "typescript": "^3.0.0-rc",
  137. "url-loader": "^1.1.2",
  138. "val-loader": "^1.0.2",
  139. "vm-browserify": "~1.1.0",
  140. "wast-loader": "^1.5.5",
  141. "webassembly-feature": "1.3.0",
  142. "webpack-dev-middleware": "^3.5.1",
  143. "worker-loader": "^2.0.0",
  144. "xxhashjs": "^0.2.1"
  145. },
  146. "engines": {
  147. "node": ">=6.11.5"
  148. },
  149. "files": [
  150. "lib/",
  151. "bin/",
  152. "buildin/",
  153. "declarations/",
  154. "hot/",
  155. "web_modules/",
  156. "schemas/",
  157. "SECURITY.md"
  158. ],
  159. "funding": {
  160. "type": "opencollective",
  161. "url": "https://opencollective.com/webpack"
  162. },
  163. "homepage": "https://github.com/webpack/webpack",
  164. "husky": {
  165. "hooks": {
  166. "pre-commit": "lint-staged"
  167. }
  168. },
  169. "jest": {
  170. "forceExit": true,
  171. "setupFilesAfterEnv": [
  172. "<rootDir>/test/setupTestFramework.js"
  173. ],
  174. "testMatch": [
  175. "<rootDir>/test/*.test.js",
  176. "<rootDir>/test/*.unittest.js"
  177. ],
  178. "watchPathIgnorePatterns": [
  179. "<rootDir>/.git",
  180. "<rootDir>/node_modules",
  181. "<rootDir>/test/js",
  182. "<rootDir>/test/browsertest/js",
  183. "<rootDir>/test/fixtures/temp-cache-fixture",
  184. "<rootDir>/test/fixtures/temp-",
  185. "<rootDir>/benchmark",
  186. "<rootDir>/examples/*/dist",
  187. "<rootDir>/coverage",
  188. "<rootDir>/.eslintcache"
  189. ],
  190. "modulePathIgnorePatterns": [
  191. "<rootDir>/.git",
  192. "<rootDir>/node_modules/webpack/node_modules",
  193. "<rootDir>/test/js",
  194. "<rootDir>/test/browsertest/js",
  195. "<rootDir>/test/fixtures/temp-cache-fixture",
  196. "<rootDir>/test/fixtures/temp-",
  197. "<rootDir>/benchmark",
  198. "<rootDir>/examples/*/dist",
  199. "<rootDir>/coverage",
  200. "<rootDir>/.eslintcache"
  201. ],
  202. "transformIgnorePatterns": [
  203. "<rootDir>"
  204. ],
  205. "coverageDirectory": "<rootDir>/coverage",
  206. "coveragePathIgnorePatterns": [
  207. "\\.runtime\\.js$",
  208. "<rootDir>/test",
  209. "<rootDir>/schemas",
  210. "<rootDir>/node_modules"
  211. ],
  212. "testEnvironment": "node",
  213. "coverageReporters": [
  214. "json"
  215. ]
  216. },
  217. "license": "MIT",
  218. "lint-staged": {
  219. "*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [
  220. "eslint --cache"
  221. ]
  222. },
  223. "main": "lib/webpack.js",
  224. "name": "webpack",
  225. "peerDependenciesMeta": {
  226. "webpack-cli": {
  227. "optional": true
  228. },
  229. "webpack-command": {
  230. "optional": true
  231. }
  232. },
  233. "repository": {
  234. "type": "git",
  235. "url": "git+https://github.com/webpack/webpack.git"
  236. },
  237. "scripts": {
  238. "appveyor:benchmark": "yarn benchmark --ci",
  239. "appveyor:integration": "yarn cover:integration --ci %JEST%",
  240. "appveyor:unit": "yarn cover:unit --ci %JEST%",
  241. "benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
  242. "build:examples": "cd examples && node buildAll.js",
  243. "code-lint": "eslint . --ext '.js' --cache",
  244. "cover": "yarn cover:all && yarn cover:report",
  245. "cover:all": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage",
  246. "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",
  247. "cover:integration": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage",
  248. "cover:report": "istanbul report",
  249. "cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
  250. "fix": "yarn code-lint --fix && yarn special-lint-fix",
  251. "jest-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose",
  252. "lint": "yarn code-lint && yarn jest-lint && yarn type-lint && yarn special-lint",
  253. "prelint": "yarn setup",
  254. "pretest": "yarn lint",
  255. "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\"",
  256. "setup": "node ./setup/setup.js",
  257. "special-lint": "node tooling/inherit-types && node tooling/format-schemas && node tooling/compile-to-definitions",
  258. "special-lint-fix": "node tooling/inherit-types --write --override && node tooling/format-schemas --write && node tooling/compile-to-definitions --write",
  259. "test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
  260. "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\"",
  261. "test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
  262. "test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
  263. "test:update-snapshots": "yarn jest -u",
  264. "travis:basic": "yarn cover:basic --ci $JEST",
  265. "travis:benchmark": "yarn benchmark --ci",
  266. "travis:integration": "yarn cover:integration --ci $JEST",
  267. "travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST",
  268. "type-lint": "tsc --pretty"
  269. },
  270. "version": "4.46.0",
  271. "web": "lib/webpack.web.js"
  272. }