-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
106 lines (106 loc) · 3.33 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"version": "4",
"specifiers": {
"jsr:@std/assert@^1.0.11": "1.0.11",
"jsr:@std/async@^1.0.10": "1.0.10",
"jsr:@std/bytes@^1.0.5": "1.0.5",
"jsr:@std/cli@^1.0.11": "1.0.12",
"jsr:@std/fmt@^1.0.4": "1.0.5",
"jsr:@std/fmt@^1.0.5": "1.0.5",
"jsr:@std/fs@^1.0.11": "1.0.11",
"jsr:@std/path@^1.0.8": "1.0.8",
"jsr:@std/streams@^1.0.8": "1.0.9",
"jsr:@std/yaml@^1.0.5": "1.0.5",
"jsr:@wok/case@^1.0.2": "1.0.2",
"jsr:@wok/schema@^2.2.0": "2.2.0",
"jsr:@wok/typebox@^1.1.0": "1.1.0",
"jsr:@wok/utils@^4.2.9": "4.2.9",
"npm:@sinclair/typebox@~0.34.13": "0.34.15",
"npm:type-fest@^4.32.0": "4.33.0",
"npm:type-fest@^4.33.0": "4.33.0"
},
"jsr": {
"@std/[email protected]": {
"integrity": "2461ef3c368fe88bc60e186e7744a93112f16fd110022e113a0849e94d1c83c1"
},
"@std/[email protected]": {
"integrity": "2ff1b1c7d33d1416159989b0f69e59ec7ee8cb58510df01e454def2108b3dbec"
},
"@std/[email protected]": {
"integrity": "4465dd739d7963d964c809202ebea6d5c6b8e3829ef25c6a224290fbb8a1021e"
},
"@std/[email protected]": {
"integrity": "e5cfb7814d189da174ecd7a34fbbd63f3513e24a1b307feb2fcd5da47a070d90"
},
"@std/[email protected]": {
"integrity": "0cfab43364bc36650d83c425cd6d99910fc20c4576631149f0f987eddede1a4d"
},
"@std/[email protected]": {
"integrity": "ba674672693340c5ebdd018b4fe1af46cb08741f42b4c538154e97d217b55bdd",
"dependencies": [
"jsr:@std/path"
]
},
"@std/[email protected]": {
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
},
"@std/[email protected]": {
"integrity": "a9d26b1988cdd7aa7b1f4b51e1c36c1557f3f252880fa6cc5b9f37078b1a5035",
"dependencies": [
"jsr:@std/bytes"
]
},
"@std/[email protected]": {
"integrity": "71ba3d334305ee2149391931508b2c293a8490f94a337eef3a09cade1a2a2742"
},
"@wok/[email protected]": {
"integrity": "5d7c4da6ac87a372d603c6ab6fb0e07ec74d4a712c3cb9051961a0892b1f3090"
},
"@wok/[email protected]": {
"integrity": "c62676c83ef3a8cb40ff8860bf8a076dd25b4940381ae0da1e548acee230ec5a",
"dependencies": [
"jsr:@wok/typebox",
"npm:type-fest@^4.32.0"
]
},
"@wok/[email protected]": {
"integrity": "09a56923782648ae74d54a4839e808fa0b3bbef17c0b0879d654f42cc8b20b2e",
"dependencies": [
"npm:@sinclair/typebox"
]
},
"@wok/[email protected]": {
"integrity": "85e9c1df98474ad352199a4555c60235a34021bba5eb2844b32d3982de3f3019",
"dependencies": [
"jsr:@std/assert",
"jsr:@std/cli",
"jsr:@std/fmt@^1.0.4",
"jsr:@std/streams",
"jsr:@wok/case",
"jsr:@wok/schema",
"jsr:@wok/typebox",
"npm:type-fest@^4.33.0"
]
}
},
"npm": {
"@sinclair/[email protected]": {
"integrity": "sha512-xeIzl3h1Znn9w/LTITqpiwag0gXjA+ldi2ZkXIBxGEppGCW211Tza+eL6D4pKqs10bj5z2umBWk5WL6spQ2OCQ=="
},
"[email protected]": {
"integrity": "sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.11",
"jsr:@std/async@^1.0.10",
"jsr:@std/fmt@^1.0.5",
"jsr:@std/fs@^1.0.11",
"jsr:@std/path@^1.0.8",
"jsr:@std/yaml@^1.0.5",
"jsr:@wok/schema@^2.2.0",
"jsr:@wok/utils@^4.2.9"
]
}
}