-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
32 lines (32 loc) · 819 Bytes
/
deno.lock
File metadata and controls
32 lines (32 loc) · 819 Bytes
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
{
"version": "5",
"specifiers": {
"jsr:@std/assert@^1.0.13": "1.0.13",
"jsr:@std/expect@1": "1.0.16",
"jsr:@std/internal@^1.0.6": "1.0.8",
"jsr:@std/internal@^1.0.7": "1.0.8"
},
"jsr": {
"@std/assert@1.0.13": {
"integrity": "ae0d31e41919b12c656c742b22522c32fb26ed0cba32975cb0de2a273cb68b29",
"dependencies": [
"jsr:@std/internal@^1.0.6"
]
},
"@std/expect@1.0.16": {
"integrity": "ceeef6dda21f256a5f0f083fcc0eaca175428b523359a9b1d9b3a1df11cc7391",
"dependencies": [
"jsr:@std/assert",
"jsr:@std/internal@^1.0.7"
]
},
"@std/internal@1.0.8": {
"integrity": "fc66e846d8d38a47cffd274d80d2ca3f0de71040f855783724bb6b87f60891f5"
}
},
"workspace": {
"dependencies": [
"jsr:@std/expect@1"
]
}
}