sandboxbox 3.0.74 → 3.0.76
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/.claude-sandbox/plugins/marketplaces/anentrypoint-glootie-cc/package-lock.json +1334 -114
- package/.claude-sandbox/plugins/marketplaces/anentrypoint-glootie-cc/package.json +1 -1
- package/.mcp.json +9 -0
- package/CHANGELOG.md +22 -14
- package/CLAUDE.md +9 -2
- package/Dockerfile +19 -10
- package/cli.js +17 -5
- package/package.json +5 -2
- package/utils/commands/claude.js +13 -10
- package/utils/commands/container.js +30 -3
- package/utils/mcp-server.js +121 -0
- package/utils/sandbox.js +61 -0
- package/utils/ui.js +1 -0
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@playwright/mcp": "^0.0.45",
|
|
13
13
|
"mcp-glootie": "^3.4.67",
|
|
14
|
-
"vexify": "^0.
|
|
14
|
+
"vexify": "^0.19.1"
|
|
15
15
|
},
|
|
16
16
|
"bin": {
|
|
17
17
|
"glootie-cc": "cli.js"
|
|
@@ -42,6 +42,186 @@
|
|
|
42
42
|
"@img/sharp-win32-x64": "^0.33.5"
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-darwin-arm64": {
|
|
46
|
+
"version": "0.33.5",
|
|
47
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
|
|
48
|
+
"integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
|
|
49
|
+
"cpu": [
|
|
50
|
+
"arm64"
|
|
51
|
+
],
|
|
52
|
+
"license": "Apache-2.0",
|
|
53
|
+
"optional": true,
|
|
54
|
+
"os": [
|
|
55
|
+
"darwin"
|
|
56
|
+
],
|
|
57
|
+
"peer": true,
|
|
58
|
+
"engines": {
|
|
59
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
60
|
+
},
|
|
61
|
+
"funding": {
|
|
62
|
+
"url": "https://opencollective.com/libvips"
|
|
63
|
+
},
|
|
64
|
+
"optionalDependencies": {
|
|
65
|
+
"@img/sharp-libvips-darwin-arm64": "1.0.4"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-darwin-x64": {
|
|
69
|
+
"version": "0.33.5",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
|
|
71
|
+
"integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
|
|
72
|
+
"cpu": [
|
|
73
|
+
"x64"
|
|
74
|
+
],
|
|
75
|
+
"license": "Apache-2.0",
|
|
76
|
+
"optional": true,
|
|
77
|
+
"os": [
|
|
78
|
+
"darwin"
|
|
79
|
+
],
|
|
80
|
+
"peer": true,
|
|
81
|
+
"engines": {
|
|
82
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
83
|
+
},
|
|
84
|
+
"funding": {
|
|
85
|
+
"url": "https://opencollective.com/libvips"
|
|
86
|
+
},
|
|
87
|
+
"optionalDependencies": {
|
|
88
|
+
"@img/sharp-libvips-darwin-x64": "1.0.4"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
92
|
+
"version": "1.0.4",
|
|
93
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
|
|
94
|
+
"integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
|
|
95
|
+
"cpu": [
|
|
96
|
+
"arm64"
|
|
97
|
+
],
|
|
98
|
+
"license": "LGPL-3.0-or-later",
|
|
99
|
+
"optional": true,
|
|
100
|
+
"os": [
|
|
101
|
+
"darwin"
|
|
102
|
+
],
|
|
103
|
+
"peer": true,
|
|
104
|
+
"funding": {
|
|
105
|
+
"url": "https://opencollective.com/libvips"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-libvips-darwin-x64": {
|
|
109
|
+
"version": "1.0.4",
|
|
110
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
|
|
111
|
+
"integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
|
|
112
|
+
"cpu": [
|
|
113
|
+
"x64"
|
|
114
|
+
],
|
|
115
|
+
"license": "LGPL-3.0-or-later",
|
|
116
|
+
"optional": true,
|
|
117
|
+
"os": [
|
|
118
|
+
"darwin"
|
|
119
|
+
],
|
|
120
|
+
"peer": true,
|
|
121
|
+
"funding": {
|
|
122
|
+
"url": "https://opencollective.com/libvips"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-libvips-linux-arm": {
|
|
126
|
+
"version": "1.0.5",
|
|
127
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
|
|
128
|
+
"integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
|
|
129
|
+
"cpu": [
|
|
130
|
+
"arm"
|
|
131
|
+
],
|
|
132
|
+
"license": "LGPL-3.0-or-later",
|
|
133
|
+
"optional": true,
|
|
134
|
+
"os": [
|
|
135
|
+
"linux"
|
|
136
|
+
],
|
|
137
|
+
"peer": true,
|
|
138
|
+
"funding": {
|
|
139
|
+
"url": "https://opencollective.com/libvips"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-libvips-linux-arm64": {
|
|
143
|
+
"version": "1.0.4",
|
|
144
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
|
|
145
|
+
"integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
|
|
146
|
+
"cpu": [
|
|
147
|
+
"arm64"
|
|
148
|
+
],
|
|
149
|
+
"license": "LGPL-3.0-or-later",
|
|
150
|
+
"optional": true,
|
|
151
|
+
"os": [
|
|
152
|
+
"linux"
|
|
153
|
+
],
|
|
154
|
+
"peer": true,
|
|
155
|
+
"funding": {
|
|
156
|
+
"url": "https://opencollective.com/libvips"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-linux-arm": {
|
|
160
|
+
"version": "0.33.5",
|
|
161
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
|
|
162
|
+
"integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
|
|
163
|
+
"cpu": [
|
|
164
|
+
"arm"
|
|
165
|
+
],
|
|
166
|
+
"license": "Apache-2.0",
|
|
167
|
+
"optional": true,
|
|
168
|
+
"os": [
|
|
169
|
+
"linux"
|
|
170
|
+
],
|
|
171
|
+
"peer": true,
|
|
172
|
+
"engines": {
|
|
173
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
174
|
+
},
|
|
175
|
+
"funding": {
|
|
176
|
+
"url": "https://opencollective.com/libvips"
|
|
177
|
+
},
|
|
178
|
+
"optionalDependencies": {
|
|
179
|
+
"@img/sharp-libvips-linux-arm": "1.0.5"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-linux-arm64": {
|
|
183
|
+
"version": "0.33.5",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
|
|
185
|
+
"integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
|
|
186
|
+
"cpu": [
|
|
187
|
+
"arm64"
|
|
188
|
+
],
|
|
189
|
+
"license": "Apache-2.0",
|
|
190
|
+
"optional": true,
|
|
191
|
+
"os": [
|
|
192
|
+
"linux"
|
|
193
|
+
],
|
|
194
|
+
"peer": true,
|
|
195
|
+
"engines": {
|
|
196
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
197
|
+
},
|
|
198
|
+
"funding": {
|
|
199
|
+
"url": "https://opencollective.com/libvips"
|
|
200
|
+
},
|
|
201
|
+
"optionalDependencies": {
|
|
202
|
+
"@img/sharp-libvips-linux-arm64": "1.0.4"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"node_modules/@anthropic-ai/claude-code/node_modules/@img/sharp-win32-x64": {
|
|
206
|
+
"version": "0.33.5",
|
|
207
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
|
|
208
|
+
"integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
|
|
209
|
+
"cpu": [
|
|
210
|
+
"x64"
|
|
211
|
+
],
|
|
212
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
213
|
+
"optional": true,
|
|
214
|
+
"os": [
|
|
215
|
+
"win32"
|
|
216
|
+
],
|
|
217
|
+
"peer": true,
|
|
218
|
+
"engines": {
|
|
219
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
220
|
+
},
|
|
221
|
+
"funding": {
|
|
222
|
+
"url": "https://opencollective.com/libvips"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
45
225
|
"node_modules/@asamuzakjp/css-color": {
|
|
46
226
|
"version": "4.0.5",
|
|
47
227
|
"license": "MIT",
|
|
@@ -97,153 +277,614 @@
|
|
|
97
277
|
"url": "https://opencollective.com/csstools"
|
|
98
278
|
}
|
|
99
279
|
],
|
|
100
|
-
"license": "MIT",
|
|
280
|
+
"license": "MIT",
|
|
281
|
+
"engines": {
|
|
282
|
+
"node": ">=18"
|
|
283
|
+
},
|
|
284
|
+
"peerDependencies": {
|
|
285
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
286
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"node_modules/@csstools/css-color-parser": {
|
|
290
|
+
"version": "3.1.0",
|
|
291
|
+
"funding": [
|
|
292
|
+
{
|
|
293
|
+
"type": "github",
|
|
294
|
+
"url": "https://github.com/sponsors/csstools"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"type": "opencollective",
|
|
298
|
+
"url": "https://opencollective.com/csstools"
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"license": "MIT",
|
|
302
|
+
"dependencies": {
|
|
303
|
+
"@csstools/color-helpers": "^5.1.0",
|
|
304
|
+
"@csstools/css-calc": "^2.1.4"
|
|
305
|
+
},
|
|
306
|
+
"engines": {
|
|
307
|
+
"node": ">=18"
|
|
308
|
+
},
|
|
309
|
+
"peerDependencies": {
|
|
310
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
311
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"node_modules/@csstools/css-parser-algorithms": {
|
|
315
|
+
"version": "3.0.5",
|
|
316
|
+
"funding": [
|
|
317
|
+
{
|
|
318
|
+
"type": "github",
|
|
319
|
+
"url": "https://github.com/sponsors/csstools"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"type": "opencollective",
|
|
323
|
+
"url": "https://opencollective.com/csstools"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"license": "MIT",
|
|
327
|
+
"engines": {
|
|
328
|
+
"node": ">=18"
|
|
329
|
+
},
|
|
330
|
+
"peerDependencies": {
|
|
331
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"node_modules/@csstools/css-syntax-patches-for-csstree": {
|
|
335
|
+
"version": "1.0.15",
|
|
336
|
+
"funding": [
|
|
337
|
+
{
|
|
338
|
+
"type": "github",
|
|
339
|
+
"url": "https://github.com/sponsors/csstools"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"type": "opencollective",
|
|
343
|
+
"url": "https://opencollective.com/csstools"
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"license": "MIT-0",
|
|
347
|
+
"engines": {
|
|
348
|
+
"node": ">=18"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"node_modules/@csstools/css-tokenizer": {
|
|
352
|
+
"version": "3.0.4",
|
|
353
|
+
"funding": [
|
|
354
|
+
{
|
|
355
|
+
"type": "github",
|
|
356
|
+
"url": "https://github.com/sponsors/csstools"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"type": "opencollective",
|
|
360
|
+
"url": "https://opencollective.com/csstools"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"license": "MIT",
|
|
364
|
+
"engines": {
|
|
365
|
+
"node": ">=18"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"node_modules/@emnapi/runtime": {
|
|
369
|
+
"version": "1.7.0",
|
|
370
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.0.tgz",
|
|
371
|
+
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
372
|
+
"license": "MIT",
|
|
373
|
+
"optional": true,
|
|
374
|
+
"dependencies": {
|
|
375
|
+
"tslib": "^2.4.0"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"node_modules/@fast-csv/format": {
|
|
379
|
+
"version": "4.3.5",
|
|
380
|
+
"license": "MIT",
|
|
381
|
+
"dependencies": {
|
|
382
|
+
"@types/node": "^14.0.1",
|
|
383
|
+
"lodash.escaperegexp": "^4.1.2",
|
|
384
|
+
"lodash.isboolean": "^3.0.3",
|
|
385
|
+
"lodash.isequal": "^4.5.0",
|
|
386
|
+
"lodash.isfunction": "^3.0.9",
|
|
387
|
+
"lodash.isnil": "^4.0.0"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"node_modules/@fast-csv/parse": {
|
|
391
|
+
"version": "4.3.6",
|
|
392
|
+
"license": "MIT",
|
|
393
|
+
"dependencies": {
|
|
394
|
+
"@types/node": "^14.0.1",
|
|
395
|
+
"lodash.escaperegexp": "^4.1.2",
|
|
396
|
+
"lodash.groupby": "^4.6.0",
|
|
397
|
+
"lodash.isfunction": "^3.0.9",
|
|
398
|
+
"lodash.isnil": "^4.0.0",
|
|
399
|
+
"lodash.isundefined": "^3.0.1",
|
|
400
|
+
"lodash.uniq": "^4.5.0"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"node_modules/@huggingface/jinja": {
|
|
404
|
+
"version": "0.5.1",
|
|
405
|
+
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.5.1.tgz",
|
|
406
|
+
"integrity": "sha512-yUZLld4lrM9iFxHCwFQ7D1HW2MWMwSbeB7WzWqFYDWK+rEb+WldkLdAJxUPOmgICMHZLzZGVcVjFh3w/YGubng==",
|
|
407
|
+
"license": "MIT",
|
|
408
|
+
"optional": true,
|
|
409
|
+
"engines": {
|
|
410
|
+
"node": ">=18"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"node_modules/@huggingface/transformers": {
|
|
414
|
+
"version": "3.7.6",
|
|
415
|
+
"resolved": "https://registry.npmjs.org/@huggingface/transformers/-/transformers-3.7.6.tgz",
|
|
416
|
+
"integrity": "sha512-OYlIRY8vj8r/pNx2CdXcDHz4KqpEC+bUMKzdVW5Dx//gp4XRmK+/g8as0h3cssRQYT0vG1A6VCfZy8SV0F4RDQ==",
|
|
417
|
+
"license": "Apache-2.0",
|
|
418
|
+
"optional": true,
|
|
419
|
+
"dependencies": {
|
|
420
|
+
"@huggingface/jinja": "^0.5.1",
|
|
421
|
+
"onnxruntime-node": "1.21.0",
|
|
422
|
+
"onnxruntime-web": "1.22.0-dev.20250409-89f8206ba4",
|
|
423
|
+
"sharp": "^0.34.1"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"node_modules/@img/colour": {
|
|
427
|
+
"version": "1.0.0",
|
|
428
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
|
|
429
|
+
"integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
|
|
430
|
+
"license": "MIT",
|
|
431
|
+
"optional": true,
|
|
432
|
+
"engines": {
|
|
433
|
+
"node": ">=18"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
437
|
+
"version": "0.34.5",
|
|
438
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
439
|
+
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
440
|
+
"cpu": [
|
|
441
|
+
"arm64"
|
|
442
|
+
],
|
|
443
|
+
"license": "Apache-2.0",
|
|
444
|
+
"optional": true,
|
|
445
|
+
"os": [
|
|
446
|
+
"darwin"
|
|
447
|
+
],
|
|
448
|
+
"engines": {
|
|
449
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
450
|
+
},
|
|
451
|
+
"funding": {
|
|
452
|
+
"url": "https://opencollective.com/libvips"
|
|
453
|
+
},
|
|
454
|
+
"optionalDependencies": {
|
|
455
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"node_modules/@img/sharp-darwin-x64": {
|
|
459
|
+
"version": "0.34.5",
|
|
460
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
461
|
+
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
462
|
+
"cpu": [
|
|
463
|
+
"x64"
|
|
464
|
+
],
|
|
465
|
+
"license": "Apache-2.0",
|
|
466
|
+
"optional": true,
|
|
467
|
+
"os": [
|
|
468
|
+
"darwin"
|
|
469
|
+
],
|
|
470
|
+
"engines": {
|
|
471
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
472
|
+
},
|
|
473
|
+
"funding": {
|
|
474
|
+
"url": "https://opencollective.com/libvips"
|
|
475
|
+
},
|
|
476
|
+
"optionalDependencies": {
|
|
477
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
481
|
+
"version": "1.2.4",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
483
|
+
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
484
|
+
"cpu": [
|
|
485
|
+
"arm64"
|
|
486
|
+
],
|
|
487
|
+
"license": "LGPL-3.0-or-later",
|
|
488
|
+
"optional": true,
|
|
489
|
+
"os": [
|
|
490
|
+
"darwin"
|
|
491
|
+
],
|
|
492
|
+
"funding": {
|
|
493
|
+
"url": "https://opencollective.com/libvips"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
497
|
+
"version": "1.2.4",
|
|
498
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
499
|
+
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
500
|
+
"cpu": [
|
|
501
|
+
"x64"
|
|
502
|
+
],
|
|
503
|
+
"license": "LGPL-3.0-or-later",
|
|
504
|
+
"optional": true,
|
|
505
|
+
"os": [
|
|
506
|
+
"darwin"
|
|
507
|
+
],
|
|
508
|
+
"funding": {
|
|
509
|
+
"url": "https://opencollective.com/libvips"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
513
|
+
"version": "1.2.4",
|
|
514
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
515
|
+
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
516
|
+
"cpu": [
|
|
517
|
+
"arm"
|
|
518
|
+
],
|
|
519
|
+
"license": "LGPL-3.0-or-later",
|
|
520
|
+
"optional": true,
|
|
521
|
+
"os": [
|
|
522
|
+
"linux"
|
|
523
|
+
],
|
|
524
|
+
"funding": {
|
|
525
|
+
"url": "https://opencollective.com/libvips"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
529
|
+
"version": "1.2.4",
|
|
530
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
531
|
+
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
532
|
+
"cpu": [
|
|
533
|
+
"arm64"
|
|
534
|
+
],
|
|
535
|
+
"license": "LGPL-3.0-or-later",
|
|
536
|
+
"optional": true,
|
|
537
|
+
"os": [
|
|
538
|
+
"linux"
|
|
539
|
+
],
|
|
540
|
+
"funding": {
|
|
541
|
+
"url": "https://opencollective.com/libvips"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
545
|
+
"version": "1.2.4",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
547
|
+
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
548
|
+
"cpu": [
|
|
549
|
+
"ppc64"
|
|
550
|
+
],
|
|
551
|
+
"license": "LGPL-3.0-or-later",
|
|
552
|
+
"optional": true,
|
|
553
|
+
"os": [
|
|
554
|
+
"linux"
|
|
555
|
+
],
|
|
556
|
+
"funding": {
|
|
557
|
+
"url": "https://opencollective.com/libvips"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
561
|
+
"version": "1.2.4",
|
|
562
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
563
|
+
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
564
|
+
"cpu": [
|
|
565
|
+
"riscv64"
|
|
566
|
+
],
|
|
567
|
+
"license": "LGPL-3.0-or-later",
|
|
568
|
+
"optional": true,
|
|
569
|
+
"os": [
|
|
570
|
+
"linux"
|
|
571
|
+
],
|
|
572
|
+
"funding": {
|
|
573
|
+
"url": "https://opencollective.com/libvips"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
577
|
+
"version": "1.2.4",
|
|
578
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
579
|
+
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
580
|
+
"cpu": [
|
|
581
|
+
"s390x"
|
|
582
|
+
],
|
|
583
|
+
"license": "LGPL-3.0-or-later",
|
|
584
|
+
"optional": true,
|
|
585
|
+
"os": [
|
|
586
|
+
"linux"
|
|
587
|
+
],
|
|
588
|
+
"funding": {
|
|
589
|
+
"url": "https://opencollective.com/libvips"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
593
|
+
"version": "1.0.4",
|
|
594
|
+
"cpu": [
|
|
595
|
+
"x64"
|
|
596
|
+
],
|
|
597
|
+
"license": "LGPL-3.0-or-later",
|
|
598
|
+
"optional": true,
|
|
599
|
+
"os": [
|
|
600
|
+
"linux"
|
|
601
|
+
],
|
|
602
|
+
"peer": true,
|
|
603
|
+
"funding": {
|
|
604
|
+
"url": "https://opencollective.com/libvips"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
608
|
+
"version": "1.2.4",
|
|
609
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
610
|
+
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
611
|
+
"cpu": [
|
|
612
|
+
"arm64"
|
|
613
|
+
],
|
|
614
|
+
"license": "LGPL-3.0-or-later",
|
|
615
|
+
"optional": true,
|
|
616
|
+
"os": [
|
|
617
|
+
"linux"
|
|
618
|
+
],
|
|
619
|
+
"funding": {
|
|
620
|
+
"url": "https://opencollective.com/libvips"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
624
|
+
"version": "1.2.4",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
626
|
+
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
627
|
+
"cpu": [
|
|
628
|
+
"x64"
|
|
629
|
+
],
|
|
630
|
+
"license": "LGPL-3.0-or-later",
|
|
631
|
+
"optional": true,
|
|
632
|
+
"os": [
|
|
633
|
+
"linux"
|
|
634
|
+
],
|
|
635
|
+
"funding": {
|
|
636
|
+
"url": "https://opencollective.com/libvips"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"node_modules/@img/sharp-linux-arm": {
|
|
640
|
+
"version": "0.34.5",
|
|
641
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
642
|
+
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
643
|
+
"cpu": [
|
|
644
|
+
"arm"
|
|
645
|
+
],
|
|
646
|
+
"license": "Apache-2.0",
|
|
647
|
+
"optional": true,
|
|
648
|
+
"os": [
|
|
649
|
+
"linux"
|
|
650
|
+
],
|
|
651
|
+
"engines": {
|
|
652
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
653
|
+
},
|
|
654
|
+
"funding": {
|
|
655
|
+
"url": "https://opencollective.com/libvips"
|
|
656
|
+
},
|
|
657
|
+
"optionalDependencies": {
|
|
658
|
+
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"node_modules/@img/sharp-linux-arm64": {
|
|
662
|
+
"version": "0.34.5",
|
|
663
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
664
|
+
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
665
|
+
"cpu": [
|
|
666
|
+
"arm64"
|
|
667
|
+
],
|
|
668
|
+
"license": "Apache-2.0",
|
|
669
|
+
"optional": true,
|
|
670
|
+
"os": [
|
|
671
|
+
"linux"
|
|
672
|
+
],
|
|
673
|
+
"engines": {
|
|
674
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
675
|
+
},
|
|
676
|
+
"funding": {
|
|
677
|
+
"url": "https://opencollective.com/libvips"
|
|
678
|
+
},
|
|
679
|
+
"optionalDependencies": {
|
|
680
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
"node_modules/@img/sharp-linux-ppc64": {
|
|
684
|
+
"version": "0.34.5",
|
|
685
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
686
|
+
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
687
|
+
"cpu": [
|
|
688
|
+
"ppc64"
|
|
689
|
+
],
|
|
690
|
+
"license": "Apache-2.0",
|
|
691
|
+
"optional": true,
|
|
692
|
+
"os": [
|
|
693
|
+
"linux"
|
|
694
|
+
],
|
|
695
|
+
"engines": {
|
|
696
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
697
|
+
},
|
|
698
|
+
"funding": {
|
|
699
|
+
"url": "https://opencollective.com/libvips"
|
|
700
|
+
},
|
|
701
|
+
"optionalDependencies": {
|
|
702
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"node_modules/@img/sharp-linux-riscv64": {
|
|
706
|
+
"version": "0.34.5",
|
|
707
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
708
|
+
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
709
|
+
"cpu": [
|
|
710
|
+
"riscv64"
|
|
711
|
+
],
|
|
712
|
+
"license": "Apache-2.0",
|
|
713
|
+
"optional": true,
|
|
714
|
+
"os": [
|
|
715
|
+
"linux"
|
|
716
|
+
],
|
|
101
717
|
"engines": {
|
|
102
|
-
"node": ">=
|
|
718
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
103
719
|
},
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
|
|
720
|
+
"funding": {
|
|
721
|
+
"url": "https://opencollective.com/libvips"
|
|
722
|
+
},
|
|
723
|
+
"optionalDependencies": {
|
|
724
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
107
725
|
}
|
|
108
726
|
},
|
|
109
|
-
"node_modules/@
|
|
110
|
-
"version": "
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
727
|
+
"node_modules/@img/sharp-linux-s390x": {
|
|
728
|
+
"version": "0.34.5",
|
|
729
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
730
|
+
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
731
|
+
"cpu": [
|
|
732
|
+
"s390x"
|
|
733
|
+
],
|
|
734
|
+
"license": "Apache-2.0",
|
|
735
|
+
"optional": true,
|
|
736
|
+
"os": [
|
|
737
|
+
"linux"
|
|
120
738
|
],
|
|
121
|
-
"license": "MIT",
|
|
122
|
-
"dependencies": {
|
|
123
|
-
"@csstools/color-helpers": "^5.1.0",
|
|
124
|
-
"@csstools/css-calc": "^2.1.4"
|
|
125
|
-
},
|
|
126
739
|
"engines": {
|
|
127
|
-
"node": ">=
|
|
740
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
128
741
|
},
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
|
|
742
|
+
"funding": {
|
|
743
|
+
"url": "https://opencollective.com/libvips"
|
|
744
|
+
},
|
|
745
|
+
"optionalDependencies": {
|
|
746
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
132
747
|
}
|
|
133
748
|
},
|
|
134
|
-
"node_modules/@
|
|
135
|
-
"version": "
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
"type": "github",
|
|
139
|
-
"url": "https://github.com/sponsors/csstools"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"type": "opencollective",
|
|
143
|
-
"url": "https://opencollective.com/csstools"
|
|
144
|
-
}
|
|
749
|
+
"node_modules/@img/sharp-linux-x64": {
|
|
750
|
+
"version": "0.33.5",
|
|
751
|
+
"cpu": [
|
|
752
|
+
"x64"
|
|
145
753
|
],
|
|
146
|
-
"license": "
|
|
754
|
+
"license": "Apache-2.0",
|
|
755
|
+
"optional": true,
|
|
756
|
+
"os": [
|
|
757
|
+
"linux"
|
|
758
|
+
],
|
|
759
|
+
"peer": true,
|
|
147
760
|
"engines": {
|
|
148
|
-
"node": ">=
|
|
761
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
149
762
|
},
|
|
150
|
-
"
|
|
151
|
-
"
|
|
763
|
+
"funding": {
|
|
764
|
+
"url": "https://opencollective.com/libvips"
|
|
765
|
+
},
|
|
766
|
+
"optionalDependencies": {
|
|
767
|
+
"@img/sharp-libvips-linux-x64": "1.0.4"
|
|
152
768
|
}
|
|
153
769
|
},
|
|
154
|
-
"node_modules/@
|
|
155
|
-
"version": "
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
770
|
+
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
771
|
+
"version": "0.34.5",
|
|
772
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
773
|
+
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
774
|
+
"cpu": [
|
|
775
|
+
"arm64"
|
|
776
|
+
],
|
|
777
|
+
"license": "Apache-2.0",
|
|
778
|
+
"optional": true,
|
|
779
|
+
"os": [
|
|
780
|
+
"linux"
|
|
165
781
|
],
|
|
166
|
-
"license": "MIT-0",
|
|
167
782
|
"engines": {
|
|
168
|
-
"node": ">=
|
|
783
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
784
|
+
},
|
|
785
|
+
"funding": {
|
|
786
|
+
"url": "https://opencollective.com/libvips"
|
|
787
|
+
},
|
|
788
|
+
"optionalDependencies": {
|
|
789
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
169
790
|
}
|
|
170
791
|
},
|
|
171
|
-
"node_modules/@
|
|
172
|
-
"version": "
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
792
|
+
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
793
|
+
"version": "0.34.5",
|
|
794
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
795
|
+
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
796
|
+
"cpu": [
|
|
797
|
+
"x64"
|
|
798
|
+
],
|
|
799
|
+
"license": "Apache-2.0",
|
|
800
|
+
"optional": true,
|
|
801
|
+
"os": [
|
|
802
|
+
"linux"
|
|
182
803
|
],
|
|
183
|
-
"license": "MIT",
|
|
184
804
|
"engines": {
|
|
185
|
-
"node": ">=
|
|
805
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
806
|
+
},
|
|
807
|
+
"funding": {
|
|
808
|
+
"url": "https://opencollective.com/libvips"
|
|
809
|
+
},
|
|
810
|
+
"optionalDependencies": {
|
|
811
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
186
812
|
}
|
|
187
813
|
},
|
|
188
|
-
"node_modules/@
|
|
189
|
-
"version": "
|
|
190
|
-
"
|
|
814
|
+
"node_modules/@img/sharp-wasm32": {
|
|
815
|
+
"version": "0.34.5",
|
|
816
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
817
|
+
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
818
|
+
"cpu": [
|
|
819
|
+
"wasm32"
|
|
820
|
+
],
|
|
821
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
822
|
+
"optional": true,
|
|
191
823
|
"dependencies": {
|
|
192
|
-
"@
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
"
|
|
196
|
-
|
|
197
|
-
|
|
824
|
+
"@emnapi/runtime": "^1.7.0"
|
|
825
|
+
},
|
|
826
|
+
"engines": {
|
|
827
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
828
|
+
},
|
|
829
|
+
"funding": {
|
|
830
|
+
"url": "https://opencollective.com/libvips"
|
|
198
831
|
}
|
|
199
832
|
},
|
|
200
|
-
"node_modules/@
|
|
201
|
-
"version": "
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"
|
|
833
|
+
"node_modules/@img/sharp-win32-arm64": {
|
|
834
|
+
"version": "0.34.5",
|
|
835
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
836
|
+
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
837
|
+
"cpu": [
|
|
838
|
+
"arm64"
|
|
839
|
+
],
|
|
840
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
841
|
+
"optional": true,
|
|
842
|
+
"os": [
|
|
843
|
+
"win32"
|
|
844
|
+
],
|
|
845
|
+
"engines": {
|
|
846
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
847
|
+
},
|
|
848
|
+
"funding": {
|
|
849
|
+
"url": "https://opencollective.com/libvips"
|
|
211
850
|
}
|
|
212
851
|
},
|
|
213
|
-
"node_modules/@img/sharp-
|
|
214
|
-
"version": "
|
|
852
|
+
"node_modules/@img/sharp-win32-ia32": {
|
|
853
|
+
"version": "0.34.5",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
855
|
+
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
215
856
|
"cpu": [
|
|
216
|
-
"
|
|
857
|
+
"ia32"
|
|
217
858
|
],
|
|
218
|
-
"license": "LGPL-3.0-or-later",
|
|
859
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
219
860
|
"optional": true,
|
|
220
861
|
"os": [
|
|
221
|
-
"
|
|
862
|
+
"win32"
|
|
222
863
|
],
|
|
223
|
-
"
|
|
864
|
+
"engines": {
|
|
865
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
866
|
+
},
|
|
224
867
|
"funding": {
|
|
225
868
|
"url": "https://opencollective.com/libvips"
|
|
226
869
|
}
|
|
227
870
|
},
|
|
228
|
-
"node_modules/@img/sharp-
|
|
229
|
-
"version": "0.
|
|
871
|
+
"node_modules/@img/sharp-win32-x64": {
|
|
872
|
+
"version": "0.34.5",
|
|
873
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
874
|
+
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
230
875
|
"cpu": [
|
|
231
876
|
"x64"
|
|
232
877
|
],
|
|
233
|
-
"license": "Apache-2.0",
|
|
878
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
234
879
|
"optional": true,
|
|
235
880
|
"os": [
|
|
236
|
-
"
|
|
881
|
+
"win32"
|
|
237
882
|
],
|
|
238
|
-
"peer": true,
|
|
239
883
|
"engines": {
|
|
240
884
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
241
885
|
},
|
|
242
886
|
"funding": {
|
|
243
887
|
"url": "https://opencollective.com/libvips"
|
|
244
|
-
},
|
|
245
|
-
"optionalDependencies": {
|
|
246
|
-
"@img/sharp-libvips-linux-x64": "1.0.4"
|
|
247
888
|
}
|
|
248
889
|
},
|
|
249
890
|
"node_modules/@isaacs/balanced-match": {
|
|
@@ -278,6 +919,19 @@
|
|
|
278
919
|
"node": ">=12"
|
|
279
920
|
}
|
|
280
921
|
},
|
|
922
|
+
"node_modules/@isaacs/fs-minipass": {
|
|
923
|
+
"version": "4.0.1",
|
|
924
|
+
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
|
|
925
|
+
"integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
|
|
926
|
+
"license": "ISC",
|
|
927
|
+
"optional": true,
|
|
928
|
+
"dependencies": {
|
|
929
|
+
"minipass": "^7.0.4"
|
|
930
|
+
},
|
|
931
|
+
"engines": {
|
|
932
|
+
"node": ">=18.0.0"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
281
935
|
"node_modules/@mixmark-io/domino": {
|
|
282
936
|
"version": "2.2.0",
|
|
283
937
|
"license": "BSD-2-Clause"
|
|
@@ -379,6 +1033,80 @@
|
|
|
379
1033
|
"node": ">=18"
|
|
380
1034
|
}
|
|
381
1035
|
},
|
|
1036
|
+
"node_modules/@protobufjs/aspromise": {
|
|
1037
|
+
"version": "1.1.2",
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
1039
|
+
"integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
|
|
1040
|
+
"license": "BSD-3-Clause",
|
|
1041
|
+
"optional": true
|
|
1042
|
+
},
|
|
1043
|
+
"node_modules/@protobufjs/base64": {
|
|
1044
|
+
"version": "1.1.2",
|
|
1045
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
|
|
1046
|
+
"integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
|
|
1047
|
+
"license": "BSD-3-Clause",
|
|
1048
|
+
"optional": true
|
|
1049
|
+
},
|
|
1050
|
+
"node_modules/@protobufjs/codegen": {
|
|
1051
|
+
"version": "2.0.4",
|
|
1052
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
|
|
1053
|
+
"integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
|
|
1054
|
+
"license": "BSD-3-Clause",
|
|
1055
|
+
"optional": true
|
|
1056
|
+
},
|
|
1057
|
+
"node_modules/@protobufjs/eventemitter": {
|
|
1058
|
+
"version": "1.1.0",
|
|
1059
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
|
|
1060
|
+
"integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
|
|
1061
|
+
"license": "BSD-3-Clause",
|
|
1062
|
+
"optional": true
|
|
1063
|
+
},
|
|
1064
|
+
"node_modules/@protobufjs/fetch": {
|
|
1065
|
+
"version": "1.1.0",
|
|
1066
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
|
|
1067
|
+
"integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
|
|
1068
|
+
"license": "BSD-3-Clause",
|
|
1069
|
+
"optional": true,
|
|
1070
|
+
"dependencies": {
|
|
1071
|
+
"@protobufjs/aspromise": "^1.1.1",
|
|
1072
|
+
"@protobufjs/inquire": "^1.1.0"
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"node_modules/@protobufjs/float": {
|
|
1076
|
+
"version": "1.0.2",
|
|
1077
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
|
|
1078
|
+
"integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
|
|
1079
|
+
"license": "BSD-3-Clause",
|
|
1080
|
+
"optional": true
|
|
1081
|
+
},
|
|
1082
|
+
"node_modules/@protobufjs/inquire": {
|
|
1083
|
+
"version": "1.1.0",
|
|
1084
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
|
|
1085
|
+
"integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
|
|
1086
|
+
"license": "BSD-3-Clause",
|
|
1087
|
+
"optional": true
|
|
1088
|
+
},
|
|
1089
|
+
"node_modules/@protobufjs/path": {
|
|
1090
|
+
"version": "1.1.2",
|
|
1091
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
|
|
1092
|
+
"integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
|
|
1093
|
+
"license": "BSD-3-Clause",
|
|
1094
|
+
"optional": true
|
|
1095
|
+
},
|
|
1096
|
+
"node_modules/@protobufjs/pool": {
|
|
1097
|
+
"version": "1.1.0",
|
|
1098
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
|
|
1099
|
+
"integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
1100
|
+
"license": "BSD-3-Clause",
|
|
1101
|
+
"optional": true
|
|
1102
|
+
},
|
|
1103
|
+
"node_modules/@protobufjs/utf8": {
|
|
1104
|
+
"version": "1.1.0",
|
|
1105
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
|
|
1106
|
+
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
1107
|
+
"license": "BSD-3-Clause",
|
|
1108
|
+
"optional": true
|
|
1109
|
+
},
|
|
382
1110
|
"node_modules/@tokenizer/token": {
|
|
383
1111
|
"version": "0.3.0",
|
|
384
1112
|
"license": "MIT"
|
|
@@ -661,6 +1389,14 @@
|
|
|
661
1389
|
"version": "1.0.0",
|
|
662
1390
|
"license": "ISC"
|
|
663
1391
|
},
|
|
1392
|
+
"node_modules/boolean": {
|
|
1393
|
+
"version": "3.2.0",
|
|
1394
|
+
"resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
|
|
1395
|
+
"integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
|
|
1396
|
+
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
|
1397
|
+
"license": "MIT",
|
|
1398
|
+
"optional": true
|
|
1399
|
+
},
|
|
664
1400
|
"node_modules/brace-expansion": {
|
|
665
1401
|
"version": "1.1.12",
|
|
666
1402
|
"license": "MIT",
|
|
@@ -1006,24 +1742,60 @@
|
|
|
1006
1742
|
"mimic-response": "^3.1.0"
|
|
1007
1743
|
},
|
|
1008
1744
|
"engines": {
|
|
1009
|
-
"node": ">=10"
|
|
1745
|
+
"node": ">=10"
|
|
1746
|
+
},
|
|
1747
|
+
"funding": {
|
|
1748
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
"node_modules/deep-extend": {
|
|
1752
|
+
"version": "0.6.0",
|
|
1753
|
+
"license": "MIT",
|
|
1754
|
+
"engines": {
|
|
1755
|
+
"node": ">=4.0.0"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"node_modules/deepmerge": {
|
|
1759
|
+
"version": "4.3.1",
|
|
1760
|
+
"license": "MIT",
|
|
1761
|
+
"engines": {
|
|
1762
|
+
"node": ">=0.10.0"
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
"node_modules/define-data-property": {
|
|
1766
|
+
"version": "1.1.4",
|
|
1767
|
+
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
1768
|
+
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
1769
|
+
"license": "MIT",
|
|
1770
|
+
"optional": true,
|
|
1771
|
+
"dependencies": {
|
|
1772
|
+
"es-define-property": "^1.0.0",
|
|
1773
|
+
"es-errors": "^1.3.0",
|
|
1774
|
+
"gopd": "^1.0.1"
|
|
1775
|
+
},
|
|
1776
|
+
"engines": {
|
|
1777
|
+
"node": ">= 0.4"
|
|
1010
1778
|
},
|
|
1011
1779
|
"funding": {
|
|
1012
|
-
"url": "https://github.com/sponsors/
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
"node_modules/deep-extend": {
|
|
1016
|
-
"version": "0.6.0",
|
|
1017
|
-
"license": "MIT",
|
|
1018
|
-
"engines": {
|
|
1019
|
-
"node": ">=4.0.0"
|
|
1780
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1020
1781
|
}
|
|
1021
1782
|
},
|
|
1022
|
-
"node_modules/
|
|
1023
|
-
"version": "
|
|
1783
|
+
"node_modules/define-properties": {
|
|
1784
|
+
"version": "1.2.1",
|
|
1785
|
+
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
|
|
1786
|
+
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
|
1024
1787
|
"license": "MIT",
|
|
1788
|
+
"optional": true,
|
|
1789
|
+
"dependencies": {
|
|
1790
|
+
"define-data-property": "^1.0.1",
|
|
1791
|
+
"has-property-descriptors": "^1.0.0",
|
|
1792
|
+
"object-keys": "^1.1.1"
|
|
1793
|
+
},
|
|
1025
1794
|
"engines": {
|
|
1026
|
-
"node": ">=0.
|
|
1795
|
+
"node": ">= 0.4"
|
|
1796
|
+
},
|
|
1797
|
+
"funding": {
|
|
1798
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1027
1799
|
}
|
|
1028
1800
|
},
|
|
1029
1801
|
"node_modules/depd": {
|
|
@@ -1040,6 +1812,13 @@
|
|
|
1040
1812
|
"node": ">=8"
|
|
1041
1813
|
}
|
|
1042
1814
|
},
|
|
1815
|
+
"node_modules/detect-node": {
|
|
1816
|
+
"version": "2.1.0",
|
|
1817
|
+
"resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
|
|
1818
|
+
"integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
|
|
1819
|
+
"license": "MIT",
|
|
1820
|
+
"optional": true
|
|
1821
|
+
},
|
|
1043
1822
|
"node_modules/dom-serializer": {
|
|
1044
1823
|
"version": "2.0.0",
|
|
1045
1824
|
"license": "MIT",
|
|
@@ -1197,10 +1976,30 @@
|
|
|
1197
1976
|
"node": ">= 0.4"
|
|
1198
1977
|
}
|
|
1199
1978
|
},
|
|
1979
|
+
"node_modules/es6-error": {
|
|
1980
|
+
"version": "4.1.1",
|
|
1981
|
+
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
|
1982
|
+
"integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
|
|
1983
|
+
"license": "MIT",
|
|
1984
|
+
"optional": true
|
|
1985
|
+
},
|
|
1200
1986
|
"node_modules/escape-html": {
|
|
1201
1987
|
"version": "1.0.3",
|
|
1202
1988
|
"license": "MIT"
|
|
1203
1989
|
},
|
|
1990
|
+
"node_modules/escape-string-regexp": {
|
|
1991
|
+
"version": "4.0.0",
|
|
1992
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
1993
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
1994
|
+
"license": "MIT",
|
|
1995
|
+
"optional": true,
|
|
1996
|
+
"engines": {
|
|
1997
|
+
"node": ">=10"
|
|
1998
|
+
},
|
|
1999
|
+
"funding": {
|
|
2000
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
1204
2003
|
"node_modules/etag": {
|
|
1205
2004
|
"version": "1.8.1",
|
|
1206
2005
|
"license": "MIT",
|
|
@@ -1456,6 +2255,13 @@
|
|
|
1456
2255
|
"node": ">= 0.8"
|
|
1457
2256
|
}
|
|
1458
2257
|
},
|
|
2258
|
+
"node_modules/flatbuffers": {
|
|
2259
|
+
"version": "25.9.23",
|
|
2260
|
+
"resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz",
|
|
2261
|
+
"integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==",
|
|
2262
|
+
"license": "Apache-2.0",
|
|
2263
|
+
"optional": true
|
|
2264
|
+
},
|
|
1459
2265
|
"node_modules/for-in": {
|
|
1460
2266
|
"version": "1.0.2",
|
|
1461
2267
|
"license": "MIT",
|
|
@@ -1651,6 +2457,41 @@
|
|
|
1651
2457
|
"node": "*"
|
|
1652
2458
|
}
|
|
1653
2459
|
},
|
|
2460
|
+
"node_modules/global-agent": {
|
|
2461
|
+
"version": "3.0.0",
|
|
2462
|
+
"resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz",
|
|
2463
|
+
"integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==",
|
|
2464
|
+
"license": "BSD-3-Clause",
|
|
2465
|
+
"optional": true,
|
|
2466
|
+
"dependencies": {
|
|
2467
|
+
"boolean": "^3.0.1",
|
|
2468
|
+
"es6-error": "^4.1.1",
|
|
2469
|
+
"matcher": "^3.0.0",
|
|
2470
|
+
"roarr": "^2.15.3",
|
|
2471
|
+
"semver": "^7.3.2",
|
|
2472
|
+
"serialize-error": "^7.0.1"
|
|
2473
|
+
},
|
|
2474
|
+
"engines": {
|
|
2475
|
+
"node": ">=10.0"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"node_modules/globalthis": {
|
|
2479
|
+
"version": "1.0.4",
|
|
2480
|
+
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
|
|
2481
|
+
"integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
|
|
2482
|
+
"license": "MIT",
|
|
2483
|
+
"optional": true,
|
|
2484
|
+
"dependencies": {
|
|
2485
|
+
"define-properties": "^1.2.1",
|
|
2486
|
+
"gopd": "^1.0.1"
|
|
2487
|
+
},
|
|
2488
|
+
"engines": {
|
|
2489
|
+
"node": ">= 0.4"
|
|
2490
|
+
},
|
|
2491
|
+
"funding": {
|
|
2492
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
1654
2495
|
"node_modules/google-auth-library": {
|
|
1655
2496
|
"version": "10.5.0",
|
|
1656
2497
|
"license": "Apache-2.0",
|
|
@@ -1724,6 +2565,26 @@
|
|
|
1724
2565
|
"node": ">=18"
|
|
1725
2566
|
}
|
|
1726
2567
|
},
|
|
2568
|
+
"node_modules/guid-typescript": {
|
|
2569
|
+
"version": "1.0.9",
|
|
2570
|
+
"resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz",
|
|
2571
|
+
"integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==",
|
|
2572
|
+
"license": "ISC",
|
|
2573
|
+
"optional": true
|
|
2574
|
+
},
|
|
2575
|
+
"node_modules/has-property-descriptors": {
|
|
2576
|
+
"version": "1.0.2",
|
|
2577
|
+
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
2578
|
+
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
2579
|
+
"license": "MIT",
|
|
2580
|
+
"optional": true,
|
|
2581
|
+
"dependencies": {
|
|
2582
|
+
"es-define-property": "^1.0.0"
|
|
2583
|
+
},
|
|
2584
|
+
"funding": {
|
|
2585
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
1727
2588
|
"node_modules/has-symbols": {
|
|
1728
2589
|
"version": "1.1.0",
|
|
1729
2590
|
"license": "MIT",
|
|
@@ -1996,6 +2857,13 @@
|
|
|
1996
2857
|
"version": "1.0.0",
|
|
1997
2858
|
"license": "MIT"
|
|
1998
2859
|
},
|
|
2860
|
+
"node_modules/json-stringify-safe": {
|
|
2861
|
+
"version": "5.0.1",
|
|
2862
|
+
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
|
2863
|
+
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
|
2864
|
+
"license": "ISC",
|
|
2865
|
+
"optional": true
|
|
2866
|
+
},
|
|
1999
2867
|
"node_modules/jsonfile": {
|
|
2000
2868
|
"version": "6.2.0",
|
|
2001
2869
|
"license": "MIT",
|
|
@@ -2171,6 +3039,13 @@
|
|
|
2171
3039
|
"version": "4.5.0",
|
|
2172
3040
|
"license": "MIT"
|
|
2173
3041
|
},
|
|
3042
|
+
"node_modules/long": {
|
|
3043
|
+
"version": "5.3.2",
|
|
3044
|
+
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
|
3045
|
+
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
3046
|
+
"license": "Apache-2.0",
|
|
3047
|
+
"optional": true
|
|
3048
|
+
},
|
|
2174
3049
|
"node_modules/lru-cache": {
|
|
2175
3050
|
"version": "11.2.2",
|
|
2176
3051
|
"license": "ISC",
|
|
@@ -2178,6 +3053,19 @@
|
|
|
2178
3053
|
"node": "20 || >=22"
|
|
2179
3054
|
}
|
|
2180
3055
|
},
|
|
3056
|
+
"node_modules/matcher": {
|
|
3057
|
+
"version": "3.0.0",
|
|
3058
|
+
"resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
|
|
3059
|
+
"integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==",
|
|
3060
|
+
"license": "MIT",
|
|
3061
|
+
"optional": true,
|
|
3062
|
+
"dependencies": {
|
|
3063
|
+
"escape-string-regexp": "^4.0.0"
|
|
3064
|
+
},
|
|
3065
|
+
"engines": {
|
|
3066
|
+
"node": ">=10"
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
2181
3069
|
"node_modules/math-intrinsics": {
|
|
2182
3070
|
"version": "1.1.0",
|
|
2183
3071
|
"license": "MIT",
|
|
@@ -2288,6 +3176,19 @@
|
|
|
2288
3176
|
"node": ">=16 || 14 >=14.17"
|
|
2289
3177
|
}
|
|
2290
3178
|
},
|
|
3179
|
+
"node_modules/minizlib": {
|
|
3180
|
+
"version": "3.1.0",
|
|
3181
|
+
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
|
|
3182
|
+
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
3183
|
+
"license": "MIT",
|
|
3184
|
+
"optional": true,
|
|
3185
|
+
"dependencies": {
|
|
3186
|
+
"minipass": "^7.1.2"
|
|
3187
|
+
},
|
|
3188
|
+
"engines": {
|
|
3189
|
+
"node": ">= 18"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2291
3192
|
"node_modules/mixin-object": {
|
|
2292
3193
|
"version": "2.0.1",
|
|
2293
3194
|
"license": "MIT",
|
|
@@ -2442,6 +3343,16 @@
|
|
|
2442
3343
|
"url": "https://github.com/sponsors/ljharb"
|
|
2443
3344
|
}
|
|
2444
3345
|
},
|
|
3346
|
+
"node_modules/object-keys": {
|
|
3347
|
+
"version": "1.1.1",
|
|
3348
|
+
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
3349
|
+
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
|
3350
|
+
"license": "MIT",
|
|
3351
|
+
"optional": true,
|
|
3352
|
+
"engines": {
|
|
3353
|
+
"node": ">= 0.4"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
2445
3356
|
"node_modules/officeparser": {
|
|
2446
3357
|
"version": "5.2.1",
|
|
2447
3358
|
"license": "MIT",
|
|
@@ -2474,6 +3385,53 @@
|
|
|
2474
3385
|
"wrappy": "1"
|
|
2475
3386
|
}
|
|
2476
3387
|
},
|
|
3388
|
+
"node_modules/onnxruntime-common": {
|
|
3389
|
+
"version": "1.21.0",
|
|
3390
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.21.0.tgz",
|
|
3391
|
+
"integrity": "sha512-Q632iLLrtCAVOTO65dh2+mNbQir/QNTVBG3h/QdZBpns7mZ0RYbLRBgGABPbpU9351AgYy7SJf1WaeVwMrBFPQ==",
|
|
3392
|
+
"license": "MIT",
|
|
3393
|
+
"optional": true
|
|
3394
|
+
},
|
|
3395
|
+
"node_modules/onnxruntime-node": {
|
|
3396
|
+
"version": "1.21.0",
|
|
3397
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.21.0.tgz",
|
|
3398
|
+
"integrity": "sha512-NeaCX6WW2L8cRCSqy3bInlo5ojjQqu2fD3D+9W5qb5irwxhEyWKXeH2vZ8W9r6VxaMPUan+4/7NDwZMtouZxEw==",
|
|
3399
|
+
"hasInstallScript": true,
|
|
3400
|
+
"license": "MIT",
|
|
3401
|
+
"optional": true,
|
|
3402
|
+
"os": [
|
|
3403
|
+
"win32",
|
|
3404
|
+
"darwin",
|
|
3405
|
+
"linux"
|
|
3406
|
+
],
|
|
3407
|
+
"dependencies": {
|
|
3408
|
+
"global-agent": "^3.0.0",
|
|
3409
|
+
"onnxruntime-common": "1.21.0",
|
|
3410
|
+
"tar": "^7.0.1"
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3413
|
+
"node_modules/onnxruntime-web": {
|
|
3414
|
+
"version": "1.22.0-dev.20250409-89f8206ba4",
|
|
3415
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.22.0-dev.20250409-89f8206ba4.tgz",
|
|
3416
|
+
"integrity": "sha512-0uS76OPgH0hWCPrFKlL8kYVV7ckM7t/36HfbgoFw6Nd0CZVVbQC4PkrR8mBX8LtNUFZO25IQBqV2Hx2ho3FlbQ==",
|
|
3417
|
+
"license": "MIT",
|
|
3418
|
+
"optional": true,
|
|
3419
|
+
"dependencies": {
|
|
3420
|
+
"flatbuffers": "^25.1.24",
|
|
3421
|
+
"guid-typescript": "^1.0.9",
|
|
3422
|
+
"long": "^5.2.3",
|
|
3423
|
+
"onnxruntime-common": "1.22.0-dev.20250409-89f8206ba4",
|
|
3424
|
+
"platform": "^1.3.6",
|
|
3425
|
+
"protobufjs": "^7.2.4"
|
|
3426
|
+
}
|
|
3427
|
+
},
|
|
3428
|
+
"node_modules/onnxruntime-web/node_modules/onnxruntime-common": {
|
|
3429
|
+
"version": "1.22.0-dev.20250409-89f8206ba4",
|
|
3430
|
+
"resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.22.0-dev.20250409-89f8206ba4.tgz",
|
|
3431
|
+
"integrity": "sha512-vDJMkfCfb0b1A836rgHj+ORuZf4B4+cc2bASQtpeoJLueuFc5DuYwjIZUBrSvx/fO5IrLjLz+oTrB3pcGlhovQ==",
|
|
3432
|
+
"license": "MIT",
|
|
3433
|
+
"optional": true
|
|
3434
|
+
},
|
|
2477
3435
|
"node_modules/opencollective-postinstall": {
|
|
2478
3436
|
"version": "2.0.3",
|
|
2479
3437
|
"license": "MIT",
|
|
@@ -2605,6 +3563,13 @@
|
|
|
2605
3563
|
"node": ">=16.20.0"
|
|
2606
3564
|
}
|
|
2607
3565
|
},
|
|
3566
|
+
"node_modules/platform": {
|
|
3567
|
+
"version": "1.3.6",
|
|
3568
|
+
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
|
|
3569
|
+
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
|
|
3570
|
+
"license": "MIT",
|
|
3571
|
+
"optional": true
|
|
3572
|
+
},
|
|
2608
3573
|
"node_modules/playwright": {
|
|
2609
3574
|
"version": "1.57.0-alpha-1761929702000",
|
|
2610
3575
|
"license": "Apache-2.0",
|
|
@@ -2688,6 +3653,31 @@
|
|
|
2688
3653
|
"version": "2.0.1",
|
|
2689
3654
|
"license": "MIT"
|
|
2690
3655
|
},
|
|
3656
|
+
"node_modules/protobufjs": {
|
|
3657
|
+
"version": "7.5.4",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz",
|
|
3659
|
+
"integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==",
|
|
3660
|
+
"hasInstallScript": true,
|
|
3661
|
+
"license": "BSD-3-Clause",
|
|
3662
|
+
"optional": true,
|
|
3663
|
+
"dependencies": {
|
|
3664
|
+
"@protobufjs/aspromise": "^1.1.2",
|
|
3665
|
+
"@protobufjs/base64": "^1.1.2",
|
|
3666
|
+
"@protobufjs/codegen": "^2.0.4",
|
|
3667
|
+
"@protobufjs/eventemitter": "^1.1.0",
|
|
3668
|
+
"@protobufjs/fetch": "^1.1.0",
|
|
3669
|
+
"@protobufjs/float": "^1.0.2",
|
|
3670
|
+
"@protobufjs/inquire": "^1.1.0",
|
|
3671
|
+
"@protobufjs/path": "^1.1.2",
|
|
3672
|
+
"@protobufjs/pool": "^1.1.0",
|
|
3673
|
+
"@protobufjs/utf8": "^1.1.0",
|
|
3674
|
+
"@types/node": ">=13.7.0",
|
|
3675
|
+
"long": "^5.0.0"
|
|
3676
|
+
},
|
|
3677
|
+
"engines": {
|
|
3678
|
+
"node": ">=12.0.0"
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
2691
3681
|
"node_modules/proxy-addr": {
|
|
2692
3682
|
"version": "2.0.7",
|
|
2693
3683
|
"license": "MIT",
|
|
@@ -3033,6 +4023,24 @@
|
|
|
3033
4023
|
"url": "https://github.com/sponsors/isaacs"
|
|
3034
4024
|
}
|
|
3035
4025
|
},
|
|
4026
|
+
"node_modules/roarr": {
|
|
4027
|
+
"version": "2.15.4",
|
|
4028
|
+
"resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
|
|
4029
|
+
"integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
|
|
4030
|
+
"license": "BSD-3-Clause",
|
|
4031
|
+
"optional": true,
|
|
4032
|
+
"dependencies": {
|
|
4033
|
+
"boolean": "^3.0.1",
|
|
4034
|
+
"detect-node": "^2.0.4",
|
|
4035
|
+
"globalthis": "^1.0.1",
|
|
4036
|
+
"json-stringify-safe": "^5.0.1",
|
|
4037
|
+
"semver-compare": "^1.0.0",
|
|
4038
|
+
"sprintf-js": "^1.1.2"
|
|
4039
|
+
},
|
|
4040
|
+
"engines": {
|
|
4041
|
+
"node": ">=8.0"
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
3036
4044
|
"node_modules/router": {
|
|
3037
4045
|
"version": "2.2.0",
|
|
3038
4046
|
"license": "MIT",
|
|
@@ -3093,6 +4101,13 @@
|
|
|
3093
4101
|
"node": ">=10"
|
|
3094
4102
|
}
|
|
3095
4103
|
},
|
|
4104
|
+
"node_modules/semver-compare": {
|
|
4105
|
+
"version": "1.0.0",
|
|
4106
|
+
"resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
|
|
4107
|
+
"integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",
|
|
4108
|
+
"license": "MIT",
|
|
4109
|
+
"optional": true
|
|
4110
|
+
},
|
|
3096
4111
|
"node_modules/send": {
|
|
3097
4112
|
"version": "1.2.0",
|
|
3098
4113
|
"license": "MIT",
|
|
@@ -3113,6 +4128,22 @@
|
|
|
3113
4128
|
"node": ">= 18"
|
|
3114
4129
|
}
|
|
3115
4130
|
},
|
|
4131
|
+
"node_modules/serialize-error": {
|
|
4132
|
+
"version": "7.0.1",
|
|
4133
|
+
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
|
|
4134
|
+
"integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
|
|
4135
|
+
"license": "MIT",
|
|
4136
|
+
"optional": true,
|
|
4137
|
+
"dependencies": {
|
|
4138
|
+
"type-fest": "^0.13.1"
|
|
4139
|
+
},
|
|
4140
|
+
"engines": {
|
|
4141
|
+
"node": ">=10"
|
|
4142
|
+
},
|
|
4143
|
+
"funding": {
|
|
4144
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4145
|
+
}
|
|
4146
|
+
},
|
|
3116
4147
|
"node_modules/serve-static": {
|
|
3117
4148
|
"version": "2.2.0",
|
|
3118
4149
|
"license": "MIT",
|
|
@@ -3164,6 +4195,89 @@
|
|
|
3164
4195
|
"node": ">=0.10.0"
|
|
3165
4196
|
}
|
|
3166
4197
|
},
|
|
4198
|
+
"node_modules/sharp": {
|
|
4199
|
+
"version": "0.34.5",
|
|
4200
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
4201
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
4202
|
+
"hasInstallScript": true,
|
|
4203
|
+
"license": "Apache-2.0",
|
|
4204
|
+
"optional": true,
|
|
4205
|
+
"dependencies": {
|
|
4206
|
+
"@img/colour": "^1.0.0",
|
|
4207
|
+
"detect-libc": "^2.1.2",
|
|
4208
|
+
"semver": "^7.7.3"
|
|
4209
|
+
},
|
|
4210
|
+
"engines": {
|
|
4211
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
4212
|
+
},
|
|
4213
|
+
"funding": {
|
|
4214
|
+
"url": "https://opencollective.com/libvips"
|
|
4215
|
+
},
|
|
4216
|
+
"optionalDependencies": {
|
|
4217
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
4218
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
4219
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
4220
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
4221
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
4222
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
4223
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
4224
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
4225
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
4226
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
4227
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
4228
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
4229
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
4230
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
4231
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
4232
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
4233
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
4234
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
4235
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
4236
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
4237
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
4238
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
4239
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
4240
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
4241
|
+
}
|
|
4242
|
+
},
|
|
4243
|
+
"node_modules/sharp/node_modules/@img/sharp-libvips-linux-x64": {
|
|
4244
|
+
"version": "1.2.4",
|
|
4245
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
4246
|
+
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
4247
|
+
"cpu": [
|
|
4248
|
+
"x64"
|
|
4249
|
+
],
|
|
4250
|
+
"license": "LGPL-3.0-or-later",
|
|
4251
|
+
"optional": true,
|
|
4252
|
+
"os": [
|
|
4253
|
+
"linux"
|
|
4254
|
+
],
|
|
4255
|
+
"funding": {
|
|
4256
|
+
"url": "https://opencollective.com/libvips"
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
4259
|
+
"node_modules/sharp/node_modules/@img/sharp-linux-x64": {
|
|
4260
|
+
"version": "0.34.5",
|
|
4261
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
4262
|
+
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
4263
|
+
"cpu": [
|
|
4264
|
+
"x64"
|
|
4265
|
+
],
|
|
4266
|
+
"license": "Apache-2.0",
|
|
4267
|
+
"optional": true,
|
|
4268
|
+
"os": [
|
|
4269
|
+
"linux"
|
|
4270
|
+
],
|
|
4271
|
+
"engines": {
|
|
4272
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
4273
|
+
},
|
|
4274
|
+
"funding": {
|
|
4275
|
+
"url": "https://opencollective.com/libvips"
|
|
4276
|
+
},
|
|
4277
|
+
"optionalDependencies": {
|
|
4278
|
+
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
3167
4281
|
"node_modules/shebang-command": {
|
|
3168
4282
|
"version": "2.0.0",
|
|
3169
4283
|
"license": "MIT",
|
|
@@ -3303,6 +4417,13 @@
|
|
|
3303
4417
|
"node": ">=0.10.0"
|
|
3304
4418
|
}
|
|
3305
4419
|
},
|
|
4420
|
+
"node_modules/sprintf-js": {
|
|
4421
|
+
"version": "1.1.3",
|
|
4422
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
4423
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
4424
|
+
"license": "BSD-3-Clause",
|
|
4425
|
+
"optional": true
|
|
4426
|
+
},
|
|
3306
4427
|
"node_modules/sqlite-vec": {
|
|
3307
4428
|
"version": "0.1.7-alpha.2",
|
|
3308
4429
|
"license": "MIT OR Apache",
|
|
@@ -3314,6 +4435,32 @@
|
|
|
3314
4435
|
"sqlite-vec-windows-x64": "0.1.7-alpha.2"
|
|
3315
4436
|
}
|
|
3316
4437
|
},
|
|
4438
|
+
"node_modules/sqlite-vec-darwin-arm64": {
|
|
4439
|
+
"version": "0.1.7-alpha.2",
|
|
4440
|
+
"resolved": "https://registry.npmjs.org/sqlite-vec-darwin-arm64/-/sqlite-vec-darwin-arm64-0.1.7-alpha.2.tgz",
|
|
4441
|
+
"integrity": "sha512-raIATOqFYkeCHhb/t3r7W7Cf2lVYdf4J3ogJ6GFc8PQEgHCPEsi+bYnm2JT84MzLfTlSTIdxr4/NKv+zF7oLPw==",
|
|
4442
|
+
"cpu": [
|
|
4443
|
+
"arm64"
|
|
4444
|
+
],
|
|
4445
|
+
"license": "MIT OR Apache",
|
|
4446
|
+
"optional": true,
|
|
4447
|
+
"os": [
|
|
4448
|
+
"darwin"
|
|
4449
|
+
]
|
|
4450
|
+
},
|
|
4451
|
+
"node_modules/sqlite-vec-darwin-x64": {
|
|
4452
|
+
"version": "0.1.7-alpha.2",
|
|
4453
|
+
"resolved": "https://registry.npmjs.org/sqlite-vec-darwin-x64/-/sqlite-vec-darwin-x64-0.1.7-alpha.2.tgz",
|
|
4454
|
+
"integrity": "sha512-jeZEELsQjjRsVojsvU5iKxOvkaVuE+JYC8Y4Ma8U45aAERrDYmqZoHvgSG7cg1PXL3bMlumFTAmHynf1y4pOzA==",
|
|
4455
|
+
"cpu": [
|
|
4456
|
+
"x64"
|
|
4457
|
+
],
|
|
4458
|
+
"license": "MIT OR Apache",
|
|
4459
|
+
"optional": true,
|
|
4460
|
+
"os": [
|
|
4461
|
+
"darwin"
|
|
4462
|
+
]
|
|
4463
|
+
},
|
|
3317
4464
|
"node_modules/sqlite-vec-linux-x64": {
|
|
3318
4465
|
"version": "0.1.7-alpha.2",
|
|
3319
4466
|
"cpu": [
|
|
@@ -3325,6 +4472,19 @@
|
|
|
3325
4472
|
"linux"
|
|
3326
4473
|
]
|
|
3327
4474
|
},
|
|
4475
|
+
"node_modules/sqlite-vec-windows-x64": {
|
|
4476
|
+
"version": "0.1.7-alpha.2",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/sqlite-vec-windows-x64/-/sqlite-vec-windows-x64-0.1.7-alpha.2.tgz",
|
|
4478
|
+
"integrity": "sha512-TRP6hTjAcwvQ6xpCZvjP00pdlda8J38ArFy1lMYhtQWXiIBmWnhMaMbq4kaeCYwvTTddfidatRS+TJrwIKB/oQ==",
|
|
4479
|
+
"cpu": [
|
|
4480
|
+
"x64"
|
|
4481
|
+
],
|
|
4482
|
+
"license": "MIT OR Apache",
|
|
4483
|
+
"optional": true,
|
|
4484
|
+
"os": [
|
|
4485
|
+
"win32"
|
|
4486
|
+
]
|
|
4487
|
+
},
|
|
3328
4488
|
"node_modules/statuses": {
|
|
3329
4489
|
"version": "2.0.2",
|
|
3330
4490
|
"license": "MIT",
|
|
@@ -3445,6 +4605,23 @@
|
|
|
3445
4605
|
"version": "3.2.4",
|
|
3446
4606
|
"license": "MIT"
|
|
3447
4607
|
},
|
|
4608
|
+
"node_modules/tar": {
|
|
4609
|
+
"version": "7.5.2",
|
|
4610
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
|
|
4611
|
+
"integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
|
|
4612
|
+
"license": "BlueOak-1.0.0",
|
|
4613
|
+
"optional": true,
|
|
4614
|
+
"dependencies": {
|
|
4615
|
+
"@isaacs/fs-minipass": "^4.0.0",
|
|
4616
|
+
"chownr": "^3.0.0",
|
|
4617
|
+
"minipass": "^7.1.2",
|
|
4618
|
+
"minizlib": "^3.1.0",
|
|
4619
|
+
"yallist": "^5.0.0"
|
|
4620
|
+
},
|
|
4621
|
+
"engines": {
|
|
4622
|
+
"node": ">=18"
|
|
4623
|
+
}
|
|
4624
|
+
},
|
|
3448
4625
|
"node_modules/tar-fs": {
|
|
3449
4626
|
"version": "2.1.4",
|
|
3450
4627
|
"license": "MIT",
|
|
@@ -3469,6 +4646,16 @@
|
|
|
3469
4646
|
"node": ">=6"
|
|
3470
4647
|
}
|
|
3471
4648
|
},
|
|
4649
|
+
"node_modules/tar/node_modules/chownr": {
|
|
4650
|
+
"version": "3.0.0",
|
|
4651
|
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
|
|
4652
|
+
"integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
|
|
4653
|
+
"license": "BlueOak-1.0.0",
|
|
4654
|
+
"optional": true,
|
|
4655
|
+
"engines": {
|
|
4656
|
+
"node": ">=18"
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
3472
4659
|
"node_modules/tesseract.js": {
|
|
3473
4660
|
"version": "6.0.1",
|
|
3474
4661
|
"hasInstallScript": true,
|
|
@@ -3590,6 +4777,13 @@
|
|
|
3590
4777
|
"version": "0.3.9",
|
|
3591
4778
|
"license": "MIT/X11"
|
|
3592
4779
|
},
|
|
4780
|
+
"node_modules/tslib": {
|
|
4781
|
+
"version": "2.8.1",
|
|
4782
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
4783
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4784
|
+
"license": "0BSD",
|
|
4785
|
+
"optional": true
|
|
4786
|
+
},
|
|
3593
4787
|
"node_modules/tunnel-agent": {
|
|
3594
4788
|
"version": "0.6.0",
|
|
3595
4789
|
"license": "Apache-2.0",
|
|
@@ -3607,6 +4801,19 @@
|
|
|
3607
4801
|
"@mixmark-io/domino": "^2.2.0"
|
|
3608
4802
|
}
|
|
3609
4803
|
},
|
|
4804
|
+
"node_modules/type-fest": {
|
|
4805
|
+
"version": "0.13.1",
|
|
4806
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
|
|
4807
|
+
"integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
|
|
4808
|
+
"license": "(MIT OR CC0-1.0)",
|
|
4809
|
+
"optional": true,
|
|
4810
|
+
"engines": {
|
|
4811
|
+
"node": ">=10"
|
|
4812
|
+
},
|
|
4813
|
+
"funding": {
|
|
4814
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4815
|
+
}
|
|
4816
|
+
},
|
|
3610
4817
|
"node_modules/type-is": {
|
|
3611
4818
|
"version": "2.0.1",
|
|
3612
4819
|
"license": "MIT",
|
|
@@ -3699,7 +4906,9 @@
|
|
|
3699
4906
|
}
|
|
3700
4907
|
},
|
|
3701
4908
|
"node_modules/vexify": {
|
|
3702
|
-
"version": "0.
|
|
4909
|
+
"version": "0.19.1",
|
|
4910
|
+
"resolved": "https://registry.npmjs.org/vexify/-/vexify-0.19.1.tgz",
|
|
4911
|
+
"integrity": "sha512-OmbE+nDG6F/nuK3NVcne6ZtMF1WEIYpBTtREKsVWzO66+JRG0bbE3Ivq47W9Lwc2QmxlERpIWNnd6eggvm3C2w==",
|
|
3703
4912
|
"hasInstallScript": true,
|
|
3704
4913
|
"license": "MIT",
|
|
3705
4914
|
"dependencies": {
|
|
@@ -3728,6 +4937,7 @@
|
|
|
3728
4937
|
"vexify": "lib/bin/cli.js"
|
|
3729
4938
|
},
|
|
3730
4939
|
"optionalDependencies": {
|
|
4940
|
+
"@huggingface/transformers": "^3.7.6",
|
|
3731
4941
|
"sqlite-vec-darwin-arm64": "^0.1.7-alpha.2",
|
|
3732
4942
|
"sqlite-vec-darwin-x64": "^0.1.7-alpha.2",
|
|
3733
4943
|
"sqlite-vec-linux-x64": "^0.1.7-alpha.2",
|
|
@@ -3940,6 +5150,16 @@
|
|
|
3940
5150
|
"version": "2.2.0",
|
|
3941
5151
|
"license": "MIT"
|
|
3942
5152
|
},
|
|
5153
|
+
"node_modules/yallist": {
|
|
5154
|
+
"version": "5.0.0",
|
|
5155
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
|
|
5156
|
+
"integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
|
|
5157
|
+
"license": "BlueOak-1.0.0",
|
|
5158
|
+
"optional": true,
|
|
5159
|
+
"engines": {
|
|
5160
|
+
"node": ">=18"
|
|
5161
|
+
}
|
|
5162
|
+
},
|
|
3943
5163
|
"node_modules/yauzl": {
|
|
3944
5164
|
"version": "3.2.0",
|
|
3945
5165
|
"license": "MIT",
|