-
Notifications
You must be signed in to change notification settings - Fork 1
/
deno.lock
38 lines (38 loc) · 1.1 KB
/
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
37
38
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^0.219.1": "jsr:@std/[email protected]",
"jsr:@std/collections@^0.219.1": "jsr:@std/[email protected]",
"jsr:@std/path@^0.219.1": "jsr:@std/[email protected]",
"jsr:@std/toml@^0.219.1": "jsr:@std/[email protected]"
},
"jsr": {
"@std/[email protected]": {
"integrity": "e76c2a1799a78f0f4db7de04bdc9b908a7a4b821bb65eda0285885297d4fb8af"
},
"@std/[email protected]": {
"integrity": "ed0adf354efaf90069a1e9af263b9941f6a370d16e8a98f2fc67d12ed75d825a"
},
"@std/[email protected]": {
"integrity": "e5c0ffef3a8ef2b48e9e3d88a1489320e8fb2cc7be767b17c91a1424ffb4c8ed",
"dependencies": [
"jsr:@std/assert@^0.219.1"
]
},
"@std/[email protected]": {
"integrity": "fc64ca7213f6eae15a1ccb18a0abe49e3e975671802a1e8f2eddb389830694d3",
"dependencies": [
"jsr:@std/collections@^0.219.1"
]
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/path@^0.219.1",
"jsr:@std/toml@^0.219.1"
]
}
}