-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
30 lines (30 loc) · 992 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^0.223.0": "jsr:@std/assert@0.223.0",
"jsr:@std/fmt@^0.223.0": "jsr:@std/fmt@0.223.0"
},
"jsr": {
"@std/assert@0.223.0": {
"integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24",
"dependencies": [
"jsr:@std/fmt@^0.223.0"
]
},
"@std/fmt@0.223.0": {
"integrity": "6deb37794127dfc7d7bded2586b9fc6f5d50e62a8134846608baf71ffc1a5208"
}
}
},
"remote": {
"https://deno.land/std@0.127.0/fmt/colors.ts": "870f10d440af4c309ab7bff97266d8ddb2c8a69039bcbd33253c8bfc14502116",
"https://deno.land/std@0.127.0/testing/_diff.ts": "9d849cd6877694152e01775b2d93f9d6b7aef7e24bfe3bfafc4d7a1ac8e9f392",
"https://deno.land/std@0.127.0/testing/asserts.ts": "7aa4ba645a4350040ccb3df250353c2d77dad71a582386c9be54faf1f6b0ad7f"
},
"workspace": {
"dependencies": [
"jsr:@std/assert@^0.223.0"
]
}
}