-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdeno.lock
More file actions
59 lines (59 loc) · 1.79 KB
/
Copy pathdeno.lock
File metadata and controls
59 lines (59 loc) · 1.79 KB
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
53
54
55
56
57
58
59
{
"version": "5",
"specifiers": {
"jsr:@deno/kv-utils@~0.1.4": "0.1.4",
"jsr:@std/assert@1": "1.0.19",
"jsr:@std/async@1": "1.2.0",
"jsr:@std/bytes@1": "1.0.6",
"jsr:@std/bytes@^1.0.3": "1.0.6",
"jsr:@std/crypto@1": "1.1.0",
"jsr:@std/crypto@1.1": "1.1.0",
"jsr:@std/encoding@1": "1.0.10",
"jsr:@std/encoding@^1.0.5": "1.0.10",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/media-types@1": "1.1.0"
},
"jsr": {
"@deno/kv-utils@0.1.4": {
"integrity": "119a768c8a9b1af76552b48e78457cd2fb38cc97c10b3a57cf65efe47ff9ca1a",
"dependencies": [
"jsr:@std/bytes@^1.0.3",
"jsr:@std/encoding@^1.0.5"
]
},
"@std/assert@1.0.19": {
"integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/async@1.2.0": {
"integrity": "c059c6f6d95ca7cc012ae8e8d7164d1697113d54b0b679e4372b354b11c2dee5"
},
"@std/bytes@1.0.6": {
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
},
"@std/crypto@1.1.0": {
"integrity": "b8d6d0a6377a32b213af2661ed7bf1062d94feac0c57def5526a8e74a95c3ec8"
},
"@std/encoding@1.0.10": {
"integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/media-types@1.1.0": {
"integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4"
}
},
"workspace": {
"dependencies": [
"jsr:@deno/kv-utils@~0.1.4",
"jsr:@std/assert@1",
"jsr:@std/bytes@1",
"jsr:@std/crypto@1.1",
"jsr:@std/encoding@1",
"jsr:@std/media-types@1"
]
}
}