-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
52 lines (52 loc) · 2.2 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "4",
"specifiers": {
"jsr:@std/assert@1": "1.0.8",
"jsr:@std/cache@~0.1.3": "0.1.3",
"jsr:@std/cli@*": "1.0.9",
"jsr:@std/cli@^1.0.9": "1.0.9",
"jsr:@std/data-structures@*": "1.0.5",
"jsr:@std/data-structures@^1.0.5": "1.0.5",
"jsr:@std/internal@^1.0.5": "1.0.5"
},
"jsr": {
"@std/assert@1.0.8": {
"integrity": "ebe0bd7eb488ee39686f77003992f389a06c3da1bbd8022184804852b2fa641b",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/cache@0.1.3": {
"integrity": "8d3ab61d994d0915295048999f34a8ce2280f0e4d1f4cccb08c9e3d297c0c6ec"
},
"@std/cli@1.0.9": {
"integrity": "557e5865af000efbf3f737dcfea5b8ab86453594f4a9cd8d08c9fa83d8e3f3bc"
},
"@std/data-structures@1.0.5": {
"integrity": "86dd5c2d6365a6ad56e9103b3a877c5d5ade238c68ae463acfe0eb0e56d40783"
},
"@std/internal@1.0.5": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
}
},
"redirects": {
"https://deno.land/x/combinatorics/mod.ts": "https://deno.land/x/combinatorics@1.1.2/mod.ts"
},
"remote": {
"https://deno.land/x/combinatorics@1.1.2/cartesian_product.ts": "fe32b62f23352f07f0f6e5d01478255111434856a944be08d0b1f2029bcf9ed5",
"https://deno.land/x/combinatorics@1.1.2/combinations.ts": "49b79a8323f19315a32f5026fa948012c07f9168cdc7e9b176f5e8677c0e2fa8",
"https://deno.land/x/combinatorics@1.1.2/combinations_with_replacement.ts": "d14062f2cd407c2669af69c2df9c5f991e0bc3586c68948238ce2328cf49b707",
"https://deno.land/x/combinatorics@1.1.2/mod.ts": "f33c6ce1342a7ea5ce35fd80be9e4b413c672c63cee0c25549c1aba6baec899d",
"https://deno.land/x/combinatorics@1.1.2/permutations.ts": "b02b79a979cff9641e6986910475d77abf57b51079590c5f8bbd226ccc09a9a4",
"https://deno.land/x/combinatorics@1.1.2/permutations_with_replacement.ts": "4a90c4d86818ff877208d1eb19df4c6203d485904457a2ee85eb5269221836ec",
"https://deno.land/x/combinatorics@1.1.2/power_set.ts": "ea9b3d81cc87e1e37c81cfe71f2df8480d66352ec6d72dec47a14dea35bf6405"
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1",
"jsr:@std/cache@~0.1.3",
"jsr:@std/cli@^1.0.9",
"jsr:@std/data-structures@^1.0.5"
]
}
}