-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeno.lock
More file actions
168 lines (168 loc) · 5.56 KB
/
deno.lock
File metadata and controls
168 lines (168 loc) · 5.56 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
167
168
{
"version": "4",
"specifiers": {
"jsr:@qnighy/dedent@~0.1.2": "0.1.2",
"jsr:@std/assert@1": "1.0.13",
"jsr:@std/assert@^1.0.13": "1.0.13",
"jsr:@std/async@^1.0.13": "1.0.13",
"jsr:@std/bytes@^1.0.4": "1.0.6",
"jsr:@std/bytes@^1.0.5": "1.0.6",
"jsr:@std/cli@1": "1.0.19",
"jsr:@std/cli@^1.0.18": "1.0.19",
"jsr:@std/data-structures@^1.0.8": "1.0.8",
"jsr:@std/dotenv@~0.225.3": "0.225.5",
"jsr:@std/encoding@^1.0.10": "1.0.10",
"jsr:@std/fmt@^1.0.8": "1.0.8",
"jsr:@std/fs@1": "1.0.18",
"jsr:@std/fs@^1.0.17": "1.0.18",
"jsr:@std/html@^1.0.4": "1.0.4",
"jsr:@std/http@1": "1.0.17",
"jsr:@std/internal@^1.0.6": "1.0.8",
"jsr:@std/internal@^1.0.8": "1.0.8",
"jsr:@std/json@^1.0.2": "1.0.2",
"jsr:@std/jsonc@1": "1.0.2",
"jsr:@std/media-types@^1.1.0": "1.1.0",
"jsr:@std/net@1": "1.0.4",
"jsr:@std/net@^1.0.4": "1.0.4",
"jsr:@std/path@1": "1.1.0",
"jsr:@std/path@^1.1.0": "1.1.0",
"jsr:@std/semver@1": "1.0.5",
"jsr:@std/streams@1": "1.0.9",
"jsr:@std/streams@^1.0.9": "1.0.9",
"jsr:@std/testing@1": "1.0.13",
"jsr:@std/text@1": "1.0.14",
"jsr:@valibot/valibot@^1.1.0": "1.1.0",
"npm:gpt-tokenizer@^2.9.0": "2.9.0",
"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.19": {
"integrity": "b3601a54891f89f3f738023af11960c4e6f7a45dc76cde39a6861124cba79e88"
},
"@std/data-structures@1.0.8": {
"integrity": "2fb7219247e044c8fcd51341788547575653c82ae2c759ff209e0263ba7d9b66"
},
"@std/dotenv@0.225.5": {
"integrity": "9ce6f9d0ec3311f74a32535aa1b8c62ed88b1ab91b7f0815797d77a6f60c922f"
},
"@std/encoding@1.0.10": {
"integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
},
"@std/fmt@1.0.8": {
"integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7"
},
"@std/fs@1.0.18": {
"integrity": "24bcad99eab1af4fde75e05da6e9ed0e0dce5edb71b7e34baacf86ffe3969f3a",
"dependencies": [
"jsr:@std/path@^1.1.0"
]
},
"@std/html@1.0.4": {
"integrity": "eff3497c08164e6ada49b7f81a28b5108087033823153d065e3f89467dd3d50e"
},
"@std/http@1.0.17": {
"integrity": "98aec8ab4080d95c21f731e3008f69c29c5012d12f1b4e553f85935db601569f",
"dependencies": [
"jsr:@std/cli@^1.0.18",
"jsr:@std/encoding",
"jsr:@std/fmt",
"jsr:@std/html",
"jsr:@std/media-types",
"jsr:@std/net@^1.0.4",
"jsr:@std/path@^1.1.0",
"jsr:@std/streams@^1.0.9"
]
},
"@std/internal@1.0.8": {
"integrity": "fc66e846d8d38a47cffd274d80d2ca3f0de71040f855783724bb6b87f60891f5"
},
"@std/json@1.0.2": {
"integrity": "d9e5497801c15fb679f55a2c01c7794ad7a5dfda4dd1bebab5e409cb5e0d34d4"
},
"@std/jsonc@1.0.2": {
"integrity": "909605dae3af22bd75b1cbda8d64a32cf1fd2cf6efa3f9e224aba6d22c0f44c7",
"dependencies": [
"jsr:@std/json"
]
},
"@std/media-types@1.1.0": {
"integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4"
},
"@std/net@1.0.4": {
"integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852"
},
"@std/path@1.1.0": {
"integrity": "ddc94f8e3c275627281cbc23341df6b8bcc874d70374f75fec2533521e3d6886"
},
"@std/semver@1.0.5": {
"integrity": "529f79e83705714c105ad0ba55bec0f9da0f24d2f726b6cc1c15e505cc2c0624"
},
"@std/streams@1.0.9": {
"integrity": "a9d26b1988cdd7aa7b1f4b51e1c36c1557f3f252880fa6cc5b9f37078b1a5035",
"dependencies": [
"jsr:@std/bytes@^1.0.5"
]
},
"@std/testing@1.0.13": {
"integrity": "74418be16f627dfe996937ab0ffbdbda9c1f35534b78724658d981492f121e71",
"dependencies": [
"jsr:@std/assert@^1.0.13",
"jsr:@std/data-structures",
"jsr:@std/fs@^1.0.17",
"jsr:@std/internal@^1.0.8",
"jsr:@std/path@^1.1.0"
]
},
"@std/text@1.0.14": {
"integrity": "1a810108482414d19112b8b506ad0b7cba826000cd13f74274ffda6dd83d273f"
},
"@valibot/valibot@1.1.0": {
"integrity": "2617f02b532011b8140926899d420a3e1bbb0fcb7cdf8e7b669df89e7edd7f5f"
}
},
"npm": {
"gpt-tokenizer@2.9.0": {
"integrity": "sha512-YSpexBL/k4bfliAzMrRqn3M6+it02LutVyhVpDeMKrC/O9+pCe/5s8U2hYKa2vFLD5/vHhsKc8sOn/qGqII8Kg=="
},
"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.0.13",
"jsr:@std/cli@1",
"jsr:@std/dotenv@~0.225.3",
"jsr:@std/fmt@^1.0.8",
"jsr:@std/fs@1",
"jsr:@std/http@1",
"jsr:@std/jsonc@1",
"jsr:@std/net@1",
"jsr:@std/path@1",
"jsr:@std/semver@1",
"jsr:@std/streams@1",
"jsr:@std/testing@1",
"jsr:@std/text@1",
"jsr:@valibot/valibot@^1.1.0",
"npm:gpt-tokenizer@^2.9.0",
"npm:jsonc-parser@^3.3.1"
]
}
}