-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
70 lines (70 loc) · 2.76 KB
/
package-lock.json
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
{
"name": "@types/koa-json-body",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/accepts": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.2.tgz",
"integrity": "sha1-Uol61aUfBeovV/joE2CFx9HDhaU="
},
"@types/co-body": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@types/co-body/-/co-body-0.0.1.tgz",
"integrity": "sha1-rJ4P0afnBeiXbWPyMG/WWBPNaSU=",
"requires": {
"@types/koa": "2.0.39",
"@types/node": "8.0.19",
"@types/qs": "6.5.0"
}
},
"@types/cookies": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.6.1.tgz",
"integrity": "sha1-0Sy9D4qmufDTv7YTuViJegs0hzE=",
"requires": {
"@types/keygrip": "1.0.1",
"@types/node": "8.0.19"
}
},
"@types/http-assert": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.2.0.tgz",
"integrity": "sha1-C4KZMDbobG/ylE4DO3O1foXM3Ks="
},
"@types/keygrip": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.1.tgz",
"integrity": "sha1-/1QEYtL7TQqIRBzq8n0oewHD2Hg="
},
"@types/koa": {
"version": "2.0.39",
"resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.0.39.tgz",
"integrity": "sha1-RboSSdiEm5sP+MHW0vgLCDi4n/o=",
"requires": {
"@types/accepts": "1.3.2",
"@types/cookies": "0.6.1",
"@types/http-assert": "1.2.0",
"@types/keygrip": "1.0.1",
"@types/koa-compose": "3.2.2",
"@types/node": "8.0.19"
}
},
"@types/koa-compose": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.2.tgz",
"integrity": "sha1-3BBuAAu/kqOskA91bfRzRIh+6Ec="
},
"@types/node": {
"version": "8.0.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.19.tgz",
"integrity": "sha512-VRQB+Q0L3YZWs45uRdpN9oWr82meL/8TrJ6faoKT5tp0uub2l/aRMhtm5fo68h7kjYKH60f9/bay1nF7ZpTW5g=="
},
"@types/qs": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.5.0.tgz",
"integrity": "sha512-KCvdV85GNkZAyWOYxUUR+3XNairGv60Niu42GvVy9JlXRPEIZHXQuk0xMi/mla/25pLZzdY7uzLhBK/B81KZBg=="
}
}
}