-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 1.88 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 1.88 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
{
"name": "ooo",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@hono/node-server": "^1.4.0",
"hono": "^3.12.0",
"swtl": "^0.0.22"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@hono/node-server": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.4.0.tgz",
"integrity": "sha512-bhDkhldW7w9VgjrX0gG1vJ2YyvTxFWd5WG9nHjSR4UauhVECQZC3qy7mVVuQ054I5NWhKttHfKzYfoPzmUzAjw==",
"engines": {
"node": ">=18.14.1"
}
},
"node_modules/hono": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.0.tgz",
"integrity": "sha512-UPEtZuLY7Wo7g0mqKWSOjLFdT8t7wJ60IYEcxKl3AQNU4u+R2QqU2fJMPmSu24C+/ag20Z8mOTQOErZzK4DMvA==",
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/swtl": {
"version": "0.0.22",
"resolved": "https://registry.npmjs.org/swtl/-/swtl-0.0.22.tgz",
"integrity": "sha512-dw2QKaDCCx5yp1+UhDNi4OhwaYfgSCmrK26ckD9PeXn5tsES11+ETMgYX0d2RzTggxFAlvmTaPisrD188P2FOw=="
}
},
"dependencies": {
"@hono/node-server": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.4.0.tgz",
"integrity": "sha512-bhDkhldW7w9VgjrX0gG1vJ2YyvTxFWd5WG9nHjSR4UauhVECQZC3qy7mVVuQ054I5NWhKttHfKzYfoPzmUzAjw=="
},
"hono": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.0.tgz",
"integrity": "sha512-UPEtZuLY7Wo7g0mqKWSOjLFdT8t7wJ60IYEcxKl3AQNU4u+R2QqU2fJMPmSu24C+/ag20Z8mOTQOErZzK4DMvA=="
},
"swtl": {
"version": "0.0.22",
"resolved": "https://registry.npmjs.org/swtl/-/swtl-0.0.22.tgz",
"integrity": "sha512-dw2QKaDCCx5yp1+UhDNi4OhwaYfgSCmrK26ckD9PeXn5tsES11+ETMgYX0d2RzTggxFAlvmTaPisrD188P2FOw=="
}
}
}