1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "webpack@5.50.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "webpack@5.50.0",
|
---|
10 | "_id": "webpack@5.50.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-hqxI7t/KVygs0WRv/kTgUW8Kl3YC81uyWQSo/7WUs5LsuRw0htH/fCwbVBGCuiX/t4s7qzjXFcf41O8Reiypag==",
|
---|
13 | "_location": "/webpack",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "@types/json-schema": "7.0.9",
|
---|
16 | "fast-deep-equal": "3.1.3",
|
---|
17 | "fast-json-stable-stringify": "2.1.0",
|
---|
18 | "uri-js": "4.4.1"
|
---|
19 | },
|
---|
20 | "_requested": {
|
---|
21 | "type": "version",
|
---|
22 | "registry": true,
|
---|
23 | "raw": "webpack@5.50.0",
|
---|
24 | "name": "webpack",
|
---|
25 | "escapedName": "webpack",
|
---|
26 | "rawSpec": "5.50.0",
|
---|
27 | "saveSpec": null,
|
---|
28 | "fetchSpec": "5.50.0"
|
---|
29 | },
|
---|
30 | "_requiredBy": [
|
---|
31 | "/@angular-devkit/build-angular"
|
---|
32 | ],
|
---|
33 | "_resolved": "https://registry.npmjs.org/webpack/-/webpack-5.50.0.tgz",
|
---|
34 | "_spec": "5.50.0",
|
---|
35 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
36 | "author": {
|
---|
37 | "name": "Tobias Koppers @sokra"
|
---|
38 | },
|
---|
39 | "bin": {
|
---|
40 | "webpack": "bin/webpack.js"
|
---|
41 | },
|
---|
42 | "bugs": {
|
---|
43 | "url": "https://github.com/webpack/webpack/issues"
|
---|
44 | },
|
---|
45 | "dependencies": {
|
---|
46 | "@types/eslint-scope": "^3.7.0",
|
---|
47 | "@types/estree": "^0.0.50",
|
---|
48 | "@webassemblyjs/ast": "1.11.1",
|
---|
49 | "@webassemblyjs/wasm-edit": "1.11.1",
|
---|
50 | "@webassemblyjs/wasm-parser": "1.11.1",
|
---|
51 | "acorn": "^8.4.1",
|
---|
52 | "acorn-import-assertions": "^1.7.6",
|
---|
53 | "browserslist": "^4.14.5",
|
---|
54 | "chrome-trace-event": "^1.0.2",
|
---|
55 | "enhanced-resolve": "^5.8.0",
|
---|
56 | "es-module-lexer": "^0.7.1",
|
---|
57 | "eslint-scope": "5.1.1",
|
---|
58 | "events": "^3.2.0",
|
---|
59 | "glob-to-regexp": "^0.4.1",
|
---|
60 | "graceful-fs": "^4.2.4",
|
---|
61 | "json-parse-better-errors": "^1.0.2",
|
---|
62 | "loader-runner": "^4.2.0",
|
---|
63 | "mime-types": "^2.1.27",
|
---|
64 | "neo-async": "^2.6.2",
|
---|
65 | "schema-utils": "^3.1.0",
|
---|
66 | "tapable": "^2.1.1",
|
---|
67 | "terser-webpack-plugin": "^5.1.3",
|
---|
68 | "watchpack": "^2.2.0",
|
---|
69 | "webpack-sources": "^3.2.0"
|
---|
70 | },
|
---|
71 | "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.",
|
---|
72 | "devDependencies": {
|
---|
73 | "@babel/core": "^7.11.1",
|
---|
74 | "@babel/preset-react": "^7.10.4",
|
---|
75 | "@types/es-module-lexer": "^0.4.1",
|
---|
76 | "@types/jest": "^26.0.24",
|
---|
77 | "@types/node": "^15.0.1",
|
---|
78 | "babel-loader": "^8.1.0",
|
---|
79 | "benchmark": "^2.1.4",
|
---|
80 | "bundle-loader": "^0.5.6",
|
---|
81 | "coffee-loader": "^1.0.0",
|
---|
82 | "coffeescript": "^2.5.1",
|
---|
83 | "core-js": "^3.6.5",
|
---|
84 | "coveralls": "^3.1.0",
|
---|
85 | "cspell": "^4.0.63",
|
---|
86 | "css-loader": "^5.0.1",
|
---|
87 | "date-fns": "^2.15.0",
|
---|
88 | "es5-ext": "^0.10.53",
|
---|
89 | "es6-promise-polyfill": "^1.2.0",
|
---|
90 | "eslint": "^7.14.0",
|
---|
91 | "eslint-config-prettier": "^8.1.0",
|
---|
92 | "eslint-plugin-jest": "^24.3.6",
|
---|
93 | "eslint-plugin-jsdoc": "^33.0.0",
|
---|
94 | "eslint-plugin-node": "^11.0.0",
|
---|
95 | "eslint-plugin-prettier": "^3.1.4",
|
---|
96 | "file-loader": "^6.0.0",
|
---|
97 | "fork-ts-checker-webpack-plugin": "^6.0.5",
|
---|
98 | "husky": "^6.0.0",
|
---|
99 | "is-ci": "^3.0.0",
|
---|
100 | "istanbul": "^0.4.5",
|
---|
101 | "jest": "^27.0.6",
|
---|
102 | "jest-circus": "^27.0.6",
|
---|
103 | "jest-diff": "^27.0.2",
|
---|
104 | "jest-junit": "^12.0.0",
|
---|
105 | "json-loader": "^0.5.7",
|
---|
106 | "json5": "^2.1.3",
|
---|
107 | "less": "^4.0.0",
|
---|
108 | "less-loader": "^8.0.0",
|
---|
109 | "lint-staged": "^11.0.0",
|
---|
110 | "loader-utils": "^2.0.0",
|
---|
111 | "lodash": "^4.17.19",
|
---|
112 | "lodash-es": "^4.17.15",
|
---|
113 | "memfs": "^3.2.0",
|
---|
114 | "mini-css-extract-plugin": "^1.6.1",
|
---|
115 | "mini-svg-data-uri": "^1.2.3",
|
---|
116 | "nyc": "^15.1.0",
|
---|
117 | "open-cli": "^6.0.1",
|
---|
118 | "prettier": "^2.2.0",
|
---|
119 | "pretty-format": "^27.0.2",
|
---|
120 | "pug": "^3.0.0",
|
---|
121 | "pug-loader": "^2.4.0",
|
---|
122 | "raw-loader": "^4.0.1",
|
---|
123 | "react": "^17.0.1",
|
---|
124 | "react-dom": "^17.0.1",
|
---|
125 | "rimraf": "^3.0.2",
|
---|
126 | "script-loader": "^0.7.2",
|
---|
127 | "simple-git": "^2.17.0",
|
---|
128 | "strip-ansi": "^6.0.0",
|
---|
129 | "style-loader": "^2.0.0",
|
---|
130 | "terser": "^5.7.0",
|
---|
131 | "toml": "^3.0.0",
|
---|
132 | "tooling": "github:webpack/tooling#v1.19.0",
|
---|
133 | "ts-loader": "^8.0.2",
|
---|
134 | "typescript": "^4.2.0-beta",
|
---|
135 | "url-loader": "^4.1.0",
|
---|
136 | "wast-loader": "^1.11.0",
|
---|
137 | "webassembly-feature": "1.3.0",
|
---|
138 | "webpack-cli": "^4.3.0",
|
---|
139 | "xxhashjs": "^0.2.2",
|
---|
140 | "yamljs": "^0.3.0",
|
---|
141 | "yarn-deduplicate": "^3.1.0"
|
---|
142 | },
|
---|
143 | "engines": {
|
---|
144 | "node": ">=10.13.0"
|
---|
145 | },
|
---|
146 | "files": [
|
---|
147 | "lib/",
|
---|
148 | "bin/",
|
---|
149 | "hot/",
|
---|
150 | "schemas/",
|
---|
151 | "SECURITY.md",
|
---|
152 | "types.d.ts"
|
---|
153 | ],
|
---|
154 | "funding": {
|
---|
155 | "type": "opencollective",
|
---|
156 | "url": "https://opencollective.com/webpack"
|
---|
157 | },
|
---|
158 | "homepage": "https://github.com/webpack/webpack",
|
---|
159 | "jest": {
|
---|
160 | "forceExit": true,
|
---|
161 | "setupFilesAfterEnv": [
|
---|
162 | "<rootDir>/test/setupTestFramework.js"
|
---|
163 | ],
|
---|
164 | "testMatch": [
|
---|
165 | "<rootDir>/test/*.test.js",
|
---|
166 | "<rootDir>/test/*.basictest.js",
|
---|
167 | "<rootDir>/test/*.longtest.js",
|
---|
168 | "<rootDir>/test/*.unittest.js"
|
---|
169 | ],
|
---|
170 | "watchPathIgnorePatterns": [
|
---|
171 | "<rootDir>/.git",
|
---|
172 | "<rootDir>/node_modules",
|
---|
173 | "<rootDir>/test/js",
|
---|
174 | "<rootDir>/test/browsertest/js",
|
---|
175 | "<rootDir>/test/fixtures/temp-cache-fixture",
|
---|
176 | "<rootDir>/test/fixtures/temp-",
|
---|
177 | "<rootDir>/benchmark",
|
---|
178 | "<rootDir>/examples/*/dist",
|
---|
179 | "<rootDir>/coverage",
|
---|
180 | "<rootDir>/.eslintcache"
|
---|
181 | ],
|
---|
182 | "modulePathIgnorePatterns": [
|
---|
183 | "<rootDir>/.git",
|
---|
184 | "<rootDir>/node_modules/webpack/node_modules",
|
---|
185 | "<rootDir>/test/js",
|
---|
186 | "<rootDir>/test/browsertest/js",
|
---|
187 | "<rootDir>/test/fixtures/temp-cache-fixture",
|
---|
188 | "<rootDir>/test/fixtures/temp-",
|
---|
189 | "<rootDir>/benchmark",
|
---|
190 | "<rootDir>/examples/*/dist",
|
---|
191 | "<rootDir>/coverage",
|
---|
192 | "<rootDir>/.eslintcache"
|
---|
193 | ],
|
---|
194 | "transformIgnorePatterns": [
|
---|
195 | "<rootDir>"
|
---|
196 | ],
|
---|
197 | "coverageDirectory": "<rootDir>/coverage",
|
---|
198 | "coveragePathIgnorePatterns": [
|
---|
199 | "\\.runtime\\.js$",
|
---|
200 | "<rootDir>/test",
|
---|
201 | "<rootDir>/schemas",
|
---|
202 | "<rootDir>/node_modules"
|
---|
203 | ],
|
---|
204 | "testEnvironment": "node",
|
---|
205 | "coverageReporters": [
|
---|
206 | "json"
|
---|
207 | ]
|
---|
208 | },
|
---|
209 | "license": "MIT",
|
---|
210 | "lint-staged": {
|
---|
211 | "*.js|{lib,setup,bin,hot,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [
|
---|
212 | "eslint --cache"
|
---|
213 | ],
|
---|
214 | "*.{ts,json,yml,yaml,md}|examples/*.md": [
|
---|
215 | "prettier --check"
|
---|
216 | ],
|
---|
217 | "*.md|{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}": [
|
---|
218 | "cspell"
|
---|
219 | ]
|
---|
220 | },
|
---|
221 | "main": "lib/index.js",
|
---|
222 | "name": "webpack",
|
---|
223 | "peerDependenciesMeta": {
|
---|
224 | "webpack-cli": {
|
---|
225 | "optional": true
|
---|
226 | }
|
---|
227 | },
|
---|
228 | "repository": {
|
---|
229 | "type": "git",
|
---|
230 | "url": "git+https://github.com/webpack/webpack.git"
|
---|
231 | },
|
---|
232 | "scripts": {
|
---|
233 | "appveyor:benchmark": "yarn benchmark --ci",
|
---|
234 | "appveyor:integration": "yarn cover:integration --ci %JEST%",
|
---|
235 | "appveyor:unit": "yarn cover:unit --ci %JEST%",
|
---|
236 | "benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
|
---|
237 | "build:examples": "cd examples && node buildAll.js",
|
---|
238 | "code-lint": "eslint . --ext '.js' --cache",
|
---|
239 | "cover": "yarn cover:all && yarn cover:report",
|
---|
240 | "cover:all": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --coverage",
|
---|
241 | "cover:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.basictest.js\" --coverage",
|
---|
242 | "cover:clean": "rimraf .nyc_output coverage",
|
---|
243 | "cover:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,longtest,test}.js\" --coverage",
|
---|
244 | "cover:integration:a": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,test}.js\" --coverage",
|
---|
245 | "cover:integration:b": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.longtest.js\" --coverage",
|
---|
246 | "cover:merge": "yarn mkdirp .nyc_output && nyc merge .nyc_output coverage/coverage-nyc.json && rimraf .nyc_output",
|
---|
247 | "cover:report": "nyc report -t coverage",
|
---|
248 | "cover:types": "node node_modules/tooling/type-coverage",
|
---|
249 | "cover:unit": "node --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
|
---|
250 | "fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix",
|
---|
251 | "jest": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage",
|
---|
252 | "lint": "yarn code-lint && yarn special-lint && yarn type-lint && yarn typings-lint && yarn yarn-lint && yarn pretty-lint && yarn spellcheck",
|
---|
253 | "prelint": "yarn setup",
|
---|
254 | "prepare": "husky install",
|
---|
255 | "pretest": "yarn lint",
|
---|
256 | "pretty-lint": "yarn pretty-lint-base --check",
|
---|
257 | "pretty-lint-base": "prettier \"*.{ts,json,yml,yaml,md}\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.json\" \"examples/*.md\"",
|
---|
258 | "pretty-lint-base-all": "yarn pretty-lint-base \"*.js\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.js\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases,benchmarkCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"",
|
---|
259 | "pretty-lint-fix": "yarn pretty-lint-base-all --loglevel warn --write",
|
---|
260 | "setup": "node ./setup/setup.js",
|
---|
261 | "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals",
|
---|
262 | "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write",
|
---|
263 | "spellcheck": "cspell \"{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}\" \"*.md\"",
|
---|
264 | "test": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage",
|
---|
265 | "test:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.basictest.js\"",
|
---|
266 | "test:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"<rootDir>/test/*.{basictest,longtest,test}.js\"",
|
---|
267 | "test:unit": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
|
---|
268 | "test:update-snapshots": "yarn jest -u",
|
---|
269 | "travis:basic": "yarn cover:basic --ci $JEST",
|
---|
270 | "travis:benchmark": "yarn benchmark --ci",
|
---|
271 | "travis:integration": "yarn cover:integration --ci $JEST",
|
---|
272 | "travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST",
|
---|
273 | "type-lint": "tsc",
|
---|
274 | "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html",
|
---|
275 | "typings-lint": "tsc -p tsconfig.test.json",
|
---|
276 | "yarn-lint": "yarn-deduplicate --fail --list -s highest yarn.lock",
|
---|
277 | "yarn-lint-fix": "yarn-deduplicate -s highest yarn.lock"
|
---|
278 | },
|
---|
279 | "types": "types.d.ts",
|
---|
280 | "version": "5.50.0"
|
---|
281 | }
|
---|