package.json 8.9 KB

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