1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
| {
| "_args": [
| [
| "@types/webpack-dev-server@3.11.6",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "@types/webpack-dev-server@3.11.6",
| "_id": "@types/webpack-dev-server@3.11.6",
| "_inBundle": false,
| "_integrity": "sha512-XCph0RiiqFGetukCTC3KVnY1jwLcZ84illFRMbyFzCcWl90B/76ew0tSqF46oBhnLC4obNDG7dMO0JfTN0MgMQ==",
| "_location": "/@types/webpack-dev-server",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@types/webpack-dev-server@3.11.6",
| "name": "@types/webpack-dev-server",
| "escapedName": "@types%2fwebpack-dev-server",
| "scope": "@types",
| "rawSpec": "3.11.6",
| "saveSpec": null,
| "fetchSpec": "3.11.6"
| },
| "_requiredBy": [
| "/@vue/cli-service"
| ],
| "_resolved": "https://registry.npmmirror.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.6.tgz",
| "_spec": "3.11.6",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
| },
| "contributors": [
| {
| "name": "maestroh",
| "url": "https://github.com/maestroh"
| },
| {
| "name": "Dave Parslow",
| "url": "https://github.com/daveparslow"
| },
| {
| "name": "Zheyang Song",
| "url": "https://github.com/ZheyangSong"
| },
| {
| "name": "Alan Agius",
| "url": "https://github.com/alan-agius4"
| },
| {
| "name": "Artur Androsovych",
| "url": "https://github.com/arturovt"
| },
| {
| "name": "Dave Cardwell",
| "url": "https://github.com/davecardwell"
| },
| {
| "name": "Katsuya Hino",
| "url": "https://github.com/dobogo"
| },
| {
| "name": "Billy Le",
| "url": "https://github.com/billy-le"
| },
| {
| "name": "Chris Paterson",
| "url": "https://github.com/chrispaterson"
| },
| {
| "name": "Piotr Błażejewicz",
| "url": "https://github.com/peterblazejewicz"
| },
| {
| "name": "William Artero",
| "url": "https://github.com/wwmoraes"
| }
| ],
| "dependencies": {
| "@types/connect-history-api-fallback": "*",
| "@types/express": "*",
| "@types/serve-static": "*",
| "@types/webpack": "^4",
| "http-proxy-middleware": "^1.0.0"
| },
| "description": "TypeScript definitions for webpack-dev-server",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-dev-server",
| "license": "MIT",
| "main": "",
| "name": "@types/webpack-dev-server",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/webpack-dev-server"
| },
| "scripts": {},
| "typeScriptVersion": "3.8",
| "types": "index.d.ts",
| "typesPublisherContentHash": "b26879d2ad462235fdbf98cc2065b6df144275c80abeaee0a09d4409d5c110b2",
| "version": "3.11.6"
| }
|
|