-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdeno.lock
More file actions
51 lines (51 loc) · 1.58 KB
/
deno.lock
File metadata and controls
51 lines (51 loc) · 1.58 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
{
"version": "5",
"specifiers": {
"jsr:@hono/hono@^4.9.4": "4.9.4",
"jsr:@lambdalisue/github-emoji@1": "1.0.0",
"jsr:@std/assert@0.221": "0.221.0",
"jsr:@std/encoding@^1.0.10": "1.0.10",
"jsr:@std/path@0.221": "0.221.0",
"npm:@octokit/webhooks-types@^7.6.1": "7.6.1",
"npm:@types/node@*": "18.16.19"
},
"jsr": {
"@hono/hono@4.9.4": {
"integrity": "de006e32f3bab18e5a5bed4c75c5e0aaa46958d3653e6646b534a874d690dccc"
},
"@lambdalisue/github-emoji@1.0.0": {
"integrity": "cc6b1ae72cde7a61397c886caf4013d0cc8d1108c70459192b2a7b0cccbfef2c",
"dependencies": [
"jsr:@std/path"
]
},
"@std/assert@0.221.0": {
"integrity": "a5f1aa6e7909dbea271754fd4ab3f4e687aeff4873b4cef9a320af813adb489a"
},
"@std/encoding@1.0.10": {
"integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
},
"@std/path@0.221.0": {
"integrity": "0a36f6b17314ef653a3a1649740cc8db51b25a133ecfe838f20b79a56ebe0095",
"dependencies": [
"jsr:@std/assert"
]
}
},
"npm": {
"@octokit/webhooks-types@7.6.1": {
"integrity": "sha512-S8u2cJzklBC0FgTwWVLaM8tMrDuDMVE4xiTK4EYXM9GntyvrdbSoxqDQa+Fh57CCNApyIpyeqPhhFEmHPfrXgw=="
},
"@types/node@18.16.19": {
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA=="
}
},
"workspace": {
"dependencies": [
"jsr:@hono/hono@^4.9.4",
"jsr:@lambdalisue/github-emoji@1",
"jsr:@std/encoding@^1.0.10",
"npm:@octokit/webhooks-types@^7.6.1"
]
}
}