-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
166 lines (166 loc) · 5.52 KB
/
deno.lock
File metadata and controls
166 lines (166 loc) · 5.52 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"version": "4",
"specifiers": {
"jsr:@qnighy/dedent@~0.1.2": "0.1.2",
"jsr:@std/assert@*": "1.0.13",
"jsr:@std/assert@1": "1.0.13",
"jsr:@std/assert@^1.0.13": "1.0.13",
"jsr:@std/async@1": "1.0.13",
"jsr:@std/bytes@^1.0.5": "1.0.6",
"jsr:@std/cli@1": "1.0.17",
"jsr:@std/cli@^1.0.17": "1.0.17",
"jsr:@std/crypto@^1.0.5": "1.0.5",
"jsr:@std/data-structures@^1.0.8": "1.0.8",
"jsr:@std/dotenv@~0.225.3": "0.225.4",
"jsr:@std/encoding@^1.0.10": "1.0.10",
"jsr:@std/fmt@^1.0.8": "1.0.8",
"jsr:@std/fs@1": "1.0.17",
"jsr:@std/fs@^1.0.17": "1.0.17",
"jsr:@std/html@^1.0.4": "1.0.4",
"jsr:@std/http@1": "1.0.16",
"jsr:@std/internal@^1.0.6": "1.0.7",
"jsr:@std/internal@^1.0.7": "1.0.7",
"jsr:@std/jsonc@1": "1.0.2",
"jsr:@std/media-types@^1.1.0": "1.1.0",
"jsr:@std/net@^1.0.4": "1.0.4",
"jsr:@std/path@1": "1.0.9",
"jsr:@std/path@^1.0.9": "1.0.9",
"jsr:@std/semver@^1.0.5": "1.0.5",
"jsr:@std/streams@^1.0.9": "1.0.9",
"jsr:@std/testing@*": "1.0.12",
"jsr:@std/testing@1": "1.0.12",
"jsr:@std/text@^1.0.13": "1.0.13",
"jsr:@valibot/valibot@^1.1.0": "1.1.0",
"jsr:@zip-js/zip-js@^2.7.62": "2.7.62",
"npm:jsonc-parser@^3.3.1": "3.3.1"
},
"jsr": {
"@qnighy/dedent@0.1.2": {
"integrity": "9e420cff5b0082dba168385c9dfc56f25ef9a07999605e5fc9bc2058529998ee"
},
"@std/assert@1.0.13": {
"integrity": "ae0d31e41919b12c656c742b22522c32fb26ed0cba32975cb0de2a273cb68b29",
"dependencies": [
"jsr:@std/internal@^1.0.6"
]
},
"@std/async@1.0.13": {
"integrity": "1d76ca5d324aef249908f7f7fe0d39aaf53198e5420604a59ab5c035adc97c96"
},
"@std/bytes@1.0.6": {
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
},
"@std/cli@1.0.17": {
"integrity": "e15b9abe629e17be90cc6216327f03a29eae613365f1353837fa749aad29ce7b"
},
"@std/crypto@1.0.5": {
"integrity": "0dcfbb319fe0bba1bd3af904ceb4f948cde1b92979ec1614528380ed308a3b40"
},
"@std/data-structures@1.0.8": {
"integrity": "2fb7219247e044c8fcd51341788547575653c82ae2c759ff209e0263ba7d9b66"
},
"@std/dotenv@0.225.4": {
"integrity": "2a672c2b192abe535dcfea1ae89f219ee3979af6aad7d185cb19206ee9bc5caf"
},
"@std/encoding@1.0.10": {
"integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
},
"@std/fmt@1.0.8": {
"integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7"
},
"@std/fs@1.0.17": {
"integrity": "1c00c632677c1158988ef7a004cb16137f870aafdb8163b9dce86ec652f3952b",
"dependencies": [
"jsr:@std/path@^1.0.9"
]
},
"@std/html@1.0.4": {
"integrity": "eff3497c08164e6ada49b7f81a28b5108087033823153d065e3f89467dd3d50e"
},
"@std/http@1.0.16": {
"integrity": "80c8d08c4bfcf615b89978dcefb84f7e880087cf3b6b901703936f3592a06933",
"dependencies": [
"jsr:@std/cli@^1.0.17",
"jsr:@std/encoding",
"jsr:@std/fmt",
"jsr:@std/html",
"jsr:@std/media-types",
"jsr:@std/net",
"jsr:@std/path@^1.0.9",
"jsr:@std/streams"
]
},
"@std/internal@1.0.7": {
"integrity": "39eeb5265190a7bc5d5591c9ff019490bd1f2c3907c044a11b0d545796158a0f"
},
"@std/jsonc@1.0.2": {
"integrity": "909605dae3af22bd75b1cbda8d64a32cf1fd2cf6efa3f9e224aba6d22c0f44c7"
},
"@std/media-types@1.1.0": {
"integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4"
},
"@std/net@1.0.4": {
"integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852"
},
"@std/path@1.0.9": {
"integrity": "260a49f11edd3db93dd38350bf9cd1b4d1366afa98e81b86167b4e3dd750129e"
},
"@std/semver@1.0.5": {
"integrity": "529f79e83705714c105ad0ba55bec0f9da0f24d2f726b6cc1c15e505cc2c0624"
},
"@std/streams@1.0.9": {
"integrity": "a9d26b1988cdd7aa7b1f4b51e1c36c1557f3f252880fa6cc5b9f37078b1a5035",
"dependencies": [
"jsr:@std/bytes"
]
},
"@std/testing@1.0.12": {
"integrity": "fec973a45ccc62c540fb89296199051fee142409138fd6e3eae409366bcd4720",
"dependencies": [
"jsr:@std/assert@^1.0.13",
"jsr:@std/data-structures",
"jsr:@std/fs@^1.0.17",
"jsr:@std/internal@^1.0.7",
"jsr:@std/path@^1.0.9"
]
},
"@std/text@1.0.13": {
"integrity": "2191c90e6e667b0c3b7dea1cd082137580a93b3c136bad597c0212d5fe006eb1"
},
"@valibot/valibot@1.1.0": {
"integrity": "2617f02b532011b8140926899d420a3e1bbb0fcb7cdf8e7b669df89e7edd7f5f"
},
"@zip-js/zip-js@2.7.62": {
"integrity": "11cbe0746fa1e52e6e0a601c89ba97365f16e38a07f139b9d9914f988aec9081"
}
},
"npm": {
"jsonc-parser@3.3.1": {
"integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ=="
}
},
"workspace": {
"dependencies": [
"jsr:@qnighy/dedent@~0.1.2",
"jsr:@std/assert@1",
"jsr:@std/async@1",
"jsr:@std/cli@1",
"jsr:@std/crypto@^1.0.5",
"jsr:@std/dotenv@~0.225.3",
"jsr:@std/encoding@^1.0.10",
"jsr:@std/fmt@^1.0.8",
"jsr:@std/fs@^1.0.17",
"jsr:@std/http@1",
"jsr:@std/jsonc@1",
"jsr:@std/net@^1.0.4",
"jsr:@std/path@1",
"jsr:@std/semver@^1.0.5",
"jsr:@std/streams@^1.0.9",
"jsr:@std/testing@1",
"jsr:@std/text@^1.0.13",
"jsr:@valibot/valibot@^1.1.0",
"jsr:@zip-js/zip-js@^2.7.62",
"npm:jsonc-parser@^3.3.1"
]
}
}