create-website-build-kit 0.1.18 → 0.1.20
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/package.json +1 -1
- package/template/CLAUDE.md +3 -1
- package/template/docs/dependencies.md +14 -5
- package/template/package-lock.json +509 -982
- package/template/package.json +1 -0
- package/template/scripts/a11y-evidence.mjs +31 -4
- package/template/scripts/check-a11y.mjs +16 -1
- package/template/scripts/check-cms.mjs +692 -26
- package/template/scripts/check-drift.mjs +154 -8
- package/template/scripts/lib/literal-content.mjs +233 -0
- package/template/scripts/lib/literal-images.mjs +35 -0
- package/template/scripts/lib/schemes.mjs +98 -10
- package/template/scripts/md-to-pdf.mjs +19 -13
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"@astrojs/check": "^0.9.10",
|
|
19
19
|
"@cloudflare/workers-types": "^5.20260815.1",
|
|
20
20
|
"pa11y-ci": "^4.1.1",
|
|
21
|
+
"puppeteer": "^24.43.1",
|
|
21
22
|
"sharp": "^0.35.3",
|
|
22
23
|
"turndown": "^7.2.4",
|
|
23
24
|
"typescript": "^6.0.3",
|
|
@@ -102,29 +103,46 @@
|
|
|
102
103
|
"license": "MIT"
|
|
103
104
|
},
|
|
104
105
|
"node_modules/@astrojs/compiler-binding": {
|
|
105
|
-
"version": "0.
|
|
106
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding/-/compiler-binding-0.
|
|
107
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "0.4.1",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding/-/compiler-binding-0.4.1.tgz",
|
|
108
|
+
"integrity": "sha512-ZYVDW1P58OXyxqZbOMp+/2U9KA7y2esIx9r4pWdpZ/l6fCZhaw4ul+D7EgpRVxYLkyTWqzANbTTUFGPFP8zDHA==",
|
|
108
109
|
"license": "MIT",
|
|
109
110
|
"engines": {
|
|
110
111
|
"node": "^20.19.0 || >=22.12.0"
|
|
111
112
|
},
|
|
112
113
|
"optionalDependencies": {
|
|
113
|
-
"@astrojs/compiler-binding-
|
|
114
|
-
"@astrojs/compiler-binding-darwin-
|
|
115
|
-
"@astrojs/compiler-binding-
|
|
116
|
-
"@astrojs/compiler-binding-linux-arm64-
|
|
117
|
-
"@astrojs/compiler-binding-linux-
|
|
118
|
-
"@astrojs/compiler-binding-linux-x64-
|
|
119
|
-
"@astrojs/compiler-binding-
|
|
120
|
-
"@astrojs/compiler-binding-
|
|
121
|
-
"@astrojs/compiler-binding-win32-
|
|
114
|
+
"@astrojs/compiler-binding-android-arm64": "0.4.1",
|
|
115
|
+
"@astrojs/compiler-binding-darwin-arm64": "0.4.1",
|
|
116
|
+
"@astrojs/compiler-binding-darwin-x64": "0.4.1",
|
|
117
|
+
"@astrojs/compiler-binding-linux-arm64-gnu": "0.4.1",
|
|
118
|
+
"@astrojs/compiler-binding-linux-arm64-musl": "0.4.1",
|
|
119
|
+
"@astrojs/compiler-binding-linux-x64-gnu": "0.4.1",
|
|
120
|
+
"@astrojs/compiler-binding-linux-x64-musl": "0.4.1",
|
|
121
|
+
"@astrojs/compiler-binding-wasm32-wasi": "0.4.1",
|
|
122
|
+
"@astrojs/compiler-binding-win32-arm64-msvc": "0.4.1",
|
|
123
|
+
"@astrojs/compiler-binding-win32-x64-msvc": "0.4.1"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"node_modules/@astrojs/compiler-binding-android-arm64": {
|
|
127
|
+
"version": "0.4.1",
|
|
128
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-android-arm64/-/compiler-binding-android-arm64-0.4.1.tgz",
|
|
129
|
+
"integrity": "sha512-Wtx2DZORuNTLASLLZ8hlrjFaJe1LUloatcCn9EPq7knBhRpjMGXeJANIJMeBZG4igvz7x+3nyAJM2iwCSW9xog==",
|
|
130
|
+
"cpu": [
|
|
131
|
+
"arm64"
|
|
132
|
+
],
|
|
133
|
+
"license": "MIT",
|
|
134
|
+
"optional": true,
|
|
135
|
+
"os": [
|
|
136
|
+
"android"
|
|
137
|
+
],
|
|
138
|
+
"engines": {
|
|
139
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
122
140
|
}
|
|
123
141
|
},
|
|
124
142
|
"node_modules/@astrojs/compiler-binding-darwin-arm64": {
|
|
125
|
-
"version": "0.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-arm64/-/compiler-binding-darwin-arm64-0.
|
|
127
|
-
"integrity": "sha512-
|
|
143
|
+
"version": "0.4.1",
|
|
144
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-arm64/-/compiler-binding-darwin-arm64-0.4.1.tgz",
|
|
145
|
+
"integrity": "sha512-7iwXcU+hB60Y1SvOfnWHNioT72gDsDQKaDipXh2Onwp/TvQMozhbvhy13wJR8Af940a0h6PbddCeJFpj791UDA==",
|
|
128
146
|
"cpu": [
|
|
129
147
|
"arm64"
|
|
130
148
|
],
|
|
@@ -138,9 +156,9 @@
|
|
|
138
156
|
}
|
|
139
157
|
},
|
|
140
158
|
"node_modules/@astrojs/compiler-binding-darwin-x64": {
|
|
141
|
-
"version": "0.
|
|
142
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-x64/-/compiler-binding-darwin-x64-0.
|
|
143
|
-
"integrity": "sha512-
|
|
159
|
+
"version": "0.4.1",
|
|
160
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-x64/-/compiler-binding-darwin-x64-0.4.1.tgz",
|
|
161
|
+
"integrity": "sha512-pifjICos49RXhSVKSDu5gDB0/8j0O7DmxSp1DaWW2PyLG5ekwSkcrfOZto5JqhdI7QYMZB3XOiXpsdOXpS4npA==",
|
|
144
162
|
"cpu": [
|
|
145
163
|
"x64"
|
|
146
164
|
],
|
|
@@ -154,12 +172,15 @@
|
|
|
154
172
|
}
|
|
155
173
|
},
|
|
156
174
|
"node_modules/@astrojs/compiler-binding-linux-arm64-gnu": {
|
|
157
|
-
"version": "0.
|
|
158
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-gnu/-/compiler-binding-linux-arm64-gnu-0.
|
|
159
|
-
"integrity": "sha512-
|
|
175
|
+
"version": "0.4.1",
|
|
176
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-gnu/-/compiler-binding-linux-arm64-gnu-0.4.1.tgz",
|
|
177
|
+
"integrity": "sha512-hsZMlNWc6LqWHh9LlSwTq1/XCY7pxA5rkkKIdZRV8mgbOz9OwLvjEoe5Jry13eIZjMUQO8XnQyzk8o/Pjw2YFA==",
|
|
160
178
|
"cpu": [
|
|
161
179
|
"arm64"
|
|
162
180
|
],
|
|
181
|
+
"libc": [
|
|
182
|
+
"glibc"
|
|
183
|
+
],
|
|
163
184
|
"license": "MIT",
|
|
164
185
|
"optional": true,
|
|
165
186
|
"os": [
|
|
@@ -170,12 +191,15 @@
|
|
|
170
191
|
}
|
|
171
192
|
},
|
|
172
193
|
"node_modules/@astrojs/compiler-binding-linux-arm64-musl": {
|
|
173
|
-
"version": "0.
|
|
174
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-musl/-/compiler-binding-linux-arm64-musl-0.
|
|
175
|
-
"integrity": "sha512-
|
|
194
|
+
"version": "0.4.1",
|
|
195
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-musl/-/compiler-binding-linux-arm64-musl-0.4.1.tgz",
|
|
196
|
+
"integrity": "sha512-a3EW27f+Z9uf57vYmpLgUriA1y9wDhKz57PT8D8XlFZt2HZEWhUxKuxI1jvKVI9p8okYee11WXEm/FHY1G9yoQ==",
|
|
176
197
|
"cpu": [
|
|
177
198
|
"arm64"
|
|
178
199
|
],
|
|
200
|
+
"libc": [
|
|
201
|
+
"musl"
|
|
202
|
+
],
|
|
179
203
|
"license": "MIT",
|
|
180
204
|
"optional": true,
|
|
181
205
|
"os": [
|
|
@@ -186,12 +210,15 @@
|
|
|
186
210
|
}
|
|
187
211
|
},
|
|
188
212
|
"node_modules/@astrojs/compiler-binding-linux-x64-gnu": {
|
|
189
|
-
"version": "0.
|
|
190
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-gnu/-/compiler-binding-linux-x64-gnu-0.
|
|
191
|
-
"integrity": "sha512-
|
|
213
|
+
"version": "0.4.1",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-gnu/-/compiler-binding-linux-x64-gnu-0.4.1.tgz",
|
|
215
|
+
"integrity": "sha512-XruPTKB/SS4DFzeAjQ1ZyM0ieHDjapHkOSnnzRApZ4FXY2YAI7UY3mETjfJiIS/acyZyrnPH5jObv1gATTdUJQ==",
|
|
192
216
|
"cpu": [
|
|
193
217
|
"x64"
|
|
194
218
|
],
|
|
219
|
+
"libc": [
|
|
220
|
+
"glibc"
|
|
221
|
+
],
|
|
195
222
|
"license": "MIT",
|
|
196
223
|
"optional": true,
|
|
197
224
|
"os": [
|
|
@@ -202,12 +229,15 @@
|
|
|
202
229
|
}
|
|
203
230
|
},
|
|
204
231
|
"node_modules/@astrojs/compiler-binding-linux-x64-musl": {
|
|
205
|
-
"version": "0.
|
|
206
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-musl/-/compiler-binding-linux-x64-musl-0.
|
|
207
|
-
"integrity": "sha512
|
|
232
|
+
"version": "0.4.1",
|
|
233
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-musl/-/compiler-binding-linux-x64-musl-0.4.1.tgz",
|
|
234
|
+
"integrity": "sha512-E8j7lGanqNpudtkUbsFaOLJhmwFe4Ecqux7K9hkj4wULIPNZRM2bYZNcMSj8r1oWvaUiwZl8LaaNwv3+14jqhw==",
|
|
208
235
|
"cpu": [
|
|
209
236
|
"x64"
|
|
210
237
|
],
|
|
238
|
+
"libc": [
|
|
239
|
+
"musl"
|
|
240
|
+
],
|
|
211
241
|
"license": "MIT",
|
|
212
242
|
"optional": true,
|
|
213
243
|
"os": [
|
|
@@ -218,25 +248,25 @@
|
|
|
218
248
|
}
|
|
219
249
|
},
|
|
220
250
|
"node_modules/@astrojs/compiler-binding-wasm32-wasi": {
|
|
221
|
-
"version": "0.
|
|
222
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-wasm32-wasi/-/compiler-binding-wasm32-wasi-0.
|
|
223
|
-
"integrity": "sha512-
|
|
251
|
+
"version": "0.4.1",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-wasm32-wasi/-/compiler-binding-wasm32-wasi-0.4.1.tgz",
|
|
253
|
+
"integrity": "sha512-vNLxIv41ZE+nmPFtw24cRW5ZXG+ZPcAGtgigtjCP8lvcxKI7u2GrXoMsCgEH5fMw8WCEJpwLvsVBg15rJKAkyA==",
|
|
224
254
|
"cpu": [
|
|
225
255
|
"wasm32"
|
|
226
256
|
],
|
|
227
257
|
"license": "MIT",
|
|
228
258
|
"optional": true,
|
|
229
259
|
"dependencies": {
|
|
230
|
-
"@napi-rs/wasm-runtime": "^1.2.
|
|
260
|
+
"@napi-rs/wasm-runtime": "^1.2.4"
|
|
231
261
|
},
|
|
232
262
|
"engines": {
|
|
233
263
|
"node": ">=14.0.0"
|
|
234
264
|
}
|
|
235
265
|
},
|
|
236
266
|
"node_modules/@astrojs/compiler-binding-win32-arm64-msvc": {
|
|
237
|
-
"version": "0.
|
|
238
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-arm64-msvc/-/compiler-binding-win32-arm64-msvc-0.
|
|
239
|
-
"integrity": "sha512
|
|
267
|
+
"version": "0.4.1",
|
|
268
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-arm64-msvc/-/compiler-binding-win32-arm64-msvc-0.4.1.tgz",
|
|
269
|
+
"integrity": "sha512-/xTDgRsFDoTh0/+KFXJ74DY4Jqn8CoSHwa8UP5RAblHfnRHkenwfSl4zYDET61O9vXKLk09UzHjjq09yP20/AQ==",
|
|
240
270
|
"cpu": [
|
|
241
271
|
"arm64"
|
|
242
272
|
],
|
|
@@ -250,9 +280,9 @@
|
|
|
250
280
|
}
|
|
251
281
|
},
|
|
252
282
|
"node_modules/@astrojs/compiler-binding-win32-x64-msvc": {
|
|
253
|
-
"version": "0.
|
|
254
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-x64-msvc/-/compiler-binding-win32-x64-msvc-0.
|
|
255
|
-
"integrity": "sha512-
|
|
283
|
+
"version": "0.4.1",
|
|
284
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-x64-msvc/-/compiler-binding-win32-x64-msvc-0.4.1.tgz",
|
|
285
|
+
"integrity": "sha512-0x5J6iHZO0Fjo/CVzoIbXKzWnGESftDbEUQ/oXQ61HhUAFoR7+T1jfToZSNAS+gYyBXHSTpMWYC7lzarbhClcg==",
|
|
256
286
|
"cpu": [
|
|
257
287
|
"x64"
|
|
258
288
|
],
|
|
@@ -266,12 +296,12 @@
|
|
|
266
296
|
}
|
|
267
297
|
},
|
|
268
298
|
"node_modules/@astrojs/compiler-rs": {
|
|
269
|
-
"version": "0.
|
|
270
|
-
"resolved": "https://registry.npmjs.org/@astrojs/compiler-rs/-/compiler-rs-0.
|
|
271
|
-
"integrity": "sha512
|
|
299
|
+
"version": "0.4.1",
|
|
300
|
+
"resolved": "https://registry.npmjs.org/@astrojs/compiler-rs/-/compiler-rs-0.4.1.tgz",
|
|
301
|
+
"integrity": "sha512-//NmAuRhy7eU9iP0ceI5Pymy55M+nUZ//kS6XeOyhBWdDib2KbJOyFaVJ52k7sDkJwTKVox7oPu3SpYiVnGm5A==",
|
|
272
302
|
"license": "MIT",
|
|
273
303
|
"dependencies": {
|
|
274
|
-
"@astrojs/compiler-binding": "0.
|
|
304
|
+
"@astrojs/compiler-binding": "0.4.1"
|
|
275
305
|
},
|
|
276
306
|
"engines": {
|
|
277
307
|
"node": ">=22.12.0"
|
|
@@ -336,16 +366,31 @@
|
|
|
336
366
|
}
|
|
337
367
|
},
|
|
338
368
|
"node_modules/@astrojs/markdown-satteri": {
|
|
339
|
-
"version": "0.
|
|
340
|
-
"resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.
|
|
341
|
-
"integrity": "sha512-
|
|
369
|
+
"version": "0.4.1",
|
|
370
|
+
"resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.4.1.tgz",
|
|
371
|
+
"integrity": "sha512-EniHbFNa6SQHDih7JnpPos3NWXO6hdt4raBcOosfGmlfc3gP9CI/sESA3VOf1PgJZ7SFfewlZW9Livn0JugEZg==",
|
|
342
372
|
"license": "MIT",
|
|
343
373
|
"dependencies": {
|
|
344
|
-
"@astrojs/internal-helpers": "0.
|
|
374
|
+
"@astrojs/internal-helpers": "0.11.0",
|
|
345
375
|
"@astrojs/prism": "4.0.2",
|
|
346
376
|
"github-slugger": "^2.0.0",
|
|
347
|
-
"
|
|
348
|
-
|
|
377
|
+
"satteri": "^0.10.3"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"node_modules/@astrojs/markdown-satteri/node_modules/@astrojs/internal-helpers": {
|
|
381
|
+
"version": "0.11.0",
|
|
382
|
+
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.11.0.tgz",
|
|
383
|
+
"integrity": "sha512-3rzxJ+xbo0+8YyqOzLziIN32wmsHdCjEVz2sGOpRxJ+Ben/KiLph4ItxBy1abEL+E8fkRzqjg0rfXmaHJGw9JA==",
|
|
384
|
+
"license": "MIT",
|
|
385
|
+
"dependencies": {
|
|
386
|
+
"@types/hast": "^3.0.4",
|
|
387
|
+
"@types/mdast": "^4.0.4",
|
|
388
|
+
"js-yaml": "^4.3.0",
|
|
389
|
+
"picomatch": "^4.0.4",
|
|
390
|
+
"retext-smartypants": "^6.2.0",
|
|
391
|
+
"shiki": "^4.0.2",
|
|
392
|
+
"smol-toml": "^1.6.0",
|
|
393
|
+
"unified": "^11.0.5"
|
|
349
394
|
}
|
|
350
395
|
},
|
|
351
396
|
"node_modules/@astrojs/prism": {
|
|
@@ -475,9 +520,9 @@
|
|
|
475
520
|
}
|
|
476
521
|
},
|
|
477
522
|
"node_modules/@bruits/satteri-darwin-arm64": {
|
|
478
|
-
"version": "0.
|
|
479
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-darwin-arm64/-/satteri-darwin-arm64-0.
|
|
480
|
-
"integrity": "sha512-
|
|
523
|
+
"version": "0.10.5",
|
|
524
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-darwin-arm64/-/satteri-darwin-arm64-0.10.5.tgz",
|
|
525
|
+
"integrity": "sha512-27KTVl4TJkVahMy/ohyA7qd4938G5UNneFUz/PsScYfpIhj0IVAS23mpcJXdPF44sa6nva198lmV/cKIb2YPyA==",
|
|
481
526
|
"cpu": [
|
|
482
527
|
"arm64"
|
|
483
528
|
],
|
|
@@ -488,9 +533,9 @@
|
|
|
488
533
|
]
|
|
489
534
|
},
|
|
490
535
|
"node_modules/@bruits/satteri-darwin-x64": {
|
|
491
|
-
"version": "0.
|
|
492
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-darwin-x64/-/satteri-darwin-x64-0.
|
|
493
|
-
"integrity": "sha512-
|
|
536
|
+
"version": "0.10.5",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-darwin-x64/-/satteri-darwin-x64-0.10.5.tgz",
|
|
538
|
+
"integrity": "sha512-IjnLe3nKspq6qaeqGgjT7MT8VrTV74yWRlaag7ZdNsI8TDAYZ0iPxMCo+9KQZHUk5EyVB+reBI/PFWL5KuFw9Q==",
|
|
494
539
|
"cpu": [
|
|
495
540
|
"x64"
|
|
496
541
|
],
|
|
@@ -501,12 +546,15 @@
|
|
|
501
546
|
]
|
|
502
547
|
},
|
|
503
548
|
"node_modules/@bruits/satteri-linux-arm64-gnu": {
|
|
504
|
-
"version": "0.
|
|
505
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-arm64-gnu/-/satteri-linux-arm64-gnu-0.
|
|
506
|
-
"integrity": "sha512-
|
|
549
|
+
"version": "0.10.5",
|
|
550
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-arm64-gnu/-/satteri-linux-arm64-gnu-0.10.5.tgz",
|
|
551
|
+
"integrity": "sha512-glkYXZCJywjP13v67eAyAMSJdF+ncvEbYvgi/wOtffL9tQ27lr/zsyzUfgs+ovjJ9d8JNQKiXeiArJcX8PJL9w==",
|
|
507
552
|
"cpu": [
|
|
508
553
|
"arm64"
|
|
509
554
|
],
|
|
555
|
+
"libc": [
|
|
556
|
+
"glibc"
|
|
557
|
+
],
|
|
510
558
|
"license": "MIT",
|
|
511
559
|
"optional": true,
|
|
512
560
|
"os": [
|
|
@@ -514,12 +562,15 @@
|
|
|
514
562
|
]
|
|
515
563
|
},
|
|
516
564
|
"node_modules/@bruits/satteri-linux-arm64-musl": {
|
|
517
|
-
"version": "0.
|
|
518
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-arm64-musl/-/satteri-linux-arm64-musl-0.
|
|
519
|
-
"integrity": "sha512-
|
|
565
|
+
"version": "0.10.5",
|
|
566
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-arm64-musl/-/satteri-linux-arm64-musl-0.10.5.tgz",
|
|
567
|
+
"integrity": "sha512-yWdgG1g17Nh2QyGVlFUxGRa3FEFwiMcpZEyMNWkbM3deC94cmVc+/i9OuyFpdKuWo3GkgoCtYVOoxk1uCnCZIA==",
|
|
520
568
|
"cpu": [
|
|
521
569
|
"arm64"
|
|
522
570
|
],
|
|
571
|
+
"libc": [
|
|
572
|
+
"musl"
|
|
573
|
+
],
|
|
523
574
|
"license": "MIT",
|
|
524
575
|
"optional": true,
|
|
525
576
|
"os": [
|
|
@@ -527,12 +578,15 @@
|
|
|
527
578
|
]
|
|
528
579
|
},
|
|
529
580
|
"node_modules/@bruits/satteri-linux-x64-gnu": {
|
|
530
|
-
"version": "0.
|
|
531
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-x64-gnu/-/satteri-linux-x64-gnu-0.
|
|
532
|
-
"integrity": "sha512-
|
|
581
|
+
"version": "0.10.5",
|
|
582
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-x64-gnu/-/satteri-linux-x64-gnu-0.10.5.tgz",
|
|
583
|
+
"integrity": "sha512-FVaLoPT1fBgGl0J+AYebyyXJYBachGl8Oyyrf1lye4RTqCB4S0Gwkj1uM9RJyThUOvx5VUmAT1CnNh1SFHA+kw==",
|
|
533
584
|
"cpu": [
|
|
534
585
|
"x64"
|
|
535
586
|
],
|
|
587
|
+
"libc": [
|
|
588
|
+
"glibc"
|
|
589
|
+
],
|
|
536
590
|
"license": "MIT",
|
|
537
591
|
"optional": true,
|
|
538
592
|
"os": [
|
|
@@ -540,12 +594,15 @@
|
|
|
540
594
|
]
|
|
541
595
|
},
|
|
542
596
|
"node_modules/@bruits/satteri-linux-x64-musl": {
|
|
543
|
-
"version": "0.
|
|
544
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-x64-musl/-/satteri-linux-x64-musl-0.
|
|
545
|
-
"integrity": "sha512-
|
|
597
|
+
"version": "0.10.5",
|
|
598
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-linux-x64-musl/-/satteri-linux-x64-musl-0.10.5.tgz",
|
|
599
|
+
"integrity": "sha512-EHpVAx2bqW3GINHTKkljtxVfQmVDGWIuwOYOP5YghTj+0PkBa2o8oKPRtQ9Kbsr1Fye8jtUcDjhwj2jMNugZKg==",
|
|
546
600
|
"cpu": [
|
|
547
601
|
"x64"
|
|
548
602
|
],
|
|
603
|
+
"libc": [
|
|
604
|
+
"musl"
|
|
605
|
+
],
|
|
549
606
|
"license": "MIT",
|
|
550
607
|
"optional": true,
|
|
551
608
|
"os": [
|
|
@@ -553,9 +610,9 @@
|
|
|
553
610
|
]
|
|
554
611
|
},
|
|
555
612
|
"node_modules/@bruits/satteri-wasm32-wasi": {
|
|
556
|
-
"version": "0.
|
|
557
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-wasm32-wasi/-/satteri-wasm32-wasi-0.
|
|
558
|
-
"integrity": "sha512-
|
|
613
|
+
"version": "0.10.5",
|
|
614
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-wasm32-wasi/-/satteri-wasm32-wasi-0.10.5.tgz",
|
|
615
|
+
"integrity": "sha512-ypz8c/Zmipxp4IoeDa228Gstv6TLzVmNs3yC6wKCoNSOjx1iwpgzu87Y3hTkXFdwChVGU85qeUDuOIarGUZQLw==",
|
|
559
616
|
"cpu": [
|
|
560
617
|
"wasm32"
|
|
561
618
|
],
|
|
@@ -564,7 +621,7 @@
|
|
|
564
621
|
"dependencies": {
|
|
565
622
|
"@emnapi/core": "1.11.1",
|
|
566
623
|
"@emnapi/runtime": "1.11.1",
|
|
567
|
-
"@napi-rs/wasm-runtime": "^1.
|
|
624
|
+
"@napi-rs/wasm-runtime": "^1.2.3"
|
|
568
625
|
},
|
|
569
626
|
"engines": {
|
|
570
627
|
"node": ">=14.0.0"
|
|
@@ -602,9 +659,9 @@
|
|
|
602
659
|
}
|
|
603
660
|
},
|
|
604
661
|
"node_modules/@bruits/satteri-win32-arm64-msvc": {
|
|
605
|
-
"version": "0.
|
|
606
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-win32-arm64-msvc/-/satteri-win32-arm64-msvc-0.
|
|
607
|
-
"integrity": "sha512-
|
|
662
|
+
"version": "0.10.5",
|
|
663
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-win32-arm64-msvc/-/satteri-win32-arm64-msvc-0.10.5.tgz",
|
|
664
|
+
"integrity": "sha512-siTV88nb0LRqNpkL2gXboqCwVdq95sLtzMHS1/3eONV2gLbB3NAK46wmSMvCO/yquBvI2lvaFIfd8P12ecsxBw==",
|
|
608
665
|
"cpu": [
|
|
609
666
|
"arm64"
|
|
610
667
|
],
|
|
@@ -615,9 +672,9 @@
|
|
|
615
672
|
]
|
|
616
673
|
},
|
|
617
674
|
"node_modules/@bruits/satteri-win32-x64-msvc": {
|
|
618
|
-
"version": "0.
|
|
619
|
-
"resolved": "https://registry.npmjs.org/@bruits/satteri-win32-x64-msvc/-/satteri-win32-x64-msvc-0.
|
|
620
|
-
"integrity": "sha512-
|
|
675
|
+
"version": "0.10.5",
|
|
676
|
+
"resolved": "https://registry.npmjs.org/@bruits/satteri-win32-x64-msvc/-/satteri-win32-x64-msvc-0.10.5.tgz",
|
|
677
|
+
"integrity": "sha512-C3IfPvfvMXmlzBxaMPKFS1XiuV9pu2mC7YqkPk7PSvTgPZ8gbdASIpHpztDLvTTQjqZ0z1Ol8tK5X+V6XXC0wQ==",
|
|
621
678
|
"cpu": [
|
|
622
679
|
"x64"
|
|
623
680
|
],
|
|
@@ -692,16 +749,16 @@
|
|
|
692
749
|
}
|
|
693
750
|
},
|
|
694
751
|
"node_modules/@cloudflare/vite-plugin": {
|
|
695
|
-
"version": "1.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/@cloudflare/vite-plugin/-/vite-plugin-1.
|
|
697
|
-
"integrity": "sha512-
|
|
752
|
+
"version": "1.56.0",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/vite-plugin/-/vite-plugin-1.56.0.tgz",
|
|
754
|
+
"integrity": "sha512-JkVJgSuUM1dlxpl/XMSTcx3oD84hKIAwPtqUs9pjfBXiKcUx8Jez+Tuxg3l2O7nt87AxoArgve0KAeW7hc0Kqw==",
|
|
698
755
|
"license": "MIT",
|
|
699
756
|
"dependencies": {
|
|
700
757
|
"@cloudflare/unenv-preset": "2.16.1",
|
|
701
|
-
"miniflare": "5.
|
|
758
|
+
"miniflare": "5.20260918.0-alpha",
|
|
702
759
|
"unenv": "2.0.0-rc.24",
|
|
703
|
-
"workerd": "1.
|
|
704
|
-
"wrangler": "4.
|
|
760
|
+
"workerd": "1.20260918.1",
|
|
761
|
+
"wrangler": "4.135.0",
|
|
705
762
|
"ws": "8.21.0"
|
|
706
763
|
},
|
|
707
764
|
"bin": {
|
|
@@ -709,13 +766,13 @@
|
|
|
709
766
|
},
|
|
710
767
|
"peerDependencies": {
|
|
711
768
|
"vite": "^6.1.0 || ^7.0.0 || ^8.0.0",
|
|
712
|
-
"wrangler": "^4.
|
|
769
|
+
"wrangler": "^4.135.0"
|
|
713
770
|
}
|
|
714
771
|
},
|
|
715
772
|
"node_modules/@cloudflare/workerd-darwin-64": {
|
|
716
|
-
"version": "1.
|
|
717
|
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.
|
|
718
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "1.20260918.1",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20260918.1.tgz",
|
|
775
|
+
"integrity": "sha512-H5Em6Wd0jjxaloYh2rp+WLBl2eWbkk7nSP1svGt6K1RSv/rNVqmKdpjZPJTBSavOmeYGa88qvtOWwS+33OHTqQ==",
|
|
719
776
|
"cpu": [
|
|
720
777
|
"x64"
|
|
721
778
|
],
|
|
@@ -729,9 +786,9 @@
|
|
|
729
786
|
}
|
|
730
787
|
},
|
|
731
788
|
"node_modules/@cloudflare/workerd-darwin-arm64": {
|
|
732
|
-
"version": "1.
|
|
733
|
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.
|
|
734
|
-
"integrity": "sha512-
|
|
789
|
+
"version": "1.20260918.1",
|
|
790
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20260918.1.tgz",
|
|
791
|
+
"integrity": "sha512-CR9JRZEQo93fNgBVF4Df2H2/VYO4n7rxSseSwCVv3bJQEb0huADUSCj2FK4ipxar8ToOEB4wawyw0vJo5U/rQQ==",
|
|
735
792
|
"cpu": [
|
|
736
793
|
"arm64"
|
|
737
794
|
],
|
|
@@ -745,9 +802,9 @@
|
|
|
745
802
|
}
|
|
746
803
|
},
|
|
747
804
|
"node_modules/@cloudflare/workerd-linux-64": {
|
|
748
|
-
"version": "1.
|
|
749
|
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.
|
|
750
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "1.20260918.1",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20260918.1.tgz",
|
|
807
|
+
"integrity": "sha512-UQ2nnY3qpXLzQ80frmWO+8HvtqyWaQILe8QYZwpemdjT+sqwCz4Dz+0/WVkFco0v/04kIIqikVeLTY/7gEhmkw==",
|
|
751
808
|
"cpu": [
|
|
752
809
|
"x64"
|
|
753
810
|
],
|
|
@@ -761,9 +818,9 @@
|
|
|
761
818
|
}
|
|
762
819
|
},
|
|
763
820
|
"node_modules/@cloudflare/workerd-linux-arm64": {
|
|
764
|
-
"version": "1.
|
|
765
|
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.
|
|
766
|
-
"integrity": "sha512-
|
|
821
|
+
"version": "1.20260918.1",
|
|
822
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20260918.1.tgz",
|
|
823
|
+
"integrity": "sha512-4rib51MaLNWweUIUxM/Xj558M5QmyZoBSf0ffv+lYah5VTrvwnez3XGxX72pElnBKHROvAPOi5msQ5Ts8JSI0A==",
|
|
767
824
|
"cpu": [
|
|
768
825
|
"arm64"
|
|
769
826
|
],
|
|
@@ -777,9 +834,9 @@
|
|
|
777
834
|
}
|
|
778
835
|
},
|
|
779
836
|
"node_modules/@cloudflare/workerd-windows-64": {
|
|
780
|
-
"version": "1.
|
|
781
|
-
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.
|
|
782
|
-
"integrity": "sha512-
|
|
837
|
+
"version": "1.20260918.1",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20260918.1.tgz",
|
|
839
|
+
"integrity": "sha512-sATrMx5ShYYgmgUGrcTmvsFSJBFuN95NEkX3xwb1qk8w1A6h5N11sea7yN2IeibwPyPmXKjWNjXOno0hZAM71Q==",
|
|
783
840
|
"cpu": [
|
|
784
841
|
"x64"
|
|
785
842
|
],
|
|
@@ -793,9 +850,9 @@
|
|
|
793
850
|
}
|
|
794
851
|
},
|
|
795
852
|
"node_modules/@cloudflare/workers-types": {
|
|
796
|
-
"version": "5.
|
|
797
|
-
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-5.
|
|
798
|
-
"integrity": "sha512-
|
|
853
|
+
"version": "5.20260919.1",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-5.20260919.1.tgz",
|
|
855
|
+
"integrity": "sha512-xUdKJoTHhNcXwnBrfrM1STkzm3oSUc9cRVzP8fO5NyJZ/UtnDnWZHDk9z8IkTnbC2WRWFAS87HICmqZhbHDvQw==",
|
|
799
856
|
"devOptional": true,
|
|
800
857
|
"license": "MIT OR Apache-2.0"
|
|
801
858
|
},
|
|
@@ -1332,9 +1389,9 @@
|
|
|
1332
1389
|
}
|
|
1333
1390
|
},
|
|
1334
1391
|
"node_modules/@img/sharp-darwin-arm64": {
|
|
1335
|
-
"version": "0.35.
|
|
1336
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.35.
|
|
1337
|
-
"integrity": "sha512-
|
|
1392
|
+
"version": "0.35.4",
|
|
1393
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.35.4.tgz",
|
|
1394
|
+
"integrity": "sha512-Uhfl4V4lhP2nbUVF9+hyH1+luj86f1gUFeo8ALYxFoULoU+G87D43BfeMP8XHsk9boxAnCY/bf2EHwhA7MuGsA==",
|
|
1338
1395
|
"cpu": [
|
|
1339
1396
|
"arm64"
|
|
1340
1397
|
],
|
|
@@ -1350,13 +1407,13 @@
|
|
|
1350
1407
|
"url": "https://opencollective.com/libvips"
|
|
1351
1408
|
},
|
|
1352
1409
|
"optionalDependencies": {
|
|
1353
|
-
"@img/sharp-libvips-darwin-arm64": "1.3.
|
|
1410
|
+
"@img/sharp-libvips-darwin-arm64": "1.3.3"
|
|
1354
1411
|
}
|
|
1355
1412
|
},
|
|
1356
1413
|
"node_modules/@img/sharp-darwin-x64": {
|
|
1357
|
-
"version": "0.35.
|
|
1358
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.
|
|
1359
|
-
"integrity": "sha512-
|
|
1414
|
+
"version": "0.35.4",
|
|
1415
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.4.tgz",
|
|
1416
|
+
"integrity": "sha512-hWniXY3bG5qKpkKrAwPe4y+VTPmf086YQAnkxWh7uA1YrlRouWGa0M0Mxj3ZjnXFkv7/TD1bTy9lGUK26vRvWw==",
|
|
1360
1417
|
"cpu": [
|
|
1361
1418
|
"x64"
|
|
1362
1419
|
],
|
|
@@ -1372,20 +1429,20 @@
|
|
|
1372
1429
|
"url": "https://opencollective.com/libvips"
|
|
1373
1430
|
},
|
|
1374
1431
|
"optionalDependencies": {
|
|
1375
|
-
"@img/sharp-libvips-darwin-x64": "1.3.
|
|
1432
|
+
"@img/sharp-libvips-darwin-x64": "1.3.3"
|
|
1376
1433
|
}
|
|
1377
1434
|
},
|
|
1378
1435
|
"node_modules/@img/sharp-freebsd-wasm32": {
|
|
1379
|
-
"version": "0.35.
|
|
1380
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.
|
|
1381
|
-
"integrity": "sha512-
|
|
1436
|
+
"version": "0.35.4",
|
|
1437
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.4.tgz",
|
|
1438
|
+
"integrity": "sha512-lIsKw/BU+kjB4eZjxrYrZmwOJYi3Ajrv66iAlBmUPyKc3HpnloevB1g3wxGD9P/5BbQ1brBGl65VRRrCvQDEqA==",
|
|
1382
1439
|
"license": "Apache-2.0",
|
|
1383
1440
|
"optional": true,
|
|
1384
1441
|
"os": [
|
|
1385
1442
|
"freebsd"
|
|
1386
1443
|
],
|
|
1387
1444
|
"dependencies": {
|
|
1388
|
-
"@img/sharp-wasm32": "0.35.
|
|
1445
|
+
"@img/sharp-wasm32": "0.35.4"
|
|
1389
1446
|
},
|
|
1390
1447
|
"engines": {
|
|
1391
1448
|
"node": ">=20.9.0"
|
|
@@ -1395,9 +1452,9 @@
|
|
|
1395
1452
|
}
|
|
1396
1453
|
},
|
|
1397
1454
|
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
1398
|
-
"version": "1.3.
|
|
1399
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.3.
|
|
1400
|
-
"integrity": "sha512-
|
|
1455
|
+
"version": "1.3.3",
|
|
1456
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.3.3.tgz",
|
|
1457
|
+
"integrity": "sha512-suTBPTDGrI9WodccaDdwZItTSaBYASlBk1NSfElSHrUfzu3szG6lvIF58+WiFvnfzuK8ZBFS5zE00PxqxnRiPg==",
|
|
1401
1458
|
"cpu": [
|
|
1402
1459
|
"arm64"
|
|
1403
1460
|
],
|
|
@@ -1411,9 +1468,9 @@
|
|
|
1411
1468
|
}
|
|
1412
1469
|
},
|
|
1413
1470
|
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
1414
|
-
"version": "1.3.
|
|
1415
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.3.
|
|
1416
|
-
"integrity": "sha512-
|
|
1471
|
+
"version": "1.3.3",
|
|
1472
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.3.3.tgz",
|
|
1473
|
+
"integrity": "sha512-FVJZ5mITMobmXIz/hPDTw0EintTW5H3WfrxwLqEqjiIihlu+hVRyGrFQ60xl0Lxn7Bt3zdpevPaQi0HEzqz9fw==",
|
|
1417
1474
|
"cpu": [
|
|
1418
1475
|
"x64"
|
|
1419
1476
|
],
|
|
@@ -1427,12 +1484,15 @@
|
|
|
1427
1484
|
}
|
|
1428
1485
|
},
|
|
1429
1486
|
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
1430
|
-
"version": "1.3.
|
|
1431
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.
|
|
1432
|
-
"integrity": "sha512-
|
|
1487
|
+
"version": "1.3.3",
|
|
1488
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.3.tgz",
|
|
1489
|
+
"integrity": "sha512-3rbU4vqXXc3hY/OiXdl52xZvT0F1yEngWfvqudtPJg/KkyiaQw2DRsFrNzpmLvfavbwOq3qXn36GP8obHRULQA==",
|
|
1433
1490
|
"cpu": [
|
|
1434
1491
|
"arm"
|
|
1435
1492
|
],
|
|
1493
|
+
"libc": [
|
|
1494
|
+
"glibc"
|
|
1495
|
+
],
|
|
1436
1496
|
"license": "LGPL-3.0-or-later",
|
|
1437
1497
|
"optional": true,
|
|
1438
1498
|
"os": [
|
|
@@ -1443,12 +1503,15 @@
|
|
|
1443
1503
|
}
|
|
1444
1504
|
},
|
|
1445
1505
|
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
1446
|
-
"version": "1.3.
|
|
1447
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.
|
|
1448
|
-
"integrity": "sha512-
|
|
1506
|
+
"version": "1.3.3",
|
|
1507
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.3.tgz",
|
|
1508
|
+
"integrity": "sha512-0DaL0A6Xu6sQSQFwe4iVCrKWU2cCTItnRsYsCdxAMm9NF6twAA9BKnoqy4hqz4+azQ0JHuA26qiUKsf1XJ/v5A==",
|
|
1449
1509
|
"cpu": [
|
|
1450
1510
|
"arm64"
|
|
1451
1511
|
],
|
|
1512
|
+
"libc": [
|
|
1513
|
+
"glibc"
|
|
1514
|
+
],
|
|
1452
1515
|
"license": "LGPL-3.0-or-later",
|
|
1453
1516
|
"optional": true,
|
|
1454
1517
|
"os": [
|
|
@@ -1459,12 +1522,15 @@
|
|
|
1459
1522
|
}
|
|
1460
1523
|
},
|
|
1461
1524
|
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
1462
|
-
"version": "1.3.
|
|
1463
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.
|
|
1464
|
-
"integrity": "sha512-
|
|
1525
|
+
"version": "1.3.3",
|
|
1526
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.3.tgz",
|
|
1527
|
+
"integrity": "sha512-cdn1OvUBwsXhbC0zSzJnNzf5MZ/mTrobawDvNXBTxe8VtqKAm0sRuEY2Evzovb/w9JMk4TvRxqt1mekSuJz64w==",
|
|
1465
1528
|
"cpu": [
|
|
1466
1529
|
"ppc64"
|
|
1467
1530
|
],
|
|
1531
|
+
"libc": [
|
|
1532
|
+
"glibc"
|
|
1533
|
+
],
|
|
1468
1534
|
"license": "LGPL-3.0-or-later",
|
|
1469
1535
|
"optional": true,
|
|
1470
1536
|
"os": [
|
|
@@ -1475,12 +1541,15 @@
|
|
|
1475
1541
|
}
|
|
1476
1542
|
},
|
|
1477
1543
|
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
1478
|
-
"version": "1.3.
|
|
1479
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.
|
|
1480
|
-
"integrity": "sha512-
|
|
1544
|
+
"version": "1.3.3",
|
|
1545
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.3.tgz",
|
|
1546
|
+
"integrity": "sha512-HjPVx7yKz+0lqdhDlTw1tt90wamBoxhiXpvl1XZpJLiHH4RCJ5yDTqH+VlYPv2fwFs89JFw4c1IexYOcQUi4IQ==",
|
|
1481
1547
|
"cpu": [
|
|
1482
1548
|
"riscv64"
|
|
1483
1549
|
],
|
|
1550
|
+
"libc": [
|
|
1551
|
+
"glibc"
|
|
1552
|
+
],
|
|
1484
1553
|
"license": "LGPL-3.0-or-later",
|
|
1485
1554
|
"optional": true,
|
|
1486
1555
|
"os": [
|
|
@@ -1491,12 +1560,15 @@
|
|
|
1491
1560
|
}
|
|
1492
1561
|
},
|
|
1493
1562
|
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
1494
|
-
"version": "1.3.
|
|
1495
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.
|
|
1496
|
-
"integrity": "sha512
|
|
1563
|
+
"version": "1.3.3",
|
|
1564
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.3.tgz",
|
|
1565
|
+
"integrity": "sha512-neWLh+3yCNThxnfy3c4BbVBeGgt9aftno+XbT56iK28RgeDs3UOFWviLWlUu0bArYVYJaFDK+RRohbicUNCm8Q==",
|
|
1497
1566
|
"cpu": [
|
|
1498
1567
|
"s390x"
|
|
1499
1568
|
],
|
|
1569
|
+
"libc": [
|
|
1570
|
+
"glibc"
|
|
1571
|
+
],
|
|
1500
1572
|
"license": "LGPL-3.0-or-later",
|
|
1501
1573
|
"optional": true,
|
|
1502
1574
|
"os": [
|
|
@@ -1507,12 +1579,15 @@
|
|
|
1507
1579
|
}
|
|
1508
1580
|
},
|
|
1509
1581
|
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
1510
|
-
"version": "1.3.
|
|
1511
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.
|
|
1512
|
-
"integrity": "sha512-
|
|
1582
|
+
"version": "1.3.3",
|
|
1583
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.3.tgz",
|
|
1584
|
+
"integrity": "sha512-4vKmvAst9nrowcqquKFAyZJUDolUaIp8uRiN0mWFguJ1IplC9/pitXtlnnlU4aa/eJw3J7i67V+pwUL+wZGdsA==",
|
|
1513
1585
|
"cpu": [
|
|
1514
1586
|
"x64"
|
|
1515
1587
|
],
|
|
1588
|
+
"libc": [
|
|
1589
|
+
"glibc"
|
|
1590
|
+
],
|
|
1516
1591
|
"license": "LGPL-3.0-or-later",
|
|
1517
1592
|
"optional": true,
|
|
1518
1593
|
"os": [
|
|
@@ -1523,12 +1598,15 @@
|
|
|
1523
1598
|
}
|
|
1524
1599
|
},
|
|
1525
1600
|
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
1526
|
-
"version": "1.3.
|
|
1527
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.
|
|
1528
|
-
"integrity": "sha512-
|
|
1601
|
+
"version": "1.3.3",
|
|
1602
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.3.tgz",
|
|
1603
|
+
"integrity": "sha512-Y9kQaLMuNoB0bPYOOdcZMaseNrFpPodIWWMrx+CZyydf2xn68j9WYc6sWWRrDwNkzCQjKYfc68L7jKjGlHMibw==",
|
|
1529
1604
|
"cpu": [
|
|
1530
1605
|
"arm64"
|
|
1531
1606
|
],
|
|
1607
|
+
"libc": [
|
|
1608
|
+
"musl"
|
|
1609
|
+
],
|
|
1532
1610
|
"license": "LGPL-3.0-or-later",
|
|
1533
1611
|
"optional": true,
|
|
1534
1612
|
"os": [
|
|
@@ -1539,12 +1617,15 @@
|
|
|
1539
1617
|
}
|
|
1540
1618
|
},
|
|
1541
1619
|
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
1542
|
-
"version": "1.3.
|
|
1543
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.
|
|
1544
|
-
"integrity": "sha512-
|
|
1620
|
+
"version": "1.3.3",
|
|
1621
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.3.tgz",
|
|
1622
|
+
"integrity": "sha512-fj8Mv0HHfD1Rr+4I68+3agJynxDWtBFgicTbSOb9Bke6pIwzGcJ+RX/yHjmiEGFMCavY/dxvem7MyNaJF+wDiw==",
|
|
1545
1623
|
"cpu": [
|
|
1546
1624
|
"x64"
|
|
1547
1625
|
],
|
|
1626
|
+
"libc": [
|
|
1627
|
+
"musl"
|
|
1628
|
+
],
|
|
1548
1629
|
"license": "LGPL-3.0-or-later",
|
|
1549
1630
|
"optional": true,
|
|
1550
1631
|
"os": [
|
|
@@ -1555,12 +1636,15 @@
|
|
|
1555
1636
|
}
|
|
1556
1637
|
},
|
|
1557
1638
|
"node_modules/@img/sharp-linux-arm": {
|
|
1558
|
-
"version": "0.35.
|
|
1559
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.
|
|
1560
|
-
"integrity": "sha512-
|
|
1639
|
+
"version": "0.35.4",
|
|
1640
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.4.tgz",
|
|
1641
|
+
"integrity": "sha512-7OAS8gI0EReKGVN2HssHlM6umJgxF5VI3xN0p9FA91p/YO+ou5hiNghLdZ5BEHztwaaK5+bLKRf8x/o2L2nk9A==",
|
|
1561
1642
|
"cpu": [
|
|
1562
1643
|
"arm"
|
|
1563
1644
|
],
|
|
1645
|
+
"libc": [
|
|
1646
|
+
"glibc"
|
|
1647
|
+
],
|
|
1564
1648
|
"license": "Apache-2.0",
|
|
1565
1649
|
"optional": true,
|
|
1566
1650
|
"os": [
|
|
@@ -1573,16 +1657,19 @@
|
|
|
1573
1657
|
"url": "https://opencollective.com/libvips"
|
|
1574
1658
|
},
|
|
1575
1659
|
"optionalDependencies": {
|
|
1576
|
-
"@img/sharp-libvips-linux-arm": "1.3.
|
|
1660
|
+
"@img/sharp-libvips-linux-arm": "1.3.3"
|
|
1577
1661
|
}
|
|
1578
1662
|
},
|
|
1579
1663
|
"node_modules/@img/sharp-linux-arm64": {
|
|
1580
|
-
"version": "0.35.
|
|
1581
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.
|
|
1582
|
-
"integrity": "sha512-
|
|
1664
|
+
"version": "0.35.4",
|
|
1665
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.4.tgz",
|
|
1666
|
+
"integrity": "sha512-De4jpEnAU8Hd5oT0j1G3uL4ZvTuipVMn7YC6vPaJhy6/7EwEae0SVAoBrUMYQbkLGDm85taVWwuPc1a44LTzCQ==",
|
|
1583
1667
|
"cpu": [
|
|
1584
1668
|
"arm64"
|
|
1585
1669
|
],
|
|
1670
|
+
"libc": [
|
|
1671
|
+
"glibc"
|
|
1672
|
+
],
|
|
1586
1673
|
"license": "Apache-2.0",
|
|
1587
1674
|
"optional": true,
|
|
1588
1675
|
"os": [
|
|
@@ -1595,16 +1682,19 @@
|
|
|
1595
1682
|
"url": "https://opencollective.com/libvips"
|
|
1596
1683
|
},
|
|
1597
1684
|
"optionalDependencies": {
|
|
1598
|
-
"@img/sharp-libvips-linux-arm64": "1.3.
|
|
1685
|
+
"@img/sharp-libvips-linux-arm64": "1.3.3"
|
|
1599
1686
|
}
|
|
1600
1687
|
},
|
|
1601
1688
|
"node_modules/@img/sharp-linux-ppc64": {
|
|
1602
|
-
"version": "0.35.
|
|
1603
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.
|
|
1604
|
-
"integrity": "sha512-
|
|
1689
|
+
"version": "0.35.4",
|
|
1690
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.4.tgz",
|
|
1691
|
+
"integrity": "sha512-2oYZJeIl4kCcMGk4ouZVjnkCtFrpQFlNEtJ6GbxzhHQchwH0NH/qEb9ykmOl29dqwMq+JhFdZn+1ak2FKhI9fQ==",
|
|
1605
1692
|
"cpu": [
|
|
1606
1693
|
"ppc64"
|
|
1607
1694
|
],
|
|
1695
|
+
"libc": [
|
|
1696
|
+
"glibc"
|
|
1697
|
+
],
|
|
1608
1698
|
"license": "Apache-2.0",
|
|
1609
1699
|
"optional": true,
|
|
1610
1700
|
"os": [
|
|
@@ -1617,16 +1707,19 @@
|
|
|
1617
1707
|
"url": "https://opencollective.com/libvips"
|
|
1618
1708
|
},
|
|
1619
1709
|
"optionalDependencies": {
|
|
1620
|
-
"@img/sharp-libvips-linux-ppc64": "1.3.
|
|
1710
|
+
"@img/sharp-libvips-linux-ppc64": "1.3.3"
|
|
1621
1711
|
}
|
|
1622
1712
|
},
|
|
1623
1713
|
"node_modules/@img/sharp-linux-riscv64": {
|
|
1624
|
-
"version": "0.35.
|
|
1625
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.
|
|
1626
|
-
"integrity": "sha512-
|
|
1714
|
+
"version": "0.35.4",
|
|
1715
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.4.tgz",
|
|
1716
|
+
"integrity": "sha512-cPbNChoRURAWdebDIHSenxRpgEdy7JkPydSnUxRm9VvKD7m0/xVaR/8Fzlu81pk5nHEvHH87UZUA7cTtwnbJSA==",
|
|
1627
1717
|
"cpu": [
|
|
1628
1718
|
"riscv64"
|
|
1629
1719
|
],
|
|
1720
|
+
"libc": [
|
|
1721
|
+
"glibc"
|
|
1722
|
+
],
|
|
1630
1723
|
"license": "Apache-2.0",
|
|
1631
1724
|
"optional": true,
|
|
1632
1725
|
"os": [
|
|
@@ -1639,16 +1732,19 @@
|
|
|
1639
1732
|
"url": "https://opencollective.com/libvips"
|
|
1640
1733
|
},
|
|
1641
1734
|
"optionalDependencies": {
|
|
1642
|
-
"@img/sharp-libvips-linux-riscv64": "1.3.
|
|
1735
|
+
"@img/sharp-libvips-linux-riscv64": "1.3.3"
|
|
1643
1736
|
}
|
|
1644
1737
|
},
|
|
1645
1738
|
"node_modules/@img/sharp-linux-s390x": {
|
|
1646
|
-
"version": "0.35.
|
|
1647
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.
|
|
1648
|
-
"integrity": "sha512-
|
|
1739
|
+
"version": "0.35.4",
|
|
1740
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.4.tgz",
|
|
1741
|
+
"integrity": "sha512-RY0JFY8Fd6RonCBtHz+DvadaPkXDSI1AUn6yWL9TipqkZ1vY8w8evqdgyDFnkm4/K1ve1TvZiaePP5oSd4+WVQ==",
|
|
1649
1742
|
"cpu": [
|
|
1650
1743
|
"s390x"
|
|
1651
1744
|
],
|
|
1745
|
+
"libc": [
|
|
1746
|
+
"glibc"
|
|
1747
|
+
],
|
|
1652
1748
|
"license": "Apache-2.0",
|
|
1653
1749
|
"optional": true,
|
|
1654
1750
|
"os": [
|
|
@@ -1661,16 +1757,19 @@
|
|
|
1661
1757
|
"url": "https://opencollective.com/libvips"
|
|
1662
1758
|
},
|
|
1663
1759
|
"optionalDependencies": {
|
|
1664
|
-
"@img/sharp-libvips-linux-s390x": "1.3.
|
|
1760
|
+
"@img/sharp-libvips-linux-s390x": "1.3.3"
|
|
1665
1761
|
}
|
|
1666
1762
|
},
|
|
1667
1763
|
"node_modules/@img/sharp-linux-x64": {
|
|
1668
|
-
"version": "0.35.
|
|
1669
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.
|
|
1670
|
-
"integrity": "sha512-
|
|
1764
|
+
"version": "0.35.4",
|
|
1765
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.4.tgz",
|
|
1766
|
+
"integrity": "sha512-9qvvEAuk8k89TfWUoX2htWjbAMX8p+NxCppjpcg5k6xMsjhBQPTsoIh36h9Qde4WRuGpJeYnOjdosDn/cnv+OA==",
|
|
1671
1767
|
"cpu": [
|
|
1672
1768
|
"x64"
|
|
1673
1769
|
],
|
|
1770
|
+
"libc": [
|
|
1771
|
+
"glibc"
|
|
1772
|
+
],
|
|
1674
1773
|
"license": "Apache-2.0",
|
|
1675
1774
|
"optional": true,
|
|
1676
1775
|
"os": [
|
|
@@ -1683,16 +1782,19 @@
|
|
|
1683
1782
|
"url": "https://opencollective.com/libvips"
|
|
1684
1783
|
},
|
|
1685
1784
|
"optionalDependencies": {
|
|
1686
|
-
"@img/sharp-libvips-linux-x64": "1.3.
|
|
1785
|
+
"@img/sharp-libvips-linux-x64": "1.3.3"
|
|
1687
1786
|
}
|
|
1688
1787
|
},
|
|
1689
1788
|
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
1690
|
-
"version": "0.35.
|
|
1691
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.
|
|
1692
|
-
"integrity": "sha512-
|
|
1789
|
+
"version": "0.35.4",
|
|
1790
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.4.tgz",
|
|
1791
|
+
"integrity": "sha512-KB5jxpfWQTr0nc3xdHtWChdbifHrBGsd2SM62Eyxrl8afikm+f5qGBU75SJIZBT/S1MC8XyacdlXBMSWq6OURA==",
|
|
1693
1792
|
"cpu": [
|
|
1694
1793
|
"arm64"
|
|
1695
1794
|
],
|
|
1795
|
+
"libc": [
|
|
1796
|
+
"musl"
|
|
1797
|
+
],
|
|
1696
1798
|
"license": "Apache-2.0",
|
|
1697
1799
|
"optional": true,
|
|
1698
1800
|
"os": [
|
|
@@ -1705,16 +1807,19 @@
|
|
|
1705
1807
|
"url": "https://opencollective.com/libvips"
|
|
1706
1808
|
},
|
|
1707
1809
|
"optionalDependencies": {
|
|
1708
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.3.
|
|
1810
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.3.3"
|
|
1709
1811
|
}
|
|
1710
1812
|
},
|
|
1711
1813
|
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
1712
|
-
"version": "0.35.
|
|
1713
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.
|
|
1714
|
-
"integrity": "sha512-
|
|
1814
|
+
"version": "0.35.4",
|
|
1815
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.4.tgz",
|
|
1816
|
+
"integrity": "sha512-f+eZJZIQNEEd26RPSW+76chwOf1XtA2Y/O+5ocVyLliHkeih3e+jhLVBdNTd2rS3IbNXK8+ug93Vf5ZXtF5Lxg==",
|
|
1715
1817
|
"cpu": [
|
|
1716
1818
|
"x64"
|
|
1717
1819
|
],
|
|
1820
|
+
"libc": [
|
|
1821
|
+
"musl"
|
|
1822
|
+
],
|
|
1718
1823
|
"license": "Apache-2.0",
|
|
1719
1824
|
"optional": true,
|
|
1720
1825
|
"os": [
|
|
@@ -1727,17 +1832,17 @@
|
|
|
1727
1832
|
"url": "https://opencollective.com/libvips"
|
|
1728
1833
|
},
|
|
1729
1834
|
"optionalDependencies": {
|
|
1730
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.3.
|
|
1835
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.3.3"
|
|
1731
1836
|
}
|
|
1732
1837
|
},
|
|
1733
1838
|
"node_modules/@img/sharp-wasm32": {
|
|
1734
|
-
"version": "0.35.
|
|
1735
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.
|
|
1736
|
-
"integrity": "sha512-
|
|
1839
|
+
"version": "0.35.4",
|
|
1840
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.4.tgz",
|
|
1841
|
+
"integrity": "sha512-zQnl4Kwp7Q6NHsENtU2T/00Zi+w3AQNwz3+UaTyVBy2FpXrzXzGjndpK61onhZjRtRpQXxCTeqw19bVyXOh7jA==",
|
|
1737
1842
|
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
1738
1843
|
"optional": true,
|
|
1739
1844
|
"dependencies": {
|
|
1740
|
-
"@emnapi/runtime": "^1.11.
|
|
1845
|
+
"@emnapi/runtime": "^1.11.3"
|
|
1741
1846
|
},
|
|
1742
1847
|
"engines": {
|
|
1743
1848
|
"node": ">=20.9.0"
|
|
@@ -1747,16 +1852,16 @@
|
|
|
1747
1852
|
}
|
|
1748
1853
|
},
|
|
1749
1854
|
"node_modules/@img/sharp-webcontainers-wasm32": {
|
|
1750
|
-
"version": "0.35.
|
|
1751
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.
|
|
1752
|
-
"integrity": "sha512-
|
|
1855
|
+
"version": "0.35.4",
|
|
1856
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.4.tgz",
|
|
1857
|
+
"integrity": "sha512-ESfNkywmCfPNyaZjxooddJQiQ+l/nTpGEOGthxiLnIHXC/CmcBixnfwUleX9mCz9ovrUUvKMap/pm8RYbzfwaA==",
|
|
1753
1858
|
"cpu": [
|
|
1754
1859
|
"wasm32"
|
|
1755
1860
|
],
|
|
1756
1861
|
"license": "Apache-2.0",
|
|
1757
1862
|
"optional": true,
|
|
1758
1863
|
"dependencies": {
|
|
1759
|
-
"@img/sharp-wasm32": "0.35.
|
|
1864
|
+
"@img/sharp-wasm32": "0.35.4"
|
|
1760
1865
|
},
|
|
1761
1866
|
"engines": {
|
|
1762
1867
|
"node": ">=20.9.0"
|
|
@@ -1766,9 +1871,9 @@
|
|
|
1766
1871
|
}
|
|
1767
1872
|
},
|
|
1768
1873
|
"node_modules/@img/sharp-win32-arm64": {
|
|
1769
|
-
"version": "0.35.
|
|
1770
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.
|
|
1771
|
-
"integrity": "sha512-
|
|
1874
|
+
"version": "0.35.4",
|
|
1875
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.4.tgz",
|
|
1876
|
+
"integrity": "sha512-iNdlBX9gLVvqe2I3uIJSIKTq6wckP/DYxZtcqxm09x5Gi24DnFBmPAWZmr60ZyYMG0xlzo6goG3670ar+RXvRw==",
|
|
1772
1877
|
"cpu": [
|
|
1773
1878
|
"arm64"
|
|
1774
1879
|
],
|
|
@@ -1785,9 +1890,9 @@
|
|
|
1785
1890
|
}
|
|
1786
1891
|
},
|
|
1787
1892
|
"node_modules/@img/sharp-win32-ia32": {
|
|
1788
|
-
"version": "0.35.
|
|
1789
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.
|
|
1790
|
-
"integrity": "sha512-
|
|
1893
|
+
"version": "0.35.4",
|
|
1894
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.4.tgz",
|
|
1895
|
+
"integrity": "sha512-kqRsbaa5CS6KHlpxnN7WhE6vAAugXyZButpRdvDWetlv6Qv4N9WTcrWzF7tXfB9T7MsoadqdI8hmwLq6UlLvtw==",
|
|
1791
1896
|
"cpu": [
|
|
1792
1897
|
"ia32"
|
|
1793
1898
|
],
|
|
@@ -1804,9 +1909,9 @@
|
|
|
1804
1909
|
}
|
|
1805
1910
|
},
|
|
1806
1911
|
"node_modules/@img/sharp-win32-x64": {
|
|
1807
|
-
"version": "0.35.
|
|
1808
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.
|
|
1809
|
-
"integrity": "sha512-
|
|
1912
|
+
"version": "0.35.4",
|
|
1913
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.4.tgz",
|
|
1914
|
+
"integrity": "sha512-XtmnYhBcrORsJ4XJngyzr/EWP0hRZLAZRFaApdKuviyqF78+ylxh2y06ZmtULAMOnObJ3ucpN0AcwSWnMowTRg==",
|
|
1810
1915
|
"cpu": [
|
|
1811
1916
|
"x64"
|
|
1812
1917
|
],
|
|
@@ -1855,9 +1960,9 @@
|
|
|
1855
1960
|
"license": "BSD-2-Clause"
|
|
1856
1961
|
},
|
|
1857
1962
|
"node_modules/@napi-rs/wasm-runtime": {
|
|
1858
|
-
"version": "1.2.
|
|
1859
|
-
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.
|
|
1860
|
-
"integrity": "sha512-
|
|
1963
|
+
"version": "1.2.4",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.4.tgz",
|
|
1965
|
+
"integrity": "sha512-AJxoUD2/15ESHbvpcyjU274nsAPLuOtPHCk0vKJM5pj//Fg/B1FXNWjPnXTT9PymCYYiHo4zPj0ZomXBKhoy7g==",
|
|
1861
1966
|
"license": "MIT",
|
|
1862
1967
|
"optional": true,
|
|
1863
1968
|
"dependencies": {
|
|
@@ -1871,8 +1976,8 @@
|
|
|
1871
1976
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
1872
1977
|
},
|
|
1873
1978
|
"peerDependencies": {
|
|
1874
|
-
"@emnapi/core": "^1.7.1 || ^2.0.0-alpha.
|
|
1875
|
-
"@emnapi/runtime": "^1.7.1 || ^2.0.0-alpha.
|
|
1979
|
+
"@emnapi/core": "^1.7.1 || ^2.0.0-alpha.4",
|
|
1980
|
+
"@emnapi/runtime": "^1.7.1 || ^2.0.0-alpha.4"
|
|
1876
1981
|
}
|
|
1877
1982
|
},
|
|
1878
1983
|
"node_modules/@nodable/entities": {
|
|
@@ -2306,28 +2411,6 @@
|
|
|
2306
2411
|
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
2307
2412
|
"license": "MIT"
|
|
2308
2413
|
},
|
|
2309
|
-
"node_modules/@rollup/pluginutils": {
|
|
2310
|
-
"version": "5.4.0",
|
|
2311
|
-
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.4.0.tgz",
|
|
2312
|
-
"integrity": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==",
|
|
2313
|
-
"license": "MIT",
|
|
2314
|
-
"dependencies": {
|
|
2315
|
-
"@types/estree": "^1.0.0",
|
|
2316
|
-
"estree-walker": "^2.0.2",
|
|
2317
|
-
"picomatch": "^4.0.2"
|
|
2318
|
-
},
|
|
2319
|
-
"engines": {
|
|
2320
|
-
"node": ">=14.0.0"
|
|
2321
|
-
},
|
|
2322
|
-
"peerDependencies": {
|
|
2323
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
2324
|
-
},
|
|
2325
|
-
"peerDependenciesMeta": {
|
|
2326
|
-
"rollup": {
|
|
2327
|
-
"optional": true
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
2414
|
"node_modules/@shikijs/core": {
|
|
2332
2415
|
"version": "4.4.2",
|
|
2333
2416
|
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.4.2.tgz",
|
|
@@ -2454,9 +2537,9 @@
|
|
|
2454
2537
|
"license": "MIT"
|
|
2455
2538
|
},
|
|
2456
2539
|
"node_modules/@tybys/wasm-util": {
|
|
2457
|
-
"version": "0.10.
|
|
2458
|
-
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.
|
|
2459
|
-
"integrity": "sha512-
|
|
2540
|
+
"version": "0.10.4",
|
|
2541
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.4.tgz",
|
|
2542
|
+
"integrity": "sha512-W3c4gRigFS0T/Ma4qIYF3GDAc5AQdHb1yL5znJT1Zv1YaD9Kitx656wBjvr19qbiosmZT8lWDM5BEMynUqX65A==",
|
|
2460
2543
|
"license": "MIT",
|
|
2461
2544
|
"optional": true,
|
|
2462
2545
|
"dependencies": {
|
|
@@ -2836,19 +2919,18 @@
|
|
|
2836
2919
|
}
|
|
2837
2920
|
},
|
|
2838
2921
|
"node_modules/astro": {
|
|
2839
|
-
"version": "7.
|
|
2840
|
-
"resolved": "https://registry.npmjs.org/astro/-/astro-7.
|
|
2841
|
-
"integrity": "sha512-
|
|
2922
|
+
"version": "7.3.3",
|
|
2923
|
+
"resolved": "https://registry.npmjs.org/astro/-/astro-7.3.3.tgz",
|
|
2924
|
+
"integrity": "sha512-NF08hk3edFkVmr9avf9HW/rQyf6NrpbVDyYj2cVN3JfijDhfJYh1ivWVTY5PUd5+rRZn/Vtu4iaeyNlP0Iv6mg==",
|
|
2842
2925
|
"license": "MIT",
|
|
2843
2926
|
"dependencies": {
|
|
2844
|
-
"@astrojs/compiler-rs": "^0.
|
|
2845
|
-
"@astrojs/internal-helpers": "0.
|
|
2846
|
-
"@astrojs/markdown-satteri": "0.
|
|
2927
|
+
"@astrojs/compiler-rs": "^0.4.0",
|
|
2928
|
+
"@astrojs/internal-helpers": "0.11.0",
|
|
2929
|
+
"@astrojs/markdown-satteri": "0.4.1",
|
|
2847
2930
|
"@astrojs/telemetry": "3.3.3",
|
|
2848
2931
|
"@capsizecss/unpack": "^4.0.0",
|
|
2849
2932
|
"@clack/prompts": "^1.1.0",
|
|
2850
2933
|
"@oslojs/encoding": "^1.1.0",
|
|
2851
|
-
"@rollup/pluginutils": "^5.3.0",
|
|
2852
2934
|
"am-i-vibing": "^0.4.0",
|
|
2853
2935
|
"aria-query": "^5.3.2",
|
|
2854
2936
|
"axobject-query": "^4.1.0",
|
|
@@ -2857,10 +2939,11 @@
|
|
|
2857
2939
|
"common-ancestor-path": "^2.0.0",
|
|
2858
2940
|
"cookie": "^2.0.1",
|
|
2859
2941
|
"devalue": "^5.8.1",
|
|
2860
|
-
"diff": "^
|
|
2942
|
+
"diff": "^9.0.0",
|
|
2861
2943
|
"dset": "^3.1.4",
|
|
2862
2944
|
"es-module-lexer": "^2.0.0",
|
|
2863
2945
|
"esbuild": "^0.28.0",
|
|
2946
|
+
"find-proc": "0.2.0",
|
|
2864
2947
|
"flattie": "^1.1.1",
|
|
2865
2948
|
"fontace": "~0.4.1",
|
|
2866
2949
|
"get-tsconfig": "5.0.0-beta.4",
|
|
@@ -2879,21 +2962,21 @@
|
|
|
2879
2962
|
"package-manager-detector": "^1.6.0",
|
|
2880
2963
|
"piccolore": "^0.1.3",
|
|
2881
2964
|
"picomatch": "^4.0.4",
|
|
2882
|
-
"semver": "^7.7.4",
|
|
2883
2965
|
"shiki": "^4.0.2",
|
|
2884
2966
|
"smol-toml": "^1.6.0",
|
|
2885
|
-
"svgo": "^4.0.
|
|
2967
|
+
"svgo": "^4.0.2",
|
|
2886
2968
|
"tinyclip": "^0.1.12",
|
|
2887
2969
|
"tinyexec": "^1.0.4",
|
|
2888
2970
|
"tinyglobby": "^0.2.15",
|
|
2889
2971
|
"ultrahtml": "^1.6.0",
|
|
2890
|
-
"unifont": "~0.7.
|
|
2972
|
+
"unifont": "~0.7.5",
|
|
2891
2973
|
"unstorage": "^1.17.5",
|
|
2974
|
+
"verkit": "^0.4.0",
|
|
2892
2975
|
"vite": "^8.0.13",
|
|
2893
2976
|
"vitefu": "^1.1.2",
|
|
2894
2977
|
"xxhash-wasm": "^1.1.0",
|
|
2895
2978
|
"yargs-parser": "^22.0.0",
|
|
2896
|
-
"zod": "^4.
|
|
2979
|
+
"zod": "^4.5.4"
|
|
2897
2980
|
},
|
|
2898
2981
|
"bin": {
|
|
2899
2982
|
"astro": "bin/astro.mjs"
|
|
@@ -2908,10 +2991,10 @@
|
|
|
2908
2991
|
"url": "https://opencollective.com/astrodotbuild"
|
|
2909
2992
|
},
|
|
2910
2993
|
"optionalDependencies": {
|
|
2911
|
-
"sharp": "^0.
|
|
2994
|
+
"sharp": "^0.35.4"
|
|
2912
2995
|
},
|
|
2913
2996
|
"peerDependencies": {
|
|
2914
|
-
"@astrojs/markdown-remark": "7.
|
|
2997
|
+
"@astrojs/markdown-remark": "^7.3.0"
|
|
2915
2998
|
},
|
|
2916
2999
|
"peerDependenciesMeta": {
|
|
2917
3000
|
"@astrojs/markdown-remark": {
|
|
@@ -2919,6 +3002,22 @@
|
|
|
2919
3002
|
}
|
|
2920
3003
|
}
|
|
2921
3004
|
},
|
|
3005
|
+
"node_modules/astro/node_modules/@astrojs/internal-helpers": {
|
|
3006
|
+
"version": "0.11.0",
|
|
3007
|
+
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.11.0.tgz",
|
|
3008
|
+
"integrity": "sha512-3rzxJ+xbo0+8YyqOzLziIN32wmsHdCjEVz2sGOpRxJ+Ben/KiLph4ItxBy1abEL+E8fkRzqjg0rfXmaHJGw9JA==",
|
|
3009
|
+
"license": "MIT",
|
|
3010
|
+
"dependencies": {
|
|
3011
|
+
"@types/hast": "^3.0.4",
|
|
3012
|
+
"@types/mdast": "^4.0.4",
|
|
3013
|
+
"js-yaml": "^4.3.0",
|
|
3014
|
+
"picomatch": "^4.0.4",
|
|
3015
|
+
"retext-smartypants": "^6.2.0",
|
|
3016
|
+
"shiki": "^4.0.2",
|
|
3017
|
+
"smol-toml": "^1.6.0",
|
|
3018
|
+
"unified": "^11.0.5"
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
2922
3021
|
"node_modules/async": {
|
|
2923
3022
|
"version": "3.2.6",
|
|
2924
3023
|
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
|
|
@@ -3438,6 +3537,7 @@
|
|
|
3438
3537
|
"version": "5.2.2",
|
|
3439
3538
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
|
|
3440
3539
|
"integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
|
|
3540
|
+
"dev": true,
|
|
3441
3541
|
"license": "BSD-2-Clause",
|
|
3442
3542
|
"dependencies": {
|
|
3443
3543
|
"boolbase": "^1.0.0",
|
|
@@ -3467,6 +3567,7 @@
|
|
|
3467
3567
|
"version": "6.2.2",
|
|
3468
3568
|
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
|
|
3469
3569
|
"integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
|
|
3570
|
+
"dev": true,
|
|
3470
3571
|
"license": "BSD-2-Clause",
|
|
3471
3572
|
"engines": {
|
|
3472
3573
|
"node": ">= 6"
|
|
@@ -3582,9 +3683,9 @@
|
|
|
3582
3683
|
}
|
|
3583
3684
|
},
|
|
3584
3685
|
"node_modules/devalue": {
|
|
3585
|
-
"version": "5.9.
|
|
3586
|
-
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.9.
|
|
3587
|
-
"integrity": "sha512-
|
|
3686
|
+
"version": "5.9.4",
|
|
3687
|
+
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.9.4.tgz",
|
|
3688
|
+
"integrity": "sha512-sPAT4pztbu6586/hrhOnMKS17IJrvg12mXiSPSS3W5qDeN2RGgvZ0diZCm31dBbnevfVmujNO3IM2wrS4Y2Rhg==",
|
|
3588
3689
|
"license": "MIT"
|
|
3589
3690
|
},
|
|
3590
3691
|
"node_modules/devlop": {
|
|
@@ -3608,9 +3709,9 @@
|
|
|
3608
3709
|
"license": "BSD-3-Clause"
|
|
3609
3710
|
},
|
|
3610
3711
|
"node_modules/diff": {
|
|
3611
|
-
"version": "
|
|
3612
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-
|
|
3613
|
-
"integrity": "sha512-
|
|
3712
|
+
"version": "9.0.0",
|
|
3713
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
|
|
3714
|
+
"integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
|
|
3614
3715
|
"license": "BSD-3-Clause",
|
|
3615
3716
|
"engines": {
|
|
3616
3717
|
"node": ">=0.3.1"
|
|
@@ -3744,6 +3845,7 @@
|
|
|
3744
3845
|
"version": "6.0.1",
|
|
3745
3846
|
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
3746
3847
|
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
3848
|
+
"dev": true,
|
|
3747
3849
|
"license": "BSD-2-Clause",
|
|
3748
3850
|
"engines": {
|
|
3749
3851
|
"node": ">=0.12"
|
|
@@ -3897,12 +3999,6 @@
|
|
|
3897
3999
|
"node": ">=4.0"
|
|
3898
4000
|
}
|
|
3899
4001
|
},
|
|
3900
|
-
"node_modules/estree-walker": {
|
|
3901
|
-
"version": "2.0.2",
|
|
3902
|
-
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
3903
|
-
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
3904
|
-
"license": "MIT"
|
|
3905
|
-
},
|
|
3906
4002
|
"node_modules/esutils": {
|
|
3907
4003
|
"version": "2.0.3",
|
|
3908
4004
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
@@ -3986,9 +4082,9 @@
|
|
|
3986
4082
|
}
|
|
3987
4083
|
},
|
|
3988
4084
|
"node_modules/fast-uri": {
|
|
3989
|
-
"version": "3.1.
|
|
3990
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
3991
|
-
"integrity": "sha512-
|
|
4085
|
+
"version": "3.1.8",
|
|
4086
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.8.tgz",
|
|
4087
|
+
"integrity": "sha512-GZMtZUTNRpOVIECoXwLNZS5xUGE+mVNbTB8h/7Rwh2TFWcBQiPzTgyZi05BF9UMZKkLJv8XBRJTlU7zg8+ZfMg==",
|
|
3992
4088
|
"dev": true,
|
|
3993
4089
|
"funding": [
|
|
3994
4090
|
{
|
|
@@ -4087,6 +4183,15 @@
|
|
|
4087
4183
|
"node": ">=8"
|
|
4088
4184
|
}
|
|
4089
4185
|
},
|
|
4186
|
+
"node_modules/find-proc": {
|
|
4187
|
+
"version": "0.2.0",
|
|
4188
|
+
"resolved": "https://registry.npmjs.org/find-proc/-/find-proc-0.2.0.tgz",
|
|
4189
|
+
"integrity": "sha512-a6h2nTrgB3g5Wrn4au9Ux4kMk7IJtyF6oA8uGn+mk3weLZssUtc1cp6meHIzzuW2o1srrBAxzkmXLbqjRkgB6w==",
|
|
4190
|
+
"license": "MIT",
|
|
4191
|
+
"engines": {
|
|
4192
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
4193
|
+
}
|
|
4194
|
+
},
|
|
4090
4195
|
"node_modules/flattie": {
|
|
4091
4196
|
"version": "1.1.1",
|
|
4092
4197
|
"resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
|
|
@@ -4292,57 +4397,6 @@
|
|
|
4292
4397
|
"node": ">= 0.4"
|
|
4293
4398
|
}
|
|
4294
4399
|
},
|
|
4295
|
-
"node_modules/hast-util-from-html": {
|
|
4296
|
-
"version": "2.0.3",
|
|
4297
|
-
"resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
|
|
4298
|
-
"integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
|
|
4299
|
-
"license": "MIT",
|
|
4300
|
-
"dependencies": {
|
|
4301
|
-
"@types/hast": "^3.0.0",
|
|
4302
|
-
"devlop": "^1.1.0",
|
|
4303
|
-
"hast-util-from-parse5": "^8.0.0",
|
|
4304
|
-
"parse5": "^7.0.0",
|
|
4305
|
-
"vfile": "^6.0.0",
|
|
4306
|
-
"vfile-message": "^4.0.0"
|
|
4307
|
-
},
|
|
4308
|
-
"funding": {
|
|
4309
|
-
"type": "opencollective",
|
|
4310
|
-
"url": "https://opencollective.com/unified"
|
|
4311
|
-
}
|
|
4312
|
-
},
|
|
4313
|
-
"node_modules/hast-util-from-parse5": {
|
|
4314
|
-
"version": "8.0.3",
|
|
4315
|
-
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
|
|
4316
|
-
"integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
|
|
4317
|
-
"license": "MIT",
|
|
4318
|
-
"dependencies": {
|
|
4319
|
-
"@types/hast": "^3.0.0",
|
|
4320
|
-
"@types/unist": "^3.0.0",
|
|
4321
|
-
"devlop": "^1.0.0",
|
|
4322
|
-
"hastscript": "^9.0.0",
|
|
4323
|
-
"property-information": "^7.0.0",
|
|
4324
|
-
"vfile": "^6.0.0",
|
|
4325
|
-
"vfile-location": "^5.0.0",
|
|
4326
|
-
"web-namespaces": "^2.0.0"
|
|
4327
|
-
},
|
|
4328
|
-
"funding": {
|
|
4329
|
-
"type": "opencollective",
|
|
4330
|
-
"url": "https://opencollective.com/unified"
|
|
4331
|
-
}
|
|
4332
|
-
},
|
|
4333
|
-
"node_modules/hast-util-parse-selector": {
|
|
4334
|
-
"version": "4.0.0",
|
|
4335
|
-
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
|
|
4336
|
-
"integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
|
|
4337
|
-
"license": "MIT",
|
|
4338
|
-
"dependencies": {
|
|
4339
|
-
"@types/hast": "^3.0.0"
|
|
4340
|
-
},
|
|
4341
|
-
"funding": {
|
|
4342
|
-
"type": "opencollective",
|
|
4343
|
-
"url": "https://opencollective.com/unified"
|
|
4344
|
-
}
|
|
4345
|
-
},
|
|
4346
4400
|
"node_modules/hast-util-to-html": {
|
|
4347
4401
|
"version": "9.0.5",
|
|
4348
4402
|
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
@@ -4379,23 +4433,6 @@
|
|
|
4379
4433
|
"url": "https://opencollective.com/unified"
|
|
4380
4434
|
}
|
|
4381
4435
|
},
|
|
4382
|
-
"node_modules/hastscript": {
|
|
4383
|
-
"version": "9.0.1",
|
|
4384
|
-
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
|
|
4385
|
-
"integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
|
|
4386
|
-
"license": "MIT",
|
|
4387
|
-
"dependencies": {
|
|
4388
|
-
"@types/hast": "^3.0.0",
|
|
4389
|
-
"comma-separated-tokens": "^2.0.0",
|
|
4390
|
-
"hast-util-parse-selector": "^4.0.0",
|
|
4391
|
-
"property-information": "^7.0.0",
|
|
4392
|
-
"space-separated-tokens": "^2.0.0"
|
|
4393
|
-
},
|
|
4394
|
-
"funding": {
|
|
4395
|
-
"type": "opencollective",
|
|
4396
|
-
"url": "https://opencollective.com/unified"
|
|
4397
|
-
}
|
|
4398
|
-
},
|
|
4399
4436
|
"node_modules/hoopy": {
|
|
4400
4437
|
"version": "0.1.4",
|
|
4401
4438
|
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
|
|
@@ -4631,9 +4668,9 @@
|
|
|
4631
4668
|
"license": "MIT"
|
|
4632
4669
|
},
|
|
4633
4670
|
"node_modules/js-yaml": {
|
|
4634
|
-
"version": "4.3.
|
|
4635
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.
|
|
4636
|
-
"integrity": "sha512-
|
|
4671
|
+
"version": "4.3.2",
|
|
4672
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz",
|
|
4673
|
+
"integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
|
|
4637
4674
|
"funding": [
|
|
4638
4675
|
{
|
|
4639
4676
|
"type": "github",
|
|
@@ -5090,15 +5127,15 @@
|
|
|
5090
5127
|
"license": "MIT"
|
|
5091
5128
|
},
|
|
5092
5129
|
"node_modules/miniflare": {
|
|
5093
|
-
"version": "5.
|
|
5094
|
-
"resolved": "https://registry.npmjs.org/miniflare/-/miniflare-5.
|
|
5095
|
-
"integrity": "sha512-
|
|
5130
|
+
"version": "5.20260918.0-alpha",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/miniflare/-/miniflare-5.20260918.0-alpha.tgz",
|
|
5132
|
+
"integrity": "sha512-vyIes7yW/OTzHtz4GhcBCTohZfqk2eQNiIkngZ07VRA5Qu24aNgW/TrFwlPkMLMjWDQ8R4JJBBHR/KX+liSDtg==",
|
|
5096
5133
|
"license": "MIT",
|
|
5097
5134
|
"dependencies": {
|
|
5098
5135
|
"@cspotcode/source-map-support": "0.8.1",
|
|
5099
|
-
"sharp": "0.35.
|
|
5136
|
+
"sharp": "0.35.4",
|
|
5100
5137
|
"undici": "7.29.0",
|
|
5101
|
-
"workerd": "1.
|
|
5138
|
+
"workerd": "1.20260918.1",
|
|
5102
5139
|
"ws": "8.21.0",
|
|
5103
5140
|
"youch": "4.1.0-beta.10"
|
|
5104
5141
|
},
|
|
@@ -5106,568 +5143,33 @@
|
|
|
5106
5143
|
"node": ">=22.0.0"
|
|
5107
5144
|
}
|
|
5108
5145
|
},
|
|
5109
|
-
"node_modules/
|
|
5110
|
-
"version": "
|
|
5111
|
-
"resolved": "https://registry.npmjs.org
|
|
5112
|
-
"integrity": "sha512-
|
|
5113
|
-
"
|
|
5114
|
-
|
|
5115
|
-
],
|
|
5116
|
-
"license": "Apache-2.0",
|
|
5117
|
-
"optional": true,
|
|
5118
|
-
"os": [
|
|
5119
|
-
"darwin"
|
|
5120
|
-
],
|
|
5121
|
-
"engines": {
|
|
5122
|
-
"node": ">=20.9.0"
|
|
5123
|
-
},
|
|
5124
|
-
"funding": {
|
|
5125
|
-
"url": "https://opencollective.com/libvips"
|
|
5126
|
-
},
|
|
5127
|
-
"optionalDependencies": {
|
|
5128
|
-
"@img/sharp-libvips-darwin-arm64": "1.3.1"
|
|
5129
|
-
}
|
|
5130
|
-
},
|
|
5131
|
-
"node_modules/miniflare/node_modules/@img/sharp-darwin-x64": {
|
|
5132
|
-
"version": "0.35.2",
|
|
5133
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.2.tgz",
|
|
5134
|
-
"integrity": "sha512-BaktuGPCeHJMARpodR8jK4uKiZrPAy9WrfQW0sdI37clracq8Bp01AYS3SZgi5FS/y5twa9t4+LIuuxQjqRrWw==",
|
|
5135
|
-
"cpu": [
|
|
5136
|
-
"x64"
|
|
5137
|
-
],
|
|
5138
|
-
"license": "Apache-2.0",
|
|
5139
|
-
"optional": true,
|
|
5140
|
-
"os": [
|
|
5141
|
-
"darwin"
|
|
5142
|
-
],
|
|
5143
|
-
"engines": {
|
|
5144
|
-
"node": ">=20.9.0"
|
|
5145
|
-
},
|
|
5146
|
-
"funding": {
|
|
5147
|
-
"url": "https://opencollective.com/libvips"
|
|
5148
|
-
},
|
|
5149
|
-
"optionalDependencies": {
|
|
5150
|
-
"@img/sharp-libvips-darwin-x64": "1.3.1"
|
|
5151
|
-
}
|
|
5152
|
-
},
|
|
5153
|
-
"node_modules/miniflare/node_modules/@img/sharp-freebsd-wasm32": {
|
|
5154
|
-
"version": "0.35.2",
|
|
5155
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.2.tgz",
|
|
5156
|
-
"integrity": "sha512-YoAxdnd8hPUkvLHd3bWY+YA8nw3xM/RyRopYucNsWHVSan8NLVM3X2volsfoRDcXdUJPg6tXahSd7HXPK7lRnw==",
|
|
5157
|
-
"license": "Apache-2.0",
|
|
5158
|
-
"optional": true,
|
|
5159
|
-
"os": [
|
|
5160
|
-
"freebsd"
|
|
5161
|
-
],
|
|
5146
|
+
"node_modules/minimatch": {
|
|
5147
|
+
"version": "3.1.5",
|
|
5148
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
5149
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
5150
|
+
"dev": true,
|
|
5151
|
+
"license": "ISC",
|
|
5162
5152
|
"dependencies": {
|
|
5163
|
-
"
|
|
5153
|
+
"brace-expansion": "^1.1.7"
|
|
5164
5154
|
},
|
|
5165
5155
|
"engines": {
|
|
5166
|
-
"node": "
|
|
5167
|
-
},
|
|
5168
|
-
"funding": {
|
|
5169
|
-
"url": "https://opencollective.com/libvips"
|
|
5156
|
+
"node": "*"
|
|
5170
5157
|
}
|
|
5171
5158
|
},
|
|
5172
|
-
"node_modules/
|
|
5173
|
-
"version": "
|
|
5174
|
-
"resolved": "https://registry.npmjs.org
|
|
5175
|
-
"integrity": "sha512-
|
|
5176
|
-
"
|
|
5177
|
-
|
|
5178
|
-
],
|
|
5179
|
-
"license": "LGPL-3.0-or-later",
|
|
5180
|
-
"optional": true,
|
|
5181
|
-
"os": [
|
|
5182
|
-
"darwin"
|
|
5183
|
-
],
|
|
5184
|
-
"funding": {
|
|
5185
|
-
"url": "https://opencollective.com/libvips"
|
|
5186
|
-
}
|
|
5159
|
+
"node_modules/mitt": {
|
|
5160
|
+
"version": "3.0.1",
|
|
5161
|
+
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
5162
|
+
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
|
5163
|
+
"dev": true,
|
|
5164
|
+
"license": "MIT"
|
|
5187
5165
|
},
|
|
5188
|
-
"node_modules/
|
|
5189
|
-
"version": "
|
|
5190
|
-
"resolved": "https://registry.npmjs.org
|
|
5191
|
-
"integrity": "sha512-
|
|
5192
|
-
"
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
"license": "LGPL-3.0-or-later",
|
|
5196
|
-
"optional": true,
|
|
5197
|
-
"os": [
|
|
5198
|
-
"darwin"
|
|
5199
|
-
],
|
|
5200
|
-
"funding": {
|
|
5201
|
-
"url": "https://opencollective.com/libvips"
|
|
5202
|
-
}
|
|
5203
|
-
},
|
|
5204
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linux-arm": {
|
|
5205
|
-
"version": "1.3.1",
|
|
5206
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.1.tgz",
|
|
5207
|
-
"integrity": "sha512-aGGy9aWzXgHBG7HNyQPWorZthlp7+x6fDRoPAQbGO3ThcttuTyKIx3NuSHb6zb4gBNq6/yNn9f1cy9nFKS/Vmg==",
|
|
5208
|
-
"cpu": [
|
|
5209
|
-
"arm"
|
|
5210
|
-
],
|
|
5211
|
-
"license": "LGPL-3.0-or-later",
|
|
5212
|
-
"optional": true,
|
|
5213
|
-
"os": [
|
|
5214
|
-
"linux"
|
|
5215
|
-
],
|
|
5216
|
-
"funding": {
|
|
5217
|
-
"url": "https://opencollective.com/libvips"
|
|
5218
|
-
}
|
|
5219
|
-
},
|
|
5220
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linux-arm64": {
|
|
5221
|
-
"version": "1.3.1",
|
|
5222
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.1.tgz",
|
|
5223
|
-
"integrity": "sha512-JznefmcK9j1JKPz8AkQDh89kjojubyfOasWBPKfzMIhPwsgDy9evpE/naJTXXXmghS1iFwR8u/kTwh/I2/+GCw==",
|
|
5224
|
-
"cpu": [
|
|
5225
|
-
"arm64"
|
|
5226
|
-
],
|
|
5227
|
-
"license": "LGPL-3.0-or-later",
|
|
5228
|
-
"optional": true,
|
|
5229
|
-
"os": [
|
|
5230
|
-
"linux"
|
|
5231
|
-
],
|
|
5232
|
-
"funding": {
|
|
5233
|
-
"url": "https://opencollective.com/libvips"
|
|
5234
|
-
}
|
|
5235
|
-
},
|
|
5236
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
5237
|
-
"version": "1.3.1",
|
|
5238
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.1.tgz",
|
|
5239
|
-
"integrity": "sha512-1EkwGNCZk6iWNCMWqrvdJ+r1j0PT1zIz60CNPhYnJlK/zyeWqlsPZIe+ocBVqPF8k/Ssee/NCk+tE9Ryrko6ng==",
|
|
5240
|
-
"cpu": [
|
|
5241
|
-
"ppc64"
|
|
5242
|
-
],
|
|
5243
|
-
"license": "LGPL-3.0-or-later",
|
|
5244
|
-
"optional": true,
|
|
5245
|
-
"os": [
|
|
5246
|
-
"linux"
|
|
5247
|
-
],
|
|
5248
|
-
"funding": {
|
|
5249
|
-
"url": "https://opencollective.com/libvips"
|
|
5250
|
-
}
|
|
5251
|
-
},
|
|
5252
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
5253
|
-
"version": "1.3.1",
|
|
5254
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.1.tgz",
|
|
5255
|
-
"integrity": "sha512-Ilays+w2bXdnxzxtQdmXR62u8o8GYa3eL4+Gr+1KiE4xperMZUslRaVPJwwPkzlHEjGfXAfRVAa/7CYCtSqsBw==",
|
|
5256
|
-
"cpu": [
|
|
5257
|
-
"riscv64"
|
|
5258
|
-
],
|
|
5259
|
-
"license": "LGPL-3.0-or-later",
|
|
5260
|
-
"optional": true,
|
|
5261
|
-
"os": [
|
|
5262
|
-
"linux"
|
|
5263
|
-
],
|
|
5264
|
-
"funding": {
|
|
5265
|
-
"url": "https://opencollective.com/libvips"
|
|
5266
|
-
}
|
|
5267
|
-
},
|
|
5268
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linux-s390x": {
|
|
5269
|
-
"version": "1.3.1",
|
|
5270
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.1.tgz",
|
|
5271
|
-
"integrity": "sha512-VfBwVHQTbRoj4XlpA/KLZ7ltgMpz+4WSejFzQ+GnoImjo1PtEJ59QB2qR1xQEeRPYIkNrPIm2L4cICMvz4C2ew==",
|
|
5272
|
-
"cpu": [
|
|
5273
|
-
"s390x"
|
|
5274
|
-
],
|
|
5275
|
-
"license": "LGPL-3.0-or-later",
|
|
5276
|
-
"optional": true,
|
|
5277
|
-
"os": [
|
|
5278
|
-
"linux"
|
|
5279
|
-
],
|
|
5280
|
-
"funding": {
|
|
5281
|
-
"url": "https://opencollective.com/libvips"
|
|
5282
|
-
}
|
|
5283
|
-
},
|
|
5284
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linux-x64": {
|
|
5285
|
-
"version": "1.3.1",
|
|
5286
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.1.tgz",
|
|
5287
|
-
"integrity": "sha512-+c8ukgwU62DS54nCAjw7keOfHUkmr0B5QHEdcOqRnodF/MNXJbVI8Eopoj4B/0H8Asr65I+A4Amrn7a85/md6A==",
|
|
5288
|
-
"cpu": [
|
|
5289
|
-
"x64"
|
|
5290
|
-
],
|
|
5291
|
-
"license": "LGPL-3.0-or-later",
|
|
5292
|
-
"optional": true,
|
|
5293
|
-
"os": [
|
|
5294
|
-
"linux"
|
|
5295
|
-
],
|
|
5296
|
-
"funding": {
|
|
5297
|
-
"url": "https://opencollective.com/libvips"
|
|
5298
|
-
}
|
|
5299
|
-
},
|
|
5300
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
5301
|
-
"version": "1.3.1",
|
|
5302
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.1.tgz",
|
|
5303
|
-
"integrity": "sha512-qlKb/pwbkAi1WMsJrYHk7CuDrd12s27U2QnRhFYUoJNrRCmkosMTttuRFat/DDB3IlDm5qE1TJgZ4JDnHX8Ldw==",
|
|
5304
|
-
"cpu": [
|
|
5305
|
-
"arm64"
|
|
5306
|
-
],
|
|
5307
|
-
"license": "LGPL-3.0-or-later",
|
|
5308
|
-
"optional": true,
|
|
5309
|
-
"os": [
|
|
5310
|
-
"linux"
|
|
5311
|
-
],
|
|
5312
|
-
"funding": {
|
|
5313
|
-
"url": "https://opencollective.com/libvips"
|
|
5314
|
-
}
|
|
5315
|
-
},
|
|
5316
|
-
"node_modules/miniflare/node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
5317
|
-
"version": "1.3.1",
|
|
5318
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.1.tgz",
|
|
5319
|
-
"integrity": "sha512-yO21HwoUVLN8Qa+/SBjQLMYwBWAVJjeGPNe+hc0OUeMeifEtJqu5a1c4HayE1nNpDih9y3/KkoltfkDodmKAlg==",
|
|
5320
|
-
"cpu": [
|
|
5321
|
-
"x64"
|
|
5322
|
-
],
|
|
5323
|
-
"license": "LGPL-3.0-or-later",
|
|
5324
|
-
"optional": true,
|
|
5325
|
-
"os": [
|
|
5326
|
-
"linux"
|
|
5327
|
-
],
|
|
5328
|
-
"funding": {
|
|
5329
|
-
"url": "https://opencollective.com/libvips"
|
|
5330
|
-
}
|
|
5331
|
-
},
|
|
5332
|
-
"node_modules/miniflare/node_modules/@img/sharp-linux-arm": {
|
|
5333
|
-
"version": "0.35.2",
|
|
5334
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.2.tgz",
|
|
5335
|
-
"integrity": "sha512-SE4kzF2mepn6z+6E7L6lsV8FzuLL6IPQdyX8ZiwROAG/G8td+hP/m7FsFPwidtrF19gvajuC9l6TxAVcsA4S7A==",
|
|
5336
|
-
"cpu": [
|
|
5337
|
-
"arm"
|
|
5338
|
-
],
|
|
5339
|
-
"license": "Apache-2.0",
|
|
5340
|
-
"optional": true,
|
|
5341
|
-
"os": [
|
|
5342
|
-
"linux"
|
|
5343
|
-
],
|
|
5344
|
-
"engines": {
|
|
5345
|
-
"node": ">=20.9.0"
|
|
5346
|
-
},
|
|
5347
|
-
"funding": {
|
|
5348
|
-
"url": "https://opencollective.com/libvips"
|
|
5349
|
-
},
|
|
5350
|
-
"optionalDependencies": {
|
|
5351
|
-
"@img/sharp-libvips-linux-arm": "1.3.1"
|
|
5352
|
-
}
|
|
5353
|
-
},
|
|
5354
|
-
"node_modules/miniflare/node_modules/@img/sharp-linux-arm64": {
|
|
5355
|
-
"version": "0.35.2",
|
|
5356
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.2.tgz",
|
|
5357
|
-
"integrity": "sha512-af12Pnd0ZGu2HfP8NayB0kk6eC/lrfbQE6HlR4jD+34wdJ1Vw9TF6TMn6ZvffT+WgqVsl0hRbmNvz2u/23VmwA==",
|
|
5358
|
-
"cpu": [
|
|
5359
|
-
"arm64"
|
|
5360
|
-
],
|
|
5361
|
-
"license": "Apache-2.0",
|
|
5362
|
-
"optional": true,
|
|
5363
|
-
"os": [
|
|
5364
|
-
"linux"
|
|
5365
|
-
],
|
|
5366
|
-
"engines": {
|
|
5367
|
-
"node": ">=20.9.0"
|
|
5368
|
-
},
|
|
5369
|
-
"funding": {
|
|
5370
|
-
"url": "https://opencollective.com/libvips"
|
|
5371
|
-
},
|
|
5372
|
-
"optionalDependencies": {
|
|
5373
|
-
"@img/sharp-libvips-linux-arm64": "1.3.1"
|
|
5374
|
-
}
|
|
5375
|
-
},
|
|
5376
|
-
"node_modules/miniflare/node_modules/@img/sharp-linux-ppc64": {
|
|
5377
|
-
"version": "0.35.2",
|
|
5378
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.2.tgz",
|
|
5379
|
-
"integrity": "sha512-hYSBm7zcNtDCozCxQHYZJiu63b/bXsgRZuOxCIBZsStMM9Vap47iFHdbX4kCvQsblPB/k+clhELpdQJHQLSHvg==",
|
|
5380
|
-
"cpu": [
|
|
5381
|
-
"ppc64"
|
|
5382
|
-
],
|
|
5383
|
-
"license": "Apache-2.0",
|
|
5384
|
-
"optional": true,
|
|
5385
|
-
"os": [
|
|
5386
|
-
"linux"
|
|
5387
|
-
],
|
|
5388
|
-
"engines": {
|
|
5389
|
-
"node": ">=20.9.0"
|
|
5390
|
-
},
|
|
5391
|
-
"funding": {
|
|
5392
|
-
"url": "https://opencollective.com/libvips"
|
|
5393
|
-
},
|
|
5394
|
-
"optionalDependencies": {
|
|
5395
|
-
"@img/sharp-libvips-linux-ppc64": "1.3.1"
|
|
5396
|
-
}
|
|
5397
|
-
},
|
|
5398
|
-
"node_modules/miniflare/node_modules/@img/sharp-linux-riscv64": {
|
|
5399
|
-
"version": "0.35.2",
|
|
5400
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.2.tgz",
|
|
5401
|
-
"integrity": "sha512-qQt0Kc13+Hoan/Awq/qMSQw3L+RI1NCRPgD5cUJ/1WSSmIoysLOc72jlRM3E0OHN9Yr313jgeQ2T+zW+F03QFA==",
|
|
5402
|
-
"cpu": [
|
|
5403
|
-
"riscv64"
|
|
5404
|
-
],
|
|
5405
|
-
"license": "Apache-2.0",
|
|
5406
|
-
"optional": true,
|
|
5407
|
-
"os": [
|
|
5408
|
-
"linux"
|
|
5409
|
-
],
|
|
5410
|
-
"engines": {
|
|
5411
|
-
"node": ">=20.9.0"
|
|
5412
|
-
},
|
|
5413
|
-
"funding": {
|
|
5414
|
-
"url": "https://opencollective.com/libvips"
|
|
5415
|
-
},
|
|
5416
|
-
"optionalDependencies": {
|
|
5417
|
-
"@img/sharp-libvips-linux-riscv64": "1.3.1"
|
|
5418
|
-
}
|
|
5419
|
-
},
|
|
5420
|
-
"node_modules/miniflare/node_modules/@img/sharp-linux-s390x": {
|
|
5421
|
-
"version": "0.35.2",
|
|
5422
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.2.tgz",
|
|
5423
|
-
"integrity": "sha512-E4fLLfRPzDLlEeDaTzI98OFLcv++WL5ChLLMwPoVd0CIoZQqupBSNbOisPL5am9XsbQ9T84+iiMpUvbFtkunbA==",
|
|
5424
|
-
"cpu": [
|
|
5425
|
-
"s390x"
|
|
5426
|
-
],
|
|
5427
|
-
"license": "Apache-2.0",
|
|
5428
|
-
"optional": true,
|
|
5429
|
-
"os": [
|
|
5430
|
-
"linux"
|
|
5431
|
-
],
|
|
5432
|
-
"engines": {
|
|
5433
|
-
"node": ">=20.9.0"
|
|
5434
|
-
},
|
|
5435
|
-
"funding": {
|
|
5436
|
-
"url": "https://opencollective.com/libvips"
|
|
5437
|
-
},
|
|
5438
|
-
"optionalDependencies": {
|
|
5439
|
-
"@img/sharp-libvips-linux-s390x": "1.3.1"
|
|
5440
|
-
}
|
|
5441
|
-
},
|
|
5442
|
-
"node_modules/miniflare/node_modules/@img/sharp-linux-x64": {
|
|
5443
|
-
"version": "0.35.2",
|
|
5444
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.2.tgz",
|
|
5445
|
-
"integrity": "sha512-gi0zFJJRLswfCZmHtJdikXPOc5u7qamSOS3NHedLqLd4W8Q0NqjdBr6TTRIgsfFjqfTsHFgdfvJ9LwqSgcHiAA==",
|
|
5446
|
-
"cpu": [
|
|
5447
|
-
"x64"
|
|
5448
|
-
],
|
|
5449
|
-
"license": "Apache-2.0",
|
|
5450
|
-
"optional": true,
|
|
5451
|
-
"os": [
|
|
5452
|
-
"linux"
|
|
5453
|
-
],
|
|
5454
|
-
"engines": {
|
|
5455
|
-
"node": ">=20.9.0"
|
|
5456
|
-
},
|
|
5457
|
-
"funding": {
|
|
5458
|
-
"url": "https://opencollective.com/libvips"
|
|
5459
|
-
},
|
|
5460
|
-
"optionalDependencies": {
|
|
5461
|
-
"@img/sharp-libvips-linux-x64": "1.3.1"
|
|
5462
|
-
}
|
|
5463
|
-
},
|
|
5464
|
-
"node_modules/miniflare/node_modules/@img/sharp-linuxmusl-arm64": {
|
|
5465
|
-
"version": "0.35.2",
|
|
5466
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.2.tgz",
|
|
5467
|
-
"integrity": "sha512-siWbOW1u6HFnFLrp0waKyW7VEf7jYvcDWdrXEFa8AkdAQgEvuu5Fz8/Y70w9EeqAdwDtfU012BhEHHaDqvQNzg==",
|
|
5468
|
-
"cpu": [
|
|
5469
|
-
"arm64"
|
|
5470
|
-
],
|
|
5471
|
-
"license": "Apache-2.0",
|
|
5472
|
-
"optional": true,
|
|
5473
|
-
"os": [
|
|
5474
|
-
"linux"
|
|
5475
|
-
],
|
|
5476
|
-
"engines": {
|
|
5477
|
-
"node": ">=20.9.0"
|
|
5478
|
-
},
|
|
5479
|
-
"funding": {
|
|
5480
|
-
"url": "https://opencollective.com/libvips"
|
|
5481
|
-
},
|
|
5482
|
-
"optionalDependencies": {
|
|
5483
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.3.1"
|
|
5484
|
-
}
|
|
5485
|
-
},
|
|
5486
|
-
"node_modules/miniflare/node_modules/@img/sharp-linuxmusl-x64": {
|
|
5487
|
-
"version": "0.35.2",
|
|
5488
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.2.tgz",
|
|
5489
|
-
"integrity": "sha512-YBqMMcjDi4QGYiSn4vNOYBhmlC4z5AXqkOUUqI2e0AFA4urNv4ESgOgwNl3K+4etQhha0twXlzeF20bbULm9Yg==",
|
|
5490
|
-
"cpu": [
|
|
5491
|
-
"x64"
|
|
5492
|
-
],
|
|
5493
|
-
"license": "Apache-2.0",
|
|
5494
|
-
"optional": true,
|
|
5495
|
-
"os": [
|
|
5496
|
-
"linux"
|
|
5497
|
-
],
|
|
5498
|
-
"engines": {
|
|
5499
|
-
"node": ">=20.9.0"
|
|
5500
|
-
},
|
|
5501
|
-
"funding": {
|
|
5502
|
-
"url": "https://opencollective.com/libvips"
|
|
5503
|
-
},
|
|
5504
|
-
"optionalDependencies": {
|
|
5505
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.3.1"
|
|
5506
|
-
}
|
|
5507
|
-
},
|
|
5508
|
-
"node_modules/miniflare/node_modules/@img/sharp-wasm32": {
|
|
5509
|
-
"version": "0.35.2",
|
|
5510
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.2.tgz",
|
|
5511
|
-
"integrity": "sha512-Mrv4JQNYVQ94xH+jzZ9r+gowleN8mv2FTgKT+PI6bx5C0G8TdNYndu161pg2i7uoBwxy2ImPMHrJOM2LZef7Bw==",
|
|
5512
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
5513
|
-
"optional": true,
|
|
5514
|
-
"dependencies": {
|
|
5515
|
-
"@emnapi/runtime": "^1.11.1"
|
|
5516
|
-
},
|
|
5517
|
-
"engines": {
|
|
5518
|
-
"node": ">=20.9.0"
|
|
5519
|
-
},
|
|
5520
|
-
"funding": {
|
|
5521
|
-
"url": "https://opencollective.com/libvips"
|
|
5522
|
-
}
|
|
5523
|
-
},
|
|
5524
|
-
"node_modules/miniflare/node_modules/@img/sharp-webcontainers-wasm32": {
|
|
5525
|
-
"version": "0.35.2",
|
|
5526
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.2.tgz",
|
|
5527
|
-
"integrity": "sha512-QNV27pxs9wpApEiCfvHM1RDoP1w1+2KrUWWDPEhEwg+latvOrfuhWrHWZKwdSFwU6jh3myjw/yOCRsUIuOft3g==",
|
|
5528
|
-
"cpu": [
|
|
5529
|
-
"wasm32"
|
|
5530
|
-
],
|
|
5531
|
-
"license": "Apache-2.0",
|
|
5532
|
-
"optional": true,
|
|
5533
|
-
"dependencies": {
|
|
5534
|
-
"@img/sharp-wasm32": "0.35.2"
|
|
5535
|
-
},
|
|
5536
|
-
"engines": {
|
|
5537
|
-
"node": ">=20.9.0"
|
|
5538
|
-
},
|
|
5539
|
-
"funding": {
|
|
5540
|
-
"url": "https://opencollective.com/libvips"
|
|
5541
|
-
}
|
|
5542
|
-
},
|
|
5543
|
-
"node_modules/miniflare/node_modules/@img/sharp-win32-arm64": {
|
|
5544
|
-
"version": "0.35.2",
|
|
5545
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.2.tgz",
|
|
5546
|
-
"integrity": "sha512-BiVRYc/t6/Vl3e1hBx0hugG4oN9Pydf4fgMSpxTQJmwGUg/YoXTWHiFeRymHfCZzifxu4F4rpk/I67D0LQ20wQ==",
|
|
5547
|
-
"cpu": [
|
|
5548
|
-
"arm64"
|
|
5549
|
-
],
|
|
5550
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
5551
|
-
"optional": true,
|
|
5552
|
-
"os": [
|
|
5553
|
-
"win32"
|
|
5554
|
-
],
|
|
5555
|
-
"engines": {
|
|
5556
|
-
"node": ">=20.9.0"
|
|
5557
|
-
},
|
|
5558
|
-
"funding": {
|
|
5559
|
-
"url": "https://opencollective.com/libvips"
|
|
5560
|
-
}
|
|
5561
|
-
},
|
|
5562
|
-
"node_modules/miniflare/node_modules/@img/sharp-win32-ia32": {
|
|
5563
|
-
"version": "0.35.2",
|
|
5564
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.2.tgz",
|
|
5565
|
-
"integrity": "sha512-YYEhx9PImCC7T0tI8JDMi4DB9LwLCXCU5OWNYEXAxh5Q1ShKkyC6byxzoBJ3gEFDnH2lQckWuDe70G7mB2XJog==",
|
|
5566
|
-
"cpu": [
|
|
5567
|
-
"ia32"
|
|
5568
|
-
],
|
|
5569
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
5570
|
-
"optional": true,
|
|
5571
|
-
"os": [
|
|
5572
|
-
"win32"
|
|
5573
|
-
],
|
|
5574
|
-
"engines": {
|
|
5575
|
-
"node": "^20.9.0"
|
|
5576
|
-
},
|
|
5577
|
-
"funding": {
|
|
5578
|
-
"url": "https://opencollective.com/libvips"
|
|
5579
|
-
}
|
|
5580
|
-
},
|
|
5581
|
-
"node_modules/miniflare/node_modules/@img/sharp-win32-x64": {
|
|
5582
|
-
"version": "0.35.2",
|
|
5583
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.2.tgz",
|
|
5584
|
-
"integrity": "sha512-imoOyBcoM/iiUr4J6VPpCNjPnjvP/Gks95898yB8YqoGGYmHYbOyCuNv9FMhFgtaiHFGbHW8bxKqRV6VjtXThQ==",
|
|
5585
|
-
"cpu": [
|
|
5586
|
-
"x64"
|
|
5587
|
-
],
|
|
5588
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
5589
|
-
"optional": true,
|
|
5590
|
-
"os": [
|
|
5591
|
-
"win32"
|
|
5592
|
-
],
|
|
5593
|
-
"engines": {
|
|
5594
|
-
"node": ">=20.9.0"
|
|
5595
|
-
},
|
|
5596
|
-
"funding": {
|
|
5597
|
-
"url": "https://opencollective.com/libvips"
|
|
5598
|
-
}
|
|
5599
|
-
},
|
|
5600
|
-
"node_modules/miniflare/node_modules/sharp": {
|
|
5601
|
-
"version": "0.35.2",
|
|
5602
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.2.tgz",
|
|
5603
|
-
"integrity": "sha512-FVtFjtBCMiJS6yb5CX7Sop45WFMpeGw6oRKuJnXYgf/f1ms/D7LE/ZUSNxnW7rZ/dbslQWYkoqFHGPaDBtaK4w==",
|
|
5604
|
-
"license": "Apache-2.0",
|
|
5605
|
-
"dependencies": {
|
|
5606
|
-
"@img/colour": "^1.1.0",
|
|
5607
|
-
"detect-libc": "^2.1.2",
|
|
5608
|
-
"semver": "^7.8.4"
|
|
5609
|
-
},
|
|
5610
|
-
"engines": {
|
|
5611
|
-
"node": ">=20.9.0"
|
|
5612
|
-
},
|
|
5613
|
-
"funding": {
|
|
5614
|
-
"url": "https://opencollective.com/libvips"
|
|
5615
|
-
},
|
|
5616
|
-
"optionalDependencies": {
|
|
5617
|
-
"@img/sharp-darwin-arm64": "0.35.2",
|
|
5618
|
-
"@img/sharp-darwin-x64": "0.35.2",
|
|
5619
|
-
"@img/sharp-freebsd-wasm32": "0.35.2",
|
|
5620
|
-
"@img/sharp-libvips-darwin-arm64": "1.3.1",
|
|
5621
|
-
"@img/sharp-libvips-darwin-x64": "1.3.1",
|
|
5622
|
-
"@img/sharp-libvips-linux-arm": "1.3.1",
|
|
5623
|
-
"@img/sharp-libvips-linux-arm64": "1.3.1",
|
|
5624
|
-
"@img/sharp-libvips-linux-ppc64": "1.3.1",
|
|
5625
|
-
"@img/sharp-libvips-linux-riscv64": "1.3.1",
|
|
5626
|
-
"@img/sharp-libvips-linux-s390x": "1.3.1",
|
|
5627
|
-
"@img/sharp-libvips-linux-x64": "1.3.1",
|
|
5628
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.3.1",
|
|
5629
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.3.1",
|
|
5630
|
-
"@img/sharp-linux-arm": "0.35.2",
|
|
5631
|
-
"@img/sharp-linux-arm64": "0.35.2",
|
|
5632
|
-
"@img/sharp-linux-ppc64": "0.35.2",
|
|
5633
|
-
"@img/sharp-linux-riscv64": "0.35.2",
|
|
5634
|
-
"@img/sharp-linux-s390x": "0.35.2",
|
|
5635
|
-
"@img/sharp-linux-x64": "0.35.2",
|
|
5636
|
-
"@img/sharp-linuxmusl-arm64": "0.35.2",
|
|
5637
|
-
"@img/sharp-linuxmusl-x64": "0.35.2",
|
|
5638
|
-
"@img/sharp-webcontainers-wasm32": "0.35.2",
|
|
5639
|
-
"@img/sharp-win32-arm64": "0.35.2",
|
|
5640
|
-
"@img/sharp-win32-ia32": "0.35.2",
|
|
5641
|
-
"@img/sharp-win32-x64": "0.35.2"
|
|
5642
|
-
}
|
|
5643
|
-
},
|
|
5644
|
-
"node_modules/minimatch": {
|
|
5645
|
-
"version": "3.1.5",
|
|
5646
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
5647
|
-
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
5648
|
-
"dev": true,
|
|
5649
|
-
"license": "ISC",
|
|
5650
|
-
"dependencies": {
|
|
5651
|
-
"brace-expansion": "^1.1.7"
|
|
5652
|
-
},
|
|
5653
|
-
"engines": {
|
|
5654
|
-
"node": "*"
|
|
5655
|
-
}
|
|
5656
|
-
},
|
|
5657
|
-
"node_modules/mitt": {
|
|
5658
|
-
"version": "3.0.1",
|
|
5659
|
-
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
5660
|
-
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
|
5661
|
-
"dev": true,
|
|
5662
|
-
"license": "MIT"
|
|
5663
|
-
},
|
|
5664
|
-
"node_modules/mrmime": {
|
|
5665
|
-
"version": "2.0.1",
|
|
5666
|
-
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
|
|
5667
|
-
"integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
|
|
5668
|
-
"license": "MIT",
|
|
5669
|
-
"engines": {
|
|
5670
|
-
"node": ">=10"
|
|
5166
|
+
"node_modules/mrmime": {
|
|
5167
|
+
"version": "2.0.1",
|
|
5168
|
+
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
|
|
5169
|
+
"integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
|
|
5170
|
+
"license": "MIT",
|
|
5171
|
+
"engines": {
|
|
5172
|
+
"node": ">=10"
|
|
5671
5173
|
}
|
|
5672
5174
|
},
|
|
5673
5175
|
"node_modules/ms": {
|
|
@@ -5847,9 +5349,9 @@
|
|
|
5847
5349
|
}
|
|
5848
5350
|
},
|
|
5849
5351
|
"node_modules/ohash": {
|
|
5850
|
-
"version": "2.0.
|
|
5851
|
-
"resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.
|
|
5852
|
-
"integrity": "sha512-
|
|
5352
|
+
"version": "2.0.12",
|
|
5353
|
+
"resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.12.tgz",
|
|
5354
|
+
"integrity": "sha512-65S/5gk9YSsaRjcyf7Nfa6h/d3E8/1gslpXfI4W7Dxn/oap8IKRuNT5VXkLQ1YFKIEg4apRY4Pj6aiwFzrDdmw==",
|
|
5853
5355
|
"license": "MIT"
|
|
5854
5356
|
},
|
|
5855
5357
|
"node_modules/once": {
|
|
@@ -6082,6 +5584,7 @@
|
|
|
6082
5584
|
"version": "7.3.0",
|
|
6083
5585
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
6084
5586
|
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
5587
|
+
"dev": true,
|
|
6085
5588
|
"license": "MIT",
|
|
6086
5589
|
"dependencies": {
|
|
6087
5590
|
"entities": "^6.0.0"
|
|
@@ -6564,26 +6067,26 @@
|
|
|
6564
6067
|
"license": "MIT"
|
|
6565
6068
|
},
|
|
6566
6069
|
"node_modules/satteri": {
|
|
6567
|
-
"version": "0.
|
|
6568
|
-
"resolved": "https://registry.npmjs.org/satteri/-/satteri-0.
|
|
6569
|
-
"integrity": "sha512-
|
|
6070
|
+
"version": "0.10.5",
|
|
6071
|
+
"resolved": "https://registry.npmjs.org/satteri/-/satteri-0.10.5.tgz",
|
|
6072
|
+
"integrity": "sha512-Ao1LKpAEa9Wdg0otgbVKViZHEq9ebdXe4DMrp3s9vQAU0HNIuHnFEuMuOcm0ZIXyV0Yzxj91NvhLpvXZJO/5ZQ==",
|
|
6570
6073
|
"license": "MIT",
|
|
6571
6074
|
"dependencies": {
|
|
6572
6075
|
"@types/estree-jsx": "^1.0.5",
|
|
6573
|
-
"@types/hast": "^3.0.
|
|
6076
|
+
"@types/hast": "^3.0.5",
|
|
6574
6077
|
"@types/mdast": "^4.0.4",
|
|
6575
6078
|
"@types/unist": "^3.0.3"
|
|
6576
6079
|
},
|
|
6577
6080
|
"optionalDependencies": {
|
|
6578
|
-
"@bruits/satteri-darwin-arm64": "0.
|
|
6579
|
-
"@bruits/satteri-darwin-x64": "0.
|
|
6580
|
-
"@bruits/satteri-linux-arm64-gnu": "0.
|
|
6581
|
-
"@bruits/satteri-linux-arm64-musl": "0.
|
|
6582
|
-
"@bruits/satteri-linux-x64-gnu": "0.
|
|
6583
|
-
"@bruits/satteri-linux-x64-musl": "0.
|
|
6584
|
-
"@bruits/satteri-wasm32-wasi": "0.
|
|
6585
|
-
"@bruits/satteri-win32-arm64-msvc": "0.
|
|
6586
|
-
"@bruits/satteri-win32-x64-msvc": "0.
|
|
6081
|
+
"@bruits/satteri-darwin-arm64": "0.10.5",
|
|
6082
|
+
"@bruits/satteri-darwin-x64": "0.10.5",
|
|
6083
|
+
"@bruits/satteri-linux-arm64-gnu": "0.10.5",
|
|
6084
|
+
"@bruits/satteri-linux-arm64-musl": "0.10.5",
|
|
6085
|
+
"@bruits/satteri-linux-x64-gnu": "0.10.5",
|
|
6086
|
+
"@bruits/satteri-linux-x64-musl": "0.10.5",
|
|
6087
|
+
"@bruits/satteri-wasm32-wasi": "0.10.5",
|
|
6088
|
+
"@bruits/satteri-win32-arm64-msvc": "0.10.5",
|
|
6089
|
+
"@bruits/satteri-win32-x64-msvc": "0.10.5"
|
|
6587
6090
|
}
|
|
6588
6091
|
},
|
|
6589
6092
|
"node_modules/sax": {
|
|
@@ -6608,10 +6111,9 @@
|
|
|
6608
6111
|
}
|
|
6609
6112
|
},
|
|
6610
6113
|
"node_modules/sharp": {
|
|
6611
|
-
"version": "0.35.
|
|
6612
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.
|
|
6613
|
-
"integrity": "sha512-
|
|
6614
|
-
"devOptional": true,
|
|
6114
|
+
"version": "0.35.4",
|
|
6115
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.4.tgz",
|
|
6116
|
+
"integrity": "sha512-n++8XWcj+jCOr2IOl7h8LbKnGBDY4aPbmprMONBNFdn0ImXqpGVv5zliDs0V9HbmbCQLpbuo2ej9rAoOQTvMDA==",
|
|
6615
6117
|
"license": "Apache-2.0",
|
|
6616
6118
|
"dependencies": {
|
|
6617
6119
|
"@img/colour": "^1.1.0",
|
|
@@ -6625,31 +6127,31 @@
|
|
|
6625
6127
|
"url": "https://opencollective.com/libvips"
|
|
6626
6128
|
},
|
|
6627
6129
|
"optionalDependencies": {
|
|
6628
|
-
"@img/sharp-darwin-arm64": "0.35.
|
|
6629
|
-
"@img/sharp-darwin-x64": "0.35.
|
|
6630
|
-
"@img/sharp-freebsd-wasm32": "0.35.
|
|
6631
|
-
"@img/sharp-libvips-darwin-arm64": "1.3.
|
|
6632
|
-
"@img/sharp-libvips-darwin-x64": "1.3.
|
|
6633
|
-
"@img/sharp-libvips-linux-arm": "1.3.
|
|
6634
|
-
"@img/sharp-libvips-linux-arm64": "1.3.
|
|
6635
|
-
"@img/sharp-libvips-linux-ppc64": "1.3.
|
|
6636
|
-
"@img/sharp-libvips-linux-riscv64": "1.3.
|
|
6637
|
-
"@img/sharp-libvips-linux-s390x": "1.3.
|
|
6638
|
-
"@img/sharp-libvips-linux-x64": "1.3.
|
|
6639
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.3.
|
|
6640
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.3.
|
|
6641
|
-
"@img/sharp-linux-arm": "0.35.
|
|
6642
|
-
"@img/sharp-linux-arm64": "0.35.
|
|
6643
|
-
"@img/sharp-linux-ppc64": "0.35.
|
|
6644
|
-
"@img/sharp-linux-riscv64": "0.35.
|
|
6645
|
-
"@img/sharp-linux-s390x": "0.35.
|
|
6646
|
-
"@img/sharp-linux-x64": "0.35.
|
|
6647
|
-
"@img/sharp-linuxmusl-arm64": "0.35.
|
|
6648
|
-
"@img/sharp-linuxmusl-x64": "0.35.
|
|
6649
|
-
"@img/sharp-webcontainers-wasm32": "0.35.
|
|
6650
|
-
"@img/sharp-win32-arm64": "0.35.
|
|
6651
|
-
"@img/sharp-win32-ia32": "0.35.
|
|
6652
|
-
"@img/sharp-win32-x64": "0.35.
|
|
6130
|
+
"@img/sharp-darwin-arm64": "0.35.4",
|
|
6131
|
+
"@img/sharp-darwin-x64": "0.35.4",
|
|
6132
|
+
"@img/sharp-freebsd-wasm32": "0.35.4",
|
|
6133
|
+
"@img/sharp-libvips-darwin-arm64": "1.3.3",
|
|
6134
|
+
"@img/sharp-libvips-darwin-x64": "1.3.3",
|
|
6135
|
+
"@img/sharp-libvips-linux-arm": "1.3.3",
|
|
6136
|
+
"@img/sharp-libvips-linux-arm64": "1.3.3",
|
|
6137
|
+
"@img/sharp-libvips-linux-ppc64": "1.3.3",
|
|
6138
|
+
"@img/sharp-libvips-linux-riscv64": "1.3.3",
|
|
6139
|
+
"@img/sharp-libvips-linux-s390x": "1.3.3",
|
|
6140
|
+
"@img/sharp-libvips-linux-x64": "1.3.3",
|
|
6141
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.3.3",
|
|
6142
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.3.3",
|
|
6143
|
+
"@img/sharp-linux-arm": "0.35.4",
|
|
6144
|
+
"@img/sharp-linux-arm64": "0.35.4",
|
|
6145
|
+
"@img/sharp-linux-ppc64": "0.35.4",
|
|
6146
|
+
"@img/sharp-linux-riscv64": "0.35.4",
|
|
6147
|
+
"@img/sharp-linux-s390x": "0.35.4",
|
|
6148
|
+
"@img/sharp-linux-x64": "0.35.4",
|
|
6149
|
+
"@img/sharp-linuxmusl-arm64": "0.35.4",
|
|
6150
|
+
"@img/sharp-linuxmusl-x64": "0.35.4",
|
|
6151
|
+
"@img/sharp-webcontainers-wasm32": "0.35.4",
|
|
6152
|
+
"@img/sharp-win32-arm64": "0.35.4",
|
|
6153
|
+
"@img/sharp-win32-ia32": "0.35.4",
|
|
6154
|
+
"@img/sharp-win32-x64": "0.35.4"
|
|
6653
6155
|
},
|
|
6654
6156
|
"peerDependenciesMeta": {
|
|
6655
6157
|
"@types/node": {
|
|
@@ -6877,18 +6379,18 @@
|
|
|
6877
6379
|
}
|
|
6878
6380
|
},
|
|
6879
6381
|
"node_modules/svgo": {
|
|
6880
|
-
"version": "4.0
|
|
6881
|
-
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.
|
|
6882
|
-
"integrity": "sha512-
|
|
6382
|
+
"version": "4.1.0",
|
|
6383
|
+
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.1.0.tgz",
|
|
6384
|
+
"integrity": "sha512-bkxnTg1kSU0guhIBmibA6UUhrQmPVA1XsQLN+ylCd+UWzbnLkySOcXpyk1mrl05f+pcaCx2eHb+sp6BgMZWX+Q==",
|
|
6883
6385
|
"license": "MIT",
|
|
6884
6386
|
"dependencies": {
|
|
6885
6387
|
"commander": "^11.1.0",
|
|
6886
|
-
"css-select": "^
|
|
6388
|
+
"css-select": "^6.0.0",
|
|
6887
6389
|
"css-tree": "^3.0.1",
|
|
6888
|
-
"css-what": "^
|
|
6390
|
+
"css-what": "^7.0.0",
|
|
6889
6391
|
"csso": "^5.0.5",
|
|
6890
6392
|
"picocolors": "^1.1.1",
|
|
6891
|
-
"sax": "
|
|
6393
|
+
"sax": "1.6.1"
|
|
6892
6394
|
},
|
|
6893
6395
|
"bin": {
|
|
6894
6396
|
"svgo": "bin/svgo.js"
|
|
@@ -6901,6 +6403,34 @@
|
|
|
6901
6403
|
"url": "https://opencollective.com/svgo"
|
|
6902
6404
|
}
|
|
6903
6405
|
},
|
|
6406
|
+
"node_modules/svgo/node_modules/css-select": {
|
|
6407
|
+
"version": "6.0.0",
|
|
6408
|
+
"resolved": "https://registry.npmjs.org/css-select/-/css-select-6.0.0.tgz",
|
|
6409
|
+
"integrity": "sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==",
|
|
6410
|
+
"license": "BSD-2-Clause",
|
|
6411
|
+
"dependencies": {
|
|
6412
|
+
"boolbase": "^1.0.0",
|
|
6413
|
+
"css-what": "^7.0.0",
|
|
6414
|
+
"domhandler": "^5.0.3",
|
|
6415
|
+
"domutils": "^3.2.2",
|
|
6416
|
+
"nth-check": "^2.1.1"
|
|
6417
|
+
},
|
|
6418
|
+
"funding": {
|
|
6419
|
+
"url": "https://github.com/sponsors/fb55"
|
|
6420
|
+
}
|
|
6421
|
+
},
|
|
6422
|
+
"node_modules/svgo/node_modules/css-what": {
|
|
6423
|
+
"version": "7.0.0",
|
|
6424
|
+
"resolved": "https://registry.npmjs.org/css-what/-/css-what-7.0.0.tgz",
|
|
6425
|
+
"integrity": "sha512-wD5oz5xibMOPHzy13CyGmogB3phdvcDaB5t0W/Nr5Z2O/agcB8YwOz6e2Lsp10pNDzBoDO9nVa3RGs/2BttpHQ==",
|
|
6426
|
+
"license": "BSD-2-Clause",
|
|
6427
|
+
"engines": {
|
|
6428
|
+
"node": ">= 6"
|
|
6429
|
+
},
|
|
6430
|
+
"funding": {
|
|
6431
|
+
"url": "https://github.com/sponsors/fb55"
|
|
6432
|
+
}
|
|
6433
|
+
},
|
|
6904
6434
|
"node_modules/tar-fs": {
|
|
6905
6435
|
"version": "3.1.3",
|
|
6906
6436
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.3.tgz",
|
|
@@ -7144,14 +6674,23 @@
|
|
|
7144
6674
|
}
|
|
7145
6675
|
},
|
|
7146
6676
|
"node_modules/unifont": {
|
|
7147
|
-
"version": "0.7.
|
|
7148
|
-
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.
|
|
7149
|
-
"integrity": "sha512-
|
|
6677
|
+
"version": "0.7.5",
|
|
6678
|
+
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.5.tgz",
|
|
6679
|
+
"integrity": "sha512-ULe/Cs+ZIsq+dcFofNkhqielCrUJnb5mr+Yc4EBM2VlL+6OZR6+cjtI2mT1bJvRBrVncqHAbLURxmPLcCXzWMg==",
|
|
7150
6680
|
"license": "MIT",
|
|
7151
6681
|
"dependencies": {
|
|
7152
6682
|
"css-tree": "^3.1.0",
|
|
7153
|
-
"
|
|
7154
|
-
"
|
|
6683
|
+
"ohash": "^2.0.11",
|
|
6684
|
+
"undici": "^8.0.0"
|
|
6685
|
+
}
|
|
6686
|
+
},
|
|
6687
|
+
"node_modules/unifont/node_modules/undici": {
|
|
6688
|
+
"version": "8.10.2",
|
|
6689
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-8.10.2.tgz",
|
|
6690
|
+
"integrity": "sha512-/y4/bH9YNU5hi9NIrpOuvGXFcxrj3CMrV+/AYpowAYTpHn8gX/XPFjNy766FPoYY0miQhdW977JFWKGNhBdwyQ==",
|
|
6691
|
+
"license": "MIT",
|
|
6692
|
+
"engines": {
|
|
6693
|
+
"node": ">=22.19.0"
|
|
7155
6694
|
}
|
|
7156
6695
|
},
|
|
7157
6696
|
"node_modules/unist-util-is": {
|
|
@@ -7318,28 +6857,26 @@
|
|
|
7318
6857
|
}
|
|
7319
6858
|
}
|
|
7320
6859
|
},
|
|
7321
|
-
"node_modules/
|
|
7322
|
-
"version": "
|
|
7323
|
-
"resolved": "https://registry.npmjs.org/
|
|
7324
|
-
"integrity": "sha512-
|
|
6860
|
+
"node_modules/verkit": {
|
|
6861
|
+
"version": "0.4.1",
|
|
6862
|
+
"resolved": "https://registry.npmjs.org/verkit/-/verkit-0.4.1.tgz",
|
|
6863
|
+
"integrity": "sha512-mMVzj0TXExtVdlDEq+Mzp0eyOuyznNpFobNM3uAqe3HVm/Ps2c+u17BligMkZjZCA6EiXpoon8iRTer3iu40SQ==",
|
|
7325
6864
|
"license": "MIT",
|
|
7326
|
-
"
|
|
7327
|
-
"
|
|
7328
|
-
"vfile-message": "^4.0.0"
|
|
6865
|
+
"engines": {
|
|
6866
|
+
"node": ">=18.12.0"
|
|
7329
6867
|
},
|
|
7330
6868
|
"funding": {
|
|
7331
|
-
"
|
|
7332
|
-
"url": "https://opencollective.com/unified"
|
|
6869
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
7333
6870
|
}
|
|
7334
6871
|
},
|
|
7335
|
-
"node_modules/vfile
|
|
7336
|
-
"version": "
|
|
7337
|
-
"resolved": "https://registry.npmjs.org/vfile
|
|
7338
|
-
"integrity": "sha512-
|
|
6872
|
+
"node_modules/vfile": {
|
|
6873
|
+
"version": "6.0.3",
|
|
6874
|
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
6875
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
7339
6876
|
"license": "MIT",
|
|
7340
6877
|
"dependencies": {
|
|
7341
6878
|
"@types/unist": "^3.0.0",
|
|
7342
|
-
"vfile": "^
|
|
6879
|
+
"vfile-message": "^4.0.0"
|
|
7343
6880
|
},
|
|
7344
6881
|
"funding": {
|
|
7345
6882
|
"type": "opencollective",
|
|
@@ -7739,16 +7276,6 @@
|
|
|
7739
7276
|
"dev": true,
|
|
7740
7277
|
"license": "MIT"
|
|
7741
7278
|
},
|
|
7742
|
-
"node_modules/web-namespaces": {
|
|
7743
|
-
"version": "2.0.1",
|
|
7744
|
-
"resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
|
|
7745
|
-
"integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
|
|
7746
|
-
"license": "MIT",
|
|
7747
|
-
"funding": {
|
|
7748
|
-
"type": "github",
|
|
7749
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
7750
|
-
}
|
|
7751
|
-
},
|
|
7752
7279
|
"node_modules/webdriver-bidi-protocol": {
|
|
7753
7280
|
"version": "0.4.1",
|
|
7754
7281
|
"resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.4.1.tgz",
|
|
@@ -7806,9 +7333,9 @@
|
|
|
7806
7333
|
"license": "MIT"
|
|
7807
7334
|
},
|
|
7808
7335
|
"node_modules/workerd": {
|
|
7809
|
-
"version": "1.
|
|
7810
|
-
"resolved": "https://registry.npmjs.org/workerd/-/workerd-1.
|
|
7811
|
-
"integrity": "sha512-
|
|
7336
|
+
"version": "1.20260918.1",
|
|
7337
|
+
"resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20260918.1.tgz",
|
|
7338
|
+
"integrity": "sha512-NsjfQlBNQ0iEniv/STOy4zbp8s5k60PzL1Ter02Eg44arbDhHtf6UOs03E31XDRmmBFxSIkAZuCyld3RKH1wqA==",
|
|
7812
7339
|
"hasInstallScript": true,
|
|
7813
7340
|
"license": "Apache-2.0",
|
|
7814
7341
|
"bin": {
|
|
@@ -7818,27 +7345,27 @@
|
|
|
7818
7345
|
"node": ">=16"
|
|
7819
7346
|
},
|
|
7820
7347
|
"optionalDependencies": {
|
|
7821
|
-
"@cloudflare/workerd-darwin-64": "1.
|
|
7822
|
-
"@cloudflare/workerd-darwin-arm64": "1.
|
|
7823
|
-
"@cloudflare/workerd-linux-64": "1.
|
|
7824
|
-
"@cloudflare/workerd-linux-arm64": "1.
|
|
7825
|
-
"@cloudflare/workerd-windows-64": "1.
|
|
7348
|
+
"@cloudflare/workerd-darwin-64": "1.20260918.1",
|
|
7349
|
+
"@cloudflare/workerd-darwin-arm64": "1.20260918.1",
|
|
7350
|
+
"@cloudflare/workerd-linux-64": "1.20260918.1",
|
|
7351
|
+
"@cloudflare/workerd-linux-arm64": "1.20260918.1",
|
|
7352
|
+
"@cloudflare/workerd-windows-64": "1.20260918.1"
|
|
7826
7353
|
}
|
|
7827
7354
|
},
|
|
7828
7355
|
"node_modules/wrangler": {
|
|
7829
|
-
"version": "4.
|
|
7830
|
-
"resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.
|
|
7831
|
-
"integrity": "sha512-
|
|
7356
|
+
"version": "4.135.0",
|
|
7357
|
+
"resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.135.0.tgz",
|
|
7358
|
+
"integrity": "sha512-WrNBQSfIG6YcILJcodYr5ty8vgkzGsV8YX+kfd+uZ5/Bd8cUW0GnUIRKAVfn5kYKqh1m/BPcji9h1d7mE8euFw==",
|
|
7832
7359
|
"license": "MIT OR Apache-2.0",
|
|
7833
7360
|
"dependencies": {
|
|
7834
7361
|
"@cloudflare/kv-asset-handler": "0.5.0",
|
|
7835
7362
|
"@cloudflare/unenv-preset": "2.16.1",
|
|
7836
7363
|
"blake3-wasm": "2.1.5",
|
|
7837
7364
|
"esbuild": "0.28.1",
|
|
7838
|
-
"miniflare": "5.
|
|
7365
|
+
"miniflare": "5.20260918.0-alpha",
|
|
7839
7366
|
"path-to-regexp": "6.3.0",
|
|
7840
7367
|
"unenv": "2.0.0-rc.24",
|
|
7841
|
-
"workerd": "1.
|
|
7368
|
+
"workerd": "1.20260918.1"
|
|
7842
7369
|
},
|
|
7843
7370
|
"bin": {
|
|
7844
7371
|
"cf-wrangler": "bin/cf-wrangler.js",
|
|
@@ -7852,7 +7379,7 @@
|
|
|
7852
7379
|
"fsevents": "2.3.3"
|
|
7853
7380
|
},
|
|
7854
7381
|
"peerDependencies": {
|
|
7855
|
-
"@cloudflare/workers-types": "^5.
|
|
7382
|
+
"@cloudflare/workers-types": "^5.20260918.1"
|
|
7856
7383
|
},
|
|
7857
7384
|
"peerDependenciesMeta": {
|
|
7858
7385
|
"@cloudflare/workers-types": {
|
|
@@ -8112,9 +7639,9 @@
|
|
|
8112
7639
|
}
|
|
8113
7640
|
},
|
|
8114
7641
|
"node_modules/zod": {
|
|
8115
|
-
"version": "4.
|
|
8116
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.
|
|
8117
|
-
"integrity": "sha512-
|
|
7642
|
+
"version": "4.6.5",
|
|
7643
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.6.5.tgz",
|
|
7644
|
+
"integrity": "sha512-v5l/aFXZQeai4awLbOpSoHecE9UiMrnfx75tEXLjNonXVARxQ5mOeipTjROUchszUNCqnE+hqAMujRsRHsut2Q==",
|
|
8118
7645
|
"license": "MIT",
|
|
8119
7646
|
"funding": {
|
|
8120
7647
|
"url": "https://github.com/sponsors/colinhacks"
|