-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
29 lines (29 loc) · 804 Bytes
/
deno.lock
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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/bytes@^1.0.2": "jsr:@std/bytes@1.0.2",
"jsr:@std/media-types@^1.0.2": "jsr:@std/media-types@1.0.2",
"jsr:@std/path@^1.0.1": "jsr:@std/path@1.0.1"
},
"jsr": {
"@std/bytes@1.0.2": {
"integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57"
},
"@std/media-types@1.0.2": {
"integrity": "abb78dc8f7d88141cba8c4d60fc1e8b421e5c7b0d7c84f2f708bc666cad46784"
},
"@std/path@1.0.1": {
"integrity": "e061ff02c28481ca49e3a14981875c345e9fc7e973190672782cd0ac8af70428"
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/bytes@^1.0.2",
"jsr:@std/media-types@^1.0.2",
"jsr:@std/path@^1.0.1"
]
}
}