package.json 8.8 KB

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