-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
54 lines (54 loc) · 1.65 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
{
"name": "hono",
"version": "1.0.69",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hono",
"version": "1.0.69",
"dependencies": {
"crypto-js": "^4.1.1",
"hono": "^2.2.5"
},
"devDependencies": {
"bun-types": "latest"
}
},
"node_modules/bun-types": {
"version": "0.2.2",
"resolved": "https://repo.huaweicloud.com/repository/npm/bun-types/-/bun-types-0.2.2.tgz",
"integrity": "sha512-/1IPC/PPWvV39I7uulBcWHL0Xpi1BqvwF34R/2gRwt0/l5MJB1gt15GLwLP33d59EnkOdRYibImuCg0l/9BRng==",
"dev": true
},
"node_modules/crypto-js": {
"version": "4.1.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==",
"license": "MIT"
},
"node_modules/hono": {
"version": "2.5.9",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
}
}
},
"dependencies": {
"bun-types": {
"version": "0.2.2",
"resolved": "https://repo.huaweicloud.com/repository/npm/bun-types/-/bun-types-0.2.2.tgz",
"integrity": "sha512-/1IPC/PPWvV39I7uulBcWHL0Xpi1BqvwF34R/2gRwt0/l5MJB1gt15GLwLP33d59EnkOdRYibImuCg0l/9BRng==",
"dev": true
},
"crypto-js": {
"version": "4.1.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
},
"hono": {
"version": "2.5.9"
}
}
}