-
Notifications
You must be signed in to change notification settings - Fork 2
/
deno.lock
37 lines (37 loc) · 999 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
37
{
"version": "4",
"specifiers": {
"jsr:@std/[email protected]": "0.223.0",
"jsr:@std/[email protected]": "0.223.0",
"jsr:@std/[email protected]": "0.223.0",
"npm:[email protected]": "7.1.0"
},
"jsr": {
"@std/[email protected]": {
"integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24",
"dependencies": [
"jsr:@std/fmt"
]
},
"@std/[email protected]": {
"integrity": "6deb37794127dfc7d7bded2586b9fc6f5d50e62a8134846608baf71ffc1a5208"
},
"@std/[email protected]": {
"integrity": "7a48b9a14589ed16beb2a31ec7150e9fff3acda58f3077af6a1fcdb92375143b",
"dependencies": [
"jsr:@std/assert"
]
}
},
"npm": {
"[email protected]": {
"integrity": "sha512-i/pC5xvaNVrduufGtnw8O+abLWq70wd6YutiPYR2NqrnwtjBMk7rG/vJTktnAivSok+ZqlkFZzuVICgObpQi4w=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/[email protected]",
"npm:[email protected]"
]
}
}