-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
46 lines (46 loc) · 1.53 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
{
"name": "trashttpandas",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trashttpandas",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"hono": "^4.1.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240320.1"
}
},
"node_modules/@cloudflare/workers-types": {
"version": "4.20240320.1",
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20240320.1.tgz",
"integrity": "sha512-CiYtVpQURPgQqtBKkmOAnfPElVZuD7Xyf1IxKtKp2B4aB9gnooapwJhzeY8c4Ls4u17SgMS0MprOkrgYwzZ6xg==",
"dev": true
},
"node_modules/hono": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.1.3.tgz",
"integrity": "sha512-V0I6qCw0gn2MA4LLtyXe6oD3/7ToeQf5Zv98o7uSuLuViQgWHJeYoYrZ4NbXhOtg4SaZjNJJm1+XuFB3LN+j6A==",
"engines": {
"node": ">=16.0.0"
}
}
},
"dependencies": {
"@cloudflare/workers-types": {
"version": "4.20240320.1",
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20240320.1.tgz",
"integrity": "sha512-CiYtVpQURPgQqtBKkmOAnfPElVZuD7Xyf1IxKtKp2B4aB9gnooapwJhzeY8c4Ls4u17SgMS0MprOkrgYwzZ6xg==",
"dev": true
},
"hono": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.1.3.tgz",
"integrity": "sha512-V0I6qCw0gn2MA4LLtyXe6oD3/7ToeQf5Zv98o7uSuLuViQgWHJeYoYrZ4NbXhOtg4SaZjNJJm1+XuFB3LN+j6A=="
}
}
}