package.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. {
  2. "_from": "webpack@4.16.5",
  3. "_id": "webpack@4.16.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i5cHYHonzSc1zBuwB5MSzW4v9cScZFbprkHK8ZgzPDCRkQXGGpYzPmJhbus5bOrZ0tXTcQp+xyImRSvKb0b+Kw==",
  6. "_location": "/webpack",
  7. "_phantomChildren": {
  8. "arr-diff": "4.0.0",
  9. "array-unique": "0.3.2",
  10. "assign-symbols": "1.0.0",
  11. "braces": "2.3.2",
  12. "esrecurse": "4.3.0",
  13. "estraverse": "4.3.0",
  14. "extglob": "2.0.4",
  15. "fast-json-stable-stringify": "2.1.0",
  16. "fragment-cache": "0.2.1",
  17. "is-accessor-descriptor": "1.0.1",
  18. "is-data-descriptor": "1.0.1",
  19. "is-plain-object": "2.0.4",
  20. "isobject": "3.0.1",
  21. "kind-of": "6.0.3",
  22. "nanomatch": "1.2.13",
  23. "object.pick": "1.3.0",
  24. "regex-not": "1.0.2",
  25. "snapdragon": "0.8.2",
  26. "to-regex": "3.0.2",
  27. "uri-js": "4.4.1"
  28. },
  29. "_requested": {
  30. "type": "version",
  31. "registry": true,
  32. "raw": "webpack@4.16.5",
  33. "name": "webpack",
  34. "escapedName": "webpack",
  35. "rawSpec": "4.16.5",
  36. "saveSpec": null,
  37. "fetchSpec": "4.16.5"
  38. },
  39. "_requiredBy": [
  40. "#DEV:/"
  41. ],
  42. "_resolved": "https://registry.npmmirror.com/webpack/-/webpack-4.16.5.tgz",
  43. "_shasum": "29fb39462823d7eb8aefcab8b45f7f241db0d092",
  44. "_spec": "webpack@4.16.5",
  45. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  46. "author": {
  47. "name": "Tobias Koppers @sokra"
  48. },
  49. "bin": {
  50. "webpack": "bin/webpack.js"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/webpack/webpack/issues"
  54. },
  55. "bundleDependencies": false,
  56. "dependencies": {
  57. "@webassemblyjs/ast": "1.5.13",
  58. "@webassemblyjs/helper-module-context": "1.5.13",
  59. "@webassemblyjs/wasm-edit": "1.5.13",
  60. "@webassemblyjs/wasm-opt": "1.5.13",
  61. "@webassemblyjs/wasm-parser": "1.5.13",
  62. "acorn": "^5.6.2",
  63. "acorn-dynamic-import": "^3.0.0",
  64. "ajv": "^6.1.0",
  65. "ajv-keywords": "^3.1.0",
  66. "chrome-trace-event": "^1.0.0",
  67. "enhanced-resolve": "^4.1.0",
  68. "eslint-scope": "^4.0.0",
  69. "json-parse-better-errors": "^1.0.2",
  70. "loader-runner": "^2.3.0",
  71. "loader-utils": "^1.1.0",
  72. "memory-fs": "~0.4.1",
  73. "micromatch": "^3.1.8",
  74. "mkdirp": "~0.5.0",
  75. "neo-async": "^2.5.0",
  76. "node-libs-browser": "^2.0.0",
  77. "schema-utils": "^0.4.4",
  78. "tapable": "^1.0.0",
  79. "uglifyjs-webpack-plugin": "^1.2.4",
  80. "watchpack": "^1.5.0",
  81. "webpack-sources": "^1.0.1"
  82. },
  83. "deprecated": false,
  84. "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.",
  85. "devDependencies": {
  86. "@types/node": "^9.6.4",
  87. "@types/tapable": "^1.0.1",
  88. "@types/webpack-sources": "^0.1.4",
  89. "benchmark": "^2.1.1",
  90. "bundle-loader": "~0.5.0",
  91. "codacy-coverage": "^2.0.1",
  92. "coffee-loader": "^0.9.0",
  93. "coffeescript": "^1.10.0",
  94. "coveralls": "^2.11.2",
  95. "css-loader": "^0.28.3",
  96. "es6-promise-polyfill": "^1.1.1",
  97. "eslint": "^5.2.0",
  98. "eslint-config-prettier": "^2.9.0",
  99. "eslint-plugin-jest": "^21.18.0",
  100. "eslint-plugin-node": "^7.0.1",
  101. "eslint-plugin-prettier": "^2.6.2",
  102. "express": "~4.13.1",
  103. "file-loader": "^1.1.6",
  104. "glob": "^7.1.2",
  105. "husky": "^1.0.0-rc.6",
  106. "i18n-webpack-plugin": "^1.0.0",
  107. "istanbul": "^0.4.5",
  108. "jade": "^1.11.0",
  109. "jade-loader": "~0.8.0",
  110. "jest": "^23.4.1",
  111. "jest-silent-reporter": "^0.0.5",
  112. "json-loader": "^0.5.7",
  113. "less": "^2.5.1",
  114. "less-loader": "^4.0.3",
  115. "lint-staged": "^7.2.0",
  116. "lodash": "^4.17.4",
  117. "prettier": "^1.14.0",
  118. "pug": "^2.0.3",
  119. "pug-loader": "^2.4.0",
  120. "raw-loader": "~0.5.0",
  121. "react": "^15.2.1",
  122. "react-dom": "^15.2.1",
  123. "rimraf": "^2.6.2",
  124. "script-loader": "~0.7.0",
  125. "simple-git": "^1.65.0",
  126. "style-loader": "^0.19.1",
  127. "typescript": "^3.0.0-rc",
  128. "url-loader": "^0.6.2",
  129. "val-loader": "^1.0.2",
  130. "vm-browserify": "~0.0.0",
  131. "wast-loader": "^1.5.5",
  132. "webpack-dev-middleware": "^1.9.0",
  133. "worker-loader": "^1.1.1",
  134. "xxhashjs": "^0.2.1"
  135. },
  136. "engines": {
  137. "node": ">=6.11.5"
  138. },
  139. "files": [
  140. "lib/",
  141. "bin/",
  142. "buildin/",
  143. "hot/",
  144. "web_modules/",
  145. "schemas/",
  146. "SECURITY.md"
  147. ],
  148. "homepage": "https://github.com/webpack/webpack",
  149. "husky": {
  150. "hooks": {
  151. "pre-commit": "lint-staged"
  152. }
  153. },
  154. "jest": {
  155. "forceExit": true,
  156. "setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js",
  157. "testMatch": [
  158. "<rootDir>/test/*.test.js",
  159. "<rootDir>/test/*.unittest.js"
  160. ],
  161. "watchPathIgnorePatterns": [
  162. "<rootDir>/node_modules/webpack/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>/node_modules/webpack/node_modules/",
  174. "<rootDir>/test/js/",
  175. "<rootDir>/test/browsertest/js/",
  176. "<rootDir>/test/fixtures/temp-cache-fixture/",
  177. "<rootDir>/test/fixtures/temp-",
  178. "<rootDir>/benchmark/",
  179. "<rootDir>/examples/*/dist",
  180. "<rootDir>/coverage/",
  181. "<rootDir>/.eslintcache/"
  182. ],
  183. "transformIgnorePatterns": [
  184. "<rootDir>/"
  185. ],
  186. "coverageDirectory": "<rootDir>/coverage",
  187. "coveragePathIgnorePatterns": [
  188. "\\.runtime\\.js$",
  189. "<rootDir>/test/",
  190. "<rootDir>/schemas/",
  191. "<rootDir>/node_modules/"
  192. ],
  193. "testEnvironment": "node",
  194. "coverageReporters": [
  195. "json"
  196. ]
  197. },
  198. "license": "MIT",
  199. "lint-staged": {
  200. "lib/**/*.js": [
  201. "eslint --cache"
  202. ]
  203. },
  204. "main": "lib/webpack.js",
  205. "name": "webpack",
  206. "repository": {
  207. "type": "git",
  208. "url": "git+https://github.com/webpack/webpack.git"
  209. },
  210. "scripts": {
  211. "appveyor:benchmark": "yarn benchmark --ci",
  212. "appveyor:integration": "yarn cover:init && yarn cover:integration \"test/(?!TestCases)\" --ci %JEST% && move coverage\\coverage-final.json coverage\\coverage-final-1.json&& yarn cover:integration \"test/TestCasesD\" --ci %JEST% && move coverage\\coverage-final.json coverage\\coverage-final-2.json && yarn cover:integration \"test/TestCases(?!D)\" --ci %JEST% && move coverage\\coverage-final.json coverage\\coverage-final-3.json",
  213. "appveyor:unit": "yarn cover:init && yarn cover:unit --ci %JEST%",
  214. "benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
  215. "build:examples": "cd examples && node buildAll.js",
  216. "code-lint": "eslint --cache setup lib bin hot buildin benchmark tooling \"test/*.js\" \"test/**/webpack.config.js\" \"examples/**/webpack.config.js\" \"schemas/**/*.js\"",
  217. "cover": "yarn cover:init && yarn cover:all && yarn cover:report",
  218. "cover:all": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage",
  219. "cover:init": "rimraf coverage",
  220. "cover:integration": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage",
  221. "cover:report": "istanbul report",
  222. "cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
  223. "fix": "yarn code-lint --fix",
  224. "lint": "yarn code-lint && yarn schema-lint && yarn type-lint",
  225. "prelint": "yarn setup",
  226. "pretest": "yarn lint",
  227. "pretty": "prettier --write \"setup/**/*.js\" \"lib/**/*.js\" \"bin/*.js\" \"hot/*.js\" \"buildin/*.js\" \"benchmark/**/*.js\" \"tooling/*.js\" \"test/*.js\" \"test/**/webpack.config.js\" \"examples/**/webpack.config.js\" \"schemas/**/*.js\" \"declarations.d.ts\" \"tsconfig.json\"",
  228. "schema-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose",
  229. "setup": "node ./setup/setup.js",
  230. "test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
  231. "test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/{TestCasesNormal,StatsTestCases,ConfigTestCases}.test.js\"",
  232. "test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
  233. "test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
  234. "test:update-snapshots": "yarn jest -u",
  235. "travis:basic": "yarn test:basic --ci $JEST",
  236. "travis:benchmark": "yarn benchmark --ci",
  237. "travis:integration": "yarn cover:init && yarn cover:integration \"test/(?!TestCases)\" --ci $JEST && mv coverage/coverage-final.json coverage/coverage-final-1.json && yarn cover:integration \"test/TestCasesD\" --ci $JEST && mv coverage/coverage-final.json coverage/coverage-final-2.json && yarn cover:integration \"test/TestCases(?!D)\" --ci $JEST && mv coverage/coverage-final.json coverage/coverage-final-3.json",
  238. "travis:lint-unit": "yarn lint && yarn cover:init && yarn cover:unit --ci $JEST",
  239. "type-lint": "tsc --pretty"
  240. },
  241. "version": "4.16.5",
  242. "web": "lib/webpack.web.js"
  243. }