-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
36 lines (36 loc) · 1010 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
30
31
32
33
34
35
36
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@1": "jsr:@std/[email protected]",
"jsr:@std/internal@^1.0.3": "jsr:@std/[email protected]",
"npm:neverthrow": "npm:[email protected]",
"npm:[email protected]": "npm:[email protected]",
"npm:neverthrow@^8.0.0": "npm:[email protected]"
},
"jsr": {
"@std/[email protected]": {
"integrity": "d4c767ea578e5bc09c15b6e503376003e5b2d1f4c0cdf08524a92101ff4d7b96",
"dependencies": [
"jsr:@std/internal@^1.0.3"
]
},
"@std/[email protected]": {
"integrity": "208e9b94a3d5649bd880e9ca38b885ab7651ab5b5303a56ed25de4755fb7b11e"
}
},
"npm": {
"[email protected]": {
"integrity": "sha512-SX2Z50+U27I+CF3NwHE9J8MB6+bYRRub3U+1nAKxnL6c+2vW2l/WsYEC0e3Wqg8DwiJvrquqE0YhxlVTzGJGsg==",
"dependencies": {}
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/assert@1",
"npm:neverthrow@^8.0.0"
]
}
}