package.json 9.1 KB

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