source: trip-planner-front/node_modules/webpack-dev-server/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 6.8 KB
Line 
1{
2 "_args": [
3 [
4 "webpack-dev-server@3.11.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "webpack-dev-server@3.11.2",
10 "_id": "webpack-dev-server@3.11.2",
11 "_inBundle": false,
12 "_integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==",
13 "_location": "/webpack-dev-server",
14 "_phantomChildren": {
15 "ajv-errors": "1.0.1",
16 "ansi-styles": "3.2.1",
17 "arr-diff": "4.0.0",
18 "arr-flatten": "1.1.0",
19 "array-unique": "0.3.2",
20 "async-each": "1.0.3",
21 "async-limiter": "1.0.1",
22 "bindings": "1.5.0",
23 "camelcase": "5.3.1",
24 "core-util-is": "1.0.2",
25 "decamelize": "1.2.0",
26 "define-property": "2.0.2",
27 "extend-shallow": "3.0.2",
28 "extglob": "2.0.4",
29 "fast-deep-equal": "3.1.3",
30 "fast-json-stable-stringify": "2.1.0",
31 "fragment-cache": "0.2.1",
32 "get-caller-file": "2.0.5",
33 "graceful-fs": "4.2.8",
34 "has-flag": "3.0.0",
35 "inherits": "2.0.4",
36 "is-buffer": "1.1.6",
37 "is-extglob": "2.1.1",
38 "is-glob": "4.0.3",
39 "isarray": "1.0.0",
40 "isobject": "3.0.1",
41 "kind-of": "6.0.3",
42 "memory-fs": "0.4.1",
43 "mime": "2.5.2",
44 "minimist": "1.2.5",
45 "nan": "2.15.0",
46 "nanomatch": "1.2.13",
47 "normalize-path": "3.0.0",
48 "object.pick": "1.3.0",
49 "p-try": "2.2.0",
50 "path-dirname": "1.0.2",
51 "path-is-absolute": "1.0.1",
52 "process-nextick-args": "2.0.1",
53 "range-parser": "1.2.1",
54 "regex-not": "1.0.2",
55 "remove-trailing-separator": "1.1.0",
56 "repeat-element": "1.1.4",
57 "repeat-string": "1.6.1",
58 "require-directory": "2.1.1",
59 "require-main-filename": "2.0.0",
60 "safe-buffer": "5.1.2",
61 "set-blocking": "2.0.0",
62 "snapdragon": "0.8.2",
63 "snapdragon-node": "2.1.1",
64 "split-string": "3.1.0",
65 "to-regex": "3.0.2",
66 "upath": "1.2.0",
67 "uri-js": "4.4.1",
68 "util-deprecate": "1.0.2",
69 "webpack-log": "2.0.0",
70 "which-module": "2.0.0"
71 },
72 "_requested": {
73 "type": "version",
74 "registry": true,
75 "raw": "webpack-dev-server@3.11.2",
76 "name": "webpack-dev-server",
77 "escapedName": "webpack-dev-server",
78 "rawSpec": "3.11.2",
79 "saveSpec": null,
80 "fetchSpec": "3.11.2"
81 },
82 "_requiredBy": [
83 "/@angular-devkit/build-angular"
84 ],
85 "_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz",
86 "_spec": "3.11.2",
87 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
88 "author": {
89 "name": "Tobias Koppers @sokra"
90 },
91 "bin": {
92 "webpack-dev-server": "bin/webpack-dev-server.js"
93 },
94 "bugs": {
95 "url": "https://github.com/webpack/webpack-dev-server/issues"
96 },
97 "dependencies": {
98 "ansi-html": "0.0.7",
99 "bonjour": "^3.5.0",
100 "chokidar": "^2.1.8",
101 "compression": "^1.7.4",
102 "connect-history-api-fallback": "^1.6.0",
103 "debug": "^4.1.1",
104 "del": "^4.1.1",
105 "express": "^4.17.1",
106 "html-entities": "^1.3.1",
107 "http-proxy-middleware": "0.19.1",
108 "import-local": "^2.0.0",
109 "internal-ip": "^4.3.0",
110 "ip": "^1.1.5",
111 "is-absolute-url": "^3.0.3",
112 "killable": "^1.0.1",
113 "loglevel": "^1.6.8",
114 "opn": "^5.5.0",
115 "p-retry": "^3.0.1",
116 "portfinder": "^1.0.26",
117 "schema-utils": "^1.0.0",
118 "selfsigned": "^1.10.8",
119 "semver": "^6.3.0",
120 "serve-index": "^1.9.1",
121 "sockjs": "^0.3.21",
122 "sockjs-client": "^1.5.0",
123 "spdy": "^4.0.2",
124 "strip-ansi": "^3.0.1",
125 "supports-color": "^6.1.0",
126 "url": "^0.11.0",
127 "webpack-dev-middleware": "^3.7.2",
128 "webpack-log": "^2.0.0",
129 "ws": "^6.2.1",
130 "yargs": "^13.3.2"
131 },
132 "description": "Serves a webpack app. Updates the browser on changes.",
133 "devDependencies": {
134 "@babel/cli": "^7.8.4",
135 "@babel/core": "^7.9.6",
136 "@babel/plugin-transform-runtime": "^7.9.6",
137 "@babel/preset-env": "^7.9.6",
138 "@babel/runtime": "^7.9.6",
139 "@commitlint/cli": "^8.3.5",
140 "@commitlint/config-conventional": "^8.3.4",
141 "babel-loader": "^8.1.0",
142 "body-parser": "^1.19.0",
143 "commitlint-azure-pipelines-cli": "^1.0.3",
144 "copy-webpack-plugin": "^5.1.1",
145 "css-loader": "^2.1.1",
146 "eslint": "^6.8.0",
147 "eslint-config-prettier": "^6.11.0",
148 "eslint-config-webpack": "^1.2.5",
149 "eslint-plugin-import": "^2.20.2",
150 "execa": "^1.0.0",
151 "file-loader": "^5.1.0",
152 "html-loader": "^0.5.5",
153 "html-webpack-plugin": "^3.2.0",
154 "husky": "^4.2.5",
155 "jest": "^24.9.0",
156 "jest-junit": "^10.0.0",
157 "jquery": "^3.5.1",
158 "less": "^3.11.1",
159 "less-loader": "^5.0.0",
160 "lint-staged": "^10.2.2",
161 "marked": "^0.8.2",
162 "memfs": "^3.1.2",
163 "npm-run-all": "^4.1.5",
164 "prettier": "^1.19.1",
165 "puppeteer": "^1.20.0",
166 "rimraf": "^3.0.2",
167 "standard-version": "^8.0.0",
168 "style-loader": "^1.2.1",
169 "supertest": "^4.0.2",
170 "tcp-port-used": "^1.0.1",
171 "typescript": "^3.8.3",
172 "url-loader": "^3.0.0",
173 "webpack": "^4.43.0",
174 "webpack-cli": "^3.3.11"
175 },
176 "engines": {
177 "node": ">= 6.11.5"
178 },
179 "files": [
180 "bin",
181 "lib",
182 "ssl",
183 "client"
184 ],
185 "homepage": "https://github.com/webpack/webpack-dev-server#readme",
186 "license": "MIT",
187 "main": "lib/Server.js",
188 "name": "webpack-dev-server",
189 "peerDependencies": {
190 "webpack": "^4.0.0 || ^5.0.0"
191 },
192 "peerDependenciesMeta": {
193 "webpack-cli": {
194 "optional": true
195 }
196 },
197 "repository": {
198 "type": "git",
199 "url": "git+https://github.com/webpack/webpack-dev-server.git"
200 },
201 "scripts": {
202 "build:client": "rimraf ./client/* && npm-run-all -s -l -p \"build:client:**\"",
203 "build:client:clients": "babel client-src/clients --out-dir client/clients",
204 "build:client:default": "babel client-src/default --out-dir client --ignore \"./client-src/default/*.config.js\"",
205 "build:client:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
206 "build:client:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
207 "build:client:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
208 "commitlint": "commitlint --from=master",
209 "lint": "npm-run-all -l -p \"lint:**\"",
210 "lint:js": "eslint . --cache",
211 "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
212 "lint:type": "tsc --noEmit",
213 "prepare": "rimraf ./ssl/*.pem && npm run build:client",
214 "pretest": "npm run lint",
215 "release": "standard-version",
216 "security": "npm audit",
217 "test": "npm run test:coverage",
218 "test:coverage": "npm run test:only -- --coverage",
219 "test:only": "jest --forceExit",
220 "test:watch": "npm run test:coverage --watch",
221 "webpack-dev-server": "node examples/run-example.js"
222 },
223 "version": "3.11.2"
224}
Note: See TracBrowser for help on using the repository browser.