@beltoinc/slyos-sdk 1.5.2 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +8 -2
- package/dist/index.js +97 -46
- package/package.json +1 -1
- package/slyos-chatbot/.env +4 -0
- package/slyos-chatbot/.env.example +4 -0
- package/slyos-chatbot/README.md +89 -0
- package/{create-chatbot.sh → slyos-chatbot/app.mjs} +0 -340
- package/slyos-chatbot/package-lock.json +1408 -0
- package/slyos-chatbot/package.json +23 -0
- package/src/index.ts +0 -2073
- package/tsconfig.json +0 -15
|
@@ -0,0 +1,1408 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "slyos-chatbot",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "slyos-chatbot",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@beltoinc/slyos-sdk": "^1.5.2",
|
|
13
|
+
"dotenv": "^17.3.1",
|
|
14
|
+
"node-fetch": "^3.3.2"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"node_modules/@beltoinc/slyos-sdk": {
|
|
18
|
+
"version": "1.5.2",
|
|
19
|
+
"resolved": "https://registry.npmjs.org/@beltoinc/slyos-sdk/-/slyos-sdk-1.5.2.tgz",
|
|
20
|
+
"integrity": "sha512-pHgLcTnCow0G/dfn5Q82F/m+qny+IJW8QhTIB0S1poDJNwiQIrIVrxJHYl83wxZ40xQloqt444aDStYrouctnA==",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@huggingface/transformers": "^3.1.2",
|
|
24
|
+
"axios": "^1.6.5"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"node_modules/@emnapi/runtime": {
|
|
28
|
+
"version": "1.9.1",
|
|
29
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.1.tgz",
|
|
30
|
+
"integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==",
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"optional": true,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"tslib": "^2.4.0"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"node_modules/@huggingface/jinja": {
|
|
38
|
+
"version": "0.5.6",
|
|
39
|
+
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.5.6.tgz",
|
|
40
|
+
"integrity": "sha512-MyMWyLnjqo+KRJYSH7oWNbsOn5onuIvfXYPcc0WOGxU0eHUV7oAYUoQTl2BMdu7ml+ea/bu11UM+EshbeHwtIA==",
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=18"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"node_modules/@huggingface/transformers": {
|
|
47
|
+
"version": "3.8.1",
|
|
48
|
+
"resolved": "https://registry.npmjs.org/@huggingface/transformers/-/transformers-3.8.1.tgz",
|
|
49
|
+
"integrity": "sha512-tsTk4zVjImqdqjS8/AOZg2yNLd1z9S5v+7oUPpXaasDRwEDhB+xnglK1k5cad26lL5/ZIaeREgWWy0bs9y9pPA==",
|
|
50
|
+
"license": "Apache-2.0",
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@huggingface/jinja": "^0.5.3",
|
|
53
|
+
"onnxruntime-node": "1.21.0",
|
|
54
|
+
"onnxruntime-web": "1.22.0-dev.20250409-89f8206ba4",
|
|
55
|
+
"sharp": "^0.34.1"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"node_modules/@img/colour": {
|
|
59
|
+
"version": "1.1.0",
|
|
60
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
|
61
|
+
"integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
|
|
62
|
+
"license": "MIT",
|
|
63
|
+
"engines": {
|
|
64
|
+
"node": ">=18"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
68
|
+
"version": "0.34.5",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
70
|
+
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
71
|
+
"cpu": [
|
|
72
|
+
"arm64"
|
|
73
|
+
],
|
|
74
|
+
"license": "Apache-2.0",
|
|
75
|
+
"optional": true,
|
|
76
|
+
"os": [
|
|
77
|
+
"darwin"
|
|
78
|
+
],
|
|
79
|
+
"engines": {
|
|
80
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
81
|
+
},
|
|
82
|
+
"funding": {
|
|
83
|
+
"url": "https://opencollective.com/libvips"
|
|
84
|
+
},
|
|
85
|
+
"optionalDependencies": {
|
|
86
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"node_modules/@img/sharp-darwin-x64": {
|
|
90
|
+
"version": "0.34.5",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
92
|
+
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
93
|
+
"cpu": [
|
|
94
|
+
"x64"
|
|
95
|
+
],
|
|
96
|
+
"license": "Apache-2.0",
|
|
97
|
+
"optional": true,
|
|
98
|
+
"os": [
|
|
99
|
+
"darwin"
|
|
100
|
+
],
|
|
101
|
+
"engines": {
|
|
102
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
103
|
+
},
|
|
104
|
+
"funding": {
|
|
105
|
+
"url": "https://opencollective.com/libvips"
|
|
106
|
+
},
|
|
107
|
+
"optionalDependencies": {
|
|
108
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
112
|
+
"version": "1.2.4",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
114
|
+
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
115
|
+
"cpu": [
|
|
116
|
+
"arm64"
|
|
117
|
+
],
|
|
118
|
+
"license": "LGPL-3.0-or-later",
|
|
119
|
+
"optional": true,
|
|
120
|
+
"os": [
|
|
121
|
+
"darwin"
|
|
122
|
+
],
|
|
123
|
+
"funding": {
|
|
124
|
+
"url": "https://opencollective.com/libvips"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
128
|
+
"version": "1.2.4",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
130
|
+
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
131
|
+
"cpu": [
|
|
132
|
+
"x64"
|
|
133
|
+
],
|
|
134
|
+
"license": "LGPL-3.0-or-later",
|
|
135
|
+
"optional": true,
|
|
136
|
+
"os": [
|
|
137
|
+
"darwin"
|
|
138
|
+
],
|
|
139
|
+
"funding": {
|
|
140
|
+
"url": "https://opencollective.com/libvips"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
144
|
+
"version": "1.2.4",
|
|
145
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
146
|
+
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
147
|
+
"cpu": [
|
|
148
|
+
"arm"
|
|
149
|
+
],
|
|
150
|
+
"license": "LGPL-3.0-or-later",
|
|
151
|
+
"optional": true,
|
|
152
|
+
"os": [
|
|
153
|
+
"linux"
|
|
154
|
+
],
|
|
155
|
+
"funding": {
|
|
156
|
+
"url": "https://opencollective.com/libvips"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
160
|
+
"version": "1.2.4",
|
|
161
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
162
|
+
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
163
|
+
"cpu": [
|
|
164
|
+
"arm64"
|
|
165
|
+
],
|
|
166
|
+
"license": "LGPL-3.0-or-later",
|
|
167
|
+
"optional": true,
|
|
168
|
+
"os": [
|
|
169
|
+
"linux"
|
|
170
|
+
],
|
|
171
|
+
"funding": {
|
|
172
|
+
"url": "https://opencollective.com/libvips"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
176
|
+
"version": "1.2.4",
|
|
177
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
178
|
+
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
179
|
+
"cpu": [
|
|
180
|
+
"ppc64"
|
|
181
|
+
],
|
|
182
|
+
"license": "LGPL-3.0-or-later",
|
|
183
|
+
"optional": true,
|
|
184
|
+
"os": [
|
|
185
|
+
"linux"
|
|
186
|
+
],
|
|
187
|
+
"funding": {
|
|
188
|
+
"url": "https://opencollective.com/libvips"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
192
|
+
"version": "1.2.4",
|
|
193
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
194
|
+
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
195
|
+
"cpu": [
|
|
196
|
+
"riscv64"
|
|
197
|
+
],
|
|
198
|
+
"license": "LGPL-3.0-or-later",
|
|
199
|
+
"optional": true,
|
|
200
|
+
"os": [
|
|
201
|
+
"linux"
|
|
202
|
+
],
|
|
203
|
+
"funding": {
|
|
204
|
+
"url": "https://opencollective.com/libvips"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
208
|
+
"version": "1.2.4",
|
|
209
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
210
|
+
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
211
|
+
"cpu": [
|
|
212
|
+
"s390x"
|
|
213
|
+
],
|
|
214
|
+
"license": "LGPL-3.0-or-later",
|
|
215
|
+
"optional": true,
|
|
216
|
+
"os": [
|
|
217
|
+
"linux"
|
|
218
|
+
],
|
|
219
|
+
"funding": {
|
|
220
|
+
"url": "https://opencollective.com/libvips"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
224
|
+
"version": "1.2.4",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
226
|
+
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
227
|
+
"cpu": [
|
|
228
|
+
"x64"
|
|
229
|
+
],
|
|
230
|
+
"license": "LGPL-3.0-or-later",
|
|
231
|
+
"optional": true,
|
|
232
|
+
"os": [
|
|
233
|
+
"linux"
|
|
234
|
+
],
|
|
235
|
+
"funding": {
|
|
236
|
+
"url": "https://opencollective.com/libvips"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
240
|
+
"version": "1.2.4",
|
|
241
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
242
|
+
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
243
|
+
"cpu": [
|
|
244
|
+
"arm64"
|
|
245
|
+
],
|
|
246
|
+
"license": "LGPL-3.0-or-later",
|
|
247
|
+
"optional": true,
|
|
248
|
+
"os": [
|
|
249
|
+
"linux"
|
|
250
|
+
],
|
|
251
|
+
"funding": {
|
|
252
|
+
"url": "https://opencollective.com/libvips"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
256
|
+
"version": "1.2.4",
|
|
257
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
258
|
+
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
259
|
+
"cpu": [
|
|
260
|
+
"x64"
|
|
261
|
+
],
|
|
262
|
+
"license": "LGPL-3.0-or-later",
|
|
263
|
+
"optional": true,
|
|
264
|
+
"os": [
|
|
265
|
+
"linux"
|
|
266
|
+
],
|
|
267
|
+
"funding": {
|
|
268
|
+
"url": "https://opencollective.com/libvips"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"node_modules/@img/sharp-linux-arm": {
|
|
272
|
+
"version": "0.34.5",
|
|
273
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
274
|
+
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
275
|
+
"cpu": [
|
|
276
|
+
"arm"
|
|
277
|
+
],
|
|
278
|
+
"license": "Apache-2.0",
|
|
279
|
+
"optional": true,
|
|
280
|
+
"os": [
|
|
281
|
+
"linux"
|
|
282
|
+
],
|
|
283
|
+
"engines": {
|
|
284
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
285
|
+
},
|
|
286
|
+
"funding": {
|
|
287
|
+
"url": "https://opencollective.com/libvips"
|
|
288
|
+
},
|
|
289
|
+
"optionalDependencies": {
|
|
290
|
+
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"node_modules/@img/sharp-linux-arm64": {
|
|
294
|
+
"version": "0.34.5",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
296
|
+
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
297
|
+
"cpu": [
|
|
298
|
+
"arm64"
|
|
299
|
+
],
|
|
300
|
+
"license": "Apache-2.0",
|
|
301
|
+
"optional": true,
|
|
302
|
+
"os": [
|
|
303
|
+
"linux"
|
|
304
|
+
],
|
|
305
|
+
"engines": {
|
|
306
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
307
|
+
},
|
|
308
|
+
"funding": {
|
|
309
|
+
"url": "https://opencollective.com/libvips"
|
|
310
|
+
},
|
|
311
|
+
"optionalDependencies": {
|
|
312
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"node_modules/@img/sharp-linux-ppc64": {
|
|
316
|
+
"version": "0.34.5",
|
|
317
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
318
|
+
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
319
|
+
"cpu": [
|
|
320
|
+
"ppc64"
|
|
321
|
+
],
|
|
322
|
+
"license": "Apache-2.0",
|
|
323
|
+
"optional": true,
|
|
324
|
+
"os": [
|
|
325
|
+
"linux"
|
|
326
|
+
],
|
|
327
|
+
"engines": {
|
|
328
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
329
|
+
},
|
|
330
|
+
"funding": {
|
|
331
|
+
"url": "https://opencollective.com/libvips"
|
|
332
|
+
},
|
|
333
|
+
"optionalDependencies": {
|
|
334
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"node_modules/@img/sharp-linux-riscv64": {
|
|
338
|
+
"version": "0.34.5",
|
|
339
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
340
|
+
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
341
|
+
"cpu": [
|
|
342
|
+
"riscv64"
|
|
343
|
+
],
|
|
344
|
+
"license": "Apache-2.0",
|
|
345
|
+
"optional": true,
|
|
346
|
+
"os": [
|
|
347
|
+
"linux"
|
|
348
|
+
],
|
|
349
|
+
"engines": {
|
|
350
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
351
|
+
},
|
|
352
|
+
"funding": {
|
|
353
|
+
"url": "https://opencollective.com/libvips"
|
|
354
|
+
},
|
|
355
|
+
"optionalDependencies": {
|
|
356
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"node_modules/@img/sharp-linux-s390x": {
|
|
360
|
+
"version": "0.34.5",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
362
|
+
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
363
|
+
"cpu": [
|
|
364
|
+
"s390x"
|
|
365
|
+
],
|
|
366
|
+
"license": "Apache-2.0",
|
|
367
|
+
"optional": true,
|
|
368
|
+
"os": [
|
|
369
|
+
"linux"
|
|
370
|
+
],
|
|
371
|
+
"engines": {
|
|
372
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
373
|
+
},
|
|
374
|
+
"funding": {
|
|
375
|
+
"url": "https://opencollective.com/libvips"
|
|
376
|
+
},
|
|
377
|
+
"optionalDependencies": {
|
|
378
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"node_modules/@img/sharp-linux-x64": {
|
|
382
|
+
"version": "0.34.5",
|
|
383
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
384
|
+
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
385
|
+
"cpu": [
|
|
386
|
+
"x64"
|
|
387
|
+
],
|
|
388
|
+
"license": "Apache-2.0",
|
|
389
|
+
"optional": true,
|
|
390
|
+
"os": [
|
|
391
|
+
"linux"
|
|
392
|
+
],
|
|
393
|
+
"engines": {
|
|
394
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
395
|
+
},
|
|
396
|
+
"funding": {
|
|
397
|
+
"url": "https://opencollective.com/libvips"
|
|
398
|
+
},
|
|
399
|
+
"optionalDependencies": {
|
|
400
|
+
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
404
|
+
"version": "0.34.5",
|
|
405
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
406
|
+
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
407
|
+
"cpu": [
|
|
408
|
+
"arm64"
|
|
409
|
+
],
|
|
410
|
+
"license": "Apache-2.0",
|
|
411
|
+
"optional": true,
|
|
412
|
+
"os": [
|
|
413
|
+
"linux"
|
|
414
|
+
],
|
|
415
|
+
"engines": {
|
|
416
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
417
|
+
},
|
|
418
|
+
"funding": {
|
|
419
|
+
"url": "https://opencollective.com/libvips"
|
|
420
|
+
},
|
|
421
|
+
"optionalDependencies": {
|
|
422
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
426
|
+
"version": "0.34.5",
|
|
427
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
428
|
+
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
429
|
+
"cpu": [
|
|
430
|
+
"x64"
|
|
431
|
+
],
|
|
432
|
+
"license": "Apache-2.0",
|
|
433
|
+
"optional": true,
|
|
434
|
+
"os": [
|
|
435
|
+
"linux"
|
|
436
|
+
],
|
|
437
|
+
"engines": {
|
|
438
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
439
|
+
},
|
|
440
|
+
"funding": {
|
|
441
|
+
"url": "https://opencollective.com/libvips"
|
|
442
|
+
},
|
|
443
|
+
"optionalDependencies": {
|
|
444
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"node_modules/@img/sharp-wasm32": {
|
|
448
|
+
"version": "0.34.5",
|
|
449
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
450
|
+
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
451
|
+
"cpu": [
|
|
452
|
+
"wasm32"
|
|
453
|
+
],
|
|
454
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
455
|
+
"optional": true,
|
|
456
|
+
"dependencies": {
|
|
457
|
+
"@emnapi/runtime": "^1.7.0"
|
|
458
|
+
},
|
|
459
|
+
"engines": {
|
|
460
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
461
|
+
},
|
|
462
|
+
"funding": {
|
|
463
|
+
"url": "https://opencollective.com/libvips"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
"node_modules/@img/sharp-win32-arm64": {
|
|
467
|
+
"version": "0.34.5",
|
|
468
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
469
|
+
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
470
|
+
"cpu": [
|
|
471
|
+
"arm64"
|
|
472
|
+
],
|
|
473
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
474
|
+
"optional": true,
|
|
475
|
+
"os": [
|
|
476
|
+
"win32"
|
|
477
|
+
],
|
|
478
|
+
"engines": {
|
|
479
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
480
|
+
},
|
|
481
|
+
"funding": {
|
|
482
|
+
"url": "https://opencollective.com/libvips"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"node_modules/@img/sharp-win32-ia32": {
|
|
486
|
+
"version": "0.34.5",
|
|
487
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
488
|
+
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
489
|
+
"cpu": [
|
|
490
|
+
"ia32"
|
|
491
|
+
],
|
|
492
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
493
|
+
"optional": true,
|
|
494
|
+
"os": [
|
|
495
|
+
"win32"
|
|
496
|
+
],
|
|
497
|
+
"engines": {
|
|
498
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
499
|
+
},
|
|
500
|
+
"funding": {
|
|
501
|
+
"url": "https://opencollective.com/libvips"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"node_modules/@img/sharp-win32-x64": {
|
|
505
|
+
"version": "0.34.5",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
507
|
+
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
508
|
+
"cpu": [
|
|
509
|
+
"x64"
|
|
510
|
+
],
|
|
511
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
512
|
+
"optional": true,
|
|
513
|
+
"os": [
|
|
514
|
+
"win32"
|
|
515
|
+
],
|
|
516
|
+
"engines": {
|
|
517
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
518
|
+
},
|
|
519
|
+
"funding": {
|
|
520
|
+
"url": "https://opencollective.com/libvips"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"node_modules/@isaacs/fs-minipass": {
|
|
524
|
+
"version": "4.0.1",
|
|
525
|
+
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
|
|
526
|
+
"integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
|
|
527
|
+
"license": "ISC",
|
|
528
|
+
"dependencies": {
|
|
529
|
+
"minipass": "^7.0.4"
|
|
530
|
+
},
|
|
531
|
+
"engines": {
|
|
532
|
+
"node": ">=18.0.0"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"node_modules/@protobufjs/aspromise": {
|
|
536
|
+
"version": "1.1.2",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
538
|
+
"integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
|
|
539
|
+
"license": "BSD-3-Clause"
|
|
540
|
+
},
|
|
541
|
+
"node_modules/@protobufjs/base64": {
|
|
542
|
+
"version": "1.1.2",
|
|
543
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
|
|
544
|
+
"integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
|
|
545
|
+
"license": "BSD-3-Clause"
|
|
546
|
+
},
|
|
547
|
+
"node_modules/@protobufjs/codegen": {
|
|
548
|
+
"version": "2.0.4",
|
|
549
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
|
|
550
|
+
"integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
|
|
551
|
+
"license": "BSD-3-Clause"
|
|
552
|
+
},
|
|
553
|
+
"node_modules/@protobufjs/eventemitter": {
|
|
554
|
+
"version": "1.1.0",
|
|
555
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
|
|
556
|
+
"integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
|
|
557
|
+
"license": "BSD-3-Clause"
|
|
558
|
+
},
|
|
559
|
+
"node_modules/@protobufjs/fetch": {
|
|
560
|
+
"version": "1.1.0",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
|
|
562
|
+
"integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
|
|
563
|
+
"license": "BSD-3-Clause",
|
|
564
|
+
"dependencies": {
|
|
565
|
+
"@protobufjs/aspromise": "^1.1.1",
|
|
566
|
+
"@protobufjs/inquire": "^1.1.0"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"node_modules/@protobufjs/float": {
|
|
570
|
+
"version": "1.0.2",
|
|
571
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
|
|
572
|
+
"integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
|
|
573
|
+
"license": "BSD-3-Clause"
|
|
574
|
+
},
|
|
575
|
+
"node_modules/@protobufjs/inquire": {
|
|
576
|
+
"version": "1.1.0",
|
|
577
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
|
|
578
|
+
"integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
|
|
579
|
+
"license": "BSD-3-Clause"
|
|
580
|
+
},
|
|
581
|
+
"node_modules/@protobufjs/path": {
|
|
582
|
+
"version": "1.1.2",
|
|
583
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
|
|
584
|
+
"integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
|
|
585
|
+
"license": "BSD-3-Clause"
|
|
586
|
+
},
|
|
587
|
+
"node_modules/@protobufjs/pool": {
|
|
588
|
+
"version": "1.1.0",
|
|
589
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
|
|
590
|
+
"integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
591
|
+
"license": "BSD-3-Clause"
|
|
592
|
+
},
|
|
593
|
+
"node_modules/@protobufjs/utf8": {
|
|
594
|
+
"version": "1.1.0",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
|
|
596
|
+
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
597
|
+
"license": "BSD-3-Clause"
|
|
598
|
+
},
|
|
599
|
+
"node_modules/@types/node": {
|
|
600
|
+
"version": "25.5.0",
|
|
601
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
|
|
602
|
+
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
|
|
603
|
+
"license": "MIT",
|
|
604
|
+
"dependencies": {
|
|
605
|
+
"undici-types": "~7.18.0"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"node_modules/asynckit": {
|
|
609
|
+
"version": "0.4.0",
|
|
610
|
+
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
611
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
612
|
+
"license": "MIT"
|
|
613
|
+
},
|
|
614
|
+
"node_modules/axios": {
|
|
615
|
+
"version": "1.13.6",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
617
|
+
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
618
|
+
"license": "MIT",
|
|
619
|
+
"dependencies": {
|
|
620
|
+
"follow-redirects": "^1.15.11",
|
|
621
|
+
"form-data": "^4.0.5",
|
|
622
|
+
"proxy-from-env": "^1.1.0"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"node_modules/boolean": {
|
|
626
|
+
"version": "3.2.0",
|
|
627
|
+
"resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
|
|
628
|
+
"integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
|
|
629
|
+
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
|
630
|
+
"license": "MIT"
|
|
631
|
+
},
|
|
632
|
+
"node_modules/call-bind-apply-helpers": {
|
|
633
|
+
"version": "1.0.2",
|
|
634
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
635
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
636
|
+
"license": "MIT",
|
|
637
|
+
"dependencies": {
|
|
638
|
+
"es-errors": "^1.3.0",
|
|
639
|
+
"function-bind": "^1.1.2"
|
|
640
|
+
},
|
|
641
|
+
"engines": {
|
|
642
|
+
"node": ">= 0.4"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"node_modules/chownr": {
|
|
646
|
+
"version": "3.0.0",
|
|
647
|
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
|
|
648
|
+
"integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
|
|
649
|
+
"license": "BlueOak-1.0.0",
|
|
650
|
+
"engines": {
|
|
651
|
+
"node": ">=18"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"node_modules/combined-stream": {
|
|
655
|
+
"version": "1.0.8",
|
|
656
|
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
657
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
658
|
+
"license": "MIT",
|
|
659
|
+
"dependencies": {
|
|
660
|
+
"delayed-stream": "~1.0.0"
|
|
661
|
+
},
|
|
662
|
+
"engines": {
|
|
663
|
+
"node": ">= 0.8"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"node_modules/data-uri-to-buffer": {
|
|
667
|
+
"version": "4.0.1",
|
|
668
|
+
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
669
|
+
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
670
|
+
"license": "MIT",
|
|
671
|
+
"engines": {
|
|
672
|
+
"node": ">= 12"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"node_modules/define-data-property": {
|
|
676
|
+
"version": "1.1.4",
|
|
677
|
+
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
678
|
+
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
679
|
+
"license": "MIT",
|
|
680
|
+
"dependencies": {
|
|
681
|
+
"es-define-property": "^1.0.0",
|
|
682
|
+
"es-errors": "^1.3.0",
|
|
683
|
+
"gopd": "^1.0.1"
|
|
684
|
+
},
|
|
685
|
+
"engines": {
|
|
686
|
+
"node": ">= 0.4"
|
|
687
|
+
},
|
|
688
|
+
"funding": {
|
|
689
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"node_modules/define-properties": {
|
|
693
|
+
"version": "1.2.1",
|
|
694
|
+
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
|
|
695
|
+
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
|
696
|
+
"license": "MIT",
|
|
697
|
+
"dependencies": {
|
|
698
|
+
"define-data-property": "^1.0.1",
|
|
699
|
+
"has-property-descriptors": "^1.0.0",
|
|
700
|
+
"object-keys": "^1.1.1"
|
|
701
|
+
},
|
|
702
|
+
"engines": {
|
|
703
|
+
"node": ">= 0.4"
|
|
704
|
+
},
|
|
705
|
+
"funding": {
|
|
706
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"node_modules/delayed-stream": {
|
|
710
|
+
"version": "1.0.0",
|
|
711
|
+
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
712
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
713
|
+
"license": "MIT",
|
|
714
|
+
"engines": {
|
|
715
|
+
"node": ">=0.4.0"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"node_modules/detect-libc": {
|
|
719
|
+
"version": "2.1.2",
|
|
720
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
721
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
722
|
+
"license": "Apache-2.0",
|
|
723
|
+
"engines": {
|
|
724
|
+
"node": ">=8"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
"node_modules/detect-node": {
|
|
728
|
+
"version": "2.1.0",
|
|
729
|
+
"resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
|
|
730
|
+
"integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
|
|
731
|
+
"license": "MIT"
|
|
732
|
+
},
|
|
733
|
+
"node_modules/dotenv": {
|
|
734
|
+
"version": "17.3.1",
|
|
735
|
+
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
|
|
736
|
+
"integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
|
|
737
|
+
"license": "BSD-2-Clause",
|
|
738
|
+
"engines": {
|
|
739
|
+
"node": ">=12"
|
|
740
|
+
},
|
|
741
|
+
"funding": {
|
|
742
|
+
"url": "https://dotenvx.com"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
"node_modules/dunder-proto": {
|
|
746
|
+
"version": "1.0.1",
|
|
747
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
748
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
749
|
+
"license": "MIT",
|
|
750
|
+
"dependencies": {
|
|
751
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
752
|
+
"es-errors": "^1.3.0",
|
|
753
|
+
"gopd": "^1.2.0"
|
|
754
|
+
},
|
|
755
|
+
"engines": {
|
|
756
|
+
"node": ">= 0.4"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"node_modules/es-define-property": {
|
|
760
|
+
"version": "1.0.1",
|
|
761
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
762
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
763
|
+
"license": "MIT",
|
|
764
|
+
"engines": {
|
|
765
|
+
"node": ">= 0.4"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"node_modules/es-errors": {
|
|
769
|
+
"version": "1.3.0",
|
|
770
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
771
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
772
|
+
"license": "MIT",
|
|
773
|
+
"engines": {
|
|
774
|
+
"node": ">= 0.4"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"node_modules/es-object-atoms": {
|
|
778
|
+
"version": "1.1.1",
|
|
779
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
780
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
781
|
+
"license": "MIT",
|
|
782
|
+
"dependencies": {
|
|
783
|
+
"es-errors": "^1.3.0"
|
|
784
|
+
},
|
|
785
|
+
"engines": {
|
|
786
|
+
"node": ">= 0.4"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
"node_modules/es-set-tostringtag": {
|
|
790
|
+
"version": "2.1.0",
|
|
791
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
792
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
793
|
+
"license": "MIT",
|
|
794
|
+
"dependencies": {
|
|
795
|
+
"es-errors": "^1.3.0",
|
|
796
|
+
"get-intrinsic": "^1.2.6",
|
|
797
|
+
"has-tostringtag": "^1.0.2",
|
|
798
|
+
"hasown": "^2.0.2"
|
|
799
|
+
},
|
|
800
|
+
"engines": {
|
|
801
|
+
"node": ">= 0.4"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"node_modules/es6-error": {
|
|
805
|
+
"version": "4.1.1",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
|
807
|
+
"integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
|
|
808
|
+
"license": "MIT"
|
|
809
|
+
},
|
|
810
|
+
"node_modules/escape-string-regexp": {
|
|
811
|
+
"version": "4.0.0",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
813
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
814
|
+
"license": "MIT",
|
|
815
|
+
"engines": {
|
|
816
|
+
"node": ">=10"
|
|
817
|
+
},
|
|
818
|
+
"funding": {
|
|
819
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"node_modules/fetch-blob": {
|
|
823
|
+
"version": "3.2.0",
|
|
824
|
+
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
825
|
+
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
826
|
+
"funding": [
|
|
827
|
+
{
|
|
828
|
+
"type": "github",
|
|
829
|
+
"url": "https://github.com/sponsors/jimmywarting"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"type": "paypal",
|
|
833
|
+
"url": "https://paypal.me/jimmywarting"
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
"license": "MIT",
|
|
837
|
+
"dependencies": {
|
|
838
|
+
"node-domexception": "^1.0.0",
|
|
839
|
+
"web-streams-polyfill": "^3.0.3"
|
|
840
|
+
},
|
|
841
|
+
"engines": {
|
|
842
|
+
"node": "^12.20 || >= 14.13"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"node_modules/flatbuffers": {
|
|
846
|
+
"version": "25.9.23",
|
|
847
|
+
"resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz",
|
|
848
|
+
"integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==",
|
|
849
|
+
"license": "Apache-2.0"
|
|
850
|
+
},
|
|
851
|
+
"node_modules/follow-redirects": {
|
|
852
|
+
"version": "1.15.11",
|
|
853
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
854
|
+
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
855
|
+
"funding": [
|
|
856
|
+
{
|
|
857
|
+
"type": "individual",
|
|
858
|
+
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"license": "MIT",
|
|
862
|
+
"engines": {
|
|
863
|
+
"node": ">=4.0"
|
|
864
|
+
},
|
|
865
|
+
"peerDependenciesMeta": {
|
|
866
|
+
"debug": {
|
|
867
|
+
"optional": true
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
"node_modules/form-data": {
|
|
872
|
+
"version": "4.0.5",
|
|
873
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
874
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
875
|
+
"license": "MIT",
|
|
876
|
+
"dependencies": {
|
|
877
|
+
"asynckit": "^0.4.0",
|
|
878
|
+
"combined-stream": "^1.0.8",
|
|
879
|
+
"es-set-tostringtag": "^2.1.0",
|
|
880
|
+
"hasown": "^2.0.2",
|
|
881
|
+
"mime-types": "^2.1.12"
|
|
882
|
+
},
|
|
883
|
+
"engines": {
|
|
884
|
+
"node": ">= 6"
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
"node_modules/formdata-polyfill": {
|
|
888
|
+
"version": "4.0.10",
|
|
889
|
+
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
890
|
+
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
891
|
+
"license": "MIT",
|
|
892
|
+
"dependencies": {
|
|
893
|
+
"fetch-blob": "^3.1.2"
|
|
894
|
+
},
|
|
895
|
+
"engines": {
|
|
896
|
+
"node": ">=12.20.0"
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"node_modules/function-bind": {
|
|
900
|
+
"version": "1.1.2",
|
|
901
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
902
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
903
|
+
"license": "MIT",
|
|
904
|
+
"funding": {
|
|
905
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"node_modules/get-intrinsic": {
|
|
909
|
+
"version": "1.3.0",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
911
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
912
|
+
"license": "MIT",
|
|
913
|
+
"dependencies": {
|
|
914
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
915
|
+
"es-define-property": "^1.0.1",
|
|
916
|
+
"es-errors": "^1.3.0",
|
|
917
|
+
"es-object-atoms": "^1.1.1",
|
|
918
|
+
"function-bind": "^1.1.2",
|
|
919
|
+
"get-proto": "^1.0.1",
|
|
920
|
+
"gopd": "^1.2.0",
|
|
921
|
+
"has-symbols": "^1.1.0",
|
|
922
|
+
"hasown": "^2.0.2",
|
|
923
|
+
"math-intrinsics": "^1.1.0"
|
|
924
|
+
},
|
|
925
|
+
"engines": {
|
|
926
|
+
"node": ">= 0.4"
|
|
927
|
+
},
|
|
928
|
+
"funding": {
|
|
929
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"node_modules/get-proto": {
|
|
933
|
+
"version": "1.0.1",
|
|
934
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
935
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
936
|
+
"license": "MIT",
|
|
937
|
+
"dependencies": {
|
|
938
|
+
"dunder-proto": "^1.0.1",
|
|
939
|
+
"es-object-atoms": "^1.0.0"
|
|
940
|
+
},
|
|
941
|
+
"engines": {
|
|
942
|
+
"node": ">= 0.4"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"node_modules/global-agent": {
|
|
946
|
+
"version": "3.0.0",
|
|
947
|
+
"resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz",
|
|
948
|
+
"integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==",
|
|
949
|
+
"license": "BSD-3-Clause",
|
|
950
|
+
"dependencies": {
|
|
951
|
+
"boolean": "^3.0.1",
|
|
952
|
+
"es6-error": "^4.1.1",
|
|
953
|
+
"matcher": "^3.0.0",
|
|
954
|
+
"roarr": "^2.15.3",
|
|
955
|
+
"semver": "^7.3.2",
|
|
956
|
+
"serialize-error": "^7.0.1"
|
|
957
|
+
},
|
|
958
|
+
"engines": {
|
|
959
|
+
"node": ">=10.0"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"node_modules/globalthis": {
|
|
963
|
+
"version": "1.0.4",
|
|
964
|
+
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
|
|
965
|
+
"integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
|
|
966
|
+
"license": "MIT",
|
|
967
|
+
"dependencies": {
|
|
968
|
+
"define-properties": "^1.2.1",
|
|
969
|
+
"gopd": "^1.0.1"
|
|
970
|
+
},
|
|
971
|
+
"engines": {
|
|
972
|
+
"node": ">= 0.4"
|
|
973
|
+
},
|
|
974
|
+
"funding": {
|
|
975
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"node_modules/gopd": {
|
|
979
|
+
"version": "1.2.0",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
981
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
982
|
+
"license": "MIT",
|
|
983
|
+
"engines": {
|
|
984
|
+
"node": ">= 0.4"
|
|
985
|
+
},
|
|
986
|
+
"funding": {
|
|
987
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"node_modules/guid-typescript": {
|
|
991
|
+
"version": "1.0.9",
|
|
992
|
+
"resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz",
|
|
993
|
+
"integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==",
|
|
994
|
+
"license": "ISC"
|
|
995
|
+
},
|
|
996
|
+
"node_modules/has-property-descriptors": {
|
|
997
|
+
"version": "1.0.2",
|
|
998
|
+
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
999
|
+
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
1000
|
+
"license": "MIT",
|
|
1001
|
+
"dependencies": {
|
|
1002
|
+
"es-define-property": "^1.0.0"
|
|
1003
|
+
},
|
|
1004
|
+
"funding": {
|
|
1005
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
"node_modules/has-symbols": {
|
|
1009
|
+
"version": "1.1.0",
|
|
1010
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
1011
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
1012
|
+
"license": "MIT",
|
|
1013
|
+
"engines": {
|
|
1014
|
+
"node": ">= 0.4"
|
|
1015
|
+
},
|
|
1016
|
+
"funding": {
|
|
1017
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"node_modules/has-tostringtag": {
|
|
1021
|
+
"version": "1.0.2",
|
|
1022
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
1023
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
1024
|
+
"license": "MIT",
|
|
1025
|
+
"dependencies": {
|
|
1026
|
+
"has-symbols": "^1.0.3"
|
|
1027
|
+
},
|
|
1028
|
+
"engines": {
|
|
1029
|
+
"node": ">= 0.4"
|
|
1030
|
+
},
|
|
1031
|
+
"funding": {
|
|
1032
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"node_modules/hasown": {
|
|
1036
|
+
"version": "2.0.2",
|
|
1037
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
1038
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
1039
|
+
"license": "MIT",
|
|
1040
|
+
"dependencies": {
|
|
1041
|
+
"function-bind": "^1.1.2"
|
|
1042
|
+
},
|
|
1043
|
+
"engines": {
|
|
1044
|
+
"node": ">= 0.4"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"node_modules/json-stringify-safe": {
|
|
1048
|
+
"version": "5.0.1",
|
|
1049
|
+
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
|
1050
|
+
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
|
1051
|
+
"license": "ISC"
|
|
1052
|
+
},
|
|
1053
|
+
"node_modules/long": {
|
|
1054
|
+
"version": "5.3.2",
|
|
1055
|
+
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
|
1056
|
+
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
1057
|
+
"license": "Apache-2.0"
|
|
1058
|
+
},
|
|
1059
|
+
"node_modules/matcher": {
|
|
1060
|
+
"version": "3.0.0",
|
|
1061
|
+
"resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
|
|
1062
|
+
"integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==",
|
|
1063
|
+
"license": "MIT",
|
|
1064
|
+
"dependencies": {
|
|
1065
|
+
"escape-string-regexp": "^4.0.0"
|
|
1066
|
+
},
|
|
1067
|
+
"engines": {
|
|
1068
|
+
"node": ">=10"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"node_modules/math-intrinsics": {
|
|
1072
|
+
"version": "1.1.0",
|
|
1073
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
1074
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
1075
|
+
"license": "MIT",
|
|
1076
|
+
"engines": {
|
|
1077
|
+
"node": ">= 0.4"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"node_modules/mime-db": {
|
|
1081
|
+
"version": "1.52.0",
|
|
1082
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
1083
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
1084
|
+
"license": "MIT",
|
|
1085
|
+
"engines": {
|
|
1086
|
+
"node": ">= 0.6"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"node_modules/mime-types": {
|
|
1090
|
+
"version": "2.1.35",
|
|
1091
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
1092
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
1093
|
+
"license": "MIT",
|
|
1094
|
+
"dependencies": {
|
|
1095
|
+
"mime-db": "1.52.0"
|
|
1096
|
+
},
|
|
1097
|
+
"engines": {
|
|
1098
|
+
"node": ">= 0.6"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
"node_modules/minipass": {
|
|
1102
|
+
"version": "7.1.3",
|
|
1103
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
1104
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
1105
|
+
"license": "BlueOak-1.0.0",
|
|
1106
|
+
"engines": {
|
|
1107
|
+
"node": ">=16 || 14 >=14.17"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"node_modules/minizlib": {
|
|
1111
|
+
"version": "3.1.0",
|
|
1112
|
+
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
|
|
1113
|
+
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
1114
|
+
"license": "MIT",
|
|
1115
|
+
"dependencies": {
|
|
1116
|
+
"minipass": "^7.1.2"
|
|
1117
|
+
},
|
|
1118
|
+
"engines": {
|
|
1119
|
+
"node": ">= 18"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"node_modules/node-domexception": {
|
|
1123
|
+
"version": "1.0.0",
|
|
1124
|
+
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
1125
|
+
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
1126
|
+
"deprecated": "Use your platform's native DOMException instead",
|
|
1127
|
+
"funding": [
|
|
1128
|
+
{
|
|
1129
|
+
"type": "github",
|
|
1130
|
+
"url": "https://github.com/sponsors/jimmywarting"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"type": "github",
|
|
1134
|
+
"url": "https://paypal.me/jimmywarting"
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
1137
|
+
"license": "MIT",
|
|
1138
|
+
"engines": {
|
|
1139
|
+
"node": ">=10.5.0"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"node_modules/node-fetch": {
|
|
1143
|
+
"version": "3.3.2",
|
|
1144
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
1145
|
+
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
1146
|
+
"license": "MIT",
|
|
1147
|
+
"dependencies": {
|
|
1148
|
+
"data-uri-to-buffer": "^4.0.0",
|
|
1149
|
+
"fetch-blob": "^3.1.4",
|
|
1150
|
+
"formdata-polyfill": "^4.0.10"
|
|
1151
|
+
},
|
|
1152
|
+
"engines": {
|
|
1153
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1154
|
+
},
|
|
1155
|
+
"funding": {
|
|
1156
|
+
"type": "opencollective",
|
|
1157
|
+
"url": "https://opencollective.com/node-fetch"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
"node_modules/object-keys": {
|
|
1161
|
+
"version": "1.1.1",
|
|
1162
|
+
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
1163
|
+
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
|
1164
|
+
"license": "MIT",
|
|
1165
|
+
"engines": {
|
|
1166
|
+
"node": ">= 0.4"
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"node_modules/onnxruntime-common": {
|
|
1170
|
+
"version": "1.21.0",
|
|
1171
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.21.0.tgz",
|
|
1172
|
+
"integrity": "sha512-Q632iLLrtCAVOTO65dh2+mNbQir/QNTVBG3h/QdZBpns7mZ0RYbLRBgGABPbpU9351AgYy7SJf1WaeVwMrBFPQ==",
|
|
1173
|
+
"license": "MIT"
|
|
1174
|
+
},
|
|
1175
|
+
"node_modules/onnxruntime-node": {
|
|
1176
|
+
"version": "1.21.0",
|
|
1177
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.21.0.tgz",
|
|
1178
|
+
"integrity": "sha512-NeaCX6WW2L8cRCSqy3bInlo5ojjQqu2fD3D+9W5qb5irwxhEyWKXeH2vZ8W9r6VxaMPUan+4/7NDwZMtouZxEw==",
|
|
1179
|
+
"hasInstallScript": true,
|
|
1180
|
+
"license": "MIT",
|
|
1181
|
+
"os": [
|
|
1182
|
+
"win32",
|
|
1183
|
+
"darwin",
|
|
1184
|
+
"linux"
|
|
1185
|
+
],
|
|
1186
|
+
"dependencies": {
|
|
1187
|
+
"global-agent": "^3.0.0",
|
|
1188
|
+
"onnxruntime-common": "1.21.0",
|
|
1189
|
+
"tar": "^7.0.1"
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"node_modules/onnxruntime-web": {
|
|
1193
|
+
"version": "1.22.0-dev.20250409-89f8206ba4",
|
|
1194
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.22.0-dev.20250409-89f8206ba4.tgz",
|
|
1195
|
+
"integrity": "sha512-0uS76OPgH0hWCPrFKlL8kYVV7ckM7t/36HfbgoFw6Nd0CZVVbQC4PkrR8mBX8LtNUFZO25IQBqV2Hx2ho3FlbQ==",
|
|
1196
|
+
"license": "MIT",
|
|
1197
|
+
"dependencies": {
|
|
1198
|
+
"flatbuffers": "^25.1.24",
|
|
1199
|
+
"guid-typescript": "^1.0.9",
|
|
1200
|
+
"long": "^5.2.3",
|
|
1201
|
+
"onnxruntime-common": "1.22.0-dev.20250409-89f8206ba4",
|
|
1202
|
+
"platform": "^1.3.6",
|
|
1203
|
+
"protobufjs": "^7.2.4"
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"node_modules/onnxruntime-web/node_modules/onnxruntime-common": {
|
|
1207
|
+
"version": "1.22.0-dev.20250409-89f8206ba4",
|
|
1208
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.22.0-dev.20250409-89f8206ba4.tgz",
|
|
1209
|
+
"integrity": "sha512-vDJMkfCfb0b1A836rgHj+ORuZf4B4+cc2bASQtpeoJLueuFc5DuYwjIZUBrSvx/fO5IrLjLz+oTrB3pcGlhovQ==",
|
|
1210
|
+
"license": "MIT"
|
|
1211
|
+
},
|
|
1212
|
+
"node_modules/platform": {
|
|
1213
|
+
"version": "1.3.6",
|
|
1214
|
+
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
|
|
1215
|
+
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
|
|
1216
|
+
"license": "MIT"
|
|
1217
|
+
},
|
|
1218
|
+
"node_modules/protobufjs": {
|
|
1219
|
+
"version": "7.5.4",
|
|
1220
|
+
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz",
|
|
1221
|
+
"integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==",
|
|
1222
|
+
"hasInstallScript": true,
|
|
1223
|
+
"license": "BSD-3-Clause",
|
|
1224
|
+
"dependencies": {
|
|
1225
|
+
"@protobufjs/aspromise": "^1.1.2",
|
|
1226
|
+
"@protobufjs/base64": "^1.1.2",
|
|
1227
|
+
"@protobufjs/codegen": "^2.0.4",
|
|
1228
|
+
"@protobufjs/eventemitter": "^1.1.0",
|
|
1229
|
+
"@protobufjs/fetch": "^1.1.0",
|
|
1230
|
+
"@protobufjs/float": "^1.0.2",
|
|
1231
|
+
"@protobufjs/inquire": "^1.1.0",
|
|
1232
|
+
"@protobufjs/path": "^1.1.2",
|
|
1233
|
+
"@protobufjs/pool": "^1.1.0",
|
|
1234
|
+
"@protobufjs/utf8": "^1.1.0",
|
|
1235
|
+
"@types/node": ">=13.7.0",
|
|
1236
|
+
"long": "^5.0.0"
|
|
1237
|
+
},
|
|
1238
|
+
"engines": {
|
|
1239
|
+
"node": ">=12.0.0"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"node_modules/proxy-from-env": {
|
|
1243
|
+
"version": "1.1.0",
|
|
1244
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
1245
|
+
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
1246
|
+
"license": "MIT"
|
|
1247
|
+
},
|
|
1248
|
+
"node_modules/roarr": {
|
|
1249
|
+
"version": "2.15.4",
|
|
1250
|
+
"resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
|
|
1251
|
+
"integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
|
|
1252
|
+
"license": "BSD-3-Clause",
|
|
1253
|
+
"dependencies": {
|
|
1254
|
+
"boolean": "^3.0.1",
|
|
1255
|
+
"detect-node": "^2.0.4",
|
|
1256
|
+
"globalthis": "^1.0.1",
|
|
1257
|
+
"json-stringify-safe": "^5.0.1",
|
|
1258
|
+
"semver-compare": "^1.0.0",
|
|
1259
|
+
"sprintf-js": "^1.1.2"
|
|
1260
|
+
},
|
|
1261
|
+
"engines": {
|
|
1262
|
+
"node": ">=8.0"
|
|
1263
|
+
}
|
|
1264
|
+
},
|
|
1265
|
+
"node_modules/semver": {
|
|
1266
|
+
"version": "7.7.4",
|
|
1267
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
1268
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
1269
|
+
"license": "ISC",
|
|
1270
|
+
"bin": {
|
|
1271
|
+
"semver": "bin/semver.js"
|
|
1272
|
+
},
|
|
1273
|
+
"engines": {
|
|
1274
|
+
"node": ">=10"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
"node_modules/semver-compare": {
|
|
1278
|
+
"version": "1.0.0",
|
|
1279
|
+
"resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
|
|
1280
|
+
"integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",
|
|
1281
|
+
"license": "MIT"
|
|
1282
|
+
},
|
|
1283
|
+
"node_modules/serialize-error": {
|
|
1284
|
+
"version": "7.0.1",
|
|
1285
|
+
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
|
|
1286
|
+
"integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
|
|
1287
|
+
"license": "MIT",
|
|
1288
|
+
"dependencies": {
|
|
1289
|
+
"type-fest": "^0.13.1"
|
|
1290
|
+
},
|
|
1291
|
+
"engines": {
|
|
1292
|
+
"node": ">=10"
|
|
1293
|
+
},
|
|
1294
|
+
"funding": {
|
|
1295
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"node_modules/sharp": {
|
|
1299
|
+
"version": "0.34.5",
|
|
1300
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
1301
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
1302
|
+
"hasInstallScript": true,
|
|
1303
|
+
"license": "Apache-2.0",
|
|
1304
|
+
"dependencies": {
|
|
1305
|
+
"@img/colour": "^1.0.0",
|
|
1306
|
+
"detect-libc": "^2.1.2",
|
|
1307
|
+
"semver": "^7.7.3"
|
|
1308
|
+
},
|
|
1309
|
+
"engines": {
|
|
1310
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1311
|
+
},
|
|
1312
|
+
"funding": {
|
|
1313
|
+
"url": "https://opencollective.com/libvips"
|
|
1314
|
+
},
|
|
1315
|
+
"optionalDependencies": {
|
|
1316
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
1317
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
1318
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
1319
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
1320
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
1321
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
1322
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
1323
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
1324
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
1325
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
1326
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
1327
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
1328
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
1329
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
1330
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
1331
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
1332
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
1333
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
1334
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
1335
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
1336
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
1337
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
1338
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
1339
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"node_modules/sprintf-js": {
|
|
1343
|
+
"version": "1.1.3",
|
|
1344
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
1345
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
1346
|
+
"license": "BSD-3-Clause"
|
|
1347
|
+
},
|
|
1348
|
+
"node_modules/tar": {
|
|
1349
|
+
"version": "7.5.11",
|
|
1350
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
|
|
1351
|
+
"integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
|
|
1352
|
+
"license": "BlueOak-1.0.0",
|
|
1353
|
+
"dependencies": {
|
|
1354
|
+
"@isaacs/fs-minipass": "^4.0.0",
|
|
1355
|
+
"chownr": "^3.0.0",
|
|
1356
|
+
"minipass": "^7.1.2",
|
|
1357
|
+
"minizlib": "^3.1.0",
|
|
1358
|
+
"yallist": "^5.0.0"
|
|
1359
|
+
},
|
|
1360
|
+
"engines": {
|
|
1361
|
+
"node": ">=18"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"node_modules/tslib": {
|
|
1365
|
+
"version": "2.8.1",
|
|
1366
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
1367
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
1368
|
+
"license": "0BSD",
|
|
1369
|
+
"optional": true
|
|
1370
|
+
},
|
|
1371
|
+
"node_modules/type-fest": {
|
|
1372
|
+
"version": "0.13.1",
|
|
1373
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
|
|
1374
|
+
"integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
|
|
1375
|
+
"license": "(MIT OR CC0-1.0)",
|
|
1376
|
+
"engines": {
|
|
1377
|
+
"node": ">=10"
|
|
1378
|
+
},
|
|
1379
|
+
"funding": {
|
|
1380
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
"node_modules/undici-types": {
|
|
1384
|
+
"version": "7.18.2",
|
|
1385
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
|
|
1386
|
+
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
|
|
1387
|
+
"license": "MIT"
|
|
1388
|
+
},
|
|
1389
|
+
"node_modules/web-streams-polyfill": {
|
|
1390
|
+
"version": "3.3.3",
|
|
1391
|
+
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
1392
|
+
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
|
1393
|
+
"license": "MIT",
|
|
1394
|
+
"engines": {
|
|
1395
|
+
"node": ">= 8"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
"node_modules/yallist": {
|
|
1399
|
+
"version": "5.0.0",
|
|
1400
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
|
|
1401
|
+
"integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
|
|
1402
|
+
"license": "BlueOak-1.0.0",
|
|
1403
|
+
"engines": {
|
|
1404
|
+
"node": ">=18"
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
}
|