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
| {
| "_from": "@types/express-serve-static-core@^4.17.18",
| "_id": "@types/express-serve-static-core@4.17.28",
| "_inBundle": false,
| "_integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==",
| "_location": "/@types/express-serve-static-core",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@types/express-serve-static-core@^4.17.18",
| "name": "@types/express-serve-static-core",
| "escapedName": "@types%2fexpress-serve-static-core",
| "scope": "@types",
| "rawSpec": "^4.17.18",
| "saveSpec": null,
| "fetchSpec": "^4.17.18"
| },
| "_requiredBy": [
| "/@types/express"
| ],
| "_resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz",
| "_shasum": "c47def9f34ec81dc6328d0b1b5303d1ec98d86b8",
| "_spec": "@types/express-serve-static-core@^4.17.18",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@types\\express",
| "bugs": {
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Boris Yankov",
| "url": "https://github.com/borisyankov"
| },
| {
| "name": "Satana Charuwichitratana",
| "url": "https://github.com/micksatana"
| },
| {
| "name": "Sami Jaber",
| "url": "https://github.com/samijaber"
| },
| {
| "name": "Jose Luis Leon",
| "url": "https://github.com/JoseLion"
| },
| {
| "name": "David Stephens",
| "url": "https://github.com/dwrss"
| },
| {
| "name": "Shin Ando",
| "url": "https://github.com/andoshin11"
| }
| ],
| "dependencies": {
| "@types/node": "*",
| "@types/qs": "*",
| "@types/range-parser": "*"
| },
| "deprecated": false,
| "description": "TypeScript definitions for Express",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core",
| "license": "MIT",
| "main": "",
| "name": "@types/express-serve-static-core",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/express-serve-static-core"
| },
| "scripts": {},
| "typeScriptVersion": "3.8",
| "types": "index.d.ts",
| "typesPublisherContentHash": "e8b75bce16c2593d8d5f9521ddcf5db42875f8406701ed9eca5178f1b74e91b9",
| "typesVersions": {
| "<=4.0": {
| "*": [
| "ts4.0/*"
| ]
| }
| },
| "version": "4.17.28"
| }
|
|