-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
90 lines (90 loc) · 2.76 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"version": "4",
"specifiers": {
"jsr:@std/assert@^1.0.6": "1.0.6",
"jsr:@std/async@^1.0.6": "1.0.6",
"jsr:@std/bytes@^1.0.2": "1.0.2",
"jsr:@std/cli@^1.0.6": "1.0.6",
"jsr:@std/fmt@^1.0.2": "1.0.2",
"jsr:@std/fs@^1.0.4": "1.0.4",
"jsr:@std/path@^1.0.6": "1.0.6",
"jsr:@std/streams@^1.0.6": "1.0.7",
"jsr:@std/yaml@^1.0.5": "1.0.5",
"jsr:@wok/case@^1.0.1": "1.0.1",
"jsr:@wok/typebox@~0.33.15": "0.33.15",
"jsr:@wok/utils@^3.5.2": "3.5.2",
"npm:@sinclair/typebox@~0.33.11": "0.33.17"
},
"jsr": {
"@std/assert@1.0.6": {
"integrity": "1904c05806a25d94fe791d6d883b685c9e2dcd60e4f9fc30f4fc5cf010c72207"
},
"@std/async@1.0.6": {
"integrity": "6d262156dd35c4a72ee1a2f8679be40264f370cfb92e2e13d4eca2ae05e16f34"
},
"@std/bytes@1.0.2": {
"integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57"
},
"@std/cli@1.0.6": {
"integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d"
},
"@std/fmt@1.0.2": {
"integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7"
},
"@std/fs@1.0.4": {
"integrity": "2907d32d8d1d9e540588fd5fe0ec21ee638134bd51df327ad4e443aaef07123c",
"dependencies": [
"jsr:@std/path"
]
},
"@std/path@1.0.6": {
"integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
},
"@std/streams@1.0.7": {
"integrity": "1a93917ca0c58c01b2bfb93647189229b1702677f169b6fb61ad6241cd2e499b",
"dependencies": [
"jsr:@std/bytes"
]
},
"@std/yaml@1.0.5": {
"integrity": "71ba3d334305ee2149391931508b2c293a8490f94a337eef3a09cade1a2a2742"
},
"@wok/case@1.0.1": {
"integrity": "409e94f961f5b278992bace87a0c7d3c6a3db516d01759bdb827d9ae4d75e9aa"
},
"@wok/typebox@0.33.15": {
"integrity": "37e6b00d8cf70ab0fb806311f609f79de6f2a389a983c8dbdad53052a37d23b8",
"dependencies": [
"npm:@sinclair/typebox"
]
},
"@wok/utils@3.5.2": {
"integrity": "176b7202e656b60736033f42f7123160aa2d64c6e062e594396f538fcdbbf220",
"dependencies": [
"jsr:@std/assert",
"jsr:@std/cli",
"jsr:@std/fmt",
"jsr:@std/streams",
"jsr:@wok/case",
"jsr:@wok/typebox"
]
}
},
"npm": {
"@sinclair/typebox@0.33.17": {
"integrity": "sha512-75232GRx3wp3P7NP+yc4nRK3XUAnaQShxTAzapgmQrgs0QvSq0/mOJGoZXRpH15cFCKyys+4laCPbBselqJ5Ag=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.6",
"jsr:@std/async@^1.0.6",
"jsr:@std/fmt@^1.0.2",
"jsr:@std/fs@^1.0.4",
"jsr:@std/path@^1.0.6",
"jsr:@std/yaml@^1.0.5",
"jsr:@wok/typebox@~0.33.15",
"jsr:@wok/utils@^3.5.2"
]
}
}