-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
87 lines (87 loc) · 2.57 KB
/
package-lock.json
File metadata and controls
87 lines (87 loc) · 2.57 KB
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
{
"name": "@ioa/http",
"version": "20.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ioa/http",
"version": "20.0.5",
"license": "ISC",
"dependencies": {
"@ioa/api": "^20.0.4",
"ioa": "^20.0.3"
}
},
"../../ioa": {
"version": "20.0.2",
"extraneous": true,
"license": "ISC",
"dependencies": {
"consoln": "^3.0.5"
},
"devDependencies": {
"@ioa/config": "^13.0.0",
"@ioa/http": "^20.0.1",
"@koa/cors": "^3.3.0",
"@types/node": "^17.0.23",
"axios": "^0.26.1",
"typea": "^8.0.3"
},
"engines": {
"node": ">= 16.0.0"
}
},
"../@ioa-api": {
"name": "@ioa/api",
"version": "20.0.4",
"extraneous": true,
"license": "ISC",
"devDependencies": {
"axios": "^0.27.0",
"ioa": "^20.0.1"
}
},
"node_modules/@ioa/api": {
"version": "20.0.4",
"resolved": "https://registry.npmjs.org/@ioa/api/-/api-20.0.4.tgz",
"integrity": "sha512-THta/PMgqh4pWoJ8Bof9kqKI7nBpYL+QU8wRWFgoTKNhbT/tjm+RHGXF5SeGmpF7246sBV63/H+TECCjB6I2eg=="
},
"node_modules/consoln": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/consoln/-/consoln-3.0.6.tgz",
"integrity": "sha512-dlrHd7xEBfm3HdC7V0qImZCx8W6Xs+m2Q0cP2oSNRHR2creBvRoYHADDfwhSecK6lGTkspDR28a2Bt/ZAq2V0g=="
},
"node_modules/ioa": {
"version": "20.0.3",
"resolved": "https://registry.npmjs.org/ioa/-/ioa-20.0.3.tgz",
"integrity": "sha512-t1byGC3oGSd1izp9q1MQP0xQpEZ8hYEO+RzBFUr5EXpi3SqFGrKxfXwYjzaumgH/Dglhk5kN/t+X6HwmygCoMA==",
"dependencies": {
"consoln": "^3.0.5"
},
"engines": {
"node": ">= 16.0.0"
}
}
},
"dependencies": {
"@ioa/api": {
"version": "20.0.4",
"resolved": "https://registry.npmjs.org/@ioa/api/-/api-20.0.4.tgz",
"integrity": "sha512-THta/PMgqh4pWoJ8Bof9kqKI7nBpYL+QU8wRWFgoTKNhbT/tjm+RHGXF5SeGmpF7246sBV63/H+TECCjB6I2eg=="
},
"consoln": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/consoln/-/consoln-3.0.6.tgz",
"integrity": "sha512-dlrHd7xEBfm3HdC7V0qImZCx8W6Xs+m2Q0cP2oSNRHR2creBvRoYHADDfwhSecK6lGTkspDR28a2Bt/ZAq2V0g=="
},
"ioa": {
"version": "20.0.3",
"resolved": "https://registry.npmjs.org/ioa/-/ioa-20.0.3.tgz",
"integrity": "sha512-t1byGC3oGSd1izp9q1MQP0xQpEZ8hYEO+RzBFUr5EXpi3SqFGrKxfXwYjzaumgH/Dglhk5kN/t+X6HwmygCoMA==",
"requires": {
"consoln": "^3.0.5"
}
}
}
}