package.json 9.8 KB

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