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
| {
| "_args": [
| [
| "@types/express@4.17.21",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "@types/express@4.17.21",
| "_id": "@types/express@4.17.21",
| "_inBundle": false,
| "_integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
| "_location": "/@types/express",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@types/express@4.17.21",
| "name": "@types/express",
| "escapedName": "@types%2fexpress",
| "scope": "@types",
| "rawSpec": "4.17.21",
| "saveSpec": null,
| "fetchSpec": "4.17.21"
| },
| "_requiredBy": [
| "/@types/webpack-dev-server"
| ],
| "_resolved": "https://registry.npmmirror.com/@types/express/-/express-4.17.21.tgz",
| "_spec": "4.17.21",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
| },
| "contributors": [
| {
| "name": "Boris Yankov",
| "url": "https://github.com/borisyankov"
| },
| {
| "name": "China Medical University Hospital",
| "url": "https://github.com/CMUH"
| },
| {
| "name": "Puneet Arora",
| "url": "https://github.com/puneetar"
| },
| {
| "name": "Dylan Frankland",
| "url": "https://github.com/dfrankland"
| }
| ],
| "dependencies": {
| "@types/body-parser": "*",
| "@types/express-serve-static-core": "^4.17.33",
| "@types/qs": "*",
| "@types/serve-static": "*"
| },
| "description": "TypeScript definitions for express",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express",
| "license": "MIT",
| "main": "",
| "name": "@types/express",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/express"
| },
| "scripts": {},
| "typeScriptVersion": "4.5",
| "types": "index.d.ts",
| "typesPublisherContentHash": "fa18ce9be07653182e2674f9a13cf8347ffb270031a7a8d22ba0e785bbc16ce4",
| "version": "4.17.21"
| }
|
|