create-outsystems-astro 0.10.0 → 0.11.1
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/bin/cli.js +7 -2
- package/integrations/.yarnrc.yml +28 -0
- package/integrations/bun.lock +80 -52
- package/integrations/deno.json +36 -2
- package/integrations/deno.lock +281 -223
- package/integrations/package-lock.json +345 -227
- package/integrations/package.json +12 -3
- package/integrations/pnpm-lock.yaml +545 -479
- package/integrations/pnpm-workspace.yaml +30 -0
- package/integrations/tsconfig.json +2 -1
- package/integrations/twig/client.ts +34 -0
- package/integrations/twig/index.ts +185 -0
- package/integrations/twig/server.ts +54 -0
- package/integrations/yarn.lock +547 -480
- package/package.json +1 -1
- package/template/.yarnrc.yml +27 -1
- package/template/AGENTS.md +47 -0
- package/template/astro.config.mjs +4 -0
- package/template/bun.lock +1469 -1389
- package/template/deno.json +36 -4
- package/template/deno.lock +737 -637
- package/template/package-lock.json +1569 -4290
- package/template/package.json +43 -41
- package/template/pnpm-lock.yaml +1736 -1894
- package/template/pnpm-workspace.yaml +28 -2
- package/template/src/env.d.ts +6 -0
- package/template/src/framework/twig/Demo.twig +100 -0
- package/template/src/framework/twig/Store.twig +45 -0
- package/template/src/images/twig.png +0 -0
- package/template/src/pages/multi/store.astro +10 -0
- package/template/src/pages/twig/twig-demo.astro +65 -0
- package/template/src/stores/framework.ts +1 -0
- package/template/test/e2e/twig/twig-demo.spec.ts +36 -0
- package/template/test/integration/twig/Demo.test.ts +84 -0
- package/template/vitest.config.ts +9 -0
- package/template/yarn.lock +1296 -1457
- /package/template/patches/{@analogjs+astro-angular+2.5.2.patch → @analogjs+astro-angular+2.6.0.patch} +0 -0
- /package/template/patches/{@angular+build+21.2.12.patch → @angular+build+21.2.14.patch} +0 -0
package/template/yarn.lock
CHANGED
|
@@ -176,31 +176,31 @@ __metadata:
|
|
|
176
176
|
languageName: node
|
|
177
177
|
linkType: hard
|
|
178
178
|
|
|
179
|
-
"@analogjs/astro-angular@npm:^2.
|
|
180
|
-
version: 2.
|
|
181
|
-
resolution: "@analogjs/astro-angular@npm:2.
|
|
179
|
+
"@analogjs/astro-angular@npm:^2.6.0":
|
|
180
|
+
version: 2.6.0
|
|
181
|
+
resolution: "@analogjs/astro-angular@npm:2.6.0"
|
|
182
182
|
dependencies:
|
|
183
|
-
"@analogjs/vite-plugin-angular": "npm:^2.
|
|
183
|
+
"@analogjs/vite-plugin-angular": "npm:^2.6.0"
|
|
184
184
|
rehype: "npm:^13.0.2"
|
|
185
185
|
peerDependencies:
|
|
186
|
-
"@angular/animations": ">=20.0.0"
|
|
187
|
-
"@angular/build": ">=20.0.0"
|
|
188
|
-
"@angular/common": ">=20.0.0"
|
|
189
|
-
"@angular/compiler": ">=20.0.0"
|
|
190
|
-
"@angular/compiler-cli": ">=20.0.0"
|
|
191
|
-
"@angular/core": ">=20.0.0"
|
|
192
|
-
"@angular/language-service": ">=20.0.0"
|
|
193
|
-
"@angular/platform-browser": ">=20.0.0"
|
|
194
|
-
"@angular/platform-server": ">=20.0.0"
|
|
186
|
+
"@angular/animations": ">=20.0.0 || ^22.0.0"
|
|
187
|
+
"@angular/build": ">=20.0.0 || ^22.0.0"
|
|
188
|
+
"@angular/common": ">=20.0.0 || ^22.0.0"
|
|
189
|
+
"@angular/compiler": ">=20.0.0 || ^22.0.0"
|
|
190
|
+
"@angular/compiler-cli": ">=20.0.0 || ^22.0.0"
|
|
191
|
+
"@angular/core": ">=20.0.0 || ^22.0.0"
|
|
192
|
+
"@angular/language-service": ">=20.0.0 || ^22.0.0"
|
|
193
|
+
"@angular/platform-browser": ">=20.0.0 || ^22.0.0"
|
|
194
|
+
"@angular/platform-server": ">=20.0.0 || ^22.0.0"
|
|
195
195
|
rxjs: ^7.8.0
|
|
196
196
|
tslib: ^2.4.0
|
|
197
|
-
checksum: 10c0/
|
|
197
|
+
checksum: 10c0/26fb921d5bb305015996095c05ed58a7f13472fd35a10a89ff0160d05de3daec4e5c4c62fe66f00892a97f9cb41f45639c81ecf8655be178a4bfbac55f08dea9
|
|
198
198
|
languageName: node
|
|
199
199
|
linkType: hard
|
|
200
200
|
|
|
201
|
-
"@analogjs/vite-plugin-angular@npm:^2.
|
|
202
|
-
version: 2.
|
|
203
|
-
resolution: "@analogjs/vite-plugin-angular@npm:2.
|
|
201
|
+
"@analogjs/vite-plugin-angular@npm:^2.6.0":
|
|
202
|
+
version: 2.6.0
|
|
203
|
+
resolution: "@analogjs/vite-plugin-angular@npm:2.6.0"
|
|
204
204
|
dependencies:
|
|
205
205
|
magic-string: "npm:^0.30.21"
|
|
206
206
|
obug: "npm:^2.1.1"
|
|
@@ -208,8 +208,8 @@ __metadata:
|
|
|
208
208
|
tinyglobby: "npm:^0.2.14"
|
|
209
209
|
ts-morph: "npm:^21.0.0"
|
|
210
210
|
peerDependencies:
|
|
211
|
-
"@angular-devkit/build-angular": ^
|
|
212
|
-
"@angular/build": ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
|
|
211
|
+
"@angular-devkit/build-angular": ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0
|
|
212
|
+
"@angular/build": ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0
|
|
213
213
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
214
214
|
peerDependenciesMeta:
|
|
215
215
|
"@angular-devkit/build-angular":
|
|
@@ -218,41 +218,41 @@ __metadata:
|
|
|
218
218
|
optional: true
|
|
219
219
|
vite:
|
|
220
220
|
optional: true
|
|
221
|
-
checksum: 10c0/
|
|
221
|
+
checksum: 10c0/90dd95721386aa611f7c7479d268a43ce6c186ada2eca7ad9c3ef5d9c84307e21264be692511ff4eeacfa263b770fbd1407a1f08d9cd1dbaa214ba507c6f2b6c
|
|
222
222
|
languageName: node
|
|
223
223
|
linkType: hard
|
|
224
224
|
|
|
225
|
-
"@analogjs/vitest-angular@npm:^2.
|
|
226
|
-
version: 2.
|
|
227
|
-
resolution: "@analogjs/vitest-angular@npm:2.
|
|
225
|
+
"@analogjs/vitest-angular@npm:^2.6.0":
|
|
226
|
+
version: 2.6.0
|
|
227
|
+
resolution: "@analogjs/vitest-angular@npm:2.6.0"
|
|
228
228
|
peerDependencies:
|
|
229
229
|
"@analogjs/vite-plugin-angular": "*"
|
|
230
|
-
"@angular-devkit/architect": ">=0.
|
|
230
|
+
"@angular-devkit/architect": ">=0.1700.0 < 0.2300.0 || >=0.2200.0 < 0.2300.0"
|
|
231
231
|
"@angular-devkit/schematics": ">=17.0.0"
|
|
232
232
|
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0 || ^4.0.0
|
|
233
233
|
zone.js: ">=0.14.0"
|
|
234
234
|
peerDependenciesMeta:
|
|
235
235
|
zone.js:
|
|
236
236
|
optional: true
|
|
237
|
-
checksum: 10c0/
|
|
237
|
+
checksum: 10c0/ca12037a9ce2caa35d167dacc3554f84fad8c1ddfa29234aad33694626279ff693d42fcaf56f98b68465c1ae79e84dafdf8e7861dbcdda388cfe60e71cceaf97
|
|
238
238
|
languageName: node
|
|
239
239
|
linkType: hard
|
|
240
240
|
|
|
241
|
-
"@angular-devkit/architect@npm:0.2102.
|
|
242
|
-
version: 0.2102.
|
|
243
|
-
resolution: "@angular-devkit/architect@npm:0.2102.
|
|
241
|
+
"@angular-devkit/architect@npm:0.2102.14, @angular-devkit/architect@npm:>= 0.2100.0 < 0.2200.0, @angular-devkit/architect@npm:^0.2102.14":
|
|
242
|
+
version: 0.2102.14
|
|
243
|
+
resolution: "@angular-devkit/architect@npm:0.2102.14"
|
|
244
244
|
dependencies:
|
|
245
|
-
"@angular-devkit/core": "npm:21.2.
|
|
245
|
+
"@angular-devkit/core": "npm:21.2.14"
|
|
246
246
|
rxjs: "npm:7.8.2"
|
|
247
247
|
bin:
|
|
248
248
|
architect: bin/cli.js
|
|
249
|
-
checksum: 10c0/
|
|
249
|
+
checksum: 10c0/f63eaf99fa648b0ba3c859862aae0709494b467db2ad75b794f1d99096408866be67129fba80ae01180200559970a5fc6fd84bc458b55cc97ec5fab6ab64cdc9
|
|
250
250
|
languageName: node
|
|
251
251
|
linkType: hard
|
|
252
252
|
|
|
253
|
-
"@angular-devkit/core@npm:21.2.
|
|
254
|
-
version: 21.2.
|
|
255
|
-
resolution: "@angular-devkit/core@npm:21.2.
|
|
253
|
+
"@angular-devkit/core@npm:21.2.14, @angular-devkit/core@npm:>= 21.0.0 < 22.0.0":
|
|
254
|
+
version: 21.2.14
|
|
255
|
+
resolution: "@angular-devkit/core@npm:21.2.14"
|
|
256
256
|
dependencies:
|
|
257
257
|
ajv: "npm:8.18.0"
|
|
258
258
|
ajv-formats: "npm:3.0.1"
|
|
@@ -265,20 +265,20 @@ __metadata:
|
|
|
265
265
|
peerDependenciesMeta:
|
|
266
266
|
chokidar:
|
|
267
267
|
optional: true
|
|
268
|
-
checksum: 10c0/
|
|
268
|
+
checksum: 10c0/7c7afaced9b4d5ac101013152dfcac8f2c1a56d21c0cff27e4af36743a61bdd10ad5f90a511fdc91db67294bf9ae6b666e07ba4ab95005ea55081bbe6700ed4b
|
|
269
269
|
languageName: node
|
|
270
270
|
linkType: hard
|
|
271
271
|
|
|
272
|
-
"@angular-devkit/schematics@npm:21.2.
|
|
273
|
-
version: 21.2.
|
|
274
|
-
resolution: "@angular-devkit/schematics@npm:21.2.
|
|
272
|
+
"@angular-devkit/schematics@npm:21.2.14, @angular-devkit/schematics@npm:>= 21.0.0 < 22.0.0, @angular-devkit/schematics@npm:^21.2.14":
|
|
273
|
+
version: 21.2.14
|
|
274
|
+
resolution: "@angular-devkit/schematics@npm:21.2.14"
|
|
275
275
|
dependencies:
|
|
276
|
-
"@angular-devkit/core": "npm:21.2.
|
|
276
|
+
"@angular-devkit/core": "npm:21.2.14"
|
|
277
277
|
jsonc-parser: "npm:3.3.1"
|
|
278
278
|
magic-string: "npm:0.30.21"
|
|
279
279
|
ora: "npm:9.3.0"
|
|
280
280
|
rxjs: "npm:7.8.2"
|
|
281
|
-
checksum: 10c0/
|
|
281
|
+
checksum: 10c0/8bde712e14a02de436e490dc538dea1abb054c8740daaa199078b9088aaae54e639917deadac40df377a0eeec9179e15f884dafa677dc2ec95d4ed708a4163a3
|
|
282
282
|
languageName: node
|
|
283
283
|
linkType: hard
|
|
284
284
|
|
|
@@ -379,23 +379,23 @@ __metadata:
|
|
|
379
379
|
languageName: node
|
|
380
380
|
linkType: hard
|
|
381
381
|
|
|
382
|
-
"@angular/animations@npm:^21.2.
|
|
383
|
-
version: 21.2.
|
|
384
|
-
resolution: "@angular/animations@npm:21.2.
|
|
382
|
+
"@angular/animations@npm:^21.2.16":
|
|
383
|
+
version: 21.2.16
|
|
384
|
+
resolution: "@angular/animations@npm:21.2.16"
|
|
385
385
|
dependencies:
|
|
386
386
|
tslib: "npm:^2.3.0"
|
|
387
387
|
peerDependencies:
|
|
388
|
-
"@angular/core": 21.2.
|
|
389
|
-
checksum: 10c0/
|
|
388
|
+
"@angular/core": 21.2.16
|
|
389
|
+
checksum: 10c0/b2c3d827c4901b4a0911839384febc3d618766f93d2e79bbec80ccd7ef9c614735e58cff0e5e8c071886c0c76961ad76a57df94ef1c5891d1bb688414c1607de
|
|
390
390
|
languageName: node
|
|
391
391
|
linkType: hard
|
|
392
392
|
|
|
393
|
-
"@angular/build@npm:^21.2.
|
|
394
|
-
version: 21.2.
|
|
395
|
-
resolution: "@angular/build@npm:21.2.
|
|
393
|
+
"@angular/build@npm:^21.2.14":
|
|
394
|
+
version: 21.2.14
|
|
395
|
+
resolution: "@angular/build@npm:21.2.14"
|
|
396
396
|
dependencies:
|
|
397
397
|
"@ampproject/remapping": "npm:2.3.0"
|
|
398
|
-
"@angular-devkit/architect": "npm:0.2102.
|
|
398
|
+
"@angular-devkit/architect": "npm:0.2102.14"
|
|
399
399
|
"@babel/core": "npm:7.29.0"
|
|
400
400
|
"@babel/helper-annotate-as-pure": "npm:7.27.3"
|
|
401
401
|
"@babel/helper-split-export-declaration": "npm:7.24.7"
|
|
@@ -430,7 +430,7 @@ __metadata:
|
|
|
430
430
|
"@angular/platform-browser": ^21.0.0
|
|
431
431
|
"@angular/platform-server": ^21.0.0
|
|
432
432
|
"@angular/service-worker": ^21.0.0
|
|
433
|
-
"@angular/ssr": ^21.2.
|
|
433
|
+
"@angular/ssr": ^21.2.14
|
|
434
434
|
karma: ^6.4.0
|
|
435
435
|
less: ^4.2.0
|
|
436
436
|
ng-packagr: ^21.0.0
|
|
@@ -467,21 +467,21 @@ __metadata:
|
|
|
467
467
|
optional: true
|
|
468
468
|
vitest:
|
|
469
469
|
optional: true
|
|
470
|
-
checksum: 10c0/
|
|
470
|
+
checksum: 10c0/bf9afb698dc8efe54f09c08456c8aec7e050f23d84123edda8a0be7165fa490e9bbe7d95ed7aeb6d6a32c4b0ef9b9928807d1647aae23f9a3f10ba5359cc56af
|
|
471
471
|
languageName: node
|
|
472
472
|
linkType: hard
|
|
473
473
|
|
|
474
|
-
"@angular/cli@npm:^21.2.
|
|
475
|
-
version: 21.2.
|
|
476
|
-
resolution: "@angular/cli@npm:21.2.
|
|
474
|
+
"@angular/cli@npm:^21.2.14":
|
|
475
|
+
version: 21.2.14
|
|
476
|
+
resolution: "@angular/cli@npm:21.2.14"
|
|
477
477
|
dependencies:
|
|
478
|
-
"@angular-devkit/architect": "npm:0.2102.
|
|
479
|
-
"@angular-devkit/core": "npm:21.2.
|
|
480
|
-
"@angular-devkit/schematics": "npm:21.2.
|
|
478
|
+
"@angular-devkit/architect": "npm:0.2102.14"
|
|
479
|
+
"@angular-devkit/core": "npm:21.2.14"
|
|
480
|
+
"@angular-devkit/schematics": "npm:21.2.14"
|
|
481
481
|
"@inquirer/prompts": "npm:7.10.1"
|
|
482
482
|
"@listr2/prompt-adapter-inquirer": "npm:3.0.5"
|
|
483
483
|
"@modelcontextprotocol/sdk": "npm:1.26.0"
|
|
484
|
-
"@schematics/angular": "npm:21.2.
|
|
484
|
+
"@schematics/angular": "npm:21.2.14"
|
|
485
485
|
"@yarnpkg/lockfile": "npm:1.1.0"
|
|
486
486
|
algoliasearch: "npm:5.48.1"
|
|
487
487
|
ini: "npm:6.0.0"
|
|
@@ -495,25 +495,25 @@ __metadata:
|
|
|
495
495
|
zod: "npm:4.3.6"
|
|
496
496
|
bin:
|
|
497
497
|
ng: bin/ng.js
|
|
498
|
-
checksum: 10c0/
|
|
498
|
+
checksum: 10c0/469682dc5543386339717dea7591e09fa47d9b5977d43c238f887bb2015c3f3282babdef851554db1eebd59e78bc7b8321acbea11e0fc1fd97641c1b69e59b9d
|
|
499
499
|
languageName: node
|
|
500
500
|
linkType: hard
|
|
501
501
|
|
|
502
|
-
"@angular/common@npm:^21.2.
|
|
503
|
-
version: 21.2.
|
|
504
|
-
resolution: "@angular/common@npm:21.2.
|
|
502
|
+
"@angular/common@npm:^21.2.16":
|
|
503
|
+
version: 21.2.16
|
|
504
|
+
resolution: "@angular/common@npm:21.2.16"
|
|
505
505
|
dependencies:
|
|
506
506
|
tslib: "npm:^2.3.0"
|
|
507
507
|
peerDependencies:
|
|
508
|
-
"@angular/core": 21.2.
|
|
508
|
+
"@angular/core": 21.2.16
|
|
509
509
|
rxjs: ^6.5.3 || ^7.4.0
|
|
510
|
-
checksum: 10c0/
|
|
510
|
+
checksum: 10c0/ca666a27381cc0cdaf951f71df9c62d7d9b12420b725545d232f07aa6e4f1bf9f7baa3b5cc863c6c55b81b630430fcff3c73629d4c9aa76b702fabb0755aa548
|
|
511
511
|
languageName: node
|
|
512
512
|
linkType: hard
|
|
513
513
|
|
|
514
|
-
"@angular/compiler-cli@npm:^21.2.
|
|
515
|
-
version: 21.2.
|
|
516
|
-
resolution: "@angular/compiler-cli@npm:21.2.
|
|
514
|
+
"@angular/compiler-cli@npm:^21.2.16":
|
|
515
|
+
version: 21.2.16
|
|
516
|
+
resolution: "@angular/compiler-cli@npm:21.2.16"
|
|
517
517
|
dependencies:
|
|
518
518
|
"@babel/core": "npm:7.29.0"
|
|
519
519
|
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
|
|
@@ -524,7 +524,7 @@ __metadata:
|
|
|
524
524
|
tslib: "npm:^2.3.0"
|
|
525
525
|
yargs: "npm:^18.0.0"
|
|
526
526
|
peerDependencies:
|
|
527
|
-
"@angular/compiler": 21.2.
|
|
527
|
+
"@angular/compiler": 21.2.16
|
|
528
528
|
typescript: ">=5.9 <6.1"
|
|
529
529
|
peerDependenciesMeta:
|
|
530
530
|
typescript:
|
|
@@ -532,26 +532,26 @@ __metadata:
|
|
|
532
532
|
bin:
|
|
533
533
|
ng-xi18n: bundles/src/bin/ng_xi18n.js
|
|
534
534
|
ngc: bundles/src/bin/ngc.js
|
|
535
|
-
checksum: 10c0/
|
|
535
|
+
checksum: 10c0/f7413677fbd60e251b8b8ca6f6866c4ecba30eacaa7bae7c0f7eb84ee8ce45737c5a34311bdeb2daecba17927d04ccfc9bec2e9f96ccc9cae2b4a9c5593be6e6
|
|
536
536
|
languageName: node
|
|
537
537
|
linkType: hard
|
|
538
538
|
|
|
539
|
-
"@angular/compiler@npm:^21.2.
|
|
540
|
-
version: 21.2.
|
|
541
|
-
resolution: "@angular/compiler@npm:21.2.
|
|
539
|
+
"@angular/compiler@npm:^21.2.16":
|
|
540
|
+
version: 21.2.16
|
|
541
|
+
resolution: "@angular/compiler@npm:21.2.16"
|
|
542
542
|
dependencies:
|
|
543
543
|
tslib: "npm:^2.3.0"
|
|
544
|
-
checksum: 10c0/
|
|
544
|
+
checksum: 10c0/071f5cd229812eb149e24bb890bccf65db99e59814126e0fe81020bbc3990ce53efed0f6f6ec8f34bf1d89eda8bbf89dd2266eec226c3c95125a81387280d41c
|
|
545
545
|
languageName: node
|
|
546
546
|
linkType: hard
|
|
547
547
|
|
|
548
|
-
"@angular/core@npm:^21.2.
|
|
549
|
-
version: 21.2.
|
|
550
|
-
resolution: "@angular/core@npm:21.2.
|
|
548
|
+
"@angular/core@npm:^21.2.16":
|
|
549
|
+
version: 21.2.16
|
|
550
|
+
resolution: "@angular/core@npm:21.2.16"
|
|
551
551
|
dependencies:
|
|
552
552
|
tslib: "npm:^2.3.0"
|
|
553
553
|
peerDependencies:
|
|
554
|
-
"@angular/compiler": 21.2.
|
|
554
|
+
"@angular/compiler": 21.2.16
|
|
555
555
|
rxjs: ^6.5.3 || ^7.4.0
|
|
556
556
|
zone.js: ~0.15.0 || ~0.16.0
|
|
557
557
|
peerDependenciesMeta:
|
|
@@ -559,60 +559,60 @@ __metadata:
|
|
|
559
559
|
optional: true
|
|
560
560
|
zone.js:
|
|
561
561
|
optional: true
|
|
562
|
-
checksum: 10c0/
|
|
562
|
+
checksum: 10c0/3f594abb767f2e958fa2379de89f539fef3b25ac2cd944f14e98a240cae29cdc368958ec0b0bb0e8652d46ae1ee51745b2a8943279e11a6b2735d8fb3b020baa
|
|
563
563
|
languageName: node
|
|
564
564
|
linkType: hard
|
|
565
565
|
|
|
566
|
-
"@angular/language-service@npm:^21.2.
|
|
567
|
-
version: 21.2.
|
|
568
|
-
resolution: "@angular/language-service@npm:21.2.
|
|
569
|
-
checksum: 10c0/
|
|
566
|
+
"@angular/language-service@npm:^21.2.16":
|
|
567
|
+
version: 21.2.16
|
|
568
|
+
resolution: "@angular/language-service@npm:21.2.16"
|
|
569
|
+
checksum: 10c0/55db9d319648dfde3dc9651c4d200a764f93e4df4226f18d76c0bcfcaeb7b701420e945eb0a6c6546a5f7ab30424136b905fb6bbd0364778267028aa93682ad6
|
|
570
570
|
languageName: node
|
|
571
571
|
linkType: hard
|
|
572
572
|
|
|
573
|
-
"@angular/platform-browser@npm:^21.2.
|
|
574
|
-
version: 21.2.
|
|
575
|
-
resolution: "@angular/platform-browser@npm:21.2.
|
|
573
|
+
"@angular/platform-browser@npm:^21.2.16":
|
|
574
|
+
version: 21.2.16
|
|
575
|
+
resolution: "@angular/platform-browser@npm:21.2.16"
|
|
576
576
|
dependencies:
|
|
577
577
|
tslib: "npm:^2.3.0"
|
|
578
578
|
peerDependencies:
|
|
579
|
-
"@angular/animations": 21.2.
|
|
580
|
-
"@angular/common": 21.2.
|
|
581
|
-
"@angular/core": 21.2.
|
|
579
|
+
"@angular/animations": 21.2.16
|
|
580
|
+
"@angular/common": 21.2.16
|
|
581
|
+
"@angular/core": 21.2.16
|
|
582
582
|
peerDependenciesMeta:
|
|
583
583
|
"@angular/animations":
|
|
584
584
|
optional: true
|
|
585
|
-
checksum: 10c0/
|
|
585
|
+
checksum: 10c0/37c13bd1c8c3f210fb24f60ac1e8d44d6a6447748e5c4fb73bf0abf0546f80aaed0b4b6b57d6e5cf130d65b4ecd808a736ef29805744699f2b720fced5cdab69
|
|
586
586
|
languageName: node
|
|
587
587
|
linkType: hard
|
|
588
588
|
|
|
589
|
-
"@angular/platform-server@npm:^21.2.
|
|
590
|
-
version: 21.2.
|
|
591
|
-
resolution: "@angular/platform-server@npm:21.2.
|
|
589
|
+
"@angular/platform-server@npm:^21.2.16":
|
|
590
|
+
version: 21.2.16
|
|
591
|
+
resolution: "@angular/platform-server@npm:21.2.16"
|
|
592
592
|
dependencies:
|
|
593
593
|
tslib: "npm:^2.3.0"
|
|
594
594
|
xhr2: "npm:^0.2.0"
|
|
595
595
|
peerDependencies:
|
|
596
|
-
"@angular/common": 21.2.
|
|
597
|
-
"@angular/compiler": 21.2.
|
|
598
|
-
"@angular/core": 21.2.
|
|
599
|
-
"@angular/platform-browser": 21.2.
|
|
596
|
+
"@angular/common": 21.2.16
|
|
597
|
+
"@angular/compiler": 21.2.16
|
|
598
|
+
"@angular/core": 21.2.16
|
|
599
|
+
"@angular/platform-browser": 21.2.16
|
|
600
600
|
rxjs: ^6.5.3 || ^7.4.0
|
|
601
|
-
checksum: 10c0/
|
|
601
|
+
checksum: 10c0/423916271e8c32d76a21feb02f8d84d86271632240e6246173e6a34f11f5573084affd6123b57417928ea79e0590e23b14eb886f19dbfe7ed5b4a1eee9f59905
|
|
602
602
|
languageName: node
|
|
603
603
|
linkType: hard
|
|
604
604
|
|
|
605
|
-
"@angular/router@npm:^21.2.
|
|
606
|
-
version: 21.2.
|
|
607
|
-
resolution: "@angular/router@npm:21.2.
|
|
605
|
+
"@angular/router@npm:^21.2.16":
|
|
606
|
+
version: 21.2.16
|
|
607
|
+
resolution: "@angular/router@npm:21.2.16"
|
|
608
608
|
dependencies:
|
|
609
609
|
tslib: "npm:^2.3.0"
|
|
610
610
|
peerDependencies:
|
|
611
|
-
"@angular/common": 21.2.
|
|
612
|
-
"@angular/core": 21.2.
|
|
613
|
-
"@angular/platform-browser": 21.2.
|
|
611
|
+
"@angular/common": 21.2.16
|
|
612
|
+
"@angular/core": 21.2.16
|
|
613
|
+
"@angular/platform-browser": 21.2.16
|
|
614
614
|
rxjs: ^6.5.3 || ^7.4.0
|
|
615
|
-
checksum: 10c0/
|
|
615
|
+
checksum: 10c0/340aecb000e7ae76385b90f928ef7eb56764cecdf15f772195b7682de9906414fd3c053b81c7d5be5a5c6edc4d66a425f77ad2720f97107e50b77536ea3ef889
|
|
616
616
|
languageName: node
|
|
617
617
|
linkType: hard
|
|
618
618
|
|
|
@@ -630,25 +630,31 @@ __metadata:
|
|
|
630
630
|
languageName: node
|
|
631
631
|
linkType: hard
|
|
632
632
|
|
|
633
|
-
"@astrojs/internal-helpers@npm:0.
|
|
634
|
-
version: 0.
|
|
635
|
-
resolution: "@astrojs/internal-helpers@npm:0.
|
|
633
|
+
"@astrojs/internal-helpers@npm:0.10.0":
|
|
634
|
+
version: 0.10.0
|
|
635
|
+
resolution: "@astrojs/internal-helpers@npm:0.10.0"
|
|
636
636
|
dependencies:
|
|
637
|
+
"@types/hast": "npm:^3.0.4"
|
|
638
|
+
"@types/mdast": "npm:^4.0.4"
|
|
639
|
+
js-yaml: "npm:^4.1.1"
|
|
637
640
|
picomatch: "npm:^4.0.4"
|
|
638
|
-
|
|
641
|
+
retext-smartypants: "npm:^6.2.0"
|
|
642
|
+
shiki: "npm:^4.0.2"
|
|
643
|
+
smol-toml: "npm:^1.6.0"
|
|
644
|
+
unified: "npm:^11.0.5"
|
|
645
|
+
checksum: 10c0/e6729142b607b9aebaf36afeb045c5e137a4dd2a89051a5221c16c8d55379e6986e663c683ec524459dd3f35965027b94cbd02c9034bddc5a6acd0da21dfe5d4
|
|
639
646
|
languageName: node
|
|
640
647
|
linkType: hard
|
|
641
648
|
|
|
642
|
-
"@astrojs/markdown-remark@npm:7.
|
|
643
|
-
version: 7.
|
|
644
|
-
resolution: "@astrojs/markdown-remark@npm:7.
|
|
649
|
+
"@astrojs/markdown-remark@npm:7.2.0":
|
|
650
|
+
version: 7.2.0
|
|
651
|
+
resolution: "@astrojs/markdown-remark@npm:7.2.0"
|
|
645
652
|
dependencies:
|
|
646
|
-
"@astrojs/internal-helpers": "npm:0.
|
|
653
|
+
"@astrojs/internal-helpers": "npm:0.10.0"
|
|
647
654
|
"@astrojs/prism": "npm:4.0.2"
|
|
648
655
|
github-slugger: "npm:^2.0.0"
|
|
649
656
|
hast-util-from-html: "npm:^2.0.3"
|
|
650
657
|
hast-util-to-text: "npm:^4.0.2"
|
|
651
|
-
js-yaml: "npm:^4.1.1"
|
|
652
658
|
mdast-util-definitions: "npm:^6.0.0"
|
|
653
659
|
rehype-raw: "npm:^7.0.0"
|
|
654
660
|
rehype-stringify: "npm:^10.0.1"
|
|
@@ -656,31 +662,28 @@ __metadata:
|
|
|
656
662
|
remark-parse: "npm:^11.0.0"
|
|
657
663
|
remark-rehype: "npm:^11.1.2"
|
|
658
664
|
remark-smartypants: "npm:^3.0.2"
|
|
659
|
-
retext-smartypants: "npm:^6.2.0"
|
|
660
|
-
shiki: "npm:^4.0.0"
|
|
661
|
-
smol-toml: "npm:^1.6.0"
|
|
662
665
|
unified: "npm:^11.0.5"
|
|
663
666
|
unist-util-remove-position: "npm:^5.0.0"
|
|
664
667
|
unist-util-visit: "npm:^5.1.0"
|
|
665
668
|
unist-util-visit-parents: "npm:^6.0.2"
|
|
666
669
|
vfile: "npm:^6.0.3"
|
|
667
|
-
checksum: 10c0/
|
|
670
|
+
checksum: 10c0/4332f03768733beff038ebdd68ae1d0207d0b66f1089bf98a42ed5f25614bfe5bfc6b8459acd7d639ebb03a914375b942d8253f80ee6141dcf2b305449a77938
|
|
668
671
|
languageName: node
|
|
669
672
|
linkType: hard
|
|
670
673
|
|
|
671
|
-
"@astrojs/preact@npm:^5.1.
|
|
672
|
-
version: 5.1.
|
|
673
|
-
resolution: "@astrojs/preact@npm:5.1.
|
|
674
|
+
"@astrojs/preact@npm:^5.1.5":
|
|
675
|
+
version: 5.1.5
|
|
676
|
+
resolution: "@astrojs/preact@npm:5.1.5"
|
|
674
677
|
dependencies:
|
|
675
|
-
"@astrojs/internal-helpers": "npm:0.
|
|
678
|
+
"@astrojs/internal-helpers": "npm:0.10.0"
|
|
676
679
|
"@preact/preset-vite": "npm:^2.10.5"
|
|
677
680
|
"@preact/signals": "npm:^2.8.2"
|
|
678
|
-
devalue: "npm:^5.
|
|
681
|
+
devalue: "npm:^5.8.1"
|
|
679
682
|
preact-render-to-string: "npm:^6.6.6"
|
|
680
683
|
vite: "npm:^7.3.2"
|
|
681
684
|
peerDependencies:
|
|
682
685
|
preact: ^10.6.5
|
|
683
|
-
checksum: 10c0/
|
|
686
|
+
checksum: 10c0/1f085b1c7ec210908a9536f5f9dd1d1f7394edfab298a3a9c0a2f5ca37199f3294237a32ae8d807727839cb0116355fc6c57c9c9074c166180cd5874eb1ebb5f
|
|
684
687
|
languageName: node
|
|
685
688
|
linkType: hard
|
|
686
689
|
|
|
@@ -693,13 +696,13 @@ __metadata:
|
|
|
693
696
|
languageName: node
|
|
694
697
|
linkType: hard
|
|
695
698
|
|
|
696
|
-
"@astrojs/react@npm:^5.0.
|
|
697
|
-
version: 5.0.
|
|
698
|
-
resolution: "@astrojs/react@npm:5.0.
|
|
699
|
+
"@astrojs/react@npm:^5.0.7":
|
|
700
|
+
version: 5.0.7
|
|
701
|
+
resolution: "@astrojs/react@npm:5.0.7"
|
|
699
702
|
dependencies:
|
|
700
|
-
"@astrojs/internal-helpers": "npm:0.
|
|
703
|
+
"@astrojs/internal-helpers": "npm:0.10.0"
|
|
701
704
|
"@vitejs/plugin-react": "npm:^5.2.0"
|
|
702
|
-
devalue: "npm:^5.
|
|
705
|
+
devalue: "npm:^5.8.1"
|
|
703
706
|
ultrahtml: "npm:^1.6.0"
|
|
704
707
|
vite: "npm:^7.3.2"
|
|
705
708
|
peerDependencies:
|
|
@@ -707,7 +710,7 @@ __metadata:
|
|
|
707
710
|
"@types/react-dom": ^17.0.17 || ^18.0.6 || ^19.0.0
|
|
708
711
|
react: ^17.0.2 || ^18.0.0 || ^19.0.0
|
|
709
712
|
react-dom: ^17.0.2 || ^18.0.0 || ^19.0.0
|
|
710
|
-
checksum: 10c0/
|
|
713
|
+
checksum: 10c0/7ed857982b443ab3c7028a6491ce0dfe191070b81cc26c5d7cb5bb5c14bc55a90fcfaa2de2370daa9e12c278808bb8c5064d8fcaad7094c7368b922ad1bb6005
|
|
711
714
|
languageName: node
|
|
712
715
|
linkType: hard
|
|
713
716
|
|
|
@@ -727,9 +730,9 @@ __metadata:
|
|
|
727
730
|
languageName: node
|
|
728
731
|
linkType: hard
|
|
729
732
|
|
|
730
|
-
"@astrojs/svelte@npm:^8.1.
|
|
731
|
-
version: 8.1.
|
|
732
|
-
resolution: "@astrojs/svelte@npm:8.1.
|
|
733
|
+
"@astrojs/svelte@npm:^8.1.2":
|
|
734
|
+
version: 8.1.2
|
|
735
|
+
resolution: "@astrojs/svelte@npm:8.1.2"
|
|
733
736
|
dependencies:
|
|
734
737
|
"@sveltejs/vite-plugin-svelte": "npm:^6.2.4"
|
|
735
738
|
svelte2tsx: "npm:^0.7.55"
|
|
@@ -739,7 +742,7 @@ __metadata:
|
|
|
739
742
|
astro: ^6.0.0
|
|
740
743
|
svelte: ^5.43.6
|
|
741
744
|
typescript: ^5.3.3 || ^6.0.0
|
|
742
|
-
checksum: 10c0/
|
|
745
|
+
checksum: 10c0/67184f00fc5dc06cf6af7ee1b101229faebc695b66b00f7bddb0d934eb121d7013674bba16ee6440b4726ab4072bdfee62c5a02fcf31010ad54b65a658535fb6
|
|
743
746
|
languageName: node
|
|
744
747
|
linkType: hard
|
|
745
748
|
|
|
@@ -772,25 +775,25 @@ __metadata:
|
|
|
772
775
|
languageName: node
|
|
773
776
|
linkType: hard
|
|
774
777
|
|
|
775
|
-
"@babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.27.1, @babel/code-frame@npm:^7.
|
|
776
|
-
version: 7.29.
|
|
777
|
-
resolution: "@babel/code-frame@npm:7.29.
|
|
778
|
+
"@babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.27.1, @babel/code-frame@npm:^7.29.0, @babel/code-frame@npm:^7.29.7":
|
|
779
|
+
version: 7.29.7
|
|
780
|
+
resolution: "@babel/code-frame@npm:7.29.7"
|
|
778
781
|
dependencies:
|
|
779
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
782
|
+
"@babel/helper-validator-identifier": "npm:^7.29.7"
|
|
780
783
|
js-tokens: "npm:^4.0.0"
|
|
781
784
|
picocolors: "npm:^1.1.1"
|
|
782
|
-
checksum: 10c0/
|
|
785
|
+
checksum: 10c0/169fc2080169a40c1760155eaaaf739bcb882df0bec76a83adbda5493645bc17270a3434b8848c494b1933e96fe1d147370001e3cda09a39f43ae30f08ef2069
|
|
783
786
|
languageName: node
|
|
784
787
|
linkType: hard
|
|
785
788
|
|
|
786
|
-
"@babel/compat-data@npm:^7.
|
|
787
|
-
version: 7.29.
|
|
788
|
-
resolution: "@babel/compat-data@npm:7.29.
|
|
789
|
-
checksum: 10c0/
|
|
789
|
+
"@babel/compat-data@npm:^7.29.7":
|
|
790
|
+
version: 7.29.7
|
|
791
|
+
resolution: "@babel/compat-data@npm:7.29.7"
|
|
792
|
+
checksum: 10c0/47913f05e08a45a1c9df38c02b4b49e391005085b489432647a1abe112e5d9c75e3be8ea5972b7f6da4ec5d1339922ceb9ea02b8a25d4ed1cb8636e5261f344e
|
|
790
793
|
languageName: node
|
|
791
794
|
linkType: hard
|
|
792
795
|
|
|
793
|
-
"@babel/core@npm:7.29.0
|
|
796
|
+
"@babel/core@npm:7.29.0":
|
|
794
797
|
version: 7.29.0
|
|
795
798
|
resolution: "@babel/core@npm:7.29.0"
|
|
796
799
|
dependencies:
|
|
@@ -813,9 +816,32 @@ __metadata:
|
|
|
813
816
|
languageName: node
|
|
814
817
|
linkType: hard
|
|
815
818
|
|
|
819
|
+
"@babel/core@npm:^7.13.16, @babel/core@npm:^7.22.1, @babel/core@npm:^7.23.0, @babel/core@npm:^7.23.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.4, @babel/core@npm:^7.29.0, @babel/core@npm:^7.29.7":
|
|
820
|
+
version: 7.29.7
|
|
821
|
+
resolution: "@babel/core@npm:7.29.7"
|
|
822
|
+
dependencies:
|
|
823
|
+
"@babel/code-frame": "npm:^7.29.7"
|
|
824
|
+
"@babel/generator": "npm:^7.29.7"
|
|
825
|
+
"@babel/helper-compilation-targets": "npm:^7.29.7"
|
|
826
|
+
"@babel/helper-module-transforms": "npm:^7.29.7"
|
|
827
|
+
"@babel/helpers": "npm:^7.29.7"
|
|
828
|
+
"@babel/parser": "npm:^7.29.7"
|
|
829
|
+
"@babel/template": "npm:^7.29.7"
|
|
830
|
+
"@babel/traverse": "npm:^7.29.7"
|
|
831
|
+
"@babel/types": "npm:^7.29.7"
|
|
832
|
+
"@jridgewell/remapping": "npm:^2.3.5"
|
|
833
|
+
convert-source-map: "npm:^2.0.0"
|
|
834
|
+
debug: "npm:^4.1.0"
|
|
835
|
+
gensync: "npm:^1.0.0-beta.2"
|
|
836
|
+
json5: "npm:^2.2.3"
|
|
837
|
+
semver: "npm:^6.3.1"
|
|
838
|
+
checksum: 10c0/112fb09c24de7a1de64d1de2c31fe65c4e6af4cb2fb6e6d99ea5373e6fc51e75b88581c0efae4c4c68f119a02a988c7106e95011a41530a2fb8ed793c7eaa07b
|
|
839
|
+
languageName: node
|
|
840
|
+
linkType: hard
|
|
841
|
+
|
|
816
842
|
"@babel/eslint-parser@npm:^7.27.5":
|
|
817
|
-
version: 7.
|
|
818
|
-
resolution: "@babel/eslint-parser@npm:7.
|
|
843
|
+
version: 7.29.7
|
|
844
|
+
resolution: "@babel/eslint-parser@npm:7.29.7"
|
|
819
845
|
dependencies:
|
|
820
846
|
"@nicolo-ribaudo/eslint-scope-5-internals": "npm:5.1.1-v1"
|
|
821
847
|
eslint-visitor-keys: "npm:^2.1.0"
|
|
@@ -823,24 +849,24 @@ __metadata:
|
|
|
823
849
|
peerDependencies:
|
|
824
850
|
"@babel/core": ^7.11.0
|
|
825
851
|
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
|
|
826
|
-
checksum: 10c0/
|
|
852
|
+
checksum: 10c0/c24dcd941b0a149b197a9e9c3297a01d621775ac71cdf2e1134b1097c1691b46ce969355e1be3676d83b88f62c43ed33cf3a499da21ea11a5eb07339ce64ac20
|
|
827
853
|
languageName: node
|
|
828
854
|
linkType: hard
|
|
829
855
|
|
|
830
|
-
"@babel/generator@npm:^7.23.6, @babel/generator@npm:^7.29.0":
|
|
831
|
-
version: 7.29.
|
|
832
|
-
resolution: "@babel/generator@npm:7.29.
|
|
856
|
+
"@babel/generator@npm:^7.23.6, @babel/generator@npm:^7.29.0, @babel/generator@npm:^7.29.7":
|
|
857
|
+
version: 7.29.7
|
|
858
|
+
resolution: "@babel/generator@npm:7.29.7"
|
|
833
859
|
dependencies:
|
|
834
|
-
"@babel/parser": "npm:^7.29.
|
|
835
|
-
"@babel/types": "npm:^7.29.
|
|
860
|
+
"@babel/parser": "npm:^7.29.7"
|
|
861
|
+
"@babel/types": "npm:^7.29.7"
|
|
836
862
|
"@jridgewell/gen-mapping": "npm:^0.3.12"
|
|
837
863
|
"@jridgewell/trace-mapping": "npm:^0.3.28"
|
|
838
864
|
jsesc: "npm:^3.0.2"
|
|
839
|
-
checksum: 10c0/
|
|
865
|
+
checksum: 10c0/9bf72b01b5bd0ea5b1288a0e37dbd360bff2f2b1ce73342c0d40fb3db2ec3dc004ada5ffa925c5e12939a416eed59e600d562b8ecd938ce0d27dfd0eb6c6c2b7
|
|
840
866
|
languageName: node
|
|
841
867
|
linkType: hard
|
|
842
868
|
|
|
843
|
-
"@babel/helper-annotate-as-pure@npm:7.27.3
|
|
869
|
+
"@babel/helper-annotate-as-pure@npm:7.27.3":
|
|
844
870
|
version: 7.27.3
|
|
845
871
|
resolution: "@babel/helper-annotate-as-pure@npm:7.27.3"
|
|
846
872
|
dependencies:
|
|
@@ -849,50 +875,59 @@ __metadata:
|
|
|
849
875
|
languageName: node
|
|
850
876
|
linkType: hard
|
|
851
877
|
|
|
852
|
-
"@babel/helper-
|
|
853
|
-
version: 7.
|
|
854
|
-
resolution: "@babel/helper-
|
|
878
|
+
"@babel/helper-annotate-as-pure@npm:^7.29.7":
|
|
879
|
+
version: 7.29.7
|
|
880
|
+
resolution: "@babel/helper-annotate-as-pure@npm:7.29.7"
|
|
855
881
|
dependencies:
|
|
856
|
-
"@babel/
|
|
857
|
-
|
|
882
|
+
"@babel/types": "npm:^7.29.7"
|
|
883
|
+
checksum: 10c0/c56536b52d17632d89d49db2063ed6102f0e3bbadf6a0ccb74e6599d6a77173b644c7fe8c3ef17c7a162709d55b75ee5145ef6db917d16ba7f375fbffcf2e942
|
|
884
|
+
languageName: node
|
|
885
|
+
linkType: hard
|
|
886
|
+
|
|
887
|
+
"@babel/helper-compilation-targets@npm:^7.28.6, @babel/helper-compilation-targets@npm:^7.29.7":
|
|
888
|
+
version: 7.29.7
|
|
889
|
+
resolution: "@babel/helper-compilation-targets@npm:7.29.7"
|
|
890
|
+
dependencies:
|
|
891
|
+
"@babel/compat-data": "npm:^7.29.7"
|
|
892
|
+
"@babel/helper-validator-option": "npm:^7.29.7"
|
|
858
893
|
browserslist: "npm:^4.24.0"
|
|
859
894
|
lru-cache: "npm:^5.1.1"
|
|
860
895
|
semver: "npm:^6.3.1"
|
|
861
|
-
checksum: 10c0/
|
|
896
|
+
checksum: 10c0/4c15fd4c69a0a7047799a28a88460c19cede0a0ee8af994ea169114986f4af48b92c7393a4a3fee0456c11a656eece3448a6ed06354453d6c27cccf17195453b
|
|
862
897
|
languageName: node
|
|
863
898
|
linkType: hard
|
|
864
899
|
|
|
865
|
-
"@babel/helper-create-class-features-plugin@npm:^7.
|
|
866
|
-
version: 7.29.
|
|
867
|
-
resolution: "@babel/helper-create-class-features-plugin@npm:7.29.
|
|
900
|
+
"@babel/helper-create-class-features-plugin@npm:^7.29.7":
|
|
901
|
+
version: 7.29.7
|
|
902
|
+
resolution: "@babel/helper-create-class-features-plugin@npm:7.29.7"
|
|
868
903
|
dependencies:
|
|
869
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
870
|
-
"@babel/helper-member-expression-to-functions": "npm:^7.
|
|
871
|
-
"@babel/helper-optimise-call-expression": "npm:^7.
|
|
872
|
-
"@babel/helper-replace-supers": "npm:^7.
|
|
873
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
874
|
-
"@babel/traverse": "npm:^7.29.
|
|
904
|
+
"@babel/helper-annotate-as-pure": "npm:^7.29.7"
|
|
905
|
+
"@babel/helper-member-expression-to-functions": "npm:^7.29.7"
|
|
906
|
+
"@babel/helper-optimise-call-expression": "npm:^7.29.7"
|
|
907
|
+
"@babel/helper-replace-supers": "npm:^7.29.7"
|
|
908
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.29.7"
|
|
909
|
+
"@babel/traverse": "npm:^7.29.7"
|
|
875
910
|
semver: "npm:^6.3.1"
|
|
876
911
|
peerDependencies:
|
|
877
912
|
"@babel/core": ^7.0.0
|
|
878
|
-
checksum: 10c0/
|
|
913
|
+
checksum: 10c0/75f34905b5e708b473f1e9b33e07b2fcc8f4c60676df8bc74541bb91c77f387c32a948dd04d5071e469ba454d72d0a872e3ace40fbb1d1e7aaa8569efcf09ed4
|
|
879
914
|
languageName: node
|
|
880
915
|
linkType: hard
|
|
881
916
|
|
|
882
|
-
"@babel/helper-globals@npm:^7.
|
|
883
|
-
version: 7.
|
|
884
|
-
resolution: "@babel/helper-globals@npm:7.
|
|
885
|
-
checksum: 10c0/
|
|
917
|
+
"@babel/helper-globals@npm:^7.29.7":
|
|
918
|
+
version: 7.29.7
|
|
919
|
+
resolution: "@babel/helper-globals@npm:7.29.7"
|
|
920
|
+
checksum: 10c0/f38417c40b1129a1b2b519ca961b9040c8827d1444fd74068702286b91b77089431dc76b6b9d5c1496e5da2a4f3ad329c6946e688ba3fa0d1d0b3d2b4f34f36a
|
|
886
921
|
languageName: node
|
|
887
922
|
linkType: hard
|
|
888
923
|
|
|
889
|
-
"@babel/helper-member-expression-to-functions@npm:^7.
|
|
890
|
-
version: 7.
|
|
891
|
-
resolution: "@babel/helper-member-expression-to-functions@npm:7.
|
|
924
|
+
"@babel/helper-member-expression-to-functions@npm:^7.29.7":
|
|
925
|
+
version: 7.29.7
|
|
926
|
+
resolution: "@babel/helper-member-expression-to-functions@npm:7.29.7"
|
|
892
927
|
dependencies:
|
|
893
|
-
"@babel/traverse": "npm:^7.
|
|
894
|
-
"@babel/types": "npm:^7.
|
|
895
|
-
checksum: 10c0/
|
|
928
|
+
"@babel/traverse": "npm:^7.29.7"
|
|
929
|
+
"@babel/types": "npm:^7.29.7"
|
|
930
|
+
checksum: 10c0/eef7940ce0797208854a5af1049a98fee9abbffb5c619640c69ff5a555f8e3552295bb18756490b02bc6af7df8c1babcb83f12203aac2deb9dfecfc78846e12d
|
|
896
931
|
languageName: node
|
|
897
932
|
linkType: hard
|
|
898
933
|
|
|
@@ -905,65 +940,65 @@ __metadata:
|
|
|
905
940
|
languageName: node
|
|
906
941
|
linkType: hard
|
|
907
942
|
|
|
908
|
-
"@babel/helper-module-imports@npm:^7.22.15, @babel/helper-module-imports@npm:^7.27.1, @babel/helper-module-imports@npm:^7.
|
|
909
|
-
version: 7.
|
|
910
|
-
resolution: "@babel/helper-module-imports@npm:7.
|
|
943
|
+
"@babel/helper-module-imports@npm:^7.22.15, @babel/helper-module-imports@npm:^7.27.1, @babel/helper-module-imports@npm:^7.29.7":
|
|
944
|
+
version: 7.29.7
|
|
945
|
+
resolution: "@babel/helper-module-imports@npm:7.29.7"
|
|
911
946
|
dependencies:
|
|
912
|
-
"@babel/traverse": "npm:^7.
|
|
913
|
-
"@babel/types": "npm:^7.
|
|
914
|
-
checksum: 10c0/
|
|
947
|
+
"@babel/traverse": "npm:^7.29.7"
|
|
948
|
+
"@babel/types": "npm:^7.29.7"
|
|
949
|
+
checksum: 10c0/6adf60d97356027413342a092f818d9678c4f5caff716a33e3284b5ae14e47a9e88059d421dde4ee4894691260039a12602c0e7becadc175602194b40dfa345d
|
|
915
950
|
languageName: node
|
|
916
951
|
linkType: hard
|
|
917
952
|
|
|
918
|
-
"@babel/helper-module-transforms@npm:^7.28.6":
|
|
919
|
-
version: 7.
|
|
920
|
-
resolution: "@babel/helper-module-transforms@npm:7.
|
|
953
|
+
"@babel/helper-module-transforms@npm:^7.28.6, @babel/helper-module-transforms@npm:^7.29.7":
|
|
954
|
+
version: 7.29.7
|
|
955
|
+
resolution: "@babel/helper-module-transforms@npm:7.29.7"
|
|
921
956
|
dependencies:
|
|
922
|
-
"@babel/helper-module-imports": "npm:^7.
|
|
923
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
924
|
-
"@babel/traverse": "npm:^7.
|
|
957
|
+
"@babel/helper-module-imports": "npm:^7.29.7"
|
|
958
|
+
"@babel/helper-validator-identifier": "npm:^7.29.7"
|
|
959
|
+
"@babel/traverse": "npm:^7.29.7"
|
|
925
960
|
peerDependencies:
|
|
926
961
|
"@babel/core": ^7.0.0
|
|
927
|
-
checksum: 10c0/
|
|
962
|
+
checksum: 10c0/ee5a2172c24a42be696836f4b0d947489c9729d8adf5821885cf77d1ad5333e3c447368e9a71f67df1099570490553dccf9f888ef0a92a48aa63cb086bd8c7e1
|
|
928
963
|
languageName: node
|
|
929
964
|
linkType: hard
|
|
930
965
|
|
|
931
|
-
"@babel/helper-optimise-call-expression@npm:^7.
|
|
932
|
-
version: 7.
|
|
933
|
-
resolution: "@babel/helper-optimise-call-expression@npm:7.
|
|
966
|
+
"@babel/helper-optimise-call-expression@npm:^7.29.7":
|
|
967
|
+
version: 7.29.7
|
|
968
|
+
resolution: "@babel/helper-optimise-call-expression@npm:7.29.7"
|
|
934
969
|
dependencies:
|
|
935
|
-
"@babel/types": "npm:^7.
|
|
936
|
-
checksum: 10c0/
|
|
970
|
+
"@babel/types": "npm:^7.29.7"
|
|
971
|
+
checksum: 10c0/fd0244b9bfbb487db02d59aa2703c6991d654ea5f3f39d912682842bdca2e87b5ae8643b0ce8069bf5fbee39d1aa9db7abefeb5e6ba1aa650dca12777cf5b7e2
|
|
937
972
|
languageName: node
|
|
938
973
|
linkType: hard
|
|
939
974
|
|
|
940
|
-
"@babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.
|
|
941
|
-
version: 7.
|
|
942
|
-
resolution: "@babel/helper-plugin-utils@npm:7.
|
|
943
|
-
checksum: 10c0/
|
|
975
|
+
"@babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.29.7":
|
|
976
|
+
version: 7.29.7
|
|
977
|
+
resolution: "@babel/helper-plugin-utils@npm:7.29.7"
|
|
978
|
+
checksum: 10c0/380477a06133274a2759f9355929cb60a95e8b8fee624a1ae1fa349e1d1645b89daca456f72833f6d1062bffa12ee4271c5bf0cc5a61c0166cdc24c7591e2408
|
|
944
979
|
languageName: node
|
|
945
980
|
linkType: hard
|
|
946
981
|
|
|
947
|
-
"@babel/helper-replace-supers@npm:^7.
|
|
948
|
-
version: 7.
|
|
949
|
-
resolution: "@babel/helper-replace-supers@npm:7.
|
|
982
|
+
"@babel/helper-replace-supers@npm:^7.29.7":
|
|
983
|
+
version: 7.29.7
|
|
984
|
+
resolution: "@babel/helper-replace-supers@npm:7.29.7"
|
|
950
985
|
dependencies:
|
|
951
|
-
"@babel/helper-member-expression-to-functions": "npm:^7.
|
|
952
|
-
"@babel/helper-optimise-call-expression": "npm:^7.
|
|
953
|
-
"@babel/traverse": "npm:^7.
|
|
986
|
+
"@babel/helper-member-expression-to-functions": "npm:^7.29.7"
|
|
987
|
+
"@babel/helper-optimise-call-expression": "npm:^7.29.7"
|
|
988
|
+
"@babel/traverse": "npm:^7.29.7"
|
|
954
989
|
peerDependencies:
|
|
955
990
|
"@babel/core": ^7.0.0
|
|
956
|
-
checksum: 10c0/
|
|
991
|
+
checksum: 10c0/1c7ae37797f226e965ab85f6affa53d25a10c169c604a4daeb36f9df09e673471e6522f631c13761cf9fbafeca2ea14c241dea8d723a51039d561beb01d86ac4
|
|
957
992
|
languageName: node
|
|
958
993
|
linkType: hard
|
|
959
994
|
|
|
960
|
-
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.
|
|
961
|
-
version: 7.
|
|
962
|
-
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.
|
|
995
|
+
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.29.7":
|
|
996
|
+
version: 7.29.7
|
|
997
|
+
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.29.7"
|
|
963
998
|
dependencies:
|
|
964
|
-
"@babel/traverse": "npm:^7.
|
|
965
|
-
"@babel/types": "npm:^7.
|
|
966
|
-
checksum: 10c0/
|
|
999
|
+
"@babel/traverse": "npm:^7.29.7"
|
|
1000
|
+
"@babel/types": "npm:^7.29.7"
|
|
1001
|
+
checksum: 10c0/8c59493621487fc491f27adfc200af82a6aca3b9a5511e4e6050f8716593b4b243472cb56c8d2016e828b7ae12d605a819205aa8600ca08ee291dcd58d65c832
|
|
967
1002
|
languageName: node
|
|
968
1003
|
linkType: hard
|
|
969
1004
|
|
|
@@ -976,58 +1011,58 @@ __metadata:
|
|
|
976
1011
|
languageName: node
|
|
977
1012
|
linkType: hard
|
|
978
1013
|
|
|
979
|
-
"@babel/helper-string-parser@npm:^7.
|
|
980
|
-
version: 7.
|
|
981
|
-
resolution: "@babel/helper-string-parser@npm:7.
|
|
982
|
-
checksum: 10c0/
|
|
1014
|
+
"@babel/helper-string-parser@npm:^7.29.7":
|
|
1015
|
+
version: 7.29.7
|
|
1016
|
+
resolution: "@babel/helper-string-parser@npm:7.29.7"
|
|
1017
|
+
checksum: 10c0/194bc0f1716e396d5ffde56ad6119745fb9557662c98611590e5e454906783a4ccb21ce93056b8eb69a4909044834e45d96e50ac695bbe9e3221648fe033c06c
|
|
983
1018
|
languageName: node
|
|
984
1019
|
linkType: hard
|
|
985
1020
|
|
|
986
|
-
"@babel/helper-validator-identifier@npm:^7.
|
|
987
|
-
version: 7.
|
|
988
|
-
resolution: "@babel/helper-validator-identifier@npm:7.
|
|
989
|
-
checksum: 10c0/
|
|
1021
|
+
"@babel/helper-validator-identifier@npm:^7.29.7":
|
|
1022
|
+
version: 7.29.7
|
|
1023
|
+
resolution: "@babel/helper-validator-identifier@npm:7.29.7"
|
|
1024
|
+
checksum: 10c0/4795354e7ae0dcafa72de1cd04ec51252dc1498517170beaf019e03effc5b7bf13c6b21a3949a77e07b8125be7f106ed1131350d8ebd4566ae874094a726d62b
|
|
990
1025
|
languageName: node
|
|
991
1026
|
linkType: hard
|
|
992
1027
|
|
|
993
|
-
"@babel/helper-validator-option@npm:^7.
|
|
994
|
-
version: 7.
|
|
995
|
-
resolution: "@babel/helper-validator-option@npm:7.
|
|
996
|
-
checksum: 10c0/
|
|
1028
|
+
"@babel/helper-validator-option@npm:^7.29.7":
|
|
1029
|
+
version: 7.29.7
|
|
1030
|
+
resolution: "@babel/helper-validator-option@npm:7.29.7"
|
|
1031
|
+
checksum: 10c0/d2a06c6d0ac40ba4a2f219fc2cab249c7a94bacdb2686273b7f9598571c908809b48468ff588915a346e6cc7296f60b581023d1d498b747fed06f779d335c2cc
|
|
997
1032
|
languageName: node
|
|
998
1033
|
linkType: hard
|
|
999
1034
|
|
|
1000
|
-
"@babel/helpers@npm:^7.28.6":
|
|
1001
|
-
version: 7.29.
|
|
1002
|
-
resolution: "@babel/helpers@npm:7.29.
|
|
1035
|
+
"@babel/helpers@npm:^7.28.6, @babel/helpers@npm:^7.29.7":
|
|
1036
|
+
version: 7.29.7
|
|
1037
|
+
resolution: "@babel/helpers@npm:7.29.7"
|
|
1003
1038
|
dependencies:
|
|
1004
|
-
"@babel/template": "npm:^7.
|
|
1005
|
-
"@babel/types": "npm:^7.29.
|
|
1006
|
-
checksum: 10c0/
|
|
1039
|
+
"@babel/template": "npm:^7.29.7"
|
|
1040
|
+
"@babel/types": "npm:^7.29.7"
|
|
1041
|
+
checksum: 10c0/218e8d10953647c9f44775f5a022b227a182674853b5ea8631889deb7e1a3e4bc870388aaecf59bb8bd92a87f9a96220ed3f70a35bffec6bcf9169ecb67891ac
|
|
1007
1042
|
languageName: node
|
|
1008
1043
|
linkType: hard
|
|
1009
1044
|
|
|
1010
|
-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.0, @babel/parser@npm:^7.28.4, @babel/parser@npm:^7.
|
|
1011
|
-
version: 7.29.
|
|
1012
|
-
resolution: "@babel/parser@npm:7.29.
|
|
1045
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.0, @babel/parser@npm:^7.28.4, @babel/parser@npm:^7.29.0, @babel/parser@npm:^7.29.3, @babel/parser@npm:^7.29.7":
|
|
1046
|
+
version: 7.29.7
|
|
1047
|
+
resolution: "@babel/parser@npm:7.29.7"
|
|
1013
1048
|
dependencies:
|
|
1014
|
-
"@babel/types": "npm:^7.29.
|
|
1049
|
+
"@babel/types": "npm:^7.29.7"
|
|
1015
1050
|
bin:
|
|
1016
1051
|
parser: ./bin/babel-parser.js
|
|
1017
|
-
checksum: 10c0/
|
|
1052
|
+
checksum: 10c0/65133038f80b54a714d6027cb77cee3f9a6b5c4c6842ce674301e13947cbcbfa8055e63acaf1b84c085d34226a14425b2c2b97b829e0e226d2e8f1299942a51d
|
|
1018
1053
|
languageName: node
|
|
1019
1054
|
linkType: hard
|
|
1020
1055
|
|
|
1021
1056
|
"@babel/plugin-proposal-decorators@npm:^7.23.0":
|
|
1022
|
-
version: 7.29.
|
|
1023
|
-
resolution: "@babel/plugin-proposal-decorators@npm:7.29.
|
|
1057
|
+
version: 7.29.7
|
|
1058
|
+
resolution: "@babel/plugin-proposal-decorators@npm:7.29.7"
|
|
1024
1059
|
dependencies:
|
|
1025
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.
|
|
1026
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1027
|
-
"@babel/plugin-syntax-decorators": "npm:^7.
|
|
1060
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.29.7"
|
|
1061
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1062
|
+
"@babel/plugin-syntax-decorators": "npm:^7.29.7"
|
|
1028
1063
|
peerDependencies:
|
|
1029
1064
|
"@babel/core": ^7.0.0-0
|
|
1030
|
-
checksum: 10c0/
|
|
1065
|
+
checksum: 10c0/9c0ce48ac70952d4419f0ceb250cefe2eff96d1e7393bcb7db2e15abe655ee04e25e6f7ce4346f27bdfa781a4386963e3e5c1d1ef7cb1c765a0d811debc9a645
|
|
1031
1066
|
languageName: node
|
|
1032
1067
|
linkType: hard
|
|
1033
1068
|
|
|
@@ -1042,25 +1077,25 @@ __metadata:
|
|
|
1042
1077
|
languageName: node
|
|
1043
1078
|
linkType: hard
|
|
1044
1079
|
|
|
1045
|
-
"@babel/plugin-syntax-decorators@npm:^7.
|
|
1046
|
-
version: 7.
|
|
1047
|
-
resolution: "@babel/plugin-syntax-decorators@npm:7.
|
|
1080
|
+
"@babel/plugin-syntax-decorators@npm:^7.29.7":
|
|
1081
|
+
version: 7.29.7
|
|
1082
|
+
resolution: "@babel/plugin-syntax-decorators@npm:7.29.7"
|
|
1048
1083
|
dependencies:
|
|
1049
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1084
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1050
1085
|
peerDependencies:
|
|
1051
1086
|
"@babel/core": ^7.0.0-0
|
|
1052
|
-
checksum: 10c0/
|
|
1087
|
+
checksum: 10c0/5a5644ecd899345a92788c2d3a832541a09ab1558accbde396036920d76405b8cb7b073eb01fad468181719962cc0dfdf8377c4744fc4ceb042432e03f64e13e
|
|
1053
1088
|
languageName: node
|
|
1054
1089
|
linkType: hard
|
|
1055
1090
|
|
|
1056
1091
|
"@babel/plugin-syntax-import-attributes@npm:^7.22.5":
|
|
1057
|
-
version: 7.
|
|
1058
|
-
resolution: "@babel/plugin-syntax-import-attributes@npm:7.
|
|
1092
|
+
version: 7.29.7
|
|
1093
|
+
resolution: "@babel/plugin-syntax-import-attributes@npm:7.29.7"
|
|
1059
1094
|
dependencies:
|
|
1060
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1095
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1061
1096
|
peerDependencies:
|
|
1062
1097
|
"@babel/core": ^7.0.0-0
|
|
1063
|
-
checksum: 10c0/
|
|
1098
|
+
checksum: 10c0/b9a47e869d8c06676297069895ae34e2bd244ec4c3bdf15002f1e69aed32eef0361044af22a43f271b8de5e23a40534fe6a74a63e7ab98e3d60a74b322444b49
|
|
1064
1099
|
languageName: node
|
|
1065
1100
|
linkType: hard
|
|
1066
1101
|
|
|
@@ -1075,131 +1110,131 @@ __metadata:
|
|
|
1075
1110
|
languageName: node
|
|
1076
1111
|
linkType: hard
|
|
1077
1112
|
|
|
1078
|
-
"@babel/plugin-syntax-jsx@npm:^7.12.13, @babel/plugin-syntax-jsx@npm:^7.18.6, @babel/plugin-syntax-jsx@npm:^7.27.1, @babel/plugin-syntax-jsx@npm:^7.
|
|
1079
|
-
version: 7.
|
|
1080
|
-
resolution: "@babel/plugin-syntax-jsx@npm:7.
|
|
1113
|
+
"@babel/plugin-syntax-jsx@npm:^7.12.13, @babel/plugin-syntax-jsx@npm:^7.18.6, @babel/plugin-syntax-jsx@npm:^7.27.1, @babel/plugin-syntax-jsx@npm:^7.29.7":
|
|
1114
|
+
version: 7.29.7
|
|
1115
|
+
resolution: "@babel/plugin-syntax-jsx@npm:7.29.7"
|
|
1081
1116
|
dependencies:
|
|
1082
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1117
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1083
1118
|
peerDependencies:
|
|
1084
1119
|
"@babel/core": ^7.0.0-0
|
|
1085
|
-
checksum: 10c0/
|
|
1120
|
+
checksum: 10c0/1736000de183538ba8eef34520105508860e48b0c763254ba9158af5e814ed8bbceeedbb4281fbda33de787ae5b3870e92f60c6ae7131e7d322e451d57387896
|
|
1086
1121
|
languageName: node
|
|
1087
1122
|
linkType: hard
|
|
1088
1123
|
|
|
1089
|
-
"@babel/plugin-syntax-typescript@npm:^7.28.6":
|
|
1090
|
-
version: 7.
|
|
1091
|
-
resolution: "@babel/plugin-syntax-typescript@npm:7.
|
|
1124
|
+
"@babel/plugin-syntax-typescript@npm:^7.28.6, @babel/plugin-syntax-typescript@npm:^7.29.7":
|
|
1125
|
+
version: 7.29.7
|
|
1126
|
+
resolution: "@babel/plugin-syntax-typescript@npm:7.29.7"
|
|
1092
1127
|
dependencies:
|
|
1093
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1128
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1094
1129
|
peerDependencies:
|
|
1095
1130
|
"@babel/core": ^7.0.0-0
|
|
1096
|
-
checksum: 10c0/
|
|
1131
|
+
checksum: 10c0/c49883b0327e8683b770dc823205af5c697da216e590dcf5bf53f3f031e7e381de450b164f8f99853f0837a3de5cb793298e2be6697a0f6e452bb9dd34b5165e
|
|
1097
1132
|
languageName: node
|
|
1098
1133
|
linkType: hard
|
|
1099
1134
|
|
|
1100
1135
|
"@babel/plugin-transform-react-jsx-development@npm:^7.27.1":
|
|
1101
|
-
version: 7.
|
|
1102
|
-
resolution: "@babel/plugin-transform-react-jsx-development@npm:7.
|
|
1136
|
+
version: 7.29.7
|
|
1137
|
+
resolution: "@babel/plugin-transform-react-jsx-development@npm:7.29.7"
|
|
1103
1138
|
dependencies:
|
|
1104
|
-
"@babel/plugin-transform-react-jsx": "npm:^7.
|
|
1139
|
+
"@babel/plugin-transform-react-jsx": "npm:^7.29.7"
|
|
1105
1140
|
peerDependencies:
|
|
1106
1141
|
"@babel/core": ^7.0.0-0
|
|
1107
|
-
checksum: 10c0/
|
|
1142
|
+
checksum: 10c0/a2d44d068d35f8e6bc0437ba0da86526d4473491a43108caf77cba467a3ab522cbd09bcd8184b7a49f3d2b52e0883ad797ed2f91c090b857a80a6f383e88f449
|
|
1108
1143
|
languageName: node
|
|
1109
1144
|
linkType: hard
|
|
1110
1145
|
|
|
1111
1146
|
"@babel/plugin-transform-react-jsx-self@npm:^7.27.1":
|
|
1112
|
-
version: 7.
|
|
1113
|
-
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.
|
|
1147
|
+
version: 7.29.7
|
|
1148
|
+
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.29.7"
|
|
1114
1149
|
dependencies:
|
|
1115
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1150
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1116
1151
|
peerDependencies:
|
|
1117
1152
|
"@babel/core": ^7.0.0-0
|
|
1118
|
-
checksum: 10c0/
|
|
1153
|
+
checksum: 10c0/288995f0fd0d61ab740a315fb56c8255eb87dd4a4ac2ac7d0fdd4ce173c3878200141e80da2db0e598c7b2a71e74e604afdbb4c8e14ae6e0527ce0b6294c03da
|
|
1119
1154
|
languageName: node
|
|
1120
1155
|
linkType: hard
|
|
1121
1156
|
|
|
1122
1157
|
"@babel/plugin-transform-react-jsx-source@npm:^7.27.1":
|
|
1123
|
-
version: 7.
|
|
1124
|
-
resolution: "@babel/plugin-transform-react-jsx-source@npm:7.
|
|
1158
|
+
version: 7.29.7
|
|
1159
|
+
resolution: "@babel/plugin-transform-react-jsx-source@npm:7.29.7"
|
|
1125
1160
|
dependencies:
|
|
1126
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1161
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1127
1162
|
peerDependencies:
|
|
1128
1163
|
"@babel/core": ^7.0.0-0
|
|
1129
|
-
checksum: 10c0/
|
|
1164
|
+
checksum: 10c0/a121899631e6d99b9e1b276acf736dbb77948a31f8eeeae67b89c8a4ab0f05e51ba64544baa06c286a2b9944f227244e15aac464e2313d286d0511fe51e27975
|
|
1130
1165
|
languageName: node
|
|
1131
1166
|
linkType: hard
|
|
1132
1167
|
|
|
1133
|
-
"@babel/plugin-transform-react-jsx@npm:^7.27.1":
|
|
1134
|
-
version: 7.
|
|
1135
|
-
resolution: "@babel/plugin-transform-react-jsx@npm:7.
|
|
1168
|
+
"@babel/plugin-transform-react-jsx@npm:^7.27.1, @babel/plugin-transform-react-jsx@npm:^7.29.7":
|
|
1169
|
+
version: 7.29.7
|
|
1170
|
+
resolution: "@babel/plugin-transform-react-jsx@npm:7.29.7"
|
|
1136
1171
|
dependencies:
|
|
1137
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
1138
|
-
"@babel/helper-module-imports": "npm:^7.
|
|
1139
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1140
|
-
"@babel/plugin-syntax-jsx": "npm:^7.
|
|
1141
|
-
"@babel/types": "npm:^7.
|
|
1172
|
+
"@babel/helper-annotate-as-pure": "npm:^7.29.7"
|
|
1173
|
+
"@babel/helper-module-imports": "npm:^7.29.7"
|
|
1174
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1175
|
+
"@babel/plugin-syntax-jsx": "npm:^7.29.7"
|
|
1176
|
+
"@babel/types": "npm:^7.29.7"
|
|
1142
1177
|
peerDependencies:
|
|
1143
1178
|
"@babel/core": ^7.0.0-0
|
|
1144
|
-
checksum: 10c0/
|
|
1179
|
+
checksum: 10c0/ae6487c3deafcffda8a2c1b1eb77e0b7121630fa1a9646cecd73dbbdd8271532a0f7f0e8c01f69b6d39a36d8d79eb67e2d51031369c9055f18f7d8e70d9b5446
|
|
1145
1180
|
languageName: node
|
|
1146
1181
|
linkType: hard
|
|
1147
1182
|
|
|
1148
1183
|
"@babel/plugin-transform-typescript@npm:^7.22.15, @babel/plugin-transform-typescript@npm:^7.28.6":
|
|
1149
|
-
version: 7.
|
|
1150
|
-
resolution: "@babel/plugin-transform-typescript@npm:7.
|
|
1184
|
+
version: 7.29.7
|
|
1185
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.29.7"
|
|
1151
1186
|
dependencies:
|
|
1152
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
1153
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.
|
|
1154
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1155
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
1156
|
-
"@babel/plugin-syntax-typescript": "npm:^7.
|
|
1187
|
+
"@babel/helper-annotate-as-pure": "npm:^7.29.7"
|
|
1188
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.29.7"
|
|
1189
|
+
"@babel/helper-plugin-utils": "npm:^7.29.7"
|
|
1190
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.29.7"
|
|
1191
|
+
"@babel/plugin-syntax-typescript": "npm:^7.29.7"
|
|
1157
1192
|
peerDependencies:
|
|
1158
1193
|
"@babel/core": ^7.0.0-0
|
|
1159
|
-
checksum: 10c0/
|
|
1194
|
+
checksum: 10c0/8bf6a89c6827af6f11d4b189f1f97a64b8d754cc4caa5cbae16a6a8b113294d7f310dd40efd82e87ebcff2a1c683584b872d6d8960abe88d48f441d42f94c4d1
|
|
1160
1195
|
languageName: node
|
|
1161
1196
|
linkType: hard
|
|
1162
1197
|
|
|
1163
|
-
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.23.2":
|
|
1164
|
-
version: 7.29.
|
|
1165
|
-
resolution: "@babel/runtime@npm:7.29.
|
|
1166
|
-
checksum: 10c0/
|
|
1198
|
+
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.8.4":
|
|
1199
|
+
version: 7.29.7
|
|
1200
|
+
resolution: "@babel/runtime@npm:7.29.7"
|
|
1201
|
+
checksum: 10c0/ca11572f7146b21e0bde6a9ed4bb6a89eafbee5f0944c7eb54d0d8a2dac962c33638a1d611e14faa71dfbb92b4b5f9236232208568a6b7d5c6f3f39ddb91771e
|
|
1167
1202
|
languageName: node
|
|
1168
1203
|
linkType: hard
|
|
1169
1204
|
|
|
1170
|
-
"@babel/template@npm:^7.27.2, @babel/template@npm:^7.28.6":
|
|
1171
|
-
version: 7.
|
|
1172
|
-
resolution: "@babel/template@npm:7.
|
|
1205
|
+
"@babel/template@npm:^7.27.2, @babel/template@npm:^7.28.6, @babel/template@npm:^7.29.7":
|
|
1206
|
+
version: 7.29.7
|
|
1207
|
+
resolution: "@babel/template@npm:7.29.7"
|
|
1173
1208
|
dependencies:
|
|
1174
|
-
"@babel/code-frame": "npm:^7.
|
|
1175
|
-
"@babel/parser": "npm:^7.
|
|
1176
|
-
"@babel/types": "npm:^7.
|
|
1177
|
-
checksum: 10c0/
|
|
1209
|
+
"@babel/code-frame": "npm:^7.29.7"
|
|
1210
|
+
"@babel/parser": "npm:^7.29.7"
|
|
1211
|
+
"@babel/types": "npm:^7.29.7"
|
|
1212
|
+
checksum: 10c0/8bb7f900dcab0e9e1c5ffbc33ca10e0d26b7b2e2ca804becb73ee771b9c4ed6e2908a4ae4a14c08560febb45d2b6b9a173955e42ad404d05f8b04840a14d9c58
|
|
1178
1213
|
languageName: node
|
|
1179
1214
|
linkType: hard
|
|
1180
1215
|
|
|
1181
|
-
"@babel/traverse@npm:^7.
|
|
1182
|
-
version: 7.29.
|
|
1183
|
-
resolution: "@babel/traverse@npm:7.29.
|
|
1216
|
+
"@babel/traverse@npm:^7.28.0, @babel/traverse@npm:^7.28.4, @babel/traverse@npm:^7.29.0, @babel/traverse@npm:^7.29.7":
|
|
1217
|
+
version: 7.29.7
|
|
1218
|
+
resolution: "@babel/traverse@npm:7.29.7"
|
|
1184
1219
|
dependencies:
|
|
1185
|
-
"@babel/code-frame": "npm:^7.29.
|
|
1186
|
-
"@babel/generator": "npm:^7.29.
|
|
1187
|
-
"@babel/helper-globals": "npm:^7.
|
|
1188
|
-
"@babel/parser": "npm:^7.29.
|
|
1189
|
-
"@babel/template": "npm:^7.
|
|
1190
|
-
"@babel/types": "npm:^7.29.
|
|
1220
|
+
"@babel/code-frame": "npm:^7.29.7"
|
|
1221
|
+
"@babel/generator": "npm:^7.29.7"
|
|
1222
|
+
"@babel/helper-globals": "npm:^7.29.7"
|
|
1223
|
+
"@babel/parser": "npm:^7.29.7"
|
|
1224
|
+
"@babel/template": "npm:^7.29.7"
|
|
1225
|
+
"@babel/types": "npm:^7.29.7"
|
|
1191
1226
|
debug: "npm:^4.3.1"
|
|
1192
|
-
checksum: 10c0/
|
|
1227
|
+
checksum: 10c0/e256a1fbdb956555b76f3c285b1e453f6bedec8b3afb61751d99d933efd11c7d79caf5ddf2493570058a9f7deaa1b48324380d7c1aa1443fd9508becbf56331a
|
|
1193
1228
|
languageName: node
|
|
1194
1229
|
linkType: hard
|
|
1195
1230
|
|
|
1196
|
-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.6, @babel/types@npm:^7.20.7, @babel/types@npm:^7.23.6, @babel/types@npm:^7.24.7, @babel/types@npm:^7.27.
|
|
1197
|
-
version: 7.29.
|
|
1198
|
-
resolution: "@babel/types@npm:7.29.
|
|
1231
|
+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.6, @babel/types@npm:^7.20.7, @babel/types@npm:^7.23.6, @babel/types@npm:^7.24.7, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.4, @babel/types@npm:^7.29.0, @babel/types@npm:^7.29.7":
|
|
1232
|
+
version: 7.29.7
|
|
1233
|
+
resolution: "@babel/types@npm:7.29.7"
|
|
1199
1234
|
dependencies:
|
|
1200
|
-
"@babel/helper-string-parser": "npm:^7.
|
|
1201
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
1202
|
-
checksum: 10c0/
|
|
1235
|
+
"@babel/helper-string-parser": "npm:^7.29.7"
|
|
1236
|
+
"@babel/helper-validator-identifier": "npm:^7.29.7"
|
|
1237
|
+
checksum: 10c0/b6623994c69717fa27294f5fa46d59140338e2d86c6c1c13085c84ef7d53086ee357fbf4fe9abe3dd3da75734dc77c4c0df2f90fb29e667558bb3b3fb705e88f
|
|
1203
1238
|
languageName: node
|
|
1204
1239
|
linkType: hard
|
|
1205
1240
|
|
|
@@ -1219,25 +1254,25 @@ __metadata:
|
|
|
1219
1254
|
languageName: node
|
|
1220
1255
|
linkType: hard
|
|
1221
1256
|
|
|
1222
|
-
"@clack/core@npm:1.
|
|
1223
|
-
version: 1.
|
|
1224
|
-
resolution: "@clack/core@npm:1.
|
|
1257
|
+
"@clack/core@npm:1.4.1":
|
|
1258
|
+
version: 1.4.1
|
|
1259
|
+
resolution: "@clack/core@npm:1.4.1"
|
|
1225
1260
|
dependencies:
|
|
1226
1261
|
fast-wrap-ansi: "npm:^0.2.0"
|
|
1227
1262
|
sisteransi: "npm:^1.0.5"
|
|
1228
|
-
checksum: 10c0/
|
|
1263
|
+
checksum: 10c0/7e7e02f0c423c457aff9acc09f9ffbae3d2841b18f543c614b5b8eaa2c11c9f146bf68b3078d1daa4dea9d3131ccfa514edbe8d29ced18446933567188b2543c
|
|
1229
1264
|
languageName: node
|
|
1230
1265
|
linkType: hard
|
|
1231
1266
|
|
|
1232
1267
|
"@clack/prompts@npm:^1.1.0":
|
|
1233
|
-
version: 1.
|
|
1234
|
-
resolution: "@clack/prompts@npm:1.
|
|
1268
|
+
version: 1.5.1
|
|
1269
|
+
resolution: "@clack/prompts@npm:1.5.1"
|
|
1235
1270
|
dependencies:
|
|
1236
|
-
"@clack/core": "npm:1.
|
|
1271
|
+
"@clack/core": "npm:1.4.1"
|
|
1237
1272
|
fast-string-width: "npm:^3.0.2"
|
|
1238
1273
|
fast-wrap-ansi: "npm:^0.2.0"
|
|
1239
1274
|
sisteransi: "npm:^1.0.5"
|
|
1240
|
-
checksum: 10c0/
|
|
1275
|
+
checksum: 10c0/423b1958d28a25703130c2dd6a236413d210446fd36e980dcf106f9165e5c579494214aaca5185269e918488c6d4f93c4de44a7dc5f902add8874486b2624c22
|
|
1241
1276
|
languageName: node
|
|
1242
1277
|
linkType: hard
|
|
1243
1278
|
|
|
@@ -1285,366 +1320,184 @@ __metadata:
|
|
|
1285
1320
|
languageName: node
|
|
1286
1321
|
linkType: hard
|
|
1287
1322
|
|
|
1288
|
-
"@esbuild/aix-ppc64@npm:0.
|
|
1289
|
-
version: 0.
|
|
1290
|
-
resolution: "@esbuild/aix-ppc64@npm:0.
|
|
1291
|
-
conditions: os=aix & cpu=ppc64
|
|
1292
|
-
languageName: node
|
|
1293
|
-
linkType: hard
|
|
1294
|
-
|
|
1295
|
-
"@esbuild/aix-ppc64@npm:0.27.7":
|
|
1296
|
-
version: 0.27.7
|
|
1297
|
-
resolution: "@esbuild/aix-ppc64@npm:0.27.7"
|
|
1323
|
+
"@esbuild/aix-ppc64@npm:0.28.1":
|
|
1324
|
+
version: 0.28.1
|
|
1325
|
+
resolution: "@esbuild/aix-ppc64@npm:0.28.1"
|
|
1298
1326
|
conditions: os=aix & cpu=ppc64
|
|
1299
1327
|
languageName: node
|
|
1300
1328
|
linkType: hard
|
|
1301
1329
|
|
|
1302
|
-
"@esbuild/android-arm64@npm:0.
|
|
1303
|
-
version: 0.
|
|
1304
|
-
resolution: "@esbuild/android-arm64@npm:0.
|
|
1330
|
+
"@esbuild/android-arm64@npm:0.28.1":
|
|
1331
|
+
version: 0.28.1
|
|
1332
|
+
resolution: "@esbuild/android-arm64@npm:0.28.1"
|
|
1305
1333
|
conditions: os=android & cpu=arm64
|
|
1306
1334
|
languageName: node
|
|
1307
1335
|
linkType: hard
|
|
1308
1336
|
|
|
1309
|
-
"@esbuild/android-
|
|
1310
|
-
version: 0.
|
|
1311
|
-
resolution: "@esbuild/android-
|
|
1312
|
-
conditions: os=android & cpu=arm64
|
|
1313
|
-
languageName: node
|
|
1314
|
-
linkType: hard
|
|
1315
|
-
|
|
1316
|
-
"@esbuild/android-arm@npm:0.27.3":
|
|
1317
|
-
version: 0.27.3
|
|
1318
|
-
resolution: "@esbuild/android-arm@npm:0.27.3"
|
|
1319
|
-
conditions: os=android & cpu=arm
|
|
1320
|
-
languageName: node
|
|
1321
|
-
linkType: hard
|
|
1322
|
-
|
|
1323
|
-
"@esbuild/android-arm@npm:0.27.7":
|
|
1324
|
-
version: 0.27.7
|
|
1325
|
-
resolution: "@esbuild/android-arm@npm:0.27.7"
|
|
1337
|
+
"@esbuild/android-arm@npm:0.28.1":
|
|
1338
|
+
version: 0.28.1
|
|
1339
|
+
resolution: "@esbuild/android-arm@npm:0.28.1"
|
|
1326
1340
|
conditions: os=android & cpu=arm
|
|
1327
1341
|
languageName: node
|
|
1328
1342
|
linkType: hard
|
|
1329
1343
|
|
|
1330
|
-
"@esbuild/android-x64@npm:0.
|
|
1331
|
-
version: 0.
|
|
1332
|
-
resolution: "@esbuild/android-x64@npm:0.
|
|
1344
|
+
"@esbuild/android-x64@npm:0.28.1":
|
|
1345
|
+
version: 0.28.1
|
|
1346
|
+
resolution: "@esbuild/android-x64@npm:0.28.1"
|
|
1333
1347
|
conditions: os=android & cpu=x64
|
|
1334
1348
|
languageName: node
|
|
1335
1349
|
linkType: hard
|
|
1336
1350
|
|
|
1337
|
-
"@esbuild/
|
|
1338
|
-
version: 0.
|
|
1339
|
-
resolution: "@esbuild/
|
|
1340
|
-
conditions: os=android & cpu=x64
|
|
1341
|
-
languageName: node
|
|
1342
|
-
linkType: hard
|
|
1343
|
-
|
|
1344
|
-
"@esbuild/darwin-arm64@npm:0.27.3":
|
|
1345
|
-
version: 0.27.3
|
|
1346
|
-
resolution: "@esbuild/darwin-arm64@npm:0.27.3"
|
|
1351
|
+
"@esbuild/darwin-arm64@npm:0.28.1":
|
|
1352
|
+
version: 0.28.1
|
|
1353
|
+
resolution: "@esbuild/darwin-arm64@npm:0.28.1"
|
|
1347
1354
|
conditions: os=darwin & cpu=arm64
|
|
1348
1355
|
languageName: node
|
|
1349
1356
|
linkType: hard
|
|
1350
1357
|
|
|
1351
|
-
"@esbuild/darwin-
|
|
1352
|
-
version: 0.
|
|
1353
|
-
resolution: "@esbuild/darwin-
|
|
1354
|
-
conditions: os=darwin & cpu=arm64
|
|
1355
|
-
languageName: node
|
|
1356
|
-
linkType: hard
|
|
1357
|
-
|
|
1358
|
-
"@esbuild/darwin-x64@npm:0.27.3":
|
|
1359
|
-
version: 0.27.3
|
|
1360
|
-
resolution: "@esbuild/darwin-x64@npm:0.27.3"
|
|
1361
|
-
conditions: os=darwin & cpu=x64
|
|
1362
|
-
languageName: node
|
|
1363
|
-
linkType: hard
|
|
1364
|
-
|
|
1365
|
-
"@esbuild/darwin-x64@npm:0.27.7":
|
|
1366
|
-
version: 0.27.7
|
|
1367
|
-
resolution: "@esbuild/darwin-x64@npm:0.27.7"
|
|
1358
|
+
"@esbuild/darwin-x64@npm:0.28.1":
|
|
1359
|
+
version: 0.28.1
|
|
1360
|
+
resolution: "@esbuild/darwin-x64@npm:0.28.1"
|
|
1368
1361
|
conditions: os=darwin & cpu=x64
|
|
1369
1362
|
languageName: node
|
|
1370
1363
|
linkType: hard
|
|
1371
1364
|
|
|
1372
|
-
"@esbuild/freebsd-arm64@npm:0.
|
|
1373
|
-
version: 0.
|
|
1374
|
-
resolution: "@esbuild/freebsd-arm64@npm:0.
|
|
1365
|
+
"@esbuild/freebsd-arm64@npm:0.28.1":
|
|
1366
|
+
version: 0.28.1
|
|
1367
|
+
resolution: "@esbuild/freebsd-arm64@npm:0.28.1"
|
|
1375
1368
|
conditions: os=freebsd & cpu=arm64
|
|
1376
1369
|
languageName: node
|
|
1377
1370
|
linkType: hard
|
|
1378
1371
|
|
|
1379
|
-
"@esbuild/freebsd-
|
|
1380
|
-
version: 0.
|
|
1381
|
-
resolution: "@esbuild/freebsd-
|
|
1382
|
-
conditions: os=freebsd & cpu=arm64
|
|
1383
|
-
languageName: node
|
|
1384
|
-
linkType: hard
|
|
1385
|
-
|
|
1386
|
-
"@esbuild/freebsd-x64@npm:0.27.3":
|
|
1387
|
-
version: 0.27.3
|
|
1388
|
-
resolution: "@esbuild/freebsd-x64@npm:0.27.3"
|
|
1372
|
+
"@esbuild/freebsd-x64@npm:0.28.1":
|
|
1373
|
+
version: 0.28.1
|
|
1374
|
+
resolution: "@esbuild/freebsd-x64@npm:0.28.1"
|
|
1389
1375
|
conditions: os=freebsd & cpu=x64
|
|
1390
1376
|
languageName: node
|
|
1391
1377
|
linkType: hard
|
|
1392
1378
|
|
|
1393
|
-
"@esbuild/
|
|
1394
|
-
version: 0.
|
|
1395
|
-
resolution: "@esbuild/
|
|
1396
|
-
conditions: os=freebsd & cpu=x64
|
|
1397
|
-
languageName: node
|
|
1398
|
-
linkType: hard
|
|
1399
|
-
|
|
1400
|
-
"@esbuild/linux-arm64@npm:0.27.3":
|
|
1401
|
-
version: 0.27.3
|
|
1402
|
-
resolution: "@esbuild/linux-arm64@npm:0.27.3"
|
|
1403
|
-
conditions: os=linux & cpu=arm64
|
|
1404
|
-
languageName: node
|
|
1405
|
-
linkType: hard
|
|
1406
|
-
|
|
1407
|
-
"@esbuild/linux-arm64@npm:0.27.7":
|
|
1408
|
-
version: 0.27.7
|
|
1409
|
-
resolution: "@esbuild/linux-arm64@npm:0.27.7"
|
|
1379
|
+
"@esbuild/linux-arm64@npm:0.28.1":
|
|
1380
|
+
version: 0.28.1
|
|
1381
|
+
resolution: "@esbuild/linux-arm64@npm:0.28.1"
|
|
1410
1382
|
conditions: os=linux & cpu=arm64
|
|
1411
1383
|
languageName: node
|
|
1412
1384
|
linkType: hard
|
|
1413
1385
|
|
|
1414
|
-
"@esbuild/linux-arm@npm:0.
|
|
1415
|
-
version: 0.
|
|
1416
|
-
resolution: "@esbuild/linux-arm@npm:0.
|
|
1386
|
+
"@esbuild/linux-arm@npm:0.28.1":
|
|
1387
|
+
version: 0.28.1
|
|
1388
|
+
resolution: "@esbuild/linux-arm@npm:0.28.1"
|
|
1417
1389
|
conditions: os=linux & cpu=arm
|
|
1418
1390
|
languageName: node
|
|
1419
1391
|
linkType: hard
|
|
1420
1392
|
|
|
1421
|
-
"@esbuild/linux-
|
|
1422
|
-
version: 0.
|
|
1423
|
-
resolution: "@esbuild/linux-
|
|
1424
|
-
conditions: os=linux & cpu=arm
|
|
1425
|
-
languageName: node
|
|
1426
|
-
linkType: hard
|
|
1427
|
-
|
|
1428
|
-
"@esbuild/linux-ia32@npm:0.27.3":
|
|
1429
|
-
version: 0.27.3
|
|
1430
|
-
resolution: "@esbuild/linux-ia32@npm:0.27.3"
|
|
1393
|
+
"@esbuild/linux-ia32@npm:0.28.1":
|
|
1394
|
+
version: 0.28.1
|
|
1395
|
+
resolution: "@esbuild/linux-ia32@npm:0.28.1"
|
|
1431
1396
|
conditions: os=linux & cpu=ia32
|
|
1432
1397
|
languageName: node
|
|
1433
1398
|
linkType: hard
|
|
1434
1399
|
|
|
1435
|
-
"@esbuild/linux-
|
|
1436
|
-
version: 0.
|
|
1437
|
-
resolution: "@esbuild/linux-
|
|
1438
|
-
conditions: os=linux & cpu=ia32
|
|
1439
|
-
languageName: node
|
|
1440
|
-
linkType: hard
|
|
1441
|
-
|
|
1442
|
-
"@esbuild/linux-loong64@npm:0.27.3":
|
|
1443
|
-
version: 0.27.3
|
|
1444
|
-
resolution: "@esbuild/linux-loong64@npm:0.27.3"
|
|
1445
|
-
conditions: os=linux & cpu=loong64
|
|
1446
|
-
languageName: node
|
|
1447
|
-
linkType: hard
|
|
1448
|
-
|
|
1449
|
-
"@esbuild/linux-loong64@npm:0.27.7":
|
|
1450
|
-
version: 0.27.7
|
|
1451
|
-
resolution: "@esbuild/linux-loong64@npm:0.27.7"
|
|
1400
|
+
"@esbuild/linux-loong64@npm:0.28.1":
|
|
1401
|
+
version: 0.28.1
|
|
1402
|
+
resolution: "@esbuild/linux-loong64@npm:0.28.1"
|
|
1452
1403
|
conditions: os=linux & cpu=loong64
|
|
1453
1404
|
languageName: node
|
|
1454
1405
|
linkType: hard
|
|
1455
1406
|
|
|
1456
|
-
"@esbuild/linux-mips64el@npm:0.
|
|
1457
|
-
version: 0.
|
|
1458
|
-
resolution: "@esbuild/linux-mips64el@npm:0.
|
|
1459
|
-
conditions: os=linux & cpu=mips64el
|
|
1460
|
-
languageName: node
|
|
1461
|
-
linkType: hard
|
|
1462
|
-
|
|
1463
|
-
"@esbuild/linux-mips64el@npm:0.27.7":
|
|
1464
|
-
version: 0.27.7
|
|
1465
|
-
resolution: "@esbuild/linux-mips64el@npm:0.27.7"
|
|
1407
|
+
"@esbuild/linux-mips64el@npm:0.28.1":
|
|
1408
|
+
version: 0.28.1
|
|
1409
|
+
resolution: "@esbuild/linux-mips64el@npm:0.28.1"
|
|
1466
1410
|
conditions: os=linux & cpu=mips64el
|
|
1467
1411
|
languageName: node
|
|
1468
1412
|
linkType: hard
|
|
1469
1413
|
|
|
1470
|
-
"@esbuild/linux-ppc64@npm:0.
|
|
1471
|
-
version: 0.
|
|
1472
|
-
resolution: "@esbuild/linux-ppc64@npm:0.
|
|
1473
|
-
conditions: os=linux & cpu=ppc64
|
|
1474
|
-
languageName: node
|
|
1475
|
-
linkType: hard
|
|
1476
|
-
|
|
1477
|
-
"@esbuild/linux-ppc64@npm:0.27.7":
|
|
1478
|
-
version: 0.27.7
|
|
1479
|
-
resolution: "@esbuild/linux-ppc64@npm:0.27.7"
|
|
1414
|
+
"@esbuild/linux-ppc64@npm:0.28.1":
|
|
1415
|
+
version: 0.28.1
|
|
1416
|
+
resolution: "@esbuild/linux-ppc64@npm:0.28.1"
|
|
1480
1417
|
conditions: os=linux & cpu=ppc64
|
|
1481
1418
|
languageName: node
|
|
1482
1419
|
linkType: hard
|
|
1483
1420
|
|
|
1484
|
-
"@esbuild/linux-riscv64@npm:0.
|
|
1485
|
-
version: 0.
|
|
1486
|
-
resolution: "@esbuild/linux-riscv64@npm:0.
|
|
1421
|
+
"@esbuild/linux-riscv64@npm:0.28.1":
|
|
1422
|
+
version: 0.28.1
|
|
1423
|
+
resolution: "@esbuild/linux-riscv64@npm:0.28.1"
|
|
1487
1424
|
conditions: os=linux & cpu=riscv64
|
|
1488
1425
|
languageName: node
|
|
1489
1426
|
linkType: hard
|
|
1490
1427
|
|
|
1491
|
-
"@esbuild/linux-
|
|
1492
|
-
version: 0.
|
|
1493
|
-
resolution: "@esbuild/linux-
|
|
1494
|
-
conditions: os=linux & cpu=riscv64
|
|
1495
|
-
languageName: node
|
|
1496
|
-
linkType: hard
|
|
1497
|
-
|
|
1498
|
-
"@esbuild/linux-s390x@npm:0.27.3":
|
|
1499
|
-
version: 0.27.3
|
|
1500
|
-
resolution: "@esbuild/linux-s390x@npm:0.27.3"
|
|
1501
|
-
conditions: os=linux & cpu=s390x
|
|
1502
|
-
languageName: node
|
|
1503
|
-
linkType: hard
|
|
1504
|
-
|
|
1505
|
-
"@esbuild/linux-s390x@npm:0.27.7":
|
|
1506
|
-
version: 0.27.7
|
|
1507
|
-
resolution: "@esbuild/linux-s390x@npm:0.27.7"
|
|
1428
|
+
"@esbuild/linux-s390x@npm:0.28.1":
|
|
1429
|
+
version: 0.28.1
|
|
1430
|
+
resolution: "@esbuild/linux-s390x@npm:0.28.1"
|
|
1508
1431
|
conditions: os=linux & cpu=s390x
|
|
1509
1432
|
languageName: node
|
|
1510
1433
|
linkType: hard
|
|
1511
1434
|
|
|
1512
|
-
"@esbuild/linux-x64@npm:0.
|
|
1513
|
-
version: 0.
|
|
1514
|
-
resolution: "@esbuild/linux-x64@npm:0.
|
|
1435
|
+
"@esbuild/linux-x64@npm:0.28.1":
|
|
1436
|
+
version: 0.28.1
|
|
1437
|
+
resolution: "@esbuild/linux-x64@npm:0.28.1"
|
|
1515
1438
|
conditions: os=linux & cpu=x64
|
|
1516
1439
|
languageName: node
|
|
1517
1440
|
linkType: hard
|
|
1518
1441
|
|
|
1519
|
-
"@esbuild/
|
|
1520
|
-
version: 0.
|
|
1521
|
-
resolution: "@esbuild/
|
|
1522
|
-
conditions: os=linux & cpu=x64
|
|
1523
|
-
languageName: node
|
|
1524
|
-
linkType: hard
|
|
1525
|
-
|
|
1526
|
-
"@esbuild/netbsd-arm64@npm:0.27.3":
|
|
1527
|
-
version: 0.27.3
|
|
1528
|
-
resolution: "@esbuild/netbsd-arm64@npm:0.27.3"
|
|
1442
|
+
"@esbuild/netbsd-arm64@npm:0.28.1":
|
|
1443
|
+
version: 0.28.1
|
|
1444
|
+
resolution: "@esbuild/netbsd-arm64@npm:0.28.1"
|
|
1529
1445
|
conditions: os=netbsd & cpu=arm64
|
|
1530
1446
|
languageName: node
|
|
1531
1447
|
linkType: hard
|
|
1532
1448
|
|
|
1533
|
-
"@esbuild/netbsd-
|
|
1534
|
-
version: 0.
|
|
1535
|
-
resolution: "@esbuild/netbsd-
|
|
1536
|
-
conditions: os=netbsd & cpu=arm64
|
|
1537
|
-
languageName: node
|
|
1538
|
-
linkType: hard
|
|
1539
|
-
|
|
1540
|
-
"@esbuild/netbsd-x64@npm:0.27.3":
|
|
1541
|
-
version: 0.27.3
|
|
1542
|
-
resolution: "@esbuild/netbsd-x64@npm:0.27.3"
|
|
1543
|
-
conditions: os=netbsd & cpu=x64
|
|
1544
|
-
languageName: node
|
|
1545
|
-
linkType: hard
|
|
1546
|
-
|
|
1547
|
-
"@esbuild/netbsd-x64@npm:0.27.7":
|
|
1548
|
-
version: 0.27.7
|
|
1549
|
-
resolution: "@esbuild/netbsd-x64@npm:0.27.7"
|
|
1449
|
+
"@esbuild/netbsd-x64@npm:0.28.1":
|
|
1450
|
+
version: 0.28.1
|
|
1451
|
+
resolution: "@esbuild/netbsd-x64@npm:0.28.1"
|
|
1550
1452
|
conditions: os=netbsd & cpu=x64
|
|
1551
1453
|
languageName: node
|
|
1552
1454
|
linkType: hard
|
|
1553
1455
|
|
|
1554
|
-
"@esbuild/openbsd-arm64@npm:0.
|
|
1555
|
-
version: 0.
|
|
1556
|
-
resolution: "@esbuild/openbsd-arm64@npm:0.
|
|
1456
|
+
"@esbuild/openbsd-arm64@npm:0.28.1":
|
|
1457
|
+
version: 0.28.1
|
|
1458
|
+
resolution: "@esbuild/openbsd-arm64@npm:0.28.1"
|
|
1557
1459
|
conditions: os=openbsd & cpu=arm64
|
|
1558
1460
|
languageName: node
|
|
1559
1461
|
linkType: hard
|
|
1560
1462
|
|
|
1561
|
-
"@esbuild/openbsd-
|
|
1562
|
-
version: 0.
|
|
1563
|
-
resolution: "@esbuild/openbsd-
|
|
1564
|
-
conditions: os=openbsd & cpu=arm64
|
|
1565
|
-
languageName: node
|
|
1566
|
-
linkType: hard
|
|
1567
|
-
|
|
1568
|
-
"@esbuild/openbsd-x64@npm:0.27.3":
|
|
1569
|
-
version: 0.27.3
|
|
1570
|
-
resolution: "@esbuild/openbsd-x64@npm:0.27.3"
|
|
1463
|
+
"@esbuild/openbsd-x64@npm:0.28.1":
|
|
1464
|
+
version: 0.28.1
|
|
1465
|
+
resolution: "@esbuild/openbsd-x64@npm:0.28.1"
|
|
1571
1466
|
conditions: os=openbsd & cpu=x64
|
|
1572
1467
|
languageName: node
|
|
1573
1468
|
linkType: hard
|
|
1574
1469
|
|
|
1575
|
-
"@esbuild/
|
|
1576
|
-
version: 0.
|
|
1577
|
-
resolution: "@esbuild/
|
|
1578
|
-
conditions: os=openbsd & cpu=x64
|
|
1579
|
-
languageName: node
|
|
1580
|
-
linkType: hard
|
|
1581
|
-
|
|
1582
|
-
"@esbuild/openharmony-arm64@npm:0.27.3":
|
|
1583
|
-
version: 0.27.3
|
|
1584
|
-
resolution: "@esbuild/openharmony-arm64@npm:0.27.3"
|
|
1585
|
-
conditions: os=openharmony & cpu=arm64
|
|
1586
|
-
languageName: node
|
|
1587
|
-
linkType: hard
|
|
1588
|
-
|
|
1589
|
-
"@esbuild/openharmony-arm64@npm:0.27.7":
|
|
1590
|
-
version: 0.27.7
|
|
1591
|
-
resolution: "@esbuild/openharmony-arm64@npm:0.27.7"
|
|
1470
|
+
"@esbuild/openharmony-arm64@npm:0.28.1":
|
|
1471
|
+
version: 0.28.1
|
|
1472
|
+
resolution: "@esbuild/openharmony-arm64@npm:0.28.1"
|
|
1592
1473
|
conditions: os=openharmony & cpu=arm64
|
|
1593
1474
|
languageName: node
|
|
1594
1475
|
linkType: hard
|
|
1595
1476
|
|
|
1596
|
-
"@esbuild/sunos-x64@npm:0.
|
|
1597
|
-
version: 0.
|
|
1598
|
-
resolution: "@esbuild/sunos-x64@npm:0.
|
|
1477
|
+
"@esbuild/sunos-x64@npm:0.28.1":
|
|
1478
|
+
version: 0.28.1
|
|
1479
|
+
resolution: "@esbuild/sunos-x64@npm:0.28.1"
|
|
1599
1480
|
conditions: os=sunos & cpu=x64
|
|
1600
1481
|
languageName: node
|
|
1601
1482
|
linkType: hard
|
|
1602
1483
|
|
|
1603
|
-
"@esbuild/
|
|
1604
|
-
version: 0.
|
|
1605
|
-
resolution: "@esbuild/
|
|
1606
|
-
conditions: os=sunos & cpu=x64
|
|
1607
|
-
languageName: node
|
|
1608
|
-
linkType: hard
|
|
1609
|
-
|
|
1610
|
-
"@esbuild/win32-arm64@npm:0.27.3":
|
|
1611
|
-
version: 0.27.3
|
|
1612
|
-
resolution: "@esbuild/win32-arm64@npm:0.27.3"
|
|
1484
|
+
"@esbuild/win32-arm64@npm:0.28.1":
|
|
1485
|
+
version: 0.28.1
|
|
1486
|
+
resolution: "@esbuild/win32-arm64@npm:0.28.1"
|
|
1613
1487
|
conditions: os=win32 & cpu=arm64
|
|
1614
1488
|
languageName: node
|
|
1615
1489
|
linkType: hard
|
|
1616
1490
|
|
|
1617
|
-
"@esbuild/win32-
|
|
1618
|
-
version: 0.
|
|
1619
|
-
resolution: "@esbuild/win32-
|
|
1620
|
-
conditions: os=win32 & cpu=arm64
|
|
1621
|
-
languageName: node
|
|
1622
|
-
linkType: hard
|
|
1623
|
-
|
|
1624
|
-
"@esbuild/win32-ia32@npm:0.27.3":
|
|
1625
|
-
version: 0.27.3
|
|
1626
|
-
resolution: "@esbuild/win32-ia32@npm:0.27.3"
|
|
1627
|
-
conditions: os=win32 & cpu=ia32
|
|
1628
|
-
languageName: node
|
|
1629
|
-
linkType: hard
|
|
1630
|
-
|
|
1631
|
-
"@esbuild/win32-ia32@npm:0.27.7":
|
|
1632
|
-
version: 0.27.7
|
|
1633
|
-
resolution: "@esbuild/win32-ia32@npm:0.27.7"
|
|
1491
|
+
"@esbuild/win32-ia32@npm:0.28.1":
|
|
1492
|
+
version: 0.28.1
|
|
1493
|
+
resolution: "@esbuild/win32-ia32@npm:0.28.1"
|
|
1634
1494
|
conditions: os=win32 & cpu=ia32
|
|
1635
1495
|
languageName: node
|
|
1636
1496
|
linkType: hard
|
|
1637
1497
|
|
|
1638
|
-
"@esbuild/win32-x64@npm:0.
|
|
1639
|
-
version: 0.
|
|
1640
|
-
resolution: "@esbuild/win32-x64@npm:0.
|
|
1641
|
-
conditions: os=win32 & cpu=x64
|
|
1642
|
-
languageName: node
|
|
1643
|
-
linkType: hard
|
|
1644
|
-
|
|
1645
|
-
"@esbuild/win32-x64@npm:0.27.7":
|
|
1646
|
-
version: 0.27.7
|
|
1647
|
-
resolution: "@esbuild/win32-x64@npm:0.27.7"
|
|
1498
|
+
"@esbuild/win32-x64@npm:0.28.1":
|
|
1499
|
+
version: 0.28.1
|
|
1500
|
+
resolution: "@esbuild/win32-x64@npm:0.28.1"
|
|
1648
1501
|
conditions: os=win32 & cpu=x64
|
|
1649
1502
|
languageName: node
|
|
1650
1503
|
linkType: hard
|
|
@@ -1780,12 +1633,12 @@ __metadata:
|
|
|
1780
1633
|
linkType: hard
|
|
1781
1634
|
|
|
1782
1635
|
"@eslint/plugin-kit@npm:^0.7.1":
|
|
1783
|
-
version: 0.7.
|
|
1784
|
-
resolution: "@eslint/plugin-kit@npm:0.7.
|
|
1636
|
+
version: 0.7.2
|
|
1637
|
+
resolution: "@eslint/plugin-kit@npm:0.7.2"
|
|
1785
1638
|
dependencies:
|
|
1786
1639
|
"@eslint/core": "npm:^1.2.1"
|
|
1787
1640
|
levn: "npm:^0.4.1"
|
|
1788
|
-
checksum: 10c0/
|
|
1641
|
+
checksum: 10c0/aafba08077bcd6d7dde6c2e21db18086046a88f914f29971a84cac9ad2d48952ded1b293e665e523805297eff756522dafa16f0062195e2c7143dcd1d47d11ed
|
|
1789
1642
|
languageName: node
|
|
1790
1643
|
linkType: hard
|
|
1791
1644
|
|
|
@@ -2519,44 +2372,44 @@ __metadata:
|
|
|
2519
2372
|
languageName: node
|
|
2520
2373
|
linkType: hard
|
|
2521
2374
|
|
|
2522
|
-
"@msgpackr-extract/msgpackr-extract-darwin-arm64@npm:3.0.
|
|
2523
|
-
version: 3.0.
|
|
2524
|
-
resolution: "@msgpackr-extract/msgpackr-extract-darwin-arm64@npm:3.0.
|
|
2375
|
+
"@msgpackr-extract/msgpackr-extract-darwin-arm64@npm:3.0.4":
|
|
2376
|
+
version: 3.0.4
|
|
2377
|
+
resolution: "@msgpackr-extract/msgpackr-extract-darwin-arm64@npm:3.0.4"
|
|
2525
2378
|
conditions: os=darwin & cpu=arm64
|
|
2526
2379
|
languageName: node
|
|
2527
2380
|
linkType: hard
|
|
2528
2381
|
|
|
2529
|
-
"@msgpackr-extract/msgpackr-extract-darwin-x64@npm:3.0.
|
|
2530
|
-
version: 3.0.
|
|
2531
|
-
resolution: "@msgpackr-extract/msgpackr-extract-darwin-x64@npm:3.0.
|
|
2382
|
+
"@msgpackr-extract/msgpackr-extract-darwin-x64@npm:3.0.4":
|
|
2383
|
+
version: 3.0.4
|
|
2384
|
+
resolution: "@msgpackr-extract/msgpackr-extract-darwin-x64@npm:3.0.4"
|
|
2532
2385
|
conditions: os=darwin & cpu=x64
|
|
2533
2386
|
languageName: node
|
|
2534
2387
|
linkType: hard
|
|
2535
2388
|
|
|
2536
|
-
"@msgpackr-extract/msgpackr-extract-linux-arm64@npm:3.0.
|
|
2537
|
-
version: 3.0.
|
|
2538
|
-
resolution: "@msgpackr-extract/msgpackr-extract-linux-arm64@npm:3.0.
|
|
2389
|
+
"@msgpackr-extract/msgpackr-extract-linux-arm64@npm:3.0.4":
|
|
2390
|
+
version: 3.0.4
|
|
2391
|
+
resolution: "@msgpackr-extract/msgpackr-extract-linux-arm64@npm:3.0.4"
|
|
2539
2392
|
conditions: os=linux & cpu=arm64
|
|
2540
2393
|
languageName: node
|
|
2541
2394
|
linkType: hard
|
|
2542
2395
|
|
|
2543
|
-
"@msgpackr-extract/msgpackr-extract-linux-arm@npm:3.0.
|
|
2544
|
-
version: 3.0.
|
|
2545
|
-
resolution: "@msgpackr-extract/msgpackr-extract-linux-arm@npm:3.0.
|
|
2396
|
+
"@msgpackr-extract/msgpackr-extract-linux-arm@npm:3.0.4":
|
|
2397
|
+
version: 3.0.4
|
|
2398
|
+
resolution: "@msgpackr-extract/msgpackr-extract-linux-arm@npm:3.0.4"
|
|
2546
2399
|
conditions: os=linux & cpu=arm
|
|
2547
2400
|
languageName: node
|
|
2548
2401
|
linkType: hard
|
|
2549
2402
|
|
|
2550
|
-
"@msgpackr-extract/msgpackr-extract-linux-x64@npm:3.0.
|
|
2551
|
-
version: 3.0.
|
|
2552
|
-
resolution: "@msgpackr-extract/msgpackr-extract-linux-x64@npm:3.0.
|
|
2403
|
+
"@msgpackr-extract/msgpackr-extract-linux-x64@npm:3.0.4":
|
|
2404
|
+
version: 3.0.4
|
|
2405
|
+
resolution: "@msgpackr-extract/msgpackr-extract-linux-x64@npm:3.0.4"
|
|
2553
2406
|
conditions: os=linux & cpu=x64
|
|
2554
2407
|
languageName: node
|
|
2555
2408
|
linkType: hard
|
|
2556
2409
|
|
|
2557
|
-
"@msgpackr-extract/msgpackr-extract-win32-x64@npm:3.0.
|
|
2558
|
-
version: 3.0.
|
|
2559
|
-
resolution: "@msgpackr-extract/msgpackr-extract-win32-x64@npm:3.0.
|
|
2410
|
+
"@msgpackr-extract/msgpackr-extract-win32-x64@npm:3.0.4":
|
|
2411
|
+
version: 3.0.4
|
|
2412
|
+
resolution: "@msgpackr-extract/msgpackr-extract-win32-x64@npm:3.0.4"
|
|
2560
2413
|
conditions: os=win32 & cpu=x64
|
|
2561
2414
|
languageName: node
|
|
2562
2415
|
linkType: hard
|
|
@@ -2845,15 +2698,15 @@ __metadata:
|
|
|
2845
2698
|
linkType: hard
|
|
2846
2699
|
|
|
2847
2700
|
"@npmcli/agent@npm:^4.0.0":
|
|
2848
|
-
version: 4.0.
|
|
2849
|
-
resolution: "@npmcli/agent@npm:4.0.
|
|
2701
|
+
version: 4.0.2
|
|
2702
|
+
resolution: "@npmcli/agent@npm:4.0.2"
|
|
2850
2703
|
dependencies:
|
|
2851
2704
|
agent-base: "npm:^7.1.0"
|
|
2852
2705
|
http-proxy-agent: "npm:^7.0.0"
|
|
2853
2706
|
https-proxy-agent: "npm:^7.0.1"
|
|
2854
2707
|
lru-cache: "npm:^11.2.1"
|
|
2855
2708
|
socks-proxy-agent: "npm:^8.0.3"
|
|
2856
|
-
checksum: 10c0/
|
|
2709
|
+
checksum: 10c0/7166c50776ff40dc79295a338da8649a131448f9f2b88694c0826b0e692c0f984402ab8486a5d7458cf0cb272f9130fea3d4aa2a13a26cc07bc10f29abd50ec3
|
|
2857
2710
|
languageName: node
|
|
2858
2711
|
linkType: hard
|
|
2859
2712
|
|
|
@@ -3101,10 +2954,10 @@ __metadata:
|
|
|
3101
2954
|
languageName: node
|
|
3102
2955
|
linkType: hard
|
|
3103
2956
|
|
|
3104
|
-
"@oxc-project/runtime@npm:^0.
|
|
3105
|
-
version: 0.
|
|
3106
|
-
resolution: "@oxc-project/runtime@npm:0.
|
|
3107
|
-
checksum: 10c0/
|
|
2957
|
+
"@oxc-project/runtime@npm:^0.134.0":
|
|
2958
|
+
version: 0.134.0
|
|
2959
|
+
resolution: "@oxc-project/runtime@npm:0.134.0"
|
|
2960
|
+
checksum: 10c0/71597546d1ff2af0a1d015209260a33e7ffd1f6252bda02cbe53fcd75633960bee9f53560c7dc332173f74d80309bb50d62ef6d3835c9fc7aeb16a758535c689
|
|
3108
2961
|
languageName: node
|
|
3109
2962
|
linkType: hard
|
|
3110
2963
|
|
|
@@ -3115,10 +2968,10 @@ __metadata:
|
|
|
3115
2968
|
languageName: node
|
|
3116
2969
|
linkType: hard
|
|
3117
2970
|
|
|
3118
|
-
"@oxc-project/types@npm:=0.
|
|
3119
|
-
version: 0.
|
|
3120
|
-
resolution: "@oxc-project/types@npm:0.
|
|
3121
|
-
checksum: 10c0/
|
|
2971
|
+
"@oxc-project/types@npm:=0.133.0":
|
|
2972
|
+
version: 0.133.0
|
|
2973
|
+
resolution: "@oxc-project/types@npm:0.133.0"
|
|
2974
|
+
checksum: 10c0/70c57ba58644f7ec217b670c301801f4d06995f4ccdba6b2bd106ea3e5ee49d616573e6ef8d55530b87571a960696543687f3850e87ad173d3f88965c30cdd63
|
|
3122
2975
|
languageName: node
|
|
3123
2976
|
linkType: hard
|
|
3124
2977
|
|
|
@@ -3280,10 +3133,10 @@ __metadata:
|
|
|
3280
3133
|
languageName: node
|
|
3281
3134
|
linkType: hard
|
|
3282
3135
|
|
|
3283
|
-
"@pkgr/core@npm:^0.
|
|
3284
|
-
version: 0.
|
|
3285
|
-
resolution: "@pkgr/core@npm:0.
|
|
3286
|
-
checksum: 10c0/
|
|
3136
|
+
"@pkgr/core@npm:^0.3.6":
|
|
3137
|
+
version: 0.3.6
|
|
3138
|
+
resolution: "@pkgr/core@npm:0.3.6"
|
|
3139
|
+
checksum: 10c0/153f0f4563f505faeba13c733efa0e05e467ce1c6b941055a5fd3b4560da60fbf1dff4b11da0075f034ddda11f2842b90395f60895dde5825875b616edccc11c
|
|
3287
3140
|
languageName: node
|
|
3288
3141
|
linkType: hard
|
|
3289
3142
|
|
|
@@ -3334,13 +3187,13 @@ __metadata:
|
|
|
3334
3187
|
linkType: hard
|
|
3335
3188
|
|
|
3336
3189
|
"@preact/signals@npm:^2.8.2":
|
|
3337
|
-
version: 2.9.
|
|
3338
|
-
resolution: "@preact/signals@npm:2.9.
|
|
3190
|
+
version: 2.9.1
|
|
3191
|
+
resolution: "@preact/signals@npm:2.9.1"
|
|
3339
3192
|
dependencies:
|
|
3340
3193
|
"@preact/signals-core": "npm:^1.14.0"
|
|
3341
3194
|
peerDependencies:
|
|
3342
3195
|
preact: ">= 10.25.0 || >=11.0.0-0"
|
|
3343
|
-
checksum: 10c0/
|
|
3196
|
+
checksum: 10c0/388bcd3234f09c9c1156fe5f52addd43c5f38fc75064ec3fc00955c2643a77fe237148e4074f61497a13493337fc1e8a9d635ea63d1353f33435664e36da1172
|
|
3344
3197
|
languageName: node
|
|
3345
3198
|
linkType: hard
|
|
3346
3199
|
|
|
@@ -3390,9 +3243,9 @@ __metadata:
|
|
|
3390
3243
|
languageName: node
|
|
3391
3244
|
linkType: hard
|
|
3392
3245
|
|
|
3393
|
-
"@rolldown/binding-android-arm64@npm:1.0.
|
|
3394
|
-
version: 1.0.
|
|
3395
|
-
resolution: "@rolldown/binding-android-arm64@npm:1.0.
|
|
3246
|
+
"@rolldown/binding-android-arm64@npm:1.0.3":
|
|
3247
|
+
version: 1.0.3
|
|
3248
|
+
resolution: "@rolldown/binding-android-arm64@npm:1.0.3"
|
|
3396
3249
|
conditions: os=android & cpu=arm64
|
|
3397
3250
|
languageName: node
|
|
3398
3251
|
linkType: hard
|
|
@@ -3404,9 +3257,9 @@ __metadata:
|
|
|
3404
3257
|
languageName: node
|
|
3405
3258
|
linkType: hard
|
|
3406
3259
|
|
|
3407
|
-
"@rolldown/binding-darwin-arm64@npm:1.0.
|
|
3408
|
-
version: 1.0.
|
|
3409
|
-
resolution: "@rolldown/binding-darwin-arm64@npm:1.0.
|
|
3260
|
+
"@rolldown/binding-darwin-arm64@npm:1.0.3":
|
|
3261
|
+
version: 1.0.3
|
|
3262
|
+
resolution: "@rolldown/binding-darwin-arm64@npm:1.0.3"
|
|
3410
3263
|
conditions: os=darwin & cpu=arm64
|
|
3411
3264
|
languageName: node
|
|
3412
3265
|
linkType: hard
|
|
@@ -3418,9 +3271,9 @@ __metadata:
|
|
|
3418
3271
|
languageName: node
|
|
3419
3272
|
linkType: hard
|
|
3420
3273
|
|
|
3421
|
-
"@rolldown/binding-darwin-x64@npm:1.0.
|
|
3422
|
-
version: 1.0.
|
|
3423
|
-
resolution: "@rolldown/binding-darwin-x64@npm:1.0.
|
|
3274
|
+
"@rolldown/binding-darwin-x64@npm:1.0.3":
|
|
3275
|
+
version: 1.0.3
|
|
3276
|
+
resolution: "@rolldown/binding-darwin-x64@npm:1.0.3"
|
|
3424
3277
|
conditions: os=darwin & cpu=x64
|
|
3425
3278
|
languageName: node
|
|
3426
3279
|
linkType: hard
|
|
@@ -3432,9 +3285,9 @@ __metadata:
|
|
|
3432
3285
|
languageName: node
|
|
3433
3286
|
linkType: hard
|
|
3434
3287
|
|
|
3435
|
-
"@rolldown/binding-freebsd-x64@npm:1.0.
|
|
3436
|
-
version: 1.0.
|
|
3437
|
-
resolution: "@rolldown/binding-freebsd-x64@npm:1.0.
|
|
3288
|
+
"@rolldown/binding-freebsd-x64@npm:1.0.3":
|
|
3289
|
+
version: 1.0.3
|
|
3290
|
+
resolution: "@rolldown/binding-freebsd-x64@npm:1.0.3"
|
|
3438
3291
|
conditions: os=freebsd & cpu=x64
|
|
3439
3292
|
languageName: node
|
|
3440
3293
|
linkType: hard
|
|
@@ -3446,9 +3299,9 @@ __metadata:
|
|
|
3446
3299
|
languageName: node
|
|
3447
3300
|
linkType: hard
|
|
3448
3301
|
|
|
3449
|
-
"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.
|
|
3450
|
-
version: 1.0.
|
|
3451
|
-
resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.
|
|
3302
|
+
"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.3":
|
|
3303
|
+
version: 1.0.3
|
|
3304
|
+
resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.3"
|
|
3452
3305
|
conditions: os=linux & cpu=arm
|
|
3453
3306
|
languageName: node
|
|
3454
3307
|
linkType: hard
|
|
@@ -3460,9 +3313,9 @@ __metadata:
|
|
|
3460
3313
|
languageName: node
|
|
3461
3314
|
linkType: hard
|
|
3462
3315
|
|
|
3463
|
-
"@rolldown/binding-linux-arm64-gnu@npm:1.0.
|
|
3464
|
-
version: 1.0.
|
|
3465
|
-
resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.
|
|
3316
|
+
"@rolldown/binding-linux-arm64-gnu@npm:1.0.3":
|
|
3317
|
+
version: 1.0.3
|
|
3318
|
+
resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.3"
|
|
3466
3319
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3467
3320
|
languageName: node
|
|
3468
3321
|
linkType: hard
|
|
@@ -3474,23 +3327,23 @@ __metadata:
|
|
|
3474
3327
|
languageName: node
|
|
3475
3328
|
linkType: hard
|
|
3476
3329
|
|
|
3477
|
-
"@rolldown/binding-linux-arm64-musl@npm:1.0.
|
|
3478
|
-
version: 1.0.
|
|
3479
|
-
resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.
|
|
3330
|
+
"@rolldown/binding-linux-arm64-musl@npm:1.0.3":
|
|
3331
|
+
version: 1.0.3
|
|
3332
|
+
resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.3"
|
|
3480
3333
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3481
3334
|
languageName: node
|
|
3482
3335
|
linkType: hard
|
|
3483
3336
|
|
|
3484
|
-
"@rolldown/binding-linux-ppc64-gnu@npm:1.0.
|
|
3485
|
-
version: 1.0.
|
|
3486
|
-
resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.0.
|
|
3337
|
+
"@rolldown/binding-linux-ppc64-gnu@npm:1.0.3":
|
|
3338
|
+
version: 1.0.3
|
|
3339
|
+
resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.0.3"
|
|
3487
3340
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3488
3341
|
languageName: node
|
|
3489
3342
|
linkType: hard
|
|
3490
3343
|
|
|
3491
|
-
"@rolldown/binding-linux-s390x-gnu@npm:1.0.
|
|
3492
|
-
version: 1.0.
|
|
3493
|
-
resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.0.
|
|
3344
|
+
"@rolldown/binding-linux-s390x-gnu@npm:1.0.3":
|
|
3345
|
+
version: 1.0.3
|
|
3346
|
+
resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.0.3"
|
|
3494
3347
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3495
3348
|
languageName: node
|
|
3496
3349
|
linkType: hard
|
|
@@ -3502,9 +3355,9 @@ __metadata:
|
|
|
3502
3355
|
languageName: node
|
|
3503
3356
|
linkType: hard
|
|
3504
3357
|
|
|
3505
|
-
"@rolldown/binding-linux-x64-gnu@npm:1.0.
|
|
3506
|
-
version: 1.0.
|
|
3507
|
-
resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.
|
|
3358
|
+
"@rolldown/binding-linux-x64-gnu@npm:1.0.3":
|
|
3359
|
+
version: 1.0.3
|
|
3360
|
+
resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.3"
|
|
3508
3361
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3509
3362
|
languageName: node
|
|
3510
3363
|
linkType: hard
|
|
@@ -3516,9 +3369,9 @@ __metadata:
|
|
|
3516
3369
|
languageName: node
|
|
3517
3370
|
linkType: hard
|
|
3518
3371
|
|
|
3519
|
-
"@rolldown/binding-linux-x64-musl@npm:1.0.
|
|
3520
|
-
version: 1.0.
|
|
3521
|
-
resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.
|
|
3372
|
+
"@rolldown/binding-linux-x64-musl@npm:1.0.3":
|
|
3373
|
+
version: 1.0.3
|
|
3374
|
+
resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.3"
|
|
3522
3375
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3523
3376
|
languageName: node
|
|
3524
3377
|
linkType: hard
|
|
@@ -3530,9 +3383,9 @@ __metadata:
|
|
|
3530
3383
|
languageName: node
|
|
3531
3384
|
linkType: hard
|
|
3532
3385
|
|
|
3533
|
-
"@rolldown/binding-openharmony-arm64@npm:1.0.
|
|
3534
|
-
version: 1.0.
|
|
3535
|
-
resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.
|
|
3386
|
+
"@rolldown/binding-openharmony-arm64@npm:1.0.3":
|
|
3387
|
+
version: 1.0.3
|
|
3388
|
+
resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.3"
|
|
3536
3389
|
conditions: os=openharmony & cpu=arm64
|
|
3537
3390
|
languageName: node
|
|
3538
3391
|
linkType: hard
|
|
@@ -3546,9 +3399,9 @@ __metadata:
|
|
|
3546
3399
|
languageName: node
|
|
3547
3400
|
linkType: hard
|
|
3548
3401
|
|
|
3549
|
-
"@rolldown/binding-wasm32-wasi@npm:1.0.
|
|
3550
|
-
version: 1.0.
|
|
3551
|
-
resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.
|
|
3402
|
+
"@rolldown/binding-wasm32-wasi@npm:1.0.3":
|
|
3403
|
+
version: 1.0.3
|
|
3404
|
+
resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.3"
|
|
3552
3405
|
dependencies:
|
|
3553
3406
|
"@emnapi/core": "npm:1.10.0"
|
|
3554
3407
|
"@emnapi/runtime": "npm:1.10.0"
|
|
@@ -3564,9 +3417,9 @@ __metadata:
|
|
|
3564
3417
|
languageName: node
|
|
3565
3418
|
linkType: hard
|
|
3566
3419
|
|
|
3567
|
-
"@rolldown/binding-win32-arm64-msvc@npm:1.0.
|
|
3568
|
-
version: 1.0.
|
|
3569
|
-
resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.
|
|
3420
|
+
"@rolldown/binding-win32-arm64-msvc@npm:1.0.3":
|
|
3421
|
+
version: 1.0.3
|
|
3422
|
+
resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.3"
|
|
3570
3423
|
conditions: os=win32 & cpu=arm64
|
|
3571
3424
|
languageName: node
|
|
3572
3425
|
linkType: hard
|
|
@@ -3578,9 +3431,9 @@ __metadata:
|
|
|
3578
3431
|
languageName: node
|
|
3579
3432
|
linkType: hard
|
|
3580
3433
|
|
|
3581
|
-
"@rolldown/binding-win32-x64-msvc@npm:1.0.
|
|
3582
|
-
version: 1.0.
|
|
3583
|
-
resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.
|
|
3434
|
+
"@rolldown/binding-win32-x64-msvc@npm:1.0.3":
|
|
3435
|
+
version: 1.0.3
|
|
3436
|
+
resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.3"
|
|
3584
3437
|
conditions: os=win32 & cpu=x64
|
|
3585
3438
|
languageName: node
|
|
3586
3439
|
linkType: hard
|
|
@@ -3617,8 +3470,8 @@ __metadata:
|
|
|
3617
3470
|
linkType: hard
|
|
3618
3471
|
|
|
3619
3472
|
"@rollup/pluginutils@npm:^5.0.0, @rollup/pluginutils@npm:^5.3.0":
|
|
3620
|
-
version: 5.
|
|
3621
|
-
resolution: "@rollup/pluginutils@npm:5.
|
|
3473
|
+
version: 5.4.0
|
|
3474
|
+
resolution: "@rollup/pluginutils@npm:5.4.0"
|
|
3622
3475
|
dependencies:
|
|
3623
3476
|
"@types/estree": "npm:^1.0.0"
|
|
3624
3477
|
estree-walker: "npm:^2.0.2"
|
|
@@ -3628,181 +3481,181 @@ __metadata:
|
|
|
3628
3481
|
peerDependenciesMeta:
|
|
3629
3482
|
rollup:
|
|
3630
3483
|
optional: true
|
|
3631
|
-
checksum: 10c0/
|
|
3484
|
+
checksum: 10c0/ccc2cbd3a05df642df60ab05ffb81b2e564bd945e2a118bb8a474ea75b941033c8f44273133d4865643cca1492d0c80b14de1281f74779a64285a80fc3a194d8
|
|
3632
3485
|
languageName: node
|
|
3633
3486
|
linkType: hard
|
|
3634
3487
|
|
|
3635
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3636
|
-
version: 4.
|
|
3637
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3488
|
+
"@rollup/rollup-android-arm-eabi@npm:4.61.1":
|
|
3489
|
+
version: 4.61.1
|
|
3490
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.61.1"
|
|
3638
3491
|
conditions: os=android & cpu=arm
|
|
3639
3492
|
languageName: node
|
|
3640
3493
|
linkType: hard
|
|
3641
3494
|
|
|
3642
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3643
|
-
version: 4.
|
|
3644
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3495
|
+
"@rollup/rollup-android-arm64@npm:4.61.1":
|
|
3496
|
+
version: 4.61.1
|
|
3497
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.61.1"
|
|
3645
3498
|
conditions: os=android & cpu=arm64
|
|
3646
3499
|
languageName: node
|
|
3647
3500
|
linkType: hard
|
|
3648
3501
|
|
|
3649
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3650
|
-
version: 4.
|
|
3651
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3502
|
+
"@rollup/rollup-darwin-arm64@npm:4.61.1":
|
|
3503
|
+
version: 4.61.1
|
|
3504
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.61.1"
|
|
3652
3505
|
conditions: os=darwin & cpu=arm64
|
|
3653
3506
|
languageName: node
|
|
3654
3507
|
linkType: hard
|
|
3655
3508
|
|
|
3656
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3657
|
-
version: 4.
|
|
3658
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3509
|
+
"@rollup/rollup-darwin-x64@npm:4.61.1":
|
|
3510
|
+
version: 4.61.1
|
|
3511
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.61.1"
|
|
3659
3512
|
conditions: os=darwin & cpu=x64
|
|
3660
3513
|
languageName: node
|
|
3661
3514
|
linkType: hard
|
|
3662
3515
|
|
|
3663
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3664
|
-
version: 4.
|
|
3665
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3516
|
+
"@rollup/rollup-freebsd-arm64@npm:4.61.1":
|
|
3517
|
+
version: 4.61.1
|
|
3518
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.61.1"
|
|
3666
3519
|
conditions: os=freebsd & cpu=arm64
|
|
3667
3520
|
languageName: node
|
|
3668
3521
|
linkType: hard
|
|
3669
3522
|
|
|
3670
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3671
|
-
version: 4.
|
|
3672
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3523
|
+
"@rollup/rollup-freebsd-x64@npm:4.61.1":
|
|
3524
|
+
version: 4.61.1
|
|
3525
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.61.1"
|
|
3673
3526
|
conditions: os=freebsd & cpu=x64
|
|
3674
3527
|
languageName: node
|
|
3675
3528
|
linkType: hard
|
|
3676
3529
|
|
|
3677
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3678
|
-
version: 4.
|
|
3679
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3530
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.61.1":
|
|
3531
|
+
version: 4.61.1
|
|
3532
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.61.1"
|
|
3680
3533
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3681
3534
|
languageName: node
|
|
3682
3535
|
linkType: hard
|
|
3683
3536
|
|
|
3684
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3685
|
-
version: 4.
|
|
3686
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3537
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.61.1":
|
|
3538
|
+
version: 4.61.1
|
|
3539
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.61.1"
|
|
3687
3540
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3688
3541
|
languageName: node
|
|
3689
3542
|
linkType: hard
|
|
3690
3543
|
|
|
3691
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3692
|
-
version: 4.
|
|
3693
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3544
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.61.1":
|
|
3545
|
+
version: 4.61.1
|
|
3546
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.61.1"
|
|
3694
3547
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3695
3548
|
languageName: node
|
|
3696
3549
|
linkType: hard
|
|
3697
3550
|
|
|
3698
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3699
|
-
version: 4.
|
|
3700
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3551
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.61.1":
|
|
3552
|
+
version: 4.61.1
|
|
3553
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.61.1"
|
|
3701
3554
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3702
3555
|
languageName: node
|
|
3703
3556
|
linkType: hard
|
|
3704
3557
|
|
|
3705
|
-
"@rollup/rollup-linux-loong64-gnu@npm:4.
|
|
3706
|
-
version: 4.
|
|
3707
|
-
resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.
|
|
3558
|
+
"@rollup/rollup-linux-loong64-gnu@npm:4.61.1":
|
|
3559
|
+
version: 4.61.1
|
|
3560
|
+
resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.61.1"
|
|
3708
3561
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3709
3562
|
languageName: node
|
|
3710
3563
|
linkType: hard
|
|
3711
3564
|
|
|
3712
|
-
"@rollup/rollup-linux-loong64-musl@npm:4.
|
|
3713
|
-
version: 4.
|
|
3714
|
-
resolution: "@rollup/rollup-linux-loong64-musl@npm:4.
|
|
3565
|
+
"@rollup/rollup-linux-loong64-musl@npm:4.61.1":
|
|
3566
|
+
version: 4.61.1
|
|
3567
|
+
resolution: "@rollup/rollup-linux-loong64-musl@npm:4.61.1"
|
|
3715
3568
|
conditions: os=linux & cpu=loong64 & libc=musl
|
|
3716
3569
|
languageName: node
|
|
3717
3570
|
linkType: hard
|
|
3718
3571
|
|
|
3719
|
-
"@rollup/rollup-linux-ppc64-gnu@npm:4.
|
|
3720
|
-
version: 4.
|
|
3721
|
-
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.
|
|
3572
|
+
"@rollup/rollup-linux-ppc64-gnu@npm:4.61.1":
|
|
3573
|
+
version: 4.61.1
|
|
3574
|
+
resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.61.1"
|
|
3722
3575
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3723
3576
|
languageName: node
|
|
3724
3577
|
linkType: hard
|
|
3725
3578
|
|
|
3726
|
-
"@rollup/rollup-linux-ppc64-musl@npm:4.
|
|
3727
|
-
version: 4.
|
|
3728
|
-
resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.
|
|
3579
|
+
"@rollup/rollup-linux-ppc64-musl@npm:4.61.1":
|
|
3580
|
+
version: 4.61.1
|
|
3581
|
+
resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.61.1"
|
|
3729
3582
|
conditions: os=linux & cpu=ppc64 & libc=musl
|
|
3730
3583
|
languageName: node
|
|
3731
3584
|
linkType: hard
|
|
3732
3585
|
|
|
3733
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3734
|
-
version: 4.
|
|
3735
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3586
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.61.1":
|
|
3587
|
+
version: 4.61.1
|
|
3588
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.61.1"
|
|
3736
3589
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3737
3590
|
languageName: node
|
|
3738
3591
|
linkType: hard
|
|
3739
3592
|
|
|
3740
|
-
"@rollup/rollup-linux-riscv64-musl@npm:4.
|
|
3741
|
-
version: 4.
|
|
3742
|
-
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.
|
|
3593
|
+
"@rollup/rollup-linux-riscv64-musl@npm:4.61.1":
|
|
3594
|
+
version: 4.61.1
|
|
3595
|
+
resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.61.1"
|
|
3743
3596
|
conditions: os=linux & cpu=riscv64 & libc=musl
|
|
3744
3597
|
languageName: node
|
|
3745
3598
|
linkType: hard
|
|
3746
3599
|
|
|
3747
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3748
|
-
version: 4.
|
|
3749
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3600
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.61.1":
|
|
3601
|
+
version: 4.61.1
|
|
3602
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.61.1"
|
|
3750
3603
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3751
3604
|
languageName: node
|
|
3752
3605
|
linkType: hard
|
|
3753
3606
|
|
|
3754
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3755
|
-
version: 4.
|
|
3756
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3607
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.61.1":
|
|
3608
|
+
version: 4.61.1
|
|
3609
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.61.1"
|
|
3757
3610
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3758
3611
|
languageName: node
|
|
3759
3612
|
linkType: hard
|
|
3760
3613
|
|
|
3761
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3762
|
-
version: 4.
|
|
3763
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3614
|
+
"@rollup/rollup-linux-x64-musl@npm:4.61.1":
|
|
3615
|
+
version: 4.61.1
|
|
3616
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.61.1"
|
|
3764
3617
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3765
3618
|
languageName: node
|
|
3766
3619
|
linkType: hard
|
|
3767
3620
|
|
|
3768
|
-
"@rollup/rollup-openbsd-x64@npm:4.
|
|
3769
|
-
version: 4.
|
|
3770
|
-
resolution: "@rollup/rollup-openbsd-x64@npm:4.
|
|
3621
|
+
"@rollup/rollup-openbsd-x64@npm:4.61.1":
|
|
3622
|
+
version: 4.61.1
|
|
3623
|
+
resolution: "@rollup/rollup-openbsd-x64@npm:4.61.1"
|
|
3771
3624
|
conditions: os=openbsd & cpu=x64
|
|
3772
3625
|
languageName: node
|
|
3773
3626
|
linkType: hard
|
|
3774
3627
|
|
|
3775
|
-
"@rollup/rollup-openharmony-arm64@npm:4.
|
|
3776
|
-
version: 4.
|
|
3777
|
-
resolution: "@rollup/rollup-openharmony-arm64@npm:4.
|
|
3628
|
+
"@rollup/rollup-openharmony-arm64@npm:4.61.1":
|
|
3629
|
+
version: 4.61.1
|
|
3630
|
+
resolution: "@rollup/rollup-openharmony-arm64@npm:4.61.1"
|
|
3778
3631
|
conditions: os=openharmony & cpu=arm64
|
|
3779
3632
|
languageName: node
|
|
3780
3633
|
linkType: hard
|
|
3781
3634
|
|
|
3782
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3783
|
-
version: 4.
|
|
3784
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3635
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.61.1":
|
|
3636
|
+
version: 4.61.1
|
|
3637
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.61.1"
|
|
3785
3638
|
conditions: os=win32 & cpu=arm64
|
|
3786
3639
|
languageName: node
|
|
3787
3640
|
linkType: hard
|
|
3788
3641
|
|
|
3789
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3790
|
-
version: 4.
|
|
3791
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3642
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.61.1":
|
|
3643
|
+
version: 4.61.1
|
|
3644
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.61.1"
|
|
3792
3645
|
conditions: os=win32 & cpu=ia32
|
|
3793
3646
|
languageName: node
|
|
3794
3647
|
linkType: hard
|
|
3795
3648
|
|
|
3796
|
-
"@rollup/rollup-win32-x64-gnu@npm:4.
|
|
3797
|
-
version: 4.
|
|
3798
|
-
resolution: "@rollup/rollup-win32-x64-gnu@npm:4.
|
|
3649
|
+
"@rollup/rollup-win32-x64-gnu@npm:4.61.1":
|
|
3650
|
+
version: 4.61.1
|
|
3651
|
+
resolution: "@rollup/rollup-win32-x64-gnu@npm:4.61.1"
|
|
3799
3652
|
conditions: os=win32 & cpu=x64
|
|
3800
3653
|
languageName: node
|
|
3801
3654
|
linkType: hard
|
|
3802
3655
|
|
|
3803
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3804
|
-
version: 4.
|
|
3805
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3656
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.61.1":
|
|
3657
|
+
version: 4.61.1
|
|
3658
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.61.1"
|
|
3806
3659
|
conditions: os=win32 & cpu=x64
|
|
3807
3660
|
languageName: node
|
|
3808
3661
|
linkType: hard
|
|
@@ -3814,87 +3667,87 @@ __metadata:
|
|
|
3814
3667
|
languageName: node
|
|
3815
3668
|
linkType: hard
|
|
3816
3669
|
|
|
3817
|
-
"@schematics/angular@npm:21.2.
|
|
3818
|
-
version: 21.2.
|
|
3819
|
-
resolution: "@schematics/angular@npm:21.2.
|
|
3670
|
+
"@schematics/angular@npm:21.2.14":
|
|
3671
|
+
version: 21.2.14
|
|
3672
|
+
resolution: "@schematics/angular@npm:21.2.14"
|
|
3820
3673
|
dependencies:
|
|
3821
|
-
"@angular-devkit/core": "npm:21.2.
|
|
3822
|
-
"@angular-devkit/schematics": "npm:21.2.
|
|
3674
|
+
"@angular-devkit/core": "npm:21.2.14"
|
|
3675
|
+
"@angular-devkit/schematics": "npm:21.2.14"
|
|
3823
3676
|
jsonc-parser: "npm:3.3.1"
|
|
3824
|
-
checksum: 10c0/
|
|
3677
|
+
checksum: 10c0/153d4297e6ebe7d6cc499c779f8fa8b9f386d7b9686306178eb43be3e3e076b4eb58c376ecd6be2565cb898f790949ae14c38093f56fb96bf79addb93790d0f8
|
|
3825
3678
|
languageName: node
|
|
3826
3679
|
linkType: hard
|
|
3827
3680
|
|
|
3828
|
-
"@shikijs/core@npm:4.
|
|
3829
|
-
version: 4.
|
|
3830
|
-
resolution: "@shikijs/core@npm:4.
|
|
3681
|
+
"@shikijs/core@npm:4.2.0":
|
|
3682
|
+
version: 4.2.0
|
|
3683
|
+
resolution: "@shikijs/core@npm:4.2.0"
|
|
3831
3684
|
dependencies:
|
|
3832
|
-
"@shikijs/primitive": "npm:4.
|
|
3833
|
-
"@shikijs/types": "npm:4.
|
|
3685
|
+
"@shikijs/primitive": "npm:4.2.0"
|
|
3686
|
+
"@shikijs/types": "npm:4.2.0"
|
|
3834
3687
|
"@shikijs/vscode-textmate": "npm:^10.0.2"
|
|
3835
3688
|
"@types/hast": "npm:^3.0.4"
|
|
3836
3689
|
hast-util-to-html: "npm:^9.0.5"
|
|
3837
|
-
checksum: 10c0/
|
|
3690
|
+
checksum: 10c0/86828109468e6de10a9976d951ab09c124b06ded3f46cf8043a3e45d7f78f1d6fe24abbdf0044e7fe4fd734e837ecd9b63b7fa964eccadb7e1b0c95519c44f5a
|
|
3838
3691
|
languageName: node
|
|
3839
3692
|
linkType: hard
|
|
3840
3693
|
|
|
3841
|
-
"@shikijs/engine-javascript@npm:4.
|
|
3842
|
-
version: 4.
|
|
3843
|
-
resolution: "@shikijs/engine-javascript@npm:4.
|
|
3694
|
+
"@shikijs/engine-javascript@npm:4.2.0":
|
|
3695
|
+
version: 4.2.0
|
|
3696
|
+
resolution: "@shikijs/engine-javascript@npm:4.2.0"
|
|
3844
3697
|
dependencies:
|
|
3845
|
-
"@shikijs/types": "npm:4.
|
|
3698
|
+
"@shikijs/types": "npm:4.2.0"
|
|
3846
3699
|
"@shikijs/vscode-textmate": "npm:^10.0.2"
|
|
3847
3700
|
oniguruma-to-es: "npm:^4.3.6"
|
|
3848
|
-
checksum: 10c0/
|
|
3701
|
+
checksum: 10c0/681045e8acfe19feaf5bb2b282ffdd006a5a06c666a726f844f8bd489c9c12eb5290cd29b97655d43a366370f2edac4eea868d8221637a5fcdc886e562bef0c6
|
|
3849
3702
|
languageName: node
|
|
3850
3703
|
linkType: hard
|
|
3851
3704
|
|
|
3852
|
-
"@shikijs/engine-oniguruma@npm:4.
|
|
3853
|
-
version: 4.
|
|
3854
|
-
resolution: "@shikijs/engine-oniguruma@npm:4.
|
|
3705
|
+
"@shikijs/engine-oniguruma@npm:4.2.0":
|
|
3706
|
+
version: 4.2.0
|
|
3707
|
+
resolution: "@shikijs/engine-oniguruma@npm:4.2.0"
|
|
3855
3708
|
dependencies:
|
|
3856
|
-
"@shikijs/types": "npm:4.
|
|
3709
|
+
"@shikijs/types": "npm:4.2.0"
|
|
3857
3710
|
"@shikijs/vscode-textmate": "npm:^10.0.2"
|
|
3858
|
-
checksum: 10c0/
|
|
3711
|
+
checksum: 10c0/ffba487224c9d96735a251b2aacd33a1769d27f4ad6b80b83bb025abd7ae2195c7e07dfc96c5978a6cc4b32d55b232dc9fe6e67c0752a78962c649891700bf7f
|
|
3859
3712
|
languageName: node
|
|
3860
3713
|
linkType: hard
|
|
3861
3714
|
|
|
3862
|
-
"@shikijs/langs@npm:4.
|
|
3863
|
-
version: 4.
|
|
3864
|
-
resolution: "@shikijs/langs@npm:4.
|
|
3715
|
+
"@shikijs/langs@npm:4.2.0":
|
|
3716
|
+
version: 4.2.0
|
|
3717
|
+
resolution: "@shikijs/langs@npm:4.2.0"
|
|
3865
3718
|
dependencies:
|
|
3866
|
-
"@shikijs/types": "npm:4.
|
|
3867
|
-
checksum: 10c0/
|
|
3719
|
+
"@shikijs/types": "npm:4.2.0"
|
|
3720
|
+
checksum: 10c0/a069467bf1dc458a1deef91388e3b48dffeef20502d51fa0c548c0dc3adfc4222c789fa47975ff28b0f9fe76de139899830ad320cfddc99ce2c193b05de69937
|
|
3868
3721
|
languageName: node
|
|
3869
3722
|
linkType: hard
|
|
3870
3723
|
|
|
3871
|
-
"@shikijs/primitive@npm:4.
|
|
3872
|
-
version: 4.
|
|
3873
|
-
resolution: "@shikijs/primitive@npm:4.
|
|
3724
|
+
"@shikijs/primitive@npm:4.2.0":
|
|
3725
|
+
version: 4.2.0
|
|
3726
|
+
resolution: "@shikijs/primitive@npm:4.2.0"
|
|
3874
3727
|
dependencies:
|
|
3875
|
-
"@shikijs/types": "npm:4.
|
|
3728
|
+
"@shikijs/types": "npm:4.2.0"
|
|
3876
3729
|
"@shikijs/vscode-textmate": "npm:^10.0.2"
|
|
3877
3730
|
"@types/hast": "npm:^3.0.4"
|
|
3878
|
-
checksum: 10c0/
|
|
3731
|
+
checksum: 10c0/8acd8af89d427bc8e1c0c9a98be8ca3ac0b7cb193039c59389fc80a4747daaf4ee0ee273d33e99e94e969be1ca3eb33da700caabd17218c848b11526cb6eaf52
|
|
3879
3732
|
languageName: node
|
|
3880
3733
|
linkType: hard
|
|
3881
3734
|
|
|
3882
|
-
"@shikijs/themes@npm:4.
|
|
3883
|
-
version: 4.
|
|
3884
|
-
resolution: "@shikijs/themes@npm:4.
|
|
3735
|
+
"@shikijs/themes@npm:4.2.0":
|
|
3736
|
+
version: 4.2.0
|
|
3737
|
+
resolution: "@shikijs/themes@npm:4.2.0"
|
|
3885
3738
|
dependencies:
|
|
3886
|
-
"@shikijs/types": "npm:4.
|
|
3887
|
-
checksum: 10c0/
|
|
3739
|
+
"@shikijs/types": "npm:4.2.0"
|
|
3740
|
+
checksum: 10c0/95c3611fab74802efe6025154a7f145fe5c71fb7ad8a998b061b0a628788bce667f942ade9bd8f0c16b47d2afde10a4bbeccbd455c96f35e21ccecf126740c7d
|
|
3888
3741
|
languageName: node
|
|
3889
3742
|
linkType: hard
|
|
3890
3743
|
|
|
3891
|
-
"@shikijs/types@npm:4.
|
|
3892
|
-
version: 4.
|
|
3893
|
-
resolution: "@shikijs/types@npm:4.
|
|
3744
|
+
"@shikijs/types@npm:4.2.0":
|
|
3745
|
+
version: 4.2.0
|
|
3746
|
+
resolution: "@shikijs/types@npm:4.2.0"
|
|
3894
3747
|
dependencies:
|
|
3895
3748
|
"@shikijs/vscode-textmate": "npm:^10.0.2"
|
|
3896
3749
|
"@types/hast": "npm:^3.0.4"
|
|
3897
|
-
checksum: 10c0/
|
|
3750
|
+
checksum: 10c0/d78095c1df9ec8ee0a3cd3e203b9431943f88d1f5efce5cfabad87935f6bcd9628d3f450b42c8e65e7119fd94549e84ae4c5ac564cb55424bab12f67f26a0f0b
|
|
3898
3751
|
languageName: node
|
|
3899
3752
|
linkType: hard
|
|
3900
3753
|
|
|
@@ -4045,9 +3898,9 @@ __metadata:
|
|
|
4045
3898
|
languageName: node
|
|
4046
3899
|
linkType: hard
|
|
4047
3900
|
|
|
4048
|
-
"@testing-library/angular@npm:^19.
|
|
4049
|
-
version: 19.
|
|
4050
|
-
resolution: "@testing-library/angular@npm:19.
|
|
3901
|
+
"@testing-library/angular@npm:^19.4.1":
|
|
3902
|
+
version: 19.4.1
|
|
3903
|
+
resolution: "@testing-library/angular@npm:19.4.1"
|
|
4051
3904
|
dependencies:
|
|
4052
3905
|
tslib: "npm:^2.3.1"
|
|
4053
3906
|
peerDependencies:
|
|
@@ -4056,7 +3909,7 @@ __metadata:
|
|
|
4056
3909
|
"@angular/platform-browser": ">= 21.0.0"
|
|
4057
3910
|
"@angular/router": ">= 21.0.0"
|
|
4058
3911
|
"@testing-library/dom": ^10.0.0
|
|
4059
|
-
checksum: 10c0/
|
|
3912
|
+
checksum: 10c0/1f8898704105649dd95447a8a0a487d93e6622116a71ce59e477fdb0be30b635e6a7c37872c5eea384dd86b61a4118df8e99f46694619e81003874744caff5a3
|
|
4060
3913
|
languageName: node
|
|
4061
3914
|
linkType: hard
|
|
4062
3915
|
|
|
@@ -4354,14 +4207,7 @@ __metadata:
|
|
|
4354
4207
|
languageName: node
|
|
4355
4208
|
linkType: hard
|
|
4356
4209
|
|
|
4357
|
-
"@types/estree@npm:1.0.8":
|
|
4358
|
-
version: 1.0.8
|
|
4359
|
-
resolution: "@types/estree@npm:1.0.8"
|
|
4360
|
-
checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5
|
|
4361
|
-
languageName: node
|
|
4362
|
-
linkType: hard
|
|
4363
|
-
|
|
4364
|
-
"@types/estree@npm:^1.0.0, @types/estree@npm:^1.0.5, @types/estree@npm:^1.0.6, @types/estree@npm:^1.0.8":
|
|
4210
|
+
"@types/estree@npm:1.0.9, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.5, @types/estree@npm:^1.0.6, @types/estree@npm:^1.0.8":
|
|
4365
4211
|
version: 1.0.9
|
|
4366
4212
|
resolution: "@types/estree@npm:1.0.9"
|
|
4367
4213
|
checksum: 10c0/3ad3286ca2988cd550dafb8f2ad599c8474868e954fa601a36655bdfefd8039f7c714b8c1c7f2ae219ffbd58bd4660e66fa7479a0120fc02d4777057d4865387
|
|
@@ -4405,7 +4251,7 @@ __metadata:
|
|
|
4405
4251
|
languageName: node
|
|
4406
4252
|
linkType: hard
|
|
4407
4253
|
|
|
4408
|
-
"@types/mdast@npm:^4.0.0":
|
|
4254
|
+
"@types/mdast@npm:^4.0.0, @types/mdast@npm:^4.0.4":
|
|
4409
4255
|
version: 4.0.4
|
|
4410
4256
|
resolution: "@types/mdast@npm:4.0.4"
|
|
4411
4257
|
dependencies:
|
|
@@ -4430,12 +4276,12 @@ __metadata:
|
|
|
4430
4276
|
languageName: node
|
|
4431
4277
|
linkType: hard
|
|
4432
4278
|
|
|
4433
|
-
"@types/node@npm:*, @types/node@npm:>=20.0.0, @types/node@npm:^25.9.
|
|
4434
|
-
version: 25.9.
|
|
4435
|
-
resolution: "@types/node@npm:25.9.
|
|
4279
|
+
"@types/node@npm:*, @types/node@npm:>=20.0.0, @types/node@npm:^25.9.2":
|
|
4280
|
+
version: 25.9.2
|
|
4281
|
+
resolution: "@types/node@npm:25.9.2"
|
|
4436
4282
|
dependencies:
|
|
4437
4283
|
undici-types: "npm:>=7.24.0 <7.24.7"
|
|
4438
|
-
checksum: 10c0/
|
|
4284
|
+
checksum: 10c0/f14c0d56361febb985eccc45cf0834ee6e2f07c4389a636f3e1a55ebde320077a80bface18c9afd3092f5fa295925502c1a9d55f805efa813f634aa9c941cbac
|
|
4439
4285
|
languageName: node
|
|
4440
4286
|
linkType: hard
|
|
4441
4287
|
|
|
@@ -4448,12 +4294,12 @@ __metadata:
|
|
|
4448
4294
|
languageName: node
|
|
4449
4295
|
linkType: hard
|
|
4450
4296
|
|
|
4451
|
-
"@types/react@npm:^19.2.
|
|
4452
|
-
version: 19.2.
|
|
4453
|
-
resolution: "@types/react@npm:19.2.
|
|
4297
|
+
"@types/react@npm:^19.2.17":
|
|
4298
|
+
version: 19.2.17
|
|
4299
|
+
resolution: "@types/react@npm:19.2.17"
|
|
4454
4300
|
dependencies:
|
|
4455
4301
|
csstype: "npm:^3.2.2"
|
|
4456
|
-
checksum: 10c0/
|
|
4302
|
+
checksum: 10c0/bc2c4af96b3e480604424de70d5ebda90c5f4b485df471858c0bc2d7d70364b606ec3c4d8579f94f01aa0c6c0591f56bcf14cba5689f5eea4b74250ccdc3a232
|
|
4457
4303
|
languageName: node
|
|
4458
4304
|
linkType: hard
|
|
4459
4305
|
|
|
@@ -4464,6 +4310,13 @@ __metadata:
|
|
|
4464
4310
|
languageName: node
|
|
4465
4311
|
linkType: hard
|
|
4466
4312
|
|
|
4313
|
+
"@types/twig@npm:^1.12.17":
|
|
4314
|
+
version: 1.12.17
|
|
4315
|
+
resolution: "@types/twig@npm:1.12.17"
|
|
4316
|
+
checksum: 10c0/a54d62abb979ecc81707c7da9ffe641cdbb12c5e73d782c5fbed69c41123d7c2142c8c79fe7a92295bc13eea7abbafd68863e5f0eb3f54094a26b179e3a2d653
|
|
4317
|
+
languageName: node
|
|
4318
|
+
linkType: hard
|
|
4319
|
+
|
|
4467
4320
|
"@types/unist@npm:*, @types/unist@npm:^3.0.0":
|
|
4468
4321
|
version: 3.0.3
|
|
4469
4322
|
resolution: "@types/unist@npm:3.0.3"
|
|
@@ -4487,105 +4340,105 @@ __metadata:
|
|
|
4487
4340
|
languageName: node
|
|
4488
4341
|
linkType: hard
|
|
4489
4342
|
|
|
4490
|
-
"@typescript-eslint/eslint-plugin@npm:8.
|
|
4491
|
-
version: 8.
|
|
4492
|
-
resolution: "@typescript-eslint/eslint-plugin@npm:8.
|
|
4343
|
+
"@typescript-eslint/eslint-plugin@npm:8.60.1":
|
|
4344
|
+
version: 8.60.1
|
|
4345
|
+
resolution: "@typescript-eslint/eslint-plugin@npm:8.60.1"
|
|
4493
4346
|
dependencies:
|
|
4494
4347
|
"@eslint-community/regexpp": "npm:^4.12.2"
|
|
4495
|
-
"@typescript-eslint/scope-manager": "npm:8.
|
|
4496
|
-
"@typescript-eslint/type-utils": "npm:8.
|
|
4497
|
-
"@typescript-eslint/utils": "npm:8.
|
|
4498
|
-
"@typescript-eslint/visitor-keys": "npm:8.
|
|
4348
|
+
"@typescript-eslint/scope-manager": "npm:8.60.1"
|
|
4349
|
+
"@typescript-eslint/type-utils": "npm:8.60.1"
|
|
4350
|
+
"@typescript-eslint/utils": "npm:8.60.1"
|
|
4351
|
+
"@typescript-eslint/visitor-keys": "npm:8.60.1"
|
|
4499
4352
|
ignore: "npm:^7.0.5"
|
|
4500
4353
|
natural-compare: "npm:^1.4.0"
|
|
4501
4354
|
ts-api-utils: "npm:^2.5.0"
|
|
4502
4355
|
peerDependencies:
|
|
4503
|
-
"@typescript-eslint/parser": ^8.
|
|
4356
|
+
"@typescript-eslint/parser": ^8.60.1
|
|
4504
4357
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
4505
4358
|
typescript: ">=4.8.4 <6.1.0"
|
|
4506
|
-
checksum: 10c0/
|
|
4359
|
+
checksum: 10c0/de9f9ab9801970c8c96f342b94661e993e8a66f90a36fc4501a7238585712900a2f1f5c7c805adb1214f98b478a072f0aa590e22dd4ed36231dcabde3f6c7b2f
|
|
4507
4360
|
languageName: node
|
|
4508
4361
|
linkType: hard
|
|
4509
4362
|
|
|
4510
|
-
"@typescript-eslint/parser@npm:8.
|
|
4511
|
-
version: 8.
|
|
4512
|
-
resolution: "@typescript-eslint/parser@npm:8.
|
|
4363
|
+
"@typescript-eslint/parser@npm:8.60.1":
|
|
4364
|
+
version: 8.60.1
|
|
4365
|
+
resolution: "@typescript-eslint/parser@npm:8.60.1"
|
|
4513
4366
|
dependencies:
|
|
4514
|
-
"@typescript-eslint/scope-manager": "npm:8.
|
|
4515
|
-
"@typescript-eslint/types": "npm:8.
|
|
4516
|
-
"@typescript-eslint/typescript-estree": "npm:8.
|
|
4517
|
-
"@typescript-eslint/visitor-keys": "npm:8.
|
|
4367
|
+
"@typescript-eslint/scope-manager": "npm:8.60.1"
|
|
4368
|
+
"@typescript-eslint/types": "npm:8.60.1"
|
|
4369
|
+
"@typescript-eslint/typescript-estree": "npm:8.60.1"
|
|
4370
|
+
"@typescript-eslint/visitor-keys": "npm:8.60.1"
|
|
4518
4371
|
debug: "npm:^4.4.3"
|
|
4519
4372
|
peerDependencies:
|
|
4520
4373
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
4521
4374
|
typescript: ">=4.8.4 <6.1.0"
|
|
4522
|
-
checksum: 10c0/
|
|
4375
|
+
checksum: 10c0/8bc9ecccac411cda8f6bc38fce2427639071a41f44594b047b40a4a50fd40959797acd373b87ab40e4f4b49e9069d42e1480d91e100800d5fb5e6ec6e4afba71
|
|
4523
4376
|
languageName: node
|
|
4524
4377
|
linkType: hard
|
|
4525
4378
|
|
|
4526
|
-
"@typescript-eslint/project-service@npm:8.
|
|
4527
|
-
version: 8.
|
|
4528
|
-
resolution: "@typescript-eslint/project-service@npm:8.
|
|
4379
|
+
"@typescript-eslint/project-service@npm:8.60.1":
|
|
4380
|
+
version: 8.60.1
|
|
4381
|
+
resolution: "@typescript-eslint/project-service@npm:8.60.1"
|
|
4529
4382
|
dependencies:
|
|
4530
|
-
"@typescript-eslint/tsconfig-utils": "npm:^8.
|
|
4531
|
-
"@typescript-eslint/types": "npm:^8.
|
|
4383
|
+
"@typescript-eslint/tsconfig-utils": "npm:^8.60.1"
|
|
4384
|
+
"@typescript-eslint/types": "npm:^8.60.1"
|
|
4532
4385
|
debug: "npm:^4.4.3"
|
|
4533
4386
|
peerDependencies:
|
|
4534
4387
|
typescript: ">=4.8.4 <6.1.0"
|
|
4535
|
-
checksum: 10c0/
|
|
4388
|
+
checksum: 10c0/f5a61b7f2c90d07b9f89b8d0e4bb5b9a62ab1fc08060b1f6e04793a0ff9bcaa4160afe7662d8027faa7a509cec1354f9178e2e598cae7a66c55a038c70fa0274
|
|
4536
4389
|
languageName: node
|
|
4537
4390
|
linkType: hard
|
|
4538
4391
|
|
|
4539
|
-
"@typescript-eslint/scope-manager@npm:8.
|
|
4540
|
-
version: 8.
|
|
4541
|
-
resolution: "@typescript-eslint/scope-manager@npm:8.
|
|
4392
|
+
"@typescript-eslint/scope-manager@npm:8.60.1, @typescript-eslint/scope-manager@npm:^7.0.0 || ^8.0.0, @typescript-eslint/scope-manager@npm:^8.56.0":
|
|
4393
|
+
version: 8.60.1
|
|
4394
|
+
resolution: "@typescript-eslint/scope-manager@npm:8.60.1"
|
|
4542
4395
|
dependencies:
|
|
4543
|
-
"@typescript-eslint/types": "npm:8.
|
|
4544
|
-
"@typescript-eslint/visitor-keys": "npm:8.
|
|
4545
|
-
checksum: 10c0/
|
|
4396
|
+
"@typescript-eslint/types": "npm:8.60.1"
|
|
4397
|
+
"@typescript-eslint/visitor-keys": "npm:8.60.1"
|
|
4398
|
+
checksum: 10c0/d9ead95aca27614ccfc160e5487480fc7c0de2e2e07716c5e2a56168f21adfa5124f33f579e7ff0c12896c61b59eb8ce50875c810fec2532a777ead0b103bccd
|
|
4546
4399
|
languageName: node
|
|
4547
4400
|
linkType: hard
|
|
4548
4401
|
|
|
4549
|
-
"@typescript-eslint/tsconfig-utils@npm:8.
|
|
4550
|
-
version: 8.
|
|
4551
|
-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.
|
|
4402
|
+
"@typescript-eslint/tsconfig-utils@npm:8.60.1, @typescript-eslint/tsconfig-utils@npm:^8.60.1":
|
|
4403
|
+
version: 8.60.1
|
|
4404
|
+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.60.1"
|
|
4552
4405
|
peerDependencies:
|
|
4553
4406
|
typescript: ">=4.8.4 <6.1.0"
|
|
4554
|
-
checksum: 10c0/
|
|
4407
|
+
checksum: 10c0/231d6c6ef0b305d5b007ce89af11c5871c14a5e3be43d1c131100f60053783169c1ce3133af767b8874bce6cc20ece1d2501c2ef315f467ecdc04e8acdd0dc9c
|
|
4555
4408
|
languageName: node
|
|
4556
4409
|
linkType: hard
|
|
4557
4410
|
|
|
4558
|
-
"@typescript-eslint/type-utils@npm:8.
|
|
4559
|
-
version: 8.
|
|
4560
|
-
resolution: "@typescript-eslint/type-utils@npm:8.
|
|
4411
|
+
"@typescript-eslint/type-utils@npm:8.60.1":
|
|
4412
|
+
version: 8.60.1
|
|
4413
|
+
resolution: "@typescript-eslint/type-utils@npm:8.60.1"
|
|
4561
4414
|
dependencies:
|
|
4562
|
-
"@typescript-eslint/types": "npm:8.
|
|
4563
|
-
"@typescript-eslint/typescript-estree": "npm:8.
|
|
4564
|
-
"@typescript-eslint/utils": "npm:8.
|
|
4415
|
+
"@typescript-eslint/types": "npm:8.60.1"
|
|
4416
|
+
"@typescript-eslint/typescript-estree": "npm:8.60.1"
|
|
4417
|
+
"@typescript-eslint/utils": "npm:8.60.1"
|
|
4565
4418
|
debug: "npm:^4.4.3"
|
|
4566
4419
|
ts-api-utils: "npm:^2.5.0"
|
|
4567
4420
|
peerDependencies:
|
|
4568
4421
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
4569
4422
|
typescript: ">=4.8.4 <6.1.0"
|
|
4570
|
-
checksum: 10c0/
|
|
4423
|
+
checksum: 10c0/916d354fd22a2296abe0c618f89574ba6ed363b841bcbcbb662a53deaccd9bc644f253e7134d12f506d75cb574bbbc3e4113f253045b404e8a17962004e42f1d
|
|
4571
4424
|
languageName: node
|
|
4572
4425
|
linkType: hard
|
|
4573
4426
|
|
|
4574
|
-
"@typescript-eslint/types@npm:8.
|
|
4575
|
-
version: 8.
|
|
4576
|
-
resolution: "@typescript-eslint/types@npm:8.
|
|
4577
|
-
checksum: 10c0/
|
|
4427
|
+
"@typescript-eslint/types@npm:8.60.1, @typescript-eslint/types@npm:^7.0.0 || ^8.0.0, @typescript-eslint/types@npm:^7.7.1 || ^8, @typescript-eslint/types@npm:^8.0.0, @typescript-eslint/types@npm:^8.60.1":
|
|
4428
|
+
version: 8.60.1
|
|
4429
|
+
resolution: "@typescript-eslint/types@npm:8.60.1"
|
|
4430
|
+
checksum: 10c0/44308007e090ae1ac9cfdc5c2089cf1a82601298f69dd4835f62549e3d36886d41ecb1f84b490603382657481ca4e2ff23de49b97ad09d199dc65ce6c2e00b22
|
|
4578
4431
|
languageName: node
|
|
4579
4432
|
linkType: hard
|
|
4580
4433
|
|
|
4581
|
-
"@typescript-eslint/typescript-estree@npm:8.
|
|
4582
|
-
version: 8.
|
|
4583
|
-
resolution: "@typescript-eslint/typescript-estree@npm:8.
|
|
4434
|
+
"@typescript-eslint/typescript-estree@npm:8.60.1":
|
|
4435
|
+
version: 8.60.1
|
|
4436
|
+
resolution: "@typescript-eslint/typescript-estree@npm:8.60.1"
|
|
4584
4437
|
dependencies:
|
|
4585
|
-
"@typescript-eslint/project-service": "npm:8.
|
|
4586
|
-
"@typescript-eslint/tsconfig-utils": "npm:8.
|
|
4587
|
-
"@typescript-eslint/types": "npm:8.
|
|
4588
|
-
"@typescript-eslint/visitor-keys": "npm:8.
|
|
4438
|
+
"@typescript-eslint/project-service": "npm:8.60.1"
|
|
4439
|
+
"@typescript-eslint/tsconfig-utils": "npm:8.60.1"
|
|
4440
|
+
"@typescript-eslint/types": "npm:8.60.1"
|
|
4441
|
+
"@typescript-eslint/visitor-keys": "npm:8.60.1"
|
|
4589
4442
|
debug: "npm:^4.4.3"
|
|
4590
4443
|
minimatch: "npm:^10.2.2"
|
|
4591
4444
|
semver: "npm:^7.7.3"
|
|
@@ -4593,32 +4446,32 @@ __metadata:
|
|
|
4593
4446
|
ts-api-utils: "npm:^2.5.0"
|
|
4594
4447
|
peerDependencies:
|
|
4595
4448
|
typescript: ">=4.8.4 <6.1.0"
|
|
4596
|
-
checksum: 10c0/
|
|
4449
|
+
checksum: 10c0/76274d3974fd56675df71b010a2b6799a886537625228f89150fcb4563597eb619be4a22937cacacb0bb20b66c11b03e04f913fb6b44790ce63a7d070f27d3aa
|
|
4597
4450
|
languageName: node
|
|
4598
4451
|
linkType: hard
|
|
4599
4452
|
|
|
4600
|
-
"@typescript-eslint/utils@npm:8.
|
|
4601
|
-
version: 8.
|
|
4602
|
-
resolution: "@typescript-eslint/utils@npm:8.
|
|
4453
|
+
"@typescript-eslint/utils@npm:8.60.1, @typescript-eslint/utils@npm:^7.13.1 || ^8.0.0, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.56.0, @typescript-eslint/utils@npm:^8.58.2":
|
|
4454
|
+
version: 8.60.1
|
|
4455
|
+
resolution: "@typescript-eslint/utils@npm:8.60.1"
|
|
4603
4456
|
dependencies:
|
|
4604
4457
|
"@eslint-community/eslint-utils": "npm:^4.9.1"
|
|
4605
|
-
"@typescript-eslint/scope-manager": "npm:8.
|
|
4606
|
-
"@typescript-eslint/types": "npm:8.
|
|
4607
|
-
"@typescript-eslint/typescript-estree": "npm:8.
|
|
4458
|
+
"@typescript-eslint/scope-manager": "npm:8.60.1"
|
|
4459
|
+
"@typescript-eslint/types": "npm:8.60.1"
|
|
4460
|
+
"@typescript-eslint/typescript-estree": "npm:8.60.1"
|
|
4608
4461
|
peerDependencies:
|
|
4609
4462
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
4610
4463
|
typescript: ">=4.8.4 <6.1.0"
|
|
4611
|
-
checksum: 10c0/
|
|
4464
|
+
checksum: 10c0/24777b47e23f930df5e0a0858e2979dbc44597d52e7ad237d2d764a433ac214ac00c0f7d0245ce9a54eb31900d261e305dc8a77d31efbb73bd7523c0ab075299
|
|
4612
4465
|
languageName: node
|
|
4613
4466
|
linkType: hard
|
|
4614
4467
|
|
|
4615
|
-
"@typescript-eslint/visitor-keys@npm:8.
|
|
4616
|
-
version: 8.
|
|
4617
|
-
resolution: "@typescript-eslint/visitor-keys@npm:8.
|
|
4468
|
+
"@typescript-eslint/visitor-keys@npm:8.60.1":
|
|
4469
|
+
version: 8.60.1
|
|
4470
|
+
resolution: "@typescript-eslint/visitor-keys@npm:8.60.1"
|
|
4618
4471
|
dependencies:
|
|
4619
|
-
"@typescript-eslint/types": "npm:8.
|
|
4472
|
+
"@typescript-eslint/types": "npm:8.60.1"
|
|
4620
4473
|
eslint-visitor-keys: "npm:^5.0.0"
|
|
4621
|
-
checksum: 10c0/
|
|
4474
|
+
checksum: 10c0/d9831624c0dde1655a83f3e10b85fe3655ec015fd57cac9295bf3ad302ef30736eb58417b1d9a5c8639a8b05b665f9acc6bcc34f9def386846ae8d6833a5e3ce
|
|
4622
4475
|
languageName: node
|
|
4623
4476
|
linkType: hard
|
|
4624
4477
|
|
|
@@ -4700,25 +4553,25 @@ __metadata:
|
|
|
4700
4553
|
languageName: node
|
|
4701
4554
|
linkType: hard
|
|
4702
4555
|
|
|
4703
|
-
"@vitest/expect@npm:4.1.
|
|
4704
|
-
version: 4.1.
|
|
4705
|
-
resolution: "@vitest/expect@npm:4.1.
|
|
4556
|
+
"@vitest/expect@npm:4.1.8":
|
|
4557
|
+
version: 4.1.8
|
|
4558
|
+
resolution: "@vitest/expect@npm:4.1.8"
|
|
4706
4559
|
dependencies:
|
|
4707
4560
|
"@standard-schema/spec": "npm:^1.1.0"
|
|
4708
4561
|
"@types/chai": "npm:^5.2.2"
|
|
4709
|
-
"@vitest/spy": "npm:4.1.
|
|
4710
|
-
"@vitest/utils": "npm:4.1.
|
|
4562
|
+
"@vitest/spy": "npm:4.1.8"
|
|
4563
|
+
"@vitest/utils": "npm:4.1.8"
|
|
4711
4564
|
chai: "npm:^6.2.2"
|
|
4712
4565
|
tinyrainbow: "npm:^3.1.0"
|
|
4713
|
-
checksum: 10c0/
|
|
4566
|
+
checksum: 10c0/f7bf6c720d2427c3bd0b35472ebd84d963be7d09ecf52a0fb05e8c4d5d0c9ee164a8c28eee6360947be1b245b47faefab54560cb98e5cb678c1c1074260b9149
|
|
4714
4567
|
languageName: node
|
|
4715
4568
|
linkType: hard
|
|
4716
4569
|
|
|
4717
|
-
"@vitest/mocker@npm:4.1.
|
|
4718
|
-
version: 4.1.
|
|
4719
|
-
resolution: "@vitest/mocker@npm:4.1.
|
|
4570
|
+
"@vitest/mocker@npm:4.1.8":
|
|
4571
|
+
version: 4.1.8
|
|
4572
|
+
resolution: "@vitest/mocker@npm:4.1.8"
|
|
4720
4573
|
dependencies:
|
|
4721
|
-
"@vitest/spy": "npm:4.1.
|
|
4574
|
+
"@vitest/spy": "npm:4.1.8"
|
|
4722
4575
|
estree-walker: "npm:^3.0.3"
|
|
4723
4576
|
magic-string: "npm:^0.30.21"
|
|
4724
4577
|
peerDependencies:
|
|
@@ -4729,56 +4582,56 @@ __metadata:
|
|
|
4729
4582
|
optional: true
|
|
4730
4583
|
vite:
|
|
4731
4584
|
optional: true
|
|
4732
|
-
checksum: 10c0/
|
|
4585
|
+
checksum: 10c0/f8cb2b8b55dc2cba0b2399aeee528b0187042f22cbc2d50a4fd6141f5aa246ebc41700f45dd1d73eca44ddfb57dcde48b2eb317bfbb1198f5ab2cc4fd04b2ea0
|
|
4733
4586
|
languageName: node
|
|
4734
4587
|
linkType: hard
|
|
4735
4588
|
|
|
4736
|
-
"@vitest/pretty-format@npm:4.1.
|
|
4737
|
-
version: 4.1.
|
|
4738
|
-
resolution: "@vitest/pretty-format@npm:4.1.
|
|
4589
|
+
"@vitest/pretty-format@npm:4.1.8":
|
|
4590
|
+
version: 4.1.8
|
|
4591
|
+
resolution: "@vitest/pretty-format@npm:4.1.8"
|
|
4739
4592
|
dependencies:
|
|
4740
4593
|
tinyrainbow: "npm:^3.1.0"
|
|
4741
|
-
checksum: 10c0/
|
|
4594
|
+
checksum: 10c0/553c456692a4b9ae13cd116c234c74b4495e0f1a0d5c51ffc3fab8ea085e3550769967e29db79bdac0cf127b1bf88b7f70bfba3dcc72be6bddf834433e30cc91
|
|
4742
4595
|
languageName: node
|
|
4743
4596
|
linkType: hard
|
|
4744
4597
|
|
|
4745
|
-
"@vitest/runner@npm:4.1.
|
|
4746
|
-
version: 4.1.
|
|
4747
|
-
resolution: "@vitest/runner@npm:4.1.
|
|
4598
|
+
"@vitest/runner@npm:4.1.8":
|
|
4599
|
+
version: 4.1.8
|
|
4600
|
+
resolution: "@vitest/runner@npm:4.1.8"
|
|
4748
4601
|
dependencies:
|
|
4749
|
-
"@vitest/utils": "npm:4.1.
|
|
4602
|
+
"@vitest/utils": "npm:4.1.8"
|
|
4750
4603
|
pathe: "npm:^2.0.3"
|
|
4751
|
-
checksum: 10c0/
|
|
4604
|
+
checksum: 10c0/706808a4b7b95ea9a9268fc152dd39e15a9a754f37c7990aea167486a9094caa913dae454771ae02c18dccfabd667f8cc38eed33a1307a79d32a89878b5bcce1
|
|
4752
4605
|
languageName: node
|
|
4753
4606
|
linkType: hard
|
|
4754
4607
|
|
|
4755
|
-
"@vitest/snapshot@npm:4.1.
|
|
4756
|
-
version: 4.1.
|
|
4757
|
-
resolution: "@vitest/snapshot@npm:4.1.
|
|
4608
|
+
"@vitest/snapshot@npm:4.1.8":
|
|
4609
|
+
version: 4.1.8
|
|
4610
|
+
resolution: "@vitest/snapshot@npm:4.1.8"
|
|
4758
4611
|
dependencies:
|
|
4759
|
-
"@vitest/pretty-format": "npm:4.1.
|
|
4760
|
-
"@vitest/utils": "npm:4.1.
|
|
4612
|
+
"@vitest/pretty-format": "npm:4.1.8"
|
|
4613
|
+
"@vitest/utils": "npm:4.1.8"
|
|
4761
4614
|
magic-string: "npm:^0.30.21"
|
|
4762
4615
|
pathe: "npm:^2.0.3"
|
|
4763
|
-
checksum: 10c0/
|
|
4616
|
+
checksum: 10c0/ba4c32112491d42d24986f921c50ede5edbdb4b7eafa16c72cf8d2c9ecc44121fdb3d9365236747a9841f0d6776affc6457470fcbb082df9dbc28c24792a0c6d
|
|
4764
4617
|
languageName: node
|
|
4765
4618
|
linkType: hard
|
|
4766
4619
|
|
|
4767
|
-
"@vitest/spy@npm:4.1.
|
|
4768
|
-
version: 4.1.
|
|
4769
|
-
resolution: "@vitest/spy@npm:4.1.
|
|
4770
|
-
checksum: 10c0/
|
|
4620
|
+
"@vitest/spy@npm:4.1.8":
|
|
4621
|
+
version: 4.1.8
|
|
4622
|
+
resolution: "@vitest/spy@npm:4.1.8"
|
|
4623
|
+
checksum: 10c0/3c10c0325a09d16bc0e77c0be96c47c15416186e33332880c0d1dd0a51d51a866091067b81f2a2ef6fb422a7760e6cf15c04d91a0eca4d59f62e8c8401fa53fc
|
|
4771
4624
|
languageName: node
|
|
4772
4625
|
linkType: hard
|
|
4773
4626
|
|
|
4774
|
-
"@vitest/utils@npm:4.1.
|
|
4775
|
-
version: 4.1.
|
|
4776
|
-
resolution: "@vitest/utils@npm:4.1.
|
|
4627
|
+
"@vitest/utils@npm:4.1.8":
|
|
4628
|
+
version: 4.1.8
|
|
4629
|
+
resolution: "@vitest/utils@npm:4.1.8"
|
|
4777
4630
|
dependencies:
|
|
4778
|
-
"@vitest/pretty-format": "npm:4.1.
|
|
4631
|
+
"@vitest/pretty-format": "npm:4.1.8"
|
|
4779
4632
|
convert-source-map: "npm:^2.0.0"
|
|
4780
4633
|
tinyrainbow: "npm:^3.1.0"
|
|
4781
|
-
checksum: 10c0/
|
|
4634
|
+
checksum: 10c0/acda9d3d640c1ebc81afb358ac30589d7d7d583af81e2d09419f0af9cbe41f3ce0b90527326943bf0da51614be5fc31afcd32259f6beb32b3417999d6ef380f3
|
|
4782
4635
|
languageName: node
|
|
4783
4636
|
linkType: hard
|
|
4784
4637
|
|
|
@@ -4870,53 +4723,53 @@ __metadata:
|
|
|
4870
4723
|
languageName: node
|
|
4871
4724
|
linkType: hard
|
|
4872
4725
|
|
|
4873
|
-
"@vue/compiler-core@npm:3.5.
|
|
4874
|
-
version: 3.5.
|
|
4875
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
4726
|
+
"@vue/compiler-core@npm:3.5.35":
|
|
4727
|
+
version: 3.5.35
|
|
4728
|
+
resolution: "@vue/compiler-core@npm:3.5.35"
|
|
4876
4729
|
dependencies:
|
|
4877
4730
|
"@babel/parser": "npm:^7.29.3"
|
|
4878
|
-
"@vue/shared": "npm:3.5.
|
|
4731
|
+
"@vue/shared": "npm:3.5.35"
|
|
4879
4732
|
entities: "npm:^7.0.1"
|
|
4880
4733
|
estree-walker: "npm:^2.0.2"
|
|
4881
4734
|
source-map-js: "npm:^1.2.1"
|
|
4882
|
-
checksum: 10c0/
|
|
4735
|
+
checksum: 10c0/b269e49636631288c34d81f2e7f596d4f0b407c32d7f70f0fa89eb6757180f4f9bc6c8c9924a7760b9736a72d4489ab6c2cef4d4e710f16239c9296e0fd7b970
|
|
4883
4736
|
languageName: node
|
|
4884
4737
|
linkType: hard
|
|
4885
4738
|
|
|
4886
|
-
"@vue/compiler-dom@npm:3.5.
|
|
4887
|
-
version: 3.5.
|
|
4888
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
4739
|
+
"@vue/compiler-dom@npm:3.5.35, @vue/compiler-dom@npm:^3.3.4":
|
|
4740
|
+
version: 3.5.35
|
|
4741
|
+
resolution: "@vue/compiler-dom@npm:3.5.35"
|
|
4889
4742
|
dependencies:
|
|
4890
|
-
"@vue/compiler-core": "npm:3.5.
|
|
4891
|
-
"@vue/shared": "npm:3.5.
|
|
4892
|
-
checksum: 10c0/
|
|
4743
|
+
"@vue/compiler-core": "npm:3.5.35"
|
|
4744
|
+
"@vue/shared": "npm:3.5.35"
|
|
4745
|
+
checksum: 10c0/491c3f4026824816884e9a6e2d58fd1eaa4686ac5073eb873b2c3241d388f240ea316f3329ed6e84fc8e9e5d548c8780bab566f19f81c1e468355dfb763c2561
|
|
4893
4746
|
languageName: node
|
|
4894
4747
|
linkType: hard
|
|
4895
4748
|
|
|
4896
|
-
"@vue/compiler-sfc@npm:3.5.
|
|
4897
|
-
version: 3.5.
|
|
4898
|
-
resolution: "@vue/compiler-sfc@npm:3.5.
|
|
4749
|
+
"@vue/compiler-sfc@npm:3.5.35, @vue/compiler-sfc@npm:^3.5.18, @vue/compiler-sfc@npm:^3.5.22, @vue/compiler-sfc@npm:^3.5.29":
|
|
4750
|
+
version: 3.5.35
|
|
4751
|
+
resolution: "@vue/compiler-sfc@npm:3.5.35"
|
|
4899
4752
|
dependencies:
|
|
4900
4753
|
"@babel/parser": "npm:^7.29.3"
|
|
4901
|
-
"@vue/compiler-core": "npm:3.5.
|
|
4902
|
-
"@vue/compiler-dom": "npm:3.5.
|
|
4903
|
-
"@vue/compiler-ssr": "npm:3.5.
|
|
4904
|
-
"@vue/shared": "npm:3.5.
|
|
4754
|
+
"@vue/compiler-core": "npm:3.5.35"
|
|
4755
|
+
"@vue/compiler-dom": "npm:3.5.35"
|
|
4756
|
+
"@vue/compiler-ssr": "npm:3.5.35"
|
|
4757
|
+
"@vue/shared": "npm:3.5.35"
|
|
4905
4758
|
estree-walker: "npm:^2.0.2"
|
|
4906
4759
|
magic-string: "npm:^0.30.21"
|
|
4907
|
-
postcss: "npm:^8.5.
|
|
4760
|
+
postcss: "npm:^8.5.15"
|
|
4908
4761
|
source-map-js: "npm:^1.2.1"
|
|
4909
|
-
checksum: 10c0/
|
|
4762
|
+
checksum: 10c0/18e28d3d4e3cad5715a242aa47553957cb2f0671b56b3398b0e8e394cf041a336fd875a1166dd6ea4b976e019b32985f1fdbe827f4c8b553ac31f64a053664cb
|
|
4910
4763
|
languageName: node
|
|
4911
4764
|
linkType: hard
|
|
4912
4765
|
|
|
4913
|
-
"@vue/compiler-ssr@npm:3.5.
|
|
4914
|
-
version: 3.5.
|
|
4915
|
-
resolution: "@vue/compiler-ssr@npm:3.5.
|
|
4766
|
+
"@vue/compiler-ssr@npm:3.5.35":
|
|
4767
|
+
version: 3.5.35
|
|
4768
|
+
resolution: "@vue/compiler-ssr@npm:3.5.35"
|
|
4916
4769
|
dependencies:
|
|
4917
|
-
"@vue/compiler-dom": "npm:3.5.
|
|
4918
|
-
"@vue/shared": "npm:3.5.
|
|
4919
|
-
checksum: 10c0/
|
|
4770
|
+
"@vue/compiler-dom": "npm:3.5.35"
|
|
4771
|
+
"@vue/shared": "npm:3.5.35"
|
|
4772
|
+
checksum: 10c0/b015d0658dff58db362a9d639d7e3b5ad849136de064cbfd3207bd95548e26cc10a5fe7dbbe57cd3148f9ad4ee42a48f518cb3a395c940afcd00043e395d283a
|
|
4920
4773
|
languageName: node
|
|
4921
4774
|
linkType: hard
|
|
4922
4775
|
|
|
@@ -4951,59 +4804,59 @@ __metadata:
|
|
|
4951
4804
|
languageName: node
|
|
4952
4805
|
linkType: hard
|
|
4953
4806
|
|
|
4954
|
-
"@vue/reactivity@npm:3.5.
|
|
4955
|
-
version: 3.5.
|
|
4956
|
-
resolution: "@vue/reactivity@npm:3.5.
|
|
4807
|
+
"@vue/reactivity@npm:3.5.35":
|
|
4808
|
+
version: 3.5.35
|
|
4809
|
+
resolution: "@vue/reactivity@npm:3.5.35"
|
|
4957
4810
|
dependencies:
|
|
4958
|
-
"@vue/shared": "npm:3.5.
|
|
4959
|
-
checksum: 10c0/
|
|
4811
|
+
"@vue/shared": "npm:3.5.35"
|
|
4812
|
+
checksum: 10c0/720ac936092316ec6b3f7661ce4526b74e47120cd2ae1da6cc4a9bc380578bf9e5070cade6bec3eecfa5003abba3a3a1d94c430f79fb9943e5fc763625cdf4ab
|
|
4960
4813
|
languageName: node
|
|
4961
4814
|
linkType: hard
|
|
4962
4815
|
|
|
4963
|
-
"@vue/runtime-core@npm:3.5.
|
|
4964
|
-
version: 3.5.
|
|
4965
|
-
resolution: "@vue/runtime-core@npm:3.5.
|
|
4816
|
+
"@vue/runtime-core@npm:3.5.35":
|
|
4817
|
+
version: 3.5.35
|
|
4818
|
+
resolution: "@vue/runtime-core@npm:3.5.35"
|
|
4966
4819
|
dependencies:
|
|
4967
|
-
"@vue/reactivity": "npm:3.5.
|
|
4968
|
-
"@vue/shared": "npm:3.5.
|
|
4969
|
-
checksum: 10c0/
|
|
4820
|
+
"@vue/reactivity": "npm:3.5.35"
|
|
4821
|
+
"@vue/shared": "npm:3.5.35"
|
|
4822
|
+
checksum: 10c0/79bc6e2dfa3e7af98bbb66a96c8dfb72afdacb075ead1c9fc76753c1617807139d02f06f5a02562fb9b698567e089d6f8e8ac1aae8108fe2d0a388137507a1c4
|
|
4970
4823
|
languageName: node
|
|
4971
4824
|
linkType: hard
|
|
4972
4825
|
|
|
4973
|
-
"@vue/runtime-dom@npm:3.5.
|
|
4974
|
-
version: 3.5.
|
|
4975
|
-
resolution: "@vue/runtime-dom@npm:3.5.
|
|
4826
|
+
"@vue/runtime-dom@npm:3.5.35":
|
|
4827
|
+
version: 3.5.35
|
|
4828
|
+
resolution: "@vue/runtime-dom@npm:3.5.35"
|
|
4976
4829
|
dependencies:
|
|
4977
|
-
"@vue/reactivity": "npm:3.5.
|
|
4978
|
-
"@vue/runtime-core": "npm:3.5.
|
|
4979
|
-
"@vue/shared": "npm:3.5.
|
|
4830
|
+
"@vue/reactivity": "npm:3.5.35"
|
|
4831
|
+
"@vue/runtime-core": "npm:3.5.35"
|
|
4832
|
+
"@vue/shared": "npm:3.5.35"
|
|
4980
4833
|
csstype: "npm:^3.2.3"
|
|
4981
|
-
checksum: 10c0/
|
|
4834
|
+
checksum: 10c0/ee144fccf99add8f840a08644196b69e66aed4f9a37840672ebdbdbac3efa50ea8e5e5155a49ad4a8ed9ff07a1ba9e91665b89e3fa71d8a7407396cdce82951d
|
|
4982
4835
|
languageName: node
|
|
4983
4836
|
linkType: hard
|
|
4984
4837
|
|
|
4985
|
-
"@vue/server-renderer@npm:3.5.
|
|
4986
|
-
version: 3.5.
|
|
4987
|
-
resolution: "@vue/server-renderer@npm:3.5.
|
|
4838
|
+
"@vue/server-renderer@npm:3.5.35":
|
|
4839
|
+
version: 3.5.35
|
|
4840
|
+
resolution: "@vue/server-renderer@npm:3.5.35"
|
|
4988
4841
|
dependencies:
|
|
4989
|
-
"@vue/compiler-ssr": "npm:3.5.
|
|
4990
|
-
"@vue/shared": "npm:3.5.
|
|
4842
|
+
"@vue/compiler-ssr": "npm:3.5.35"
|
|
4843
|
+
"@vue/shared": "npm:3.5.35"
|
|
4991
4844
|
peerDependencies:
|
|
4992
|
-
vue: 3.5.
|
|
4993
|
-
checksum: 10c0/
|
|
4845
|
+
vue: 3.5.35
|
|
4846
|
+
checksum: 10c0/c9f8dc2c49c14583642b7856d1ce92fe55a84a11a6723c77ebcb81ebea2c6a881c6d663c3db8a5a07b6d31b79bb2695152b3b4cb2d72779bb27813fef9850d41
|
|
4994
4847
|
languageName: node
|
|
4995
4848
|
linkType: hard
|
|
4996
4849
|
|
|
4997
|
-
"@vue/shared@npm:3.5.
|
|
4998
|
-
version: 3.5.
|
|
4999
|
-
resolution: "@vue/shared@npm:3.5.
|
|
5000
|
-
checksum: 10c0/
|
|
4850
|
+
"@vue/shared@npm:3.5.35, @vue/shared@npm:^3.5.18, @vue/shared@npm:^3.5.22":
|
|
4851
|
+
version: 3.5.35
|
|
4852
|
+
resolution: "@vue/shared@npm:3.5.35"
|
|
4853
|
+
checksum: 10c0/1609ecfdbd7a8fbfd630885d390c9b8908ee05ce827aaa30177c9f8b0340b7a4126a4890d0ef80a721fcce25c9055da5e8120a960b1a9bf8c92b190b7e0c9780
|
|
5001
4854
|
languageName: node
|
|
5002
4855
|
linkType: hard
|
|
5003
4856
|
|
|
5004
4857
|
"@vue/test-utils@npm:^2.4.1":
|
|
5005
|
-
version: 2.4.
|
|
5006
|
-
resolution: "@vue/test-utils@npm:2.4.
|
|
4858
|
+
version: 2.4.11
|
|
4859
|
+
resolution: "@vue/test-utils@npm:2.4.11"
|
|
5007
4860
|
dependencies:
|
|
5008
4861
|
js-beautify: "npm:^1.14.9"
|
|
5009
4862
|
vue-component-type-helpers: "npm:^3.0.0"
|
|
@@ -5014,7 +4867,7 @@ __metadata:
|
|
|
5014
4867
|
peerDependenciesMeta:
|
|
5015
4868
|
"@vue/server-renderer":
|
|
5016
4869
|
optional: true
|
|
5017
|
-
checksum: 10c0/
|
|
4870
|
+
checksum: 10c0/7e964df1b011de5e0c782f61300ce22d43ccdca5c58dfe07303d700cd1a8e423480b3144076f2a83c241326d25ab383a9e3d3fe51509c7adc3fa276dd465c78b
|
|
5018
4871
|
languageName: node
|
|
5019
4872
|
linkType: hard
|
|
5020
4873
|
|
|
@@ -5223,10 +5076,10 @@ __metadata:
|
|
|
5223
5076
|
languageName: node
|
|
5224
5077
|
linkType: hard
|
|
5225
5078
|
|
|
5226
|
-
"ansis@npm:^4.
|
|
5227
|
-
version: 4.3.
|
|
5228
|
-
resolution: "ansis@npm:4.3.
|
|
5229
|
-
checksum: 10c0/
|
|
5079
|
+
"ansis@npm:^4.3.0":
|
|
5080
|
+
version: 4.3.1
|
|
5081
|
+
resolution: "ansis@npm:4.3.1"
|
|
5082
|
+
checksum: 10c0/d1a48090f9c33b18f254a3496e5336a20391a51140b552a1c0bc38710ae7c8bc36a62658f28759797d7bce15e89b893e9ef1962ea1ea42a291d112263f6e593c
|
|
5230
5083
|
languageName: node
|
|
5231
5084
|
linkType: hard
|
|
5232
5085
|
|
|
@@ -5443,13 +5296,13 @@ __metadata:
|
|
|
5443
5296
|
languageName: node
|
|
5444
5297
|
linkType: hard
|
|
5445
5298
|
|
|
5446
|
-
"astro@npm:^6.
|
|
5447
|
-
version: 6.
|
|
5448
|
-
resolution: "astro@npm:6.
|
|
5299
|
+
"astro@npm:^6.4.4":
|
|
5300
|
+
version: 6.4.4
|
|
5301
|
+
resolution: "astro@npm:6.4.4"
|
|
5449
5302
|
dependencies:
|
|
5450
5303
|
"@astrojs/compiler": "npm:^4.0.0"
|
|
5451
|
-
"@astrojs/internal-helpers": "npm:0.
|
|
5452
|
-
"@astrojs/markdown-remark": "npm:7.
|
|
5304
|
+
"@astrojs/internal-helpers": "npm:0.10.0"
|
|
5305
|
+
"@astrojs/markdown-remark": "npm:7.2.0"
|
|
5453
5306
|
"@astrojs/telemetry": "npm:3.3.2"
|
|
5454
5307
|
"@capsizecss/unpack": "npm:^4.0.0"
|
|
5455
5308
|
"@clack/prompts": "npm:^1.1.0"
|
|
@@ -5461,7 +5314,7 @@ __metadata:
|
|
|
5461
5314
|
clsx: "npm:^2.1.1"
|
|
5462
5315
|
common-ancestor-path: "npm:^2.0.0"
|
|
5463
5316
|
cookie: "npm:^1.1.1"
|
|
5464
|
-
devalue: "npm:^5.
|
|
5317
|
+
devalue: "npm:^5.8.1"
|
|
5465
5318
|
diff: "npm:^8.0.3"
|
|
5466
5319
|
dset: "npm:^3.1.4"
|
|
5467
5320
|
es-module-lexer: "npm:^2.0.0"
|
|
@@ -5508,7 +5361,7 @@ __metadata:
|
|
|
5508
5361
|
optional: true
|
|
5509
5362
|
bin:
|
|
5510
5363
|
astro: ./bin/astro.mjs
|
|
5511
|
-
checksum: 10c0/
|
|
5364
|
+
checksum: 10c0/bccd986af688b087fbf6e70c064e8b2ee5d820853bcc6a97b5b6afae20de58d8999e6c7de1c88e3a5f4e53f7bb53bb267481afc62223cfe271ae5b2eb7becd86
|
|
5512
5365
|
languageName: node
|
|
5513
5366
|
linkType: hard
|
|
5514
5367
|
|
|
@@ -5614,11 +5467,11 @@ __metadata:
|
|
|
5614
5467
|
linkType: hard
|
|
5615
5468
|
|
|
5616
5469
|
"baseline-browser-mapping@npm:^2.10.12":
|
|
5617
|
-
version: 2.10.
|
|
5618
|
-
resolution: "baseline-browser-mapping@npm:2.10.
|
|
5470
|
+
version: 2.10.34
|
|
5471
|
+
resolution: "baseline-browser-mapping@npm:2.10.34"
|
|
5619
5472
|
bin:
|
|
5620
5473
|
baseline-browser-mapping: dist/cli.cjs
|
|
5621
|
-
checksum: 10c0/
|
|
5474
|
+
checksum: 10c0/5c29d5c053ced64a016f2977f70b87bcc85c014b425971cf8a96c14675efe4fedf13871bc7d25030c926e7cbf22959249ffe6b35d5c1e7299578fcdf4e7dc371
|
|
5622
5475
|
languageName: node
|
|
5623
5476
|
linkType: hard
|
|
5624
5477
|
|
|
@@ -5654,13 +5507,20 @@ __metadata:
|
|
|
5654
5507
|
languageName: node
|
|
5655
5508
|
linkType: hard
|
|
5656
5509
|
|
|
5657
|
-
"birpc@npm:^2.
|
|
5510
|
+
"birpc@npm:^2.6.1":
|
|
5658
5511
|
version: 2.9.0
|
|
5659
5512
|
resolution: "birpc@npm:2.9.0"
|
|
5660
5513
|
checksum: 10c0/2462d0d67061f95bae213b0b9b323a6643ff749f7457a25242897c99e31355f1bd522c17f83ecf57506351e3e28b4e38c12a39b8beddee2dd0cbf78f9b9876ce
|
|
5661
5514
|
languageName: node
|
|
5662
5515
|
linkType: hard
|
|
5663
5516
|
|
|
5517
|
+
"birpc@npm:^4.0.0":
|
|
5518
|
+
version: 4.0.0
|
|
5519
|
+
resolution: "birpc@npm:4.0.0"
|
|
5520
|
+
checksum: 10c0/61f4e893ff4c5948b2c587c971c04883af0d8b2658d4632c8e77073db9f9e8b040402f985d56308021890b2ad32ef8392e36a8335cab1e3771d99e1b025d1af6
|
|
5521
|
+
languageName: node
|
|
5522
|
+
linkType: hard
|
|
5523
|
+
|
|
5664
5524
|
"body-parser@npm:^2.2.1":
|
|
5665
5525
|
version: 2.2.2
|
|
5666
5526
|
resolution: "body-parser@npm:2.2.2"
|
|
@@ -5686,21 +5546,21 @@ __metadata:
|
|
|
5686
5546
|
linkType: hard
|
|
5687
5547
|
|
|
5688
5548
|
"brace-expansion@npm:^1.1.7":
|
|
5689
|
-
version: 1.1.
|
|
5690
|
-
resolution: "brace-expansion@npm:1.1.
|
|
5549
|
+
version: 1.1.15
|
|
5550
|
+
resolution: "brace-expansion@npm:1.1.15"
|
|
5691
5551
|
dependencies:
|
|
5692
5552
|
balanced-match: "npm:^1.0.0"
|
|
5693
5553
|
concat-map: "npm:0.0.1"
|
|
5694
|
-
checksum: 10c0/
|
|
5554
|
+
checksum: 10c0/648e273f57cfa9ed67d8a77bdb15b408205465d33da9331808ee3c188d8b55674c9cdbf1f320b65bc562e485e1263360ae62ad355e128e0435891f6430e795d7
|
|
5695
5555
|
languageName: node
|
|
5696
5556
|
linkType: hard
|
|
5697
5557
|
|
|
5698
5558
|
"brace-expansion@npm:^2.0.2":
|
|
5699
|
-
version: 2.1.
|
|
5700
|
-
resolution: "brace-expansion@npm:2.1.
|
|
5559
|
+
version: 2.1.1
|
|
5560
|
+
resolution: "brace-expansion@npm:2.1.1"
|
|
5701
5561
|
dependencies:
|
|
5702
5562
|
balanced-match: "npm:^1.0.0"
|
|
5703
|
-
checksum: 10c0/
|
|
5563
|
+
checksum: 10c0/63b5ddce608b70b50a76817c0526faf8ea67a9180073d88bb402f6bbc22a22da6b1dfac4f65efc53e5faa80222fb7d44bbf2fc638c3f55365975573f671d0ccb
|
|
5704
5564
|
languageName: node
|
|
5705
5565
|
linkType: hard
|
|
5706
5566
|
|
|
@@ -5744,6 +5604,15 @@ __metadata:
|
|
|
5744
5604
|
languageName: node
|
|
5745
5605
|
linkType: hard
|
|
5746
5606
|
|
|
5607
|
+
"buffer-image-size@npm:^0.6.4":
|
|
5608
|
+
version: 0.6.4
|
|
5609
|
+
resolution: "buffer-image-size@npm:0.6.4"
|
|
5610
|
+
dependencies:
|
|
5611
|
+
"@types/node": "npm:*"
|
|
5612
|
+
checksum: 10c0/7158205c8726caa521d3ae6ef7bc341eff211ff86f7278d122e45062e1720afef2f7ad8e845edc96c04f499b292c4ec8a74df9836a25074881260ba00b863448
|
|
5613
|
+
languageName: node
|
|
5614
|
+
linkType: hard
|
|
5615
|
+
|
|
5747
5616
|
"bundle-name@npm:^4.1.0":
|
|
5748
5617
|
version: 4.1.0
|
|
5749
5618
|
resolution: "bundle-name@npm:4.1.0"
|
|
@@ -5818,9 +5687,9 @@ __metadata:
|
|
|
5818
5687
|
linkType: hard
|
|
5819
5688
|
|
|
5820
5689
|
"caniuse-lite@npm:^1.0.30001782":
|
|
5821
|
-
version: 1.0.
|
|
5822
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
5823
|
-
checksum: 10c0/
|
|
5690
|
+
version: 1.0.30001797
|
|
5691
|
+
resolution: "caniuse-lite@npm:1.0.30001797"
|
|
5692
|
+
checksum: 10c0/8357f6a70432ad1f1dd39ceeabe6fa7597c76ff45cda2994e4aca3e625bdeb3154b4dfd90b984d343883b2fe4e6abf901739f9f11aa2dfd0254c1de3282ccb76
|
|
5824
5693
|
languageName: node
|
|
5825
5694
|
linkType: hard
|
|
5826
5695
|
|
|
@@ -6132,28 +6001,28 @@ __metadata:
|
|
|
6132
6001
|
version: 0.0.0-use.local
|
|
6133
6002
|
resolution: "create-outsystems-astro@workspace:."
|
|
6134
6003
|
dependencies:
|
|
6135
|
-
"@analogjs/astro-angular": "npm:^2.
|
|
6136
|
-
"@analogjs/vite-plugin-angular": "npm:^2.
|
|
6137
|
-
"@analogjs/vitest-angular": "npm:^2.
|
|
6138
|
-
"@angular-devkit/architect": "npm:^0.2102.
|
|
6139
|
-
"@angular-devkit/schematics": "npm:^21.2.
|
|
6140
|
-
"@angular/animations": "npm:^21.2.
|
|
6141
|
-
"@angular/build": "npm:^21.2.
|
|
6142
|
-
"@angular/cli": "npm:^21.2.
|
|
6143
|
-
"@angular/common": "npm:^21.2.
|
|
6144
|
-
"@angular/compiler": "npm:^21.2.
|
|
6145
|
-
"@angular/compiler-cli": "npm:^21.2.
|
|
6146
|
-
"@angular/core": "npm:^21.2.
|
|
6147
|
-
"@angular/language-service": "npm:^21.2.
|
|
6148
|
-
"@angular/platform-browser": "npm:^21.2.
|
|
6149
|
-
"@angular/platform-server": "npm:^21.2.
|
|
6150
|
-
"@angular/router": "npm:^21.2.
|
|
6151
|
-
"@astrojs/preact": "npm:^5.1.
|
|
6152
|
-
"@astrojs/react": "npm:^5.0.
|
|
6004
|
+
"@analogjs/astro-angular": "npm:^2.6.0"
|
|
6005
|
+
"@analogjs/vite-plugin-angular": "npm:^2.6.0"
|
|
6006
|
+
"@analogjs/vitest-angular": "npm:^2.6.0"
|
|
6007
|
+
"@angular-devkit/architect": "npm:^0.2102.14"
|
|
6008
|
+
"@angular-devkit/schematics": "npm:^21.2.14"
|
|
6009
|
+
"@angular/animations": "npm:^21.2.16"
|
|
6010
|
+
"@angular/build": "npm:^21.2.14"
|
|
6011
|
+
"@angular/cli": "npm:^21.2.14"
|
|
6012
|
+
"@angular/common": "npm:^21.2.16"
|
|
6013
|
+
"@angular/compiler": "npm:^21.2.16"
|
|
6014
|
+
"@angular/compiler-cli": "npm:^21.2.16"
|
|
6015
|
+
"@angular/core": "npm:^21.2.16"
|
|
6016
|
+
"@angular/language-service": "npm:^21.2.16"
|
|
6017
|
+
"@angular/platform-browser": "npm:^21.2.16"
|
|
6018
|
+
"@angular/platform-server": "npm:^21.2.16"
|
|
6019
|
+
"@angular/router": "npm:^21.2.16"
|
|
6020
|
+
"@astrojs/preact": "npm:^5.1.5"
|
|
6021
|
+
"@astrojs/react": "npm:^5.0.7"
|
|
6153
6022
|
"@astrojs/solid-js": "npm:^6.0.1"
|
|
6154
|
-
"@astrojs/svelte": "npm:^8.1.
|
|
6023
|
+
"@astrojs/svelte": "npm:^8.1.2"
|
|
6155
6024
|
"@astrojs/vue": "npm:^6.0.1"
|
|
6156
|
-
"@babel/core": "npm:^7.29.
|
|
6025
|
+
"@babel/core": "npm:^7.29.7"
|
|
6157
6026
|
"@eslint/compat": "npm:^2.1.0"
|
|
6158
6027
|
"@eslint/eslintrc": "npm:^3.3.5"
|
|
6159
6028
|
"@eslint/js": "npm:^9.39.4"
|
|
@@ -6162,12 +6031,12 @@ __metadata:
|
|
|
6162
6031
|
"@nanostores/react": "npm:^1.1.0"
|
|
6163
6032
|
"@nanostores/solid": "npm:^1.1.1"
|
|
6164
6033
|
"@nanostores/vue": "npm:^1.1.0"
|
|
6165
|
-
"@oxc-project/runtime": "npm:^0.
|
|
6034
|
+
"@oxc-project/runtime": "npm:^0.134.0"
|
|
6166
6035
|
"@playwright/test": "npm:1.60.0"
|
|
6167
6036
|
"@preact/preset-vite": "npm:^2.10.5"
|
|
6168
6037
|
"@solidjs/testing-library": "npm:^0.8.10"
|
|
6169
6038
|
"@sveltejs/vite-plugin-svelte": "npm:^7.1.2"
|
|
6170
|
-
"@testing-library/angular": "npm:^19.
|
|
6039
|
+
"@testing-library/angular": "npm:^19.4.1"
|
|
6171
6040
|
"@testing-library/dom": "npm:^10.4.1"
|
|
6172
6041
|
"@testing-library/jest-dom": "npm:^6.9.1"
|
|
6173
6042
|
"@testing-library/preact": "npm:^3.2.4"
|
|
@@ -6176,13 +6045,14 @@ __metadata:
|
|
|
6176
6045
|
"@testing-library/user-event": "npm:^14.6.1"
|
|
6177
6046
|
"@testing-library/vue": "npm:^8.1.0"
|
|
6178
6047
|
"@types/js-beautify": "npm:^1.14.3"
|
|
6179
|
-
"@types/node": "npm:^25.9.
|
|
6180
|
-
"@types/react": "npm:^19.2.
|
|
6048
|
+
"@types/node": "npm:^25.9.2"
|
|
6049
|
+
"@types/react": "npm:^19.2.17"
|
|
6181
6050
|
"@types/react-dom": "npm:^19.2.3"
|
|
6051
|
+
"@types/twig": "npm:^1.12.17"
|
|
6182
6052
|
"@vitejs/plugin-react": "npm:^6.0.2"
|
|
6183
6053
|
"@vitejs/plugin-vue": "npm:^6.0.7"
|
|
6184
6054
|
angular-eslint: "npm:^21.4.0"
|
|
6185
|
-
astro: "npm:^6.
|
|
6055
|
+
astro: "npm:^6.4.4"
|
|
6186
6056
|
better-npm-audit: "npm:^3.11.0"
|
|
6187
6057
|
cross-env: "npm:^10.1.0"
|
|
6188
6058
|
dotenv: "npm:^17.4.2"
|
|
@@ -6198,11 +6068,11 @@ __metadata:
|
|
|
6198
6068
|
eslint-plugin-react: "npm:^7.37.5"
|
|
6199
6069
|
eslint-plugin-react-hooks: "npm:^7.1.1"
|
|
6200
6070
|
eslint-plugin-solid: "npm:^0.14.5"
|
|
6201
|
-
eslint-plugin-svelte: "npm:^3.
|
|
6071
|
+
eslint-plugin-svelte: "npm:^3.19.0"
|
|
6202
6072
|
eslint-plugin-testing-library: "npm:^7.16.2"
|
|
6203
|
-
eslint-plugin-vue: "npm:^10.9.
|
|
6073
|
+
eslint-plugin-vue: "npm:^10.9.2"
|
|
6204
6074
|
globals: "npm:^17.6.0"
|
|
6205
|
-
happy-dom: "npm:^20.
|
|
6075
|
+
happy-dom: "npm:^20.10.0"
|
|
6206
6076
|
islands-integrations: "file:./.integrations"
|
|
6207
6077
|
js-beautify: "npm:^1.15.4"
|
|
6208
6078
|
nanostores: "npm:^1.3.0"
|
|
@@ -6210,22 +6080,23 @@ __metadata:
|
|
|
6210
6080
|
preact: "npm:^10.29.2"
|
|
6211
6081
|
prettier: "npm:^3.8.3"
|
|
6212
6082
|
prettier-plugin-solidity: "npm:^2.3.1"
|
|
6213
|
-
prettier-plugin-svelte: "npm:^4.0
|
|
6214
|
-
react: "npm:^19.2.
|
|
6215
|
-
react-dom: "npm:^19.2.
|
|
6083
|
+
prettier-plugin-svelte: "npm:^4.1.0"
|
|
6084
|
+
react: "npm:^19.2.7"
|
|
6085
|
+
react-dom: "npm:^19.2.7"
|
|
6216
6086
|
rxjs: "npm:^7.8.2"
|
|
6217
6087
|
solid-js: "npm:^1.9.13"
|
|
6218
|
-
svelte: "npm:^5.
|
|
6219
|
-
svelte-eslint-parser: "npm:^1.
|
|
6088
|
+
svelte: "npm:^5.56.2"
|
|
6089
|
+
svelte-eslint-parser: "npm:^1.8.0"
|
|
6220
6090
|
ts-node: "npm:^10.9.2"
|
|
6221
6091
|
tslib: "npm:^2.8.1"
|
|
6092
|
+
twig: "npm:^3.0.0"
|
|
6222
6093
|
typescript: "npm:^5.9.3"
|
|
6223
|
-
typescript-eslint: "npm:^8.
|
|
6224
|
-
vite: "npm:^8.0.
|
|
6094
|
+
typescript-eslint: "npm:^8.60.1"
|
|
6095
|
+
vite: "npm:^8.0.16"
|
|
6225
6096
|
vite-plugin-solid: "npm:^2.11.12"
|
|
6226
|
-
vitest: "npm:^4.1.
|
|
6227
|
-
vue: "npm:^3.5.
|
|
6228
|
-
vue-eslint-parser: "npm:^10.4.
|
|
6097
|
+
vitest: "npm:^4.1.8"
|
|
6098
|
+
vue: "npm:^3.5.35"
|
|
6099
|
+
vue-eslint-parser: "npm:^10.4.1"
|
|
6229
6100
|
languageName: unknown
|
|
6230
6101
|
linkType: soft
|
|
6231
6102
|
|
|
@@ -6395,13 +6266,13 @@ __metadata:
|
|
|
6395
6266
|
linkType: hard
|
|
6396
6267
|
|
|
6397
6268
|
"dayjs@npm:^1.10.6":
|
|
6398
|
-
version: 1.11.
|
|
6399
|
-
resolution: "dayjs@npm:1.11.
|
|
6400
|
-
checksum: 10c0/
|
|
6269
|
+
version: 1.11.21
|
|
6270
|
+
resolution: "dayjs@npm:1.11.21"
|
|
6271
|
+
checksum: 10c0/bd97dfdc4bfea3c66268635690313828b386faa040fbc1f829ff42a2bd748b72c9d9b3c8f9616ce9e61fcb78923f1461a462c969c54b1084458ae1b715898fb0
|
|
6401
6272
|
languageName: node
|
|
6402
6273
|
linkType: hard
|
|
6403
6274
|
|
|
6404
|
-
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.0, debug@npm:^4.4.
|
|
6275
|
+
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.0, debug@npm:^4.4.3":
|
|
6405
6276
|
version: 4.4.3
|
|
6406
6277
|
resolution: "debug@npm:4.4.3"
|
|
6407
6278
|
dependencies:
|
|
@@ -6485,7 +6356,7 @@ __metadata:
|
|
|
6485
6356
|
languageName: node
|
|
6486
6357
|
linkType: hard
|
|
6487
6358
|
|
|
6488
|
-
"default-browser@npm:^5.
|
|
6359
|
+
"default-browser@npm:^5.4.0":
|
|
6489
6360
|
version: 5.5.0
|
|
6490
6361
|
resolution: "default-browser@npm:5.5.0"
|
|
6491
6362
|
dependencies:
|
|
@@ -6559,7 +6430,7 @@ __metadata:
|
|
|
6559
6430
|
languageName: node
|
|
6560
6431
|
linkType: hard
|
|
6561
6432
|
|
|
6562
|
-
"devalue@npm:^5.
|
|
6433
|
+
"devalue@npm:^5.8.1":
|
|
6563
6434
|
version: 5.8.1
|
|
6564
6435
|
resolution: "devalue@npm:5.8.1"
|
|
6565
6436
|
checksum: 10c0/fad0c5aeb615e0ddea3385923389991652b285cd2adcd84e10f07a930f735127d94621751f7ef5249a7fe2c7c666ec7c02bb95c3901da337c91f45ef4da18dea
|
|
@@ -6704,9 +6575,9 @@ __metadata:
|
|
|
6704
6575
|
linkType: hard
|
|
6705
6576
|
|
|
6706
6577
|
"electron-to-chromium@npm:^1.5.328":
|
|
6707
|
-
version: 1.5.
|
|
6708
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
6709
|
-
checksum: 10c0/
|
|
6578
|
+
version: 1.5.368
|
|
6579
|
+
resolution: "electron-to-chromium@npm:1.5.368"
|
|
6580
|
+
checksum: 10c0/229fb871d2b59d3a54129ee9801cd5853258eec1503d9b3b52633a0902589693efa2d17f71c26cf28ec369bc9ed78e609206e8740745c9325d0fc464ac4559d6
|
|
6710
6581
|
languageName: node
|
|
6711
6582
|
linkType: hard
|
|
6712
6583
|
|
|
@@ -6918,7 +6789,7 @@ __metadata:
|
|
|
6918
6789
|
languageName: node
|
|
6919
6790
|
linkType: hard
|
|
6920
6791
|
|
|
6921
|
-
"es-object-atoms@npm:^1.0.0, es-object-atoms@npm:^1.1.1":
|
|
6792
|
+
"es-object-atoms@npm:^1.0.0, es-object-atoms@npm:^1.1.1, es-object-atoms@npm:^1.1.2":
|
|
6922
6793
|
version: 1.1.2
|
|
6923
6794
|
resolution: "es-object-atoms@npm:1.1.2"
|
|
6924
6795
|
dependencies:
|
|
@@ -6959,125 +6830,36 @@ __metadata:
|
|
|
6959
6830
|
languageName: node
|
|
6960
6831
|
linkType: hard
|
|
6961
6832
|
|
|
6962
|
-
"esbuild@npm
|
|
6963
|
-
version: 0.
|
|
6964
|
-
resolution: "esbuild@npm:0.
|
|
6965
|
-
dependencies:
|
|
6966
|
-
"@esbuild/aix-ppc64": "npm:0.
|
|
6967
|
-
"@esbuild/android-arm": "npm:0.
|
|
6968
|
-
"@esbuild/android-arm64": "npm:0.
|
|
6969
|
-
"@esbuild/android-x64": "npm:0.
|
|
6970
|
-
"@esbuild/darwin-arm64": "npm:0.
|
|
6971
|
-
"@esbuild/darwin-x64": "npm:0.
|
|
6972
|
-
"@esbuild/freebsd-arm64": "npm:0.
|
|
6973
|
-
"@esbuild/freebsd-x64": "npm:0.
|
|
6974
|
-
"@esbuild/linux-arm": "npm:0.
|
|
6975
|
-
"@esbuild/linux-arm64": "npm:0.
|
|
6976
|
-
"@esbuild/linux-ia32": "npm:0.
|
|
6977
|
-
"@esbuild/linux-loong64": "npm:0.
|
|
6978
|
-
"@esbuild/linux-mips64el": "npm:0.
|
|
6979
|
-
"@esbuild/linux-ppc64": "npm:0.
|
|
6980
|
-
"@esbuild/linux-riscv64": "npm:0.
|
|
6981
|
-
"@esbuild/linux-s390x": "npm:0.
|
|
6982
|
-
"@esbuild/linux-x64": "npm:0.
|
|
6983
|
-
"@esbuild/netbsd-arm64": "npm:0.
|
|
6984
|
-
"@esbuild/netbsd-x64": "npm:0.
|
|
6985
|
-
"@esbuild/openbsd-arm64": "npm:0.
|
|
6986
|
-
"@esbuild/openbsd-x64": "npm:0.
|
|
6987
|
-
"@esbuild/openharmony-arm64": "npm:0.
|
|
6988
|
-
"@esbuild/sunos-x64": "npm:0.
|
|
6989
|
-
"@esbuild/win32-arm64": "npm:0.
|
|
6990
|
-
"@esbuild/win32-ia32": "npm:0.
|
|
6991
|
-
"@esbuild/win32-x64": "npm:0.
|
|
6992
|
-
dependenciesMeta:
|
|
6993
|
-
"@esbuild/aix-ppc64":
|
|
6994
|
-
optional: true
|
|
6995
|
-
"@esbuild/android-arm":
|
|
6996
|
-
optional: true
|
|
6997
|
-
"@esbuild/android-arm64":
|
|
6998
|
-
optional: true
|
|
6999
|
-
"@esbuild/android-x64":
|
|
7000
|
-
optional: true
|
|
7001
|
-
"@esbuild/darwin-arm64":
|
|
7002
|
-
optional: true
|
|
7003
|
-
"@esbuild/darwin-x64":
|
|
7004
|
-
optional: true
|
|
7005
|
-
"@esbuild/freebsd-arm64":
|
|
7006
|
-
optional: true
|
|
7007
|
-
"@esbuild/freebsd-x64":
|
|
7008
|
-
optional: true
|
|
7009
|
-
"@esbuild/linux-arm":
|
|
7010
|
-
optional: true
|
|
7011
|
-
"@esbuild/linux-arm64":
|
|
7012
|
-
optional: true
|
|
7013
|
-
"@esbuild/linux-ia32":
|
|
7014
|
-
optional: true
|
|
7015
|
-
"@esbuild/linux-loong64":
|
|
7016
|
-
optional: true
|
|
7017
|
-
"@esbuild/linux-mips64el":
|
|
7018
|
-
optional: true
|
|
7019
|
-
"@esbuild/linux-ppc64":
|
|
7020
|
-
optional: true
|
|
7021
|
-
"@esbuild/linux-riscv64":
|
|
7022
|
-
optional: true
|
|
7023
|
-
"@esbuild/linux-s390x":
|
|
7024
|
-
optional: true
|
|
7025
|
-
"@esbuild/linux-x64":
|
|
7026
|
-
optional: true
|
|
7027
|
-
"@esbuild/netbsd-arm64":
|
|
7028
|
-
optional: true
|
|
7029
|
-
"@esbuild/netbsd-x64":
|
|
7030
|
-
optional: true
|
|
7031
|
-
"@esbuild/openbsd-arm64":
|
|
7032
|
-
optional: true
|
|
7033
|
-
"@esbuild/openbsd-x64":
|
|
7034
|
-
optional: true
|
|
7035
|
-
"@esbuild/openharmony-arm64":
|
|
7036
|
-
optional: true
|
|
7037
|
-
"@esbuild/sunos-x64":
|
|
7038
|
-
optional: true
|
|
7039
|
-
"@esbuild/win32-arm64":
|
|
7040
|
-
optional: true
|
|
7041
|
-
"@esbuild/win32-ia32":
|
|
7042
|
-
optional: true
|
|
7043
|
-
"@esbuild/win32-x64":
|
|
7044
|
-
optional: true
|
|
7045
|
-
bin:
|
|
7046
|
-
esbuild: bin/esbuild
|
|
7047
|
-
checksum: 10c0/fdc3f87a3f08b3ef98362f37377136c389a0d180fda4b8d073b26ba930cf245521db0a368f119cc7624bc619248fff1439f5811f062d853576f8ffa3df8ee5f1
|
|
7048
|
-
languageName: node
|
|
7049
|
-
linkType: hard
|
|
7050
|
-
|
|
7051
|
-
"esbuild@npm:^0.27.0, esbuild@npm:^0.27.3":
|
|
7052
|
-
version: 0.27.7
|
|
7053
|
-
resolution: "esbuild@npm:0.27.7"
|
|
7054
|
-
dependencies:
|
|
7055
|
-
"@esbuild/aix-ppc64": "npm:0.27.7"
|
|
7056
|
-
"@esbuild/android-arm": "npm:0.27.7"
|
|
7057
|
-
"@esbuild/android-arm64": "npm:0.27.7"
|
|
7058
|
-
"@esbuild/android-x64": "npm:0.27.7"
|
|
7059
|
-
"@esbuild/darwin-arm64": "npm:0.27.7"
|
|
7060
|
-
"@esbuild/darwin-x64": "npm:0.27.7"
|
|
7061
|
-
"@esbuild/freebsd-arm64": "npm:0.27.7"
|
|
7062
|
-
"@esbuild/freebsd-x64": "npm:0.27.7"
|
|
7063
|
-
"@esbuild/linux-arm": "npm:0.27.7"
|
|
7064
|
-
"@esbuild/linux-arm64": "npm:0.27.7"
|
|
7065
|
-
"@esbuild/linux-ia32": "npm:0.27.7"
|
|
7066
|
-
"@esbuild/linux-loong64": "npm:0.27.7"
|
|
7067
|
-
"@esbuild/linux-mips64el": "npm:0.27.7"
|
|
7068
|
-
"@esbuild/linux-ppc64": "npm:0.27.7"
|
|
7069
|
-
"@esbuild/linux-riscv64": "npm:0.27.7"
|
|
7070
|
-
"@esbuild/linux-s390x": "npm:0.27.7"
|
|
7071
|
-
"@esbuild/linux-x64": "npm:0.27.7"
|
|
7072
|
-
"@esbuild/netbsd-arm64": "npm:0.27.7"
|
|
7073
|
-
"@esbuild/netbsd-x64": "npm:0.27.7"
|
|
7074
|
-
"@esbuild/openbsd-arm64": "npm:0.27.7"
|
|
7075
|
-
"@esbuild/openbsd-x64": "npm:0.27.7"
|
|
7076
|
-
"@esbuild/openharmony-arm64": "npm:0.27.7"
|
|
7077
|
-
"@esbuild/sunos-x64": "npm:0.27.7"
|
|
7078
|
-
"@esbuild/win32-arm64": "npm:0.27.7"
|
|
7079
|
-
"@esbuild/win32-ia32": "npm:0.27.7"
|
|
7080
|
-
"@esbuild/win32-x64": "npm:0.27.7"
|
|
6833
|
+
"esbuild@npm:^0.28.1":
|
|
6834
|
+
version: 0.28.1
|
|
6835
|
+
resolution: "esbuild@npm:0.28.1"
|
|
6836
|
+
dependencies:
|
|
6837
|
+
"@esbuild/aix-ppc64": "npm:0.28.1"
|
|
6838
|
+
"@esbuild/android-arm": "npm:0.28.1"
|
|
6839
|
+
"@esbuild/android-arm64": "npm:0.28.1"
|
|
6840
|
+
"@esbuild/android-x64": "npm:0.28.1"
|
|
6841
|
+
"@esbuild/darwin-arm64": "npm:0.28.1"
|
|
6842
|
+
"@esbuild/darwin-x64": "npm:0.28.1"
|
|
6843
|
+
"@esbuild/freebsd-arm64": "npm:0.28.1"
|
|
6844
|
+
"@esbuild/freebsd-x64": "npm:0.28.1"
|
|
6845
|
+
"@esbuild/linux-arm": "npm:0.28.1"
|
|
6846
|
+
"@esbuild/linux-arm64": "npm:0.28.1"
|
|
6847
|
+
"@esbuild/linux-ia32": "npm:0.28.1"
|
|
6848
|
+
"@esbuild/linux-loong64": "npm:0.28.1"
|
|
6849
|
+
"@esbuild/linux-mips64el": "npm:0.28.1"
|
|
6850
|
+
"@esbuild/linux-ppc64": "npm:0.28.1"
|
|
6851
|
+
"@esbuild/linux-riscv64": "npm:0.28.1"
|
|
6852
|
+
"@esbuild/linux-s390x": "npm:0.28.1"
|
|
6853
|
+
"@esbuild/linux-x64": "npm:0.28.1"
|
|
6854
|
+
"@esbuild/netbsd-arm64": "npm:0.28.1"
|
|
6855
|
+
"@esbuild/netbsd-x64": "npm:0.28.1"
|
|
6856
|
+
"@esbuild/openbsd-arm64": "npm:0.28.1"
|
|
6857
|
+
"@esbuild/openbsd-x64": "npm:0.28.1"
|
|
6858
|
+
"@esbuild/openharmony-arm64": "npm:0.28.1"
|
|
6859
|
+
"@esbuild/sunos-x64": "npm:0.28.1"
|
|
6860
|
+
"@esbuild/win32-arm64": "npm:0.28.1"
|
|
6861
|
+
"@esbuild/win32-ia32": "npm:0.28.1"
|
|
6862
|
+
"@esbuild/win32-x64": "npm:0.28.1"
|
|
7081
6863
|
dependenciesMeta:
|
|
7082
6864
|
"@esbuild/aix-ppc64":
|
|
7083
6865
|
optional: true
|
|
@@ -7133,7 +6915,7 @@ __metadata:
|
|
|
7133
6915
|
optional: true
|
|
7134
6916
|
bin:
|
|
7135
6917
|
esbuild: bin/esbuild
|
|
7136
|
-
checksum: 10c0/
|
|
6918
|
+
checksum: 10c0/29cd456a79ce35ac2c7e05fe871330416b2c395c045d849653f843e51378d6e0d6e774d6dcd01b35f4e83238a29bf8decd04fcd34b3780c589a250b21e5f92bb
|
|
7137
6919
|
languageName: node
|
|
7138
6920
|
linkType: hard
|
|
7139
6921
|
|
|
@@ -7218,14 +7000,14 @@ __metadata:
|
|
|
7218
7000
|
linkType: hard
|
|
7219
7001
|
|
|
7220
7002
|
"eslint-module-utils@npm:^2.12.1":
|
|
7221
|
-
version: 2.
|
|
7222
|
-
resolution: "eslint-module-utils@npm:2.
|
|
7003
|
+
version: 2.13.0
|
|
7004
|
+
resolution: "eslint-module-utils@npm:2.13.0"
|
|
7223
7005
|
dependencies:
|
|
7224
7006
|
debug: "npm:^3.2.7"
|
|
7225
7007
|
peerDependenciesMeta:
|
|
7226
7008
|
eslint:
|
|
7227
7009
|
optional: true
|
|
7228
|
-
checksum: 10c0/
|
|
7010
|
+
checksum: 10c0/9d3c9df4b515f57dec1e4176bfee7c25ab560d28128ab7169894629d21f962f17b811d830c11b81f6687834327a899494ddab62f32cac409d365a37e99808552
|
|
7229
7011
|
languageName: node
|
|
7230
7012
|
linkType: hard
|
|
7231
7013
|
|
|
@@ -7422,9 +7204,9 @@ __metadata:
|
|
|
7422
7204
|
languageName: node
|
|
7423
7205
|
linkType: hard
|
|
7424
7206
|
|
|
7425
|
-
"eslint-plugin-svelte@npm:^3.
|
|
7426
|
-
version: 3.
|
|
7427
|
-
resolution: "eslint-plugin-svelte@npm:3.
|
|
7207
|
+
"eslint-plugin-svelte@npm:^3.19.0":
|
|
7208
|
+
version: 3.19.0
|
|
7209
|
+
resolution: "eslint-plugin-svelte@npm:3.19.0"
|
|
7428
7210
|
dependencies:
|
|
7429
7211
|
"@eslint-community/eslint-utils": "npm:^4.6.1"
|
|
7430
7212
|
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
|
|
@@ -7435,14 +7217,14 @@ __metadata:
|
|
|
7435
7217
|
postcss-load-config: "npm:^3.1.4"
|
|
7436
7218
|
postcss-safe-parser: "npm:^7.0.0"
|
|
7437
7219
|
semver: "npm:^7.6.3"
|
|
7438
|
-
svelte-eslint-parser: "npm:^1.
|
|
7220
|
+
svelte-eslint-parser: "npm:^1.7.0"
|
|
7439
7221
|
peerDependencies:
|
|
7440
7222
|
eslint: ^8.57.1 || ^9.0.0 || ^10.0.0
|
|
7441
7223
|
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
|
|
7442
7224
|
peerDependenciesMeta:
|
|
7443
7225
|
svelte:
|
|
7444
7226
|
optional: true
|
|
7445
|
-
checksum: 10c0/
|
|
7227
|
+
checksum: 10c0/573723dd97ecf65435df8ee12e57db34890097e0aa0f039bf436ae1ae496daa43455af5606db080424f557cf75fd7cffabbc61ffb3d12b04b1a60d7525462e91
|
|
7446
7228
|
languageName: node
|
|
7447
7229
|
linkType: hard
|
|
7448
7230
|
|
|
@@ -7458,9 +7240,9 @@ __metadata:
|
|
|
7458
7240
|
languageName: node
|
|
7459
7241
|
linkType: hard
|
|
7460
7242
|
|
|
7461
|
-
"eslint-plugin-vue@npm:^10.9.
|
|
7462
|
-
version: 10.9.
|
|
7463
|
-
resolution: "eslint-plugin-vue@npm:10.9.
|
|
7243
|
+
"eslint-plugin-vue@npm:^10.9.2":
|
|
7244
|
+
version: 10.9.2
|
|
7245
|
+
resolution: "eslint-plugin-vue@npm:10.9.2"
|
|
7464
7246
|
dependencies:
|
|
7465
7247
|
"@eslint-community/eslint-utils": "npm:^4.4.0"
|
|
7466
7248
|
natural-compare: "npm:^1.4.0"
|
|
@@ -7478,7 +7260,7 @@ __metadata:
|
|
|
7478
7260
|
optional: true
|
|
7479
7261
|
"@typescript-eslint/parser":
|
|
7480
7262
|
optional: true
|
|
7481
|
-
checksum: 10c0/
|
|
7263
|
+
checksum: 10c0/de40e38a16d9f15df039fbceff494db558dbc19b1a45291830327daf28134851b339912bb0e93e5c7d47ef7eae37bcc4a27a6a0e8c7ecf5f504b18eefe35f558
|
|
7482
7264
|
languageName: node
|
|
7483
7265
|
linkType: hard
|
|
7484
7266
|
|
|
@@ -7629,9 +7411,9 @@ __metadata:
|
|
|
7629
7411
|
languageName: node
|
|
7630
7412
|
linkType: hard
|
|
7631
7413
|
|
|
7632
|
-
"esrap@npm:^2.2.
|
|
7633
|
-
version: 2.2.
|
|
7634
|
-
resolution: "esrap@npm:2.2.
|
|
7414
|
+
"esrap@npm:^2.2.11":
|
|
7415
|
+
version: 2.2.11
|
|
7416
|
+
resolution: "esrap@npm:2.2.11"
|
|
7635
7417
|
dependencies:
|
|
7636
7418
|
"@jridgewell/sourcemap-codec": "npm:^1.4.15"
|
|
7637
7419
|
peerDependencies:
|
|
@@ -7639,7 +7421,7 @@ __metadata:
|
|
|
7639
7421
|
peerDependenciesMeta:
|
|
7640
7422
|
"@typescript-eslint/types":
|
|
7641
7423
|
optional: true
|
|
7642
|
-
checksum: 10c0/
|
|
7424
|
+
checksum: 10c0/4e599158c294ac95ebe7e4df49d512e880544e8100cf6c01f9055ccff111d74da78f4005bb5cded5ffbae9fd9a4e4ffc382f1a4404060de14187502d8dc42b0c
|
|
7643
7425
|
languageName: node
|
|
7644
7426
|
linkType: hard
|
|
7645
7427
|
|
|
@@ -7704,9 +7486,9 @@ __metadata:
|
|
|
7704
7486
|
linkType: hard
|
|
7705
7487
|
|
|
7706
7488
|
"eventsource-parser@npm:^3.0.0, eventsource-parser@npm:^3.0.1":
|
|
7707
|
-
version: 3.0
|
|
7708
|
-
resolution: "eventsource-parser@npm:3.0
|
|
7709
|
-
checksum: 10c0/
|
|
7489
|
+
version: 3.1.0
|
|
7490
|
+
resolution: "eventsource-parser@npm:3.1.0"
|
|
7491
|
+
checksum: 10c0/5ab4c6c9a2a042be0b387b6d03810eb580bac4ce90e299ede56458125a97ffe3af8145b2740089fc898a96cfa5aae792ee79f2a06257fba2776b0e7bce037071
|
|
7710
7492
|
languageName: node
|
|
7711
7493
|
linkType: hard
|
|
7712
7494
|
|
|
@@ -7985,6 +7767,13 @@ __metadata:
|
|
|
7985
7767
|
languageName: node
|
|
7986
7768
|
linkType: hard
|
|
7987
7769
|
|
|
7770
|
+
"foreachasync@npm:^3.0.0":
|
|
7771
|
+
version: 3.0.0
|
|
7772
|
+
resolution: "foreachasync@npm:3.0.0"
|
|
7773
|
+
checksum: 10c0/8ad877008da351fa78939e850c6014e94b8b9c6de3d12751b2b906ef96f8c80945310d998b2a704854e126c508237dc9951f6900685ccc42c93db15b09a0c4b3
|
|
7774
|
+
languageName: node
|
|
7775
|
+
linkType: hard
|
|
7776
|
+
|
|
7988
7777
|
"foreground-child@npm:^3.1.0":
|
|
7989
7778
|
version: 3.3.1
|
|
7990
7779
|
resolution: "foreground-child@npm:3.3.1"
|
|
@@ -8309,17 +8098,18 @@ __metadata:
|
|
|
8309
8098
|
languageName: node
|
|
8310
8099
|
linkType: hard
|
|
8311
8100
|
|
|
8312
|
-
"happy-dom@npm:^20.
|
|
8313
|
-
version: 20.
|
|
8314
|
-
resolution: "happy-dom@npm:20.
|
|
8101
|
+
"happy-dom@npm:^20.10.0":
|
|
8102
|
+
version: 20.10.2
|
|
8103
|
+
resolution: "happy-dom@npm:20.10.2"
|
|
8315
8104
|
dependencies:
|
|
8316
8105
|
"@types/node": "npm:>=20.0.0"
|
|
8317
8106
|
"@types/whatwg-mimetype": "npm:^3.0.2"
|
|
8318
8107
|
"@types/ws": "npm:^8.18.1"
|
|
8108
|
+
buffer-image-size: "npm:^0.6.4"
|
|
8319
8109
|
entities: "npm:^7.0.1"
|
|
8320
8110
|
whatwg-mimetype: "npm:^3.0.0"
|
|
8321
|
-
ws: "npm:^8.
|
|
8322
|
-
checksum: 10c0/
|
|
8111
|
+
ws: "npm:^8.21.0"
|
|
8112
|
+
checksum: 10c0/40c6f451bcc1f73bd709dff94b090daac1871e712bdfaaa1538ddfe7d11777ac74b608aa1193c0f04e6cf1d30b9dade203dcfe556acbea7fbc82d4deb41d2ce0
|
|
8323
8113
|
languageName: node
|
|
8324
8114
|
linkType: hard
|
|
8325
8115
|
|
|
@@ -8372,11 +8162,11 @@ __metadata:
|
|
|
8372
8162
|
linkType: hard
|
|
8373
8163
|
|
|
8374
8164
|
"hasown@npm:^2.0.2, hasown@npm:^2.0.3":
|
|
8375
|
-
version: 2.0.
|
|
8376
|
-
resolution: "hasown@npm:2.0.
|
|
8165
|
+
version: 2.0.4
|
|
8166
|
+
resolution: "hasown@npm:2.0.4"
|
|
8377
8167
|
dependencies:
|
|
8378
8168
|
function-bind: "npm:^1.1.2"
|
|
8379
|
-
checksum: 10c0/
|
|
8169
|
+
checksum: 10c0/2d8de939e270b70618f8cebb69746620db10617dbb495bc66ddad326955ea24d3ca4af133aff3eb7c1853e0218f867bc2b050ec26fe02e3aea58f880ffc5e506
|
|
8380
8170
|
languageName: node
|
|
8381
8171
|
linkType: hard
|
|
8382
8172
|
|
|
@@ -8543,9 +8333,9 @@ __metadata:
|
|
|
8543
8333
|
linkType: hard
|
|
8544
8334
|
|
|
8545
8335
|
"hono@npm:^4.11.4":
|
|
8546
|
-
version: 4.12.
|
|
8547
|
-
resolution: "hono@npm:4.12.
|
|
8548
|
-
checksum: 10c0/
|
|
8336
|
+
version: 4.12.23
|
|
8337
|
+
resolution: "hono@npm:4.12.23"
|
|
8338
|
+
checksum: 10c0/58945bb3aeb16d710b4a6c2809ba02b86b7269f6a3a67e126fc81cee5e9ae8ad2d9aa553db03c4f1a104ec03e423072e33932cb23eb3bbc48774acc72fc9c346
|
|
8549
8339
|
languageName: node
|
|
8550
8340
|
linkType: hard
|
|
8551
8341
|
|
|
@@ -8678,9 +8468,9 @@ __metadata:
|
|
|
8678
8468
|
linkType: hard
|
|
8679
8469
|
|
|
8680
8470
|
"immutable@npm:^5.0.2":
|
|
8681
|
-
version: 5.1.
|
|
8682
|
-
resolution: "immutable@npm:5.1.
|
|
8683
|
-
checksum: 10c0/
|
|
8471
|
+
version: 5.1.6
|
|
8472
|
+
resolution: "immutable@npm:5.1.6"
|
|
8473
|
+
checksum: 10c0/79eb033f68ca70fca60fb052c87b5420034e460e306ce9bea2558fd7b5e0b3b59c28c4a4653867305992b4a30e169b353175d78126c1be6ed0113794b27e3317
|
|
8684
8474
|
languageName: node
|
|
8685
8475
|
linkType: hard
|
|
8686
8476
|
|
|
@@ -8948,6 +8738,13 @@ __metadata:
|
|
|
8948
8738
|
languageName: node
|
|
8949
8739
|
linkType: hard
|
|
8950
8740
|
|
|
8741
|
+
"is-in-ssh@npm:^1.0.0":
|
|
8742
|
+
version: 1.0.0
|
|
8743
|
+
resolution: "is-in-ssh@npm:1.0.0"
|
|
8744
|
+
checksum: 10c0/fbb4c25d85c543df09997fbe7aeca410ae0c839c5825bba2d4c672df765e9ce0e7558e781b371c0a21d6ef9bbac39b31875617a68eaaea5504438d07db9a2ffa
|
|
8745
|
+
languageName: node
|
|
8746
|
+
linkType: hard
|
|
8747
|
+
|
|
8951
8748
|
"is-inside-container@npm:^1.0.0":
|
|
8952
8749
|
version: 1.0.0
|
|
8953
8750
|
resolution: "is-inside-container@npm:1.0.0"
|
|
@@ -9158,11 +8955,12 @@ __metadata:
|
|
|
9158
8955
|
linkType: hard
|
|
9159
8956
|
|
|
9160
8957
|
"islands-integrations@file:./.integrations::locator=create-outsystems-astro%40workspace%3A.":
|
|
9161
|
-
version: 0.
|
|
9162
|
-
resolution: "islands-integrations@file:./.integrations#./.integrations::hash=
|
|
8958
|
+
version: 0.11.1
|
|
8959
|
+
resolution: "islands-integrations@file:./.integrations#./.integrations::hash=fd1e13&locator=create-outsystems-astro%40workspace%3A."
|
|
9163
8960
|
dependencies:
|
|
9164
|
-
astro: "npm:^6.
|
|
9165
|
-
|
|
8961
|
+
astro: "npm:^6.4.4"
|
|
8962
|
+
twig: "npm:^3.0.0"
|
|
8963
|
+
checksum: 10c0/f8c50d4ae4e5703355d05721cea168ec962f8d26cc271592bb5402c07afeb915cf7f6ea3b1a732c8101291de4c04154829421ed0316b91e211ba279f923a2312
|
|
9166
8964
|
languageName: node
|
|
9167
8965
|
linkType: hard
|
|
9168
8966
|
|
|
@@ -9238,9 +9036,9 @@ __metadata:
|
|
|
9238
9036
|
linkType: hard
|
|
9239
9037
|
|
|
9240
9038
|
"js-cookie@npm:^3.0.5":
|
|
9241
|
-
version: 3.0.
|
|
9242
|
-
resolution: "js-cookie@npm:3.0.
|
|
9243
|
-
checksum: 10c0/
|
|
9039
|
+
version: 3.0.8
|
|
9040
|
+
resolution: "js-cookie@npm:3.0.8"
|
|
9041
|
+
checksum: 10c0/421912a4a55535bda32b3059835864e1182c3af5b4516df00a060edc1fa5a53d38bb8d5a91d5d305e396206f4fd11e829f17850aa5aa8164118c04d8ebf1ff5d
|
|
9244
9042
|
languageName: node
|
|
9245
9043
|
linkType: hard
|
|
9246
9044
|
|
|
@@ -9252,13 +9050,13 @@ __metadata:
|
|
|
9252
9050
|
linkType: hard
|
|
9253
9051
|
|
|
9254
9052
|
"js-yaml@npm:^4.1.1":
|
|
9255
|
-
version: 4.
|
|
9256
|
-
resolution: "js-yaml@npm:4.
|
|
9053
|
+
version: 4.2.0
|
|
9054
|
+
resolution: "js-yaml@npm:4.2.0"
|
|
9257
9055
|
dependencies:
|
|
9258
9056
|
argparse: "npm:^2.0.1"
|
|
9259
9057
|
bin:
|
|
9260
9058
|
js-yaml: bin/js-yaml.js
|
|
9261
|
-
checksum: 10c0/
|
|
9059
|
+
checksum: 10c0/1916456c118746603b067d74bbcbb0445d9a1d5e474ad4ae775e7b20525bed902e01d9d97dd0c81fcd8d4f596162309d0eb057f4aa38f3e9647f14075e9dea45
|
|
9262
9060
|
languageName: node
|
|
9263
9061
|
linkType: hard
|
|
9264
9062
|
|
|
@@ -9655,6 +9453,13 @@ __metadata:
|
|
|
9655
9453
|
languageName: node
|
|
9656
9454
|
linkType: hard
|
|
9657
9455
|
|
|
9456
|
+
"locutus@npm:^3.0.9":
|
|
9457
|
+
version: 3.0.36
|
|
9458
|
+
resolution: "locutus@npm:3.0.36"
|
|
9459
|
+
checksum: 10c0/54a04ecddeaeadd924f2362c31d888e333bb717bd48dd9d40ac6ddccb352a924791223e09b782d03196808c1404a1f74210a388ce4475c3650dcb8d7b0a75730
|
|
9460
|
+
languageName: node
|
|
9461
|
+
linkType: hard
|
|
9462
|
+
|
|
9658
9463
|
"lodash.get@npm:^4.4.2":
|
|
9659
9464
|
version: 4.4.2
|
|
9660
9465
|
resolution: "lodash.get@npm:4.4.2"
|
|
@@ -9732,9 +9537,9 @@ __metadata:
|
|
|
9732
9537
|
linkType: hard
|
|
9733
9538
|
|
|
9734
9539
|
"lru-cache@npm:^11.0.0, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.1, lru-cache@npm:^11.2.7":
|
|
9735
|
-
version: 11.5.
|
|
9736
|
-
resolution: "lru-cache@npm:11.5.
|
|
9737
|
-
checksum: 10c0/
|
|
9540
|
+
version: 11.5.1
|
|
9541
|
+
resolution: "lru-cache@npm:11.5.1"
|
|
9542
|
+
checksum: 10c0/7b341cea79a8efe9c6a6f20c8757a77eca5b25d7ff983ccf4e11e547b81f6787824baa1c84705251dff84ab4ffac85717ac354b9d02e465f86a9f8b166409979
|
|
9738
9543
|
languageName: node
|
|
9739
9544
|
linkType: hard
|
|
9740
9545
|
|
|
@@ -9784,8 +9589,8 @@ __metadata:
|
|
|
9784
9589
|
linkType: hard
|
|
9785
9590
|
|
|
9786
9591
|
"make-fetch-happen@npm:^15.0.0, make-fetch-happen@npm:^15.0.1, make-fetch-happen@npm:^15.0.4":
|
|
9787
|
-
version: 15.0.
|
|
9788
|
-
resolution: "make-fetch-happen@npm:15.0.
|
|
9592
|
+
version: 15.0.6
|
|
9593
|
+
resolution: "make-fetch-happen@npm:15.0.6"
|
|
9789
9594
|
dependencies:
|
|
9790
9595
|
"@gar/promise-retry": "npm:^1.0.0"
|
|
9791
9596
|
"@npmcli/agent": "npm:^4.0.0"
|
|
@@ -9799,7 +9604,7 @@ __metadata:
|
|
|
9799
9604
|
negotiator: "npm:^1.0.0"
|
|
9800
9605
|
proc-log: "npm:^6.0.0"
|
|
9801
9606
|
ssri: "npm:^13.0.0"
|
|
9802
|
-
checksum: 10c0/
|
|
9607
|
+
checksum: 10c0/2c5805dee83efd1cd1d3f57505120ae98f4a328be72d82447e24b8f72b8e5475910d7dbc49d7da1c5bd96a62bf8ef6ffda88ebadfdfbec7c715cfde2459c9295
|
|
9803
9608
|
languageName: node
|
|
9804
9609
|
linkType: hard
|
|
9805
9610
|
|
|
@@ -10459,7 +10264,7 @@ __metadata:
|
|
|
10459
10264
|
languageName: node
|
|
10460
10265
|
linkType: hard
|
|
10461
10266
|
|
|
10462
|
-
"minimatch@npm:^10.0.3, minimatch@npm:^10.1.1, minimatch@npm:^10.2.2":
|
|
10267
|
+
"minimatch@npm:^10, minimatch@npm:^10.0.3, minimatch@npm:^10.1.1, minimatch@npm:^10.2.2":
|
|
10463
10268
|
version: 10.2.5
|
|
10464
10269
|
resolution: "minimatch@npm:10.2.5"
|
|
10465
10270
|
dependencies:
|
|
@@ -10593,15 +10398,15 @@ __metadata:
|
|
|
10593
10398
|
linkType: hard
|
|
10594
10399
|
|
|
10595
10400
|
"msgpackr-extract@npm:^3.0.2":
|
|
10596
|
-
version: 3.0.
|
|
10597
|
-
resolution: "msgpackr-extract@npm:3.0.
|
|
10598
|
-
dependencies:
|
|
10599
|
-
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "npm:3.0.
|
|
10600
|
-
"@msgpackr-extract/msgpackr-extract-darwin-x64": "npm:3.0.
|
|
10601
|
-
"@msgpackr-extract/msgpackr-extract-linux-arm": "npm:3.0.
|
|
10602
|
-
"@msgpackr-extract/msgpackr-extract-linux-arm64": "npm:3.0.
|
|
10603
|
-
"@msgpackr-extract/msgpackr-extract-linux-x64": "npm:3.0.
|
|
10604
|
-
"@msgpackr-extract/msgpackr-extract-win32-x64": "npm:3.0.
|
|
10401
|
+
version: 3.0.4
|
|
10402
|
+
resolution: "msgpackr-extract@npm:3.0.4"
|
|
10403
|
+
dependencies:
|
|
10404
|
+
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "npm:3.0.4"
|
|
10405
|
+
"@msgpackr-extract/msgpackr-extract-darwin-x64": "npm:3.0.4"
|
|
10406
|
+
"@msgpackr-extract/msgpackr-extract-linux-arm": "npm:3.0.4"
|
|
10407
|
+
"@msgpackr-extract/msgpackr-extract-linux-arm64": "npm:3.0.4"
|
|
10408
|
+
"@msgpackr-extract/msgpackr-extract-linux-x64": "npm:3.0.4"
|
|
10409
|
+
"@msgpackr-extract/msgpackr-extract-win32-x64": "npm:3.0.4"
|
|
10605
10410
|
node-gyp: "npm:latest"
|
|
10606
10411
|
node-gyp-build-optional-packages: "npm:5.2.2"
|
|
10607
10412
|
dependenciesMeta:
|
|
@@ -10619,19 +10424,19 @@ __metadata:
|
|
|
10619
10424
|
optional: true
|
|
10620
10425
|
bin:
|
|
10621
10426
|
download-msgpackr-prebuilds: bin/download-prebuilds.js
|
|
10622
|
-
checksum: 10c0/
|
|
10427
|
+
checksum: 10c0/582a9d17abbf3019e600e948736695056280ce401fd0235ee2474e95f9952208b9f6cce4d0e355b03b7d3c5630e6c3d11fe5fc27fdedb2311cce48de464338d8
|
|
10623
10428
|
languageName: node
|
|
10624
10429
|
linkType: hard
|
|
10625
10430
|
|
|
10626
10431
|
"msgpackr@npm:^1.11.2":
|
|
10627
|
-
version: 1.11.
|
|
10628
|
-
resolution: "msgpackr@npm:1.11.
|
|
10432
|
+
version: 1.11.13
|
|
10433
|
+
resolution: "msgpackr@npm:1.11.13"
|
|
10629
10434
|
dependencies:
|
|
10630
10435
|
msgpackr-extract: "npm:^3.0.2"
|
|
10631
10436
|
dependenciesMeta:
|
|
10632
10437
|
msgpackr-extract:
|
|
10633
10438
|
optional: true
|
|
10634
|
-
checksum: 10c0/
|
|
10439
|
+
checksum: 10c0/0efcf35235494763882e44579a5e6bb94fae964d9fdc226934a6259a52cbb6136137f32290415885eb7728ffb4a70841e0fde36592d5117fb6cff9d010d49bf1
|
|
10635
10440
|
languageName: node
|
|
10636
10441
|
linkType: hard
|
|
10637
10442
|
|
|
@@ -10746,8 +10551,8 @@ __metadata:
|
|
|
10746
10551
|
linkType: hard
|
|
10747
10552
|
|
|
10748
10553
|
"node-gyp@npm:^12.1.0, node-gyp@npm:latest":
|
|
10749
|
-
version: 12.
|
|
10750
|
-
resolution: "node-gyp@npm:12.
|
|
10554
|
+
version: 12.4.0
|
|
10555
|
+
resolution: "node-gyp@npm:12.4.0"
|
|
10751
10556
|
dependencies:
|
|
10752
10557
|
env-paths: "npm:^2.2.0"
|
|
10753
10558
|
exponential-backoff: "npm:^3.1.1"
|
|
@@ -10761,7 +10566,7 @@ __metadata:
|
|
|
10761
10566
|
which: "npm:^6.0.0"
|
|
10762
10567
|
bin:
|
|
10763
10568
|
node-gyp: bin/node-gyp.js
|
|
10764
|
-
checksum: 10c0/
|
|
10569
|
+
checksum: 10c0/9acb7c798e124275a6f9c1f7eb64b5abd6196bb885a3945fb44ee0dccf435514e88cdfb0f228ee7ff76ef25107c1f39ff37a067bf92fd00b9aff9234db29ff9e
|
|
10765
10570
|
languageName: node
|
|
10766
10571
|
linkType: hard
|
|
10767
10572
|
|
|
@@ -10783,9 +10588,9 @@ __metadata:
|
|
|
10783
10588
|
linkType: hard
|
|
10784
10589
|
|
|
10785
10590
|
"node-releases@npm:^2.0.36":
|
|
10786
|
-
version: 2.0.
|
|
10787
|
-
resolution: "node-releases@npm:2.0.
|
|
10788
|
-
checksum: 10c0/
|
|
10591
|
+
version: 2.0.47
|
|
10592
|
+
resolution: "node-releases@npm:2.0.47"
|
|
10593
|
+
checksum: 10c0/fb1a703adb88c3bfe73aa39ebe0a0bc6d59c9d20d74ad61fb50958ffb22840da82a7a256076840b84c8ed57bb80e6fc8e588e675712fcf7af269aab16206b9b5
|
|
10789
10594
|
languageName: node
|
|
10790
10595
|
linkType: hard
|
|
10791
10596
|
|
|
@@ -10995,9 +10800,9 @@ __metadata:
|
|
|
10995
10800
|
linkType: hard
|
|
10996
10801
|
|
|
10997
10802
|
"obug@npm:^2.1.0, obug@npm:^2.1.1":
|
|
10998
|
-
version: 2.1.
|
|
10999
|
-
resolution: "obug@npm:2.1.
|
|
11000
|
-
checksum: 10c0/
|
|
10803
|
+
version: 2.1.2
|
|
10804
|
+
resolution: "obug@npm:2.1.2"
|
|
10805
|
+
checksum: 10c0/e857080ef23c018bd4ad8553238cd97008cd4ab8472b4b83eafe75c19e9b6f84ac8fe53ef7f50b515a1dbf83e6372dd0b198aece33bc716edfa70366f6f6ed5e
|
|
11001
10806
|
languageName: node
|
|
11002
10807
|
linkType: hard
|
|
11003
10808
|
|
|
@@ -11064,15 +10869,17 @@ __metadata:
|
|
|
11064
10869
|
languageName: node
|
|
11065
10870
|
linkType: hard
|
|
11066
10871
|
|
|
11067
|
-
"open@npm:^
|
|
11068
|
-
version:
|
|
11069
|
-
resolution: "open@npm:
|
|
10872
|
+
"open@npm:^11.0.0":
|
|
10873
|
+
version: 11.0.0
|
|
10874
|
+
resolution: "open@npm:11.0.0"
|
|
11070
10875
|
dependencies:
|
|
11071
|
-
default-browser: "npm:^5.
|
|
10876
|
+
default-browser: "npm:^5.4.0"
|
|
11072
10877
|
define-lazy-prop: "npm:^3.0.0"
|
|
10878
|
+
is-in-ssh: "npm:^1.0.0"
|
|
11073
10879
|
is-inside-container: "npm:^1.0.0"
|
|
11074
|
-
|
|
11075
|
-
|
|
10880
|
+
powershell-utils: "npm:^0.1.0"
|
|
10881
|
+
wsl-utils: "npm:^0.3.0"
|
|
10882
|
+
checksum: 10c0/7aeeda4131268ed90f90e7728dda5c46bb0c6205b27a4be3e86ea33593e30dd393423e20e31c00802a8e635ef59becaee33ef9749a8ceb027567cd253e9e7b1e
|
|
11076
10883
|
languageName: node
|
|
11077
10884
|
linkType: hard
|
|
11078
10885
|
|
|
@@ -11450,7 +11257,7 @@ __metadata:
|
|
|
11450
11257
|
languageName: node
|
|
11451
11258
|
linkType: hard
|
|
11452
11259
|
|
|
11453
|
-
"perfect-debounce@npm:^2.0.0":
|
|
11260
|
+
"perfect-debounce@npm:^2.0.0, perfect-debounce@npm:^2.1.0":
|
|
11454
11261
|
version: 2.1.0
|
|
11455
11262
|
resolution: "perfect-debounce@npm:2.1.0"
|
|
11456
11263
|
checksum: 10c0/c4f833816f249129cea996d60b1351b640cf06954ab4eecaca440234ef70f4aefe6483637049750f5b00e15a5036307ea77f831c9779d6ad878457680af49b6d
|
|
@@ -11528,7 +11335,7 @@ __metadata:
|
|
|
11528
11335
|
languageName: node
|
|
11529
11336
|
linkType: hard
|
|
11530
11337
|
|
|
11531
|
-
"possible-typed-array-names@npm:^1.0.0":
|
|
11338
|
+
"possible-typed-array-names@npm:^1.0.0, possible-typed-array-names@npm:^1.1.0":
|
|
11532
11339
|
version: 1.1.0
|
|
11533
11340
|
resolution: "possible-typed-array-names@npm:1.1.0"
|
|
11534
11341
|
checksum: 10c0/c810983414142071da1d644662ce4caebce890203eb2bc7bf119f37f3fe5796226e117e6cca146b521921fa6531072674174a3325066ac66fce089a53e1e5196
|
|
@@ -11588,7 +11395,7 @@ __metadata:
|
|
|
11588
11395
|
languageName: node
|
|
11589
11396
|
linkType: hard
|
|
11590
11397
|
|
|
11591
|
-
"postcss@npm:^8.4.14, postcss@npm:^8.4.49, postcss@npm:^8.5.
|
|
11398
|
+
"postcss@npm:^8.4.14, postcss@npm:^8.4.49, postcss@npm:^8.5.15, postcss@npm:^8.5.6":
|
|
11592
11399
|
version: 8.5.15
|
|
11593
11400
|
resolution: "postcss@npm:8.5.15"
|
|
11594
11401
|
dependencies:
|
|
@@ -11599,6 +11406,13 @@ __metadata:
|
|
|
11599
11406
|
languageName: node
|
|
11600
11407
|
linkType: hard
|
|
11601
11408
|
|
|
11409
|
+
"powershell-utils@npm:^0.1.0":
|
|
11410
|
+
version: 0.1.0
|
|
11411
|
+
resolution: "powershell-utils@npm:0.1.0"
|
|
11412
|
+
checksum: 10c0/a64713cf3583259c9ed6be211c06b4b19e8608bcb0f7f6287ffac0a95b8c7582b6b662eea0e201fd659492c8e9f9c5fd0bfc4579645c5add9c1a600075621c95
|
|
11413
|
+
languageName: node
|
|
11414
|
+
linkType: hard
|
|
11415
|
+
|
|
11602
11416
|
"preact-render-to-string@npm:^6.6.6":
|
|
11603
11417
|
version: 6.7.0
|
|
11604
11418
|
resolution: "preact-render-to-string@npm:6.7.0"
|
|
@@ -11635,13 +11449,13 @@ __metadata:
|
|
|
11635
11449
|
languageName: node
|
|
11636
11450
|
linkType: hard
|
|
11637
11451
|
|
|
11638
|
-
"prettier-plugin-svelte@npm:^4.0
|
|
11639
|
-
version: 4.0
|
|
11640
|
-
resolution: "prettier-plugin-svelte@npm:4.0
|
|
11452
|
+
"prettier-plugin-svelte@npm:^4.1.0":
|
|
11453
|
+
version: 4.1.0
|
|
11454
|
+
resolution: "prettier-plugin-svelte@npm:4.1.0"
|
|
11641
11455
|
peerDependencies:
|
|
11642
11456
|
prettier: ^3.0.0
|
|
11643
11457
|
svelte: ^5.0.0
|
|
11644
|
-
checksum: 10c0/
|
|
11458
|
+
checksum: 10c0/883de0294c61f34c8cad6fe53efd92890cf187e6fdc4b592ccb5412efc0c4563f53dfbc05b9c10b50a11e35d8375f95a9ef0019fe8d91461b7c0fd7df971701a
|
|
11645
11459
|
languageName: node
|
|
11646
11460
|
linkType: hard
|
|
11647
11461
|
|
|
@@ -11701,9 +11515,9 @@ __metadata:
|
|
|
11701
11515
|
linkType: hard
|
|
11702
11516
|
|
|
11703
11517
|
"property-information@npm:^7.0.0":
|
|
11704
|
-
version: 7.
|
|
11705
|
-
resolution: "property-information@npm:7.
|
|
11706
|
-
checksum: 10c0/
|
|
11518
|
+
version: 7.2.0
|
|
11519
|
+
resolution: "property-information@npm:7.2.0"
|
|
11520
|
+
checksum: 10c0/03662c8f9e1544510914c5e594ae72963f67d261027a5fdc06c4134742584fe40dd49b959470d30e757e9fb70b297d8546ab1362a040364144029926ad4e07c4
|
|
11707
11521
|
languageName: node
|
|
11708
11522
|
linkType: hard
|
|
11709
11523
|
|
|
@@ -11773,14 +11587,14 @@ __metadata:
|
|
|
11773
11587
|
languageName: node
|
|
11774
11588
|
linkType: hard
|
|
11775
11589
|
|
|
11776
|
-
"react-dom@npm:^19.2.
|
|
11777
|
-
version: 19.2.
|
|
11778
|
-
resolution: "react-dom@npm:19.2.
|
|
11590
|
+
"react-dom@npm:^19.2.7":
|
|
11591
|
+
version: 19.2.7
|
|
11592
|
+
resolution: "react-dom@npm:19.2.7"
|
|
11779
11593
|
dependencies:
|
|
11780
11594
|
scheduler: "npm:^0.27.0"
|
|
11781
11595
|
peerDependencies:
|
|
11782
|
-
react: ^19.2.
|
|
11783
|
-
checksum: 10c0/
|
|
11596
|
+
react: ^19.2.7
|
|
11597
|
+
checksum: 10c0/970ff600f6e80d47d39e2f226f12f226173b3cba3382efc97c5f0cd663de9af38c7a4c11c213fb936094faeac83060d660247accaa96b752180d5b951b9cfecb
|
|
11784
11598
|
languageName: node
|
|
11785
11599
|
linkType: hard
|
|
11786
11600
|
|
|
@@ -11805,10 +11619,10 @@ __metadata:
|
|
|
11805
11619
|
languageName: node
|
|
11806
11620
|
linkType: hard
|
|
11807
11621
|
|
|
11808
|
-
"react@npm:^19.2.
|
|
11809
|
-
version: 19.2.
|
|
11810
|
-
resolution: "react@npm:19.2.
|
|
11811
|
-
checksum: 10c0/
|
|
11622
|
+
"react@npm:^19.2.7":
|
|
11623
|
+
version: 19.2.7
|
|
11624
|
+
resolution: "react@npm:19.2.7"
|
|
11625
|
+
checksum: 10c0/0bd0e2f1bbd4ba97561c6597bf8a5fec05e6476fe61e165c1065598d16668efc6715205599c94d3ddd49d36cb0f21cbf1b9bcc18ee840b805ce222c3e8d558ac
|
|
11812
11626
|
languageName: node
|
|
11813
11627
|
linkType: hard
|
|
11814
11628
|
|
|
@@ -11843,7 +11657,7 @@ __metadata:
|
|
|
11843
11657
|
languageName: node
|
|
11844
11658
|
linkType: hard
|
|
11845
11659
|
|
|
11846
|
-
"reflect.getprototypeof@npm:^1.0.
|
|
11660
|
+
"reflect.getprototypeof@npm:^1.0.10, reflect.getprototypeof@npm:^1.0.9":
|
|
11847
11661
|
version: 1.0.10
|
|
11848
11662
|
resolution: "reflect.getprototypeof@npm:1.0.10"
|
|
11849
11663
|
dependencies:
|
|
@@ -12193,26 +12007,26 @@ __metadata:
|
|
|
12193
12007
|
languageName: node
|
|
12194
12008
|
linkType: hard
|
|
12195
12009
|
|
|
12196
|
-
"rolldown@npm:1.0.
|
|
12197
|
-
version: 1.0.
|
|
12198
|
-
resolution: "rolldown@npm:1.0.
|
|
12199
|
-
dependencies:
|
|
12200
|
-
"@oxc-project/types": "npm:=0.
|
|
12201
|
-
"@rolldown/binding-android-arm64": "npm:1.0.
|
|
12202
|
-
"@rolldown/binding-darwin-arm64": "npm:1.0.
|
|
12203
|
-
"@rolldown/binding-darwin-x64": "npm:1.0.
|
|
12204
|
-
"@rolldown/binding-freebsd-x64": "npm:1.0.
|
|
12205
|
-
"@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.
|
|
12206
|
-
"@rolldown/binding-linux-arm64-gnu": "npm:1.0.
|
|
12207
|
-
"@rolldown/binding-linux-arm64-musl": "npm:1.0.
|
|
12208
|
-
"@rolldown/binding-linux-ppc64-gnu": "npm:1.0.
|
|
12209
|
-
"@rolldown/binding-linux-s390x-gnu": "npm:1.0.
|
|
12210
|
-
"@rolldown/binding-linux-x64-gnu": "npm:1.0.
|
|
12211
|
-
"@rolldown/binding-linux-x64-musl": "npm:1.0.
|
|
12212
|
-
"@rolldown/binding-openharmony-arm64": "npm:1.0.
|
|
12213
|
-
"@rolldown/binding-wasm32-wasi": "npm:1.0.
|
|
12214
|
-
"@rolldown/binding-win32-arm64-msvc": "npm:1.0.
|
|
12215
|
-
"@rolldown/binding-win32-x64-msvc": "npm:1.0.
|
|
12010
|
+
"rolldown@npm:1.0.3":
|
|
12011
|
+
version: 1.0.3
|
|
12012
|
+
resolution: "rolldown@npm:1.0.3"
|
|
12013
|
+
dependencies:
|
|
12014
|
+
"@oxc-project/types": "npm:=0.133.0"
|
|
12015
|
+
"@rolldown/binding-android-arm64": "npm:1.0.3"
|
|
12016
|
+
"@rolldown/binding-darwin-arm64": "npm:1.0.3"
|
|
12017
|
+
"@rolldown/binding-darwin-x64": "npm:1.0.3"
|
|
12018
|
+
"@rolldown/binding-freebsd-x64": "npm:1.0.3"
|
|
12019
|
+
"@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.3"
|
|
12020
|
+
"@rolldown/binding-linux-arm64-gnu": "npm:1.0.3"
|
|
12021
|
+
"@rolldown/binding-linux-arm64-musl": "npm:1.0.3"
|
|
12022
|
+
"@rolldown/binding-linux-ppc64-gnu": "npm:1.0.3"
|
|
12023
|
+
"@rolldown/binding-linux-s390x-gnu": "npm:1.0.3"
|
|
12024
|
+
"@rolldown/binding-linux-x64-gnu": "npm:1.0.3"
|
|
12025
|
+
"@rolldown/binding-linux-x64-musl": "npm:1.0.3"
|
|
12026
|
+
"@rolldown/binding-openharmony-arm64": "npm:1.0.3"
|
|
12027
|
+
"@rolldown/binding-wasm32-wasi": "npm:1.0.3"
|
|
12028
|
+
"@rolldown/binding-win32-arm64-msvc": "npm:1.0.3"
|
|
12029
|
+
"@rolldown/binding-win32-x64-msvc": "npm:1.0.3"
|
|
12216
12030
|
"@rolldown/pluginutils": "npm:^1.0.0"
|
|
12217
12031
|
dependenciesMeta:
|
|
12218
12032
|
"@rolldown/binding-android-arm64":
|
|
@@ -12247,40 +12061,40 @@ __metadata:
|
|
|
12247
12061
|
optional: true
|
|
12248
12062
|
bin:
|
|
12249
12063
|
rolldown: ./bin/cli.mjs
|
|
12250
|
-
checksum: 10c0/
|
|
12064
|
+
checksum: 10c0/5f9dd47b7abf203b16bc600db68542f245e974c800e59ff50b76157d1dada1403657690435b036fabca88e93d13a67c31abe5cfaa6f61ce33717f61720204cdf
|
|
12251
12065
|
languageName: node
|
|
12252
12066
|
linkType: hard
|
|
12253
12067
|
|
|
12254
12068
|
"rollup@npm:^4.43.0":
|
|
12255
|
-
version: 4.
|
|
12256
|
-
resolution: "rollup@npm:4.
|
|
12257
|
-
dependencies:
|
|
12258
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
12259
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
12260
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
12261
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
12262
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
12263
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
12264
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
12265
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
12266
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
12267
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
12268
|
-
"@rollup/rollup-linux-loong64-gnu": "npm:4.
|
|
12269
|
-
"@rollup/rollup-linux-loong64-musl": "npm:4.
|
|
12270
|
-
"@rollup/rollup-linux-ppc64-gnu": "npm:4.
|
|
12271
|
-
"@rollup/rollup-linux-ppc64-musl": "npm:4.
|
|
12272
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
12273
|
-
"@rollup/rollup-linux-riscv64-musl": "npm:4.
|
|
12274
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
12275
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
12276
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
12277
|
-
"@rollup/rollup-openbsd-x64": "npm:4.
|
|
12278
|
-
"@rollup/rollup-openharmony-arm64": "npm:4.
|
|
12279
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
12280
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
12281
|
-
"@rollup/rollup-win32-x64-gnu": "npm:4.
|
|
12282
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
12283
|
-
"@types/estree": "npm:1.0.
|
|
12069
|
+
version: 4.61.1
|
|
12070
|
+
resolution: "rollup@npm:4.61.1"
|
|
12071
|
+
dependencies:
|
|
12072
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.61.1"
|
|
12073
|
+
"@rollup/rollup-android-arm64": "npm:4.61.1"
|
|
12074
|
+
"@rollup/rollup-darwin-arm64": "npm:4.61.1"
|
|
12075
|
+
"@rollup/rollup-darwin-x64": "npm:4.61.1"
|
|
12076
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.61.1"
|
|
12077
|
+
"@rollup/rollup-freebsd-x64": "npm:4.61.1"
|
|
12078
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.61.1"
|
|
12079
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.61.1"
|
|
12080
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.61.1"
|
|
12081
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.61.1"
|
|
12082
|
+
"@rollup/rollup-linux-loong64-gnu": "npm:4.61.1"
|
|
12083
|
+
"@rollup/rollup-linux-loong64-musl": "npm:4.61.1"
|
|
12084
|
+
"@rollup/rollup-linux-ppc64-gnu": "npm:4.61.1"
|
|
12085
|
+
"@rollup/rollup-linux-ppc64-musl": "npm:4.61.1"
|
|
12086
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.61.1"
|
|
12087
|
+
"@rollup/rollup-linux-riscv64-musl": "npm:4.61.1"
|
|
12088
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.61.1"
|
|
12089
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.61.1"
|
|
12090
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.61.1"
|
|
12091
|
+
"@rollup/rollup-openbsd-x64": "npm:4.61.1"
|
|
12092
|
+
"@rollup/rollup-openharmony-arm64": "npm:4.61.1"
|
|
12093
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.61.1"
|
|
12094
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.61.1"
|
|
12095
|
+
"@rollup/rollup-win32-x64-gnu": "npm:4.61.1"
|
|
12096
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.61.1"
|
|
12097
|
+
"@types/estree": "npm:1.0.9"
|
|
12284
12098
|
fsevents: "npm:~2.3.2"
|
|
12285
12099
|
dependenciesMeta:
|
|
12286
12100
|
"@rollup/rollup-android-arm-eabi":
|
|
@@ -12337,7 +12151,7 @@ __metadata:
|
|
|
12337
12151
|
optional: true
|
|
12338
12152
|
bin:
|
|
12339
12153
|
rollup: dist/bin/rollup
|
|
12340
|
-
checksum: 10c0/
|
|
12154
|
+
checksum: 10c0/6f35736125f3c28c5d8ce1c89c9653b282833b93f60fe29fcc20169bac46579b4d4bcfcb2bfb7e36dcfd4a7bbd6d84e4adf58c2bf9e6dbb4a3c1ed5c932ba8c6
|
|
12341
12155
|
languageName: node
|
|
12342
12156
|
linkType: hard
|
|
12343
12157
|
|
|
@@ -12477,11 +12291,11 @@ __metadata:
|
|
|
12477
12291
|
linkType: hard
|
|
12478
12292
|
|
|
12479
12293
|
"semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.5, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.2, semver@npm:^7.6.3, semver@npm:^7.7.2, semver@npm:^7.7.3, semver@npm:^7.7.4":
|
|
12480
|
-
version: 7.8.
|
|
12481
|
-
resolution: "semver@npm:7.8.
|
|
12294
|
+
version: 7.8.2
|
|
12295
|
+
resolution: "semver@npm:7.8.2"
|
|
12482
12296
|
bin:
|
|
12483
12297
|
semver: bin/semver.js
|
|
12484
|
-
checksum: 10c0/
|
|
12298
|
+
checksum: 10c0/8e8c193fa75b938e5b3ccf6707c6447e4b34f73e493e72b03f3185393489f45e049144052f624217c346d6c6e0a301dda8eeab2f14413e337218ecb1cbd2de16
|
|
12485
12299
|
languageName: node
|
|
12486
12300
|
linkType: hard
|
|
12487
12301
|
|
|
@@ -12676,19 +12490,19 @@ __metadata:
|
|
|
12676
12490
|
languageName: node
|
|
12677
12491
|
linkType: hard
|
|
12678
12492
|
|
|
12679
|
-
"shiki@npm:^4.0.
|
|
12680
|
-
version: 4.
|
|
12681
|
-
resolution: "shiki@npm:4.
|
|
12682
|
-
dependencies:
|
|
12683
|
-
"@shikijs/core": "npm:4.
|
|
12684
|
-
"@shikijs/engine-javascript": "npm:4.
|
|
12685
|
-
"@shikijs/engine-oniguruma": "npm:4.
|
|
12686
|
-
"@shikijs/langs": "npm:4.
|
|
12687
|
-
"@shikijs/themes": "npm:4.
|
|
12688
|
-
"@shikijs/types": "npm:4.
|
|
12493
|
+
"shiki@npm:^4.0.2":
|
|
12494
|
+
version: 4.2.0
|
|
12495
|
+
resolution: "shiki@npm:4.2.0"
|
|
12496
|
+
dependencies:
|
|
12497
|
+
"@shikijs/core": "npm:4.2.0"
|
|
12498
|
+
"@shikijs/engine-javascript": "npm:4.2.0"
|
|
12499
|
+
"@shikijs/engine-oniguruma": "npm:4.2.0"
|
|
12500
|
+
"@shikijs/langs": "npm:4.2.0"
|
|
12501
|
+
"@shikijs/themes": "npm:4.2.0"
|
|
12502
|
+
"@shikijs/types": "npm:4.2.0"
|
|
12689
12503
|
"@shikijs/vscode-textmate": "npm:^10.0.2"
|
|
12690
12504
|
"@types/hast": "npm:^3.0.4"
|
|
12691
|
-
checksum: 10c0/
|
|
12505
|
+
checksum: 10c0/a729d91e10e22787c56a553663c487454bbdfc3f5604e2833bea1f47bcbc20b824b2e7629f7b03889706314a3fe5963a8c4808a002282dc1c19f726231096b1c
|
|
12692
12506
|
languageName: node
|
|
12693
12507
|
linkType: hard
|
|
12694
12508
|
|
|
@@ -12777,7 +12591,7 @@ __metadata:
|
|
|
12777
12591
|
languageName: node
|
|
12778
12592
|
linkType: hard
|
|
12779
12593
|
|
|
12780
|
-
"sirv@npm:^3.0.
|
|
12594
|
+
"sirv@npm:^3.0.2":
|
|
12781
12595
|
version: 3.0.2
|
|
12782
12596
|
resolution: "sirv@npm:3.0.2"
|
|
12783
12597
|
dependencies:
|
|
@@ -13083,29 +12897,30 @@ __metadata:
|
|
|
13083
12897
|
linkType: hard
|
|
13084
12898
|
|
|
13085
12899
|
"string.prototype.trim@npm:^1.2.10":
|
|
13086
|
-
version: 1.2.
|
|
13087
|
-
resolution: "string.prototype.trim@npm:1.2.
|
|
12900
|
+
version: 1.2.11
|
|
12901
|
+
resolution: "string.prototype.trim@npm:1.2.11"
|
|
13088
12902
|
dependencies:
|
|
13089
|
-
call-bind: "npm:^1.0.
|
|
13090
|
-
call-bound: "npm:^1.0.
|
|
12903
|
+
call-bind: "npm:^1.0.9"
|
|
12904
|
+
call-bound: "npm:^1.0.4"
|
|
13091
12905
|
define-data-property: "npm:^1.1.4"
|
|
13092
12906
|
define-properties: "npm:^1.2.1"
|
|
13093
|
-
es-abstract: "npm:^1.
|
|
13094
|
-
es-object-atoms: "npm:^1.
|
|
12907
|
+
es-abstract: "npm:^1.24.2"
|
|
12908
|
+
es-object-atoms: "npm:^1.1.2"
|
|
13095
12909
|
has-property-descriptors: "npm:^1.0.2"
|
|
13096
|
-
|
|
12910
|
+
safe-regex-test: "npm:^1.1.0"
|
|
12911
|
+
checksum: 10c0/b153cf8ed06db82ff40e27829e88e5c13f45eff9799f1d5707626e25989b488b059d6f5d57011e07f77745e28451e16735f295bc59c8ae146a4fd73a442366b0
|
|
13097
12912
|
languageName: node
|
|
13098
12913
|
linkType: hard
|
|
13099
12914
|
|
|
13100
12915
|
"string.prototype.trimend@npm:^1.0.9":
|
|
13101
|
-
version: 1.0.
|
|
13102
|
-
resolution: "string.prototype.trimend@npm:1.0.
|
|
12916
|
+
version: 1.0.10
|
|
12917
|
+
resolution: "string.prototype.trimend@npm:1.0.10"
|
|
13103
12918
|
dependencies:
|
|
13104
|
-
call-bind: "npm:^1.0.
|
|
13105
|
-
call-bound: "npm:^1.0.
|
|
12919
|
+
call-bind: "npm:^1.0.9"
|
|
12920
|
+
call-bound: "npm:^1.0.4"
|
|
13106
12921
|
define-properties: "npm:^1.2.1"
|
|
13107
|
-
es-object-atoms: "npm:^1.
|
|
13108
|
-
checksum: 10c0/
|
|
12922
|
+
es-object-atoms: "npm:^1.1.2"
|
|
12923
|
+
checksum: 10c0/cc09233181769047a5330becfd5740fec5f0c8137886e7b553626788b00f75df9f34db1159bc52dbb7fc389b8ebb6e1dab44c8c9e31eb600039729a542013286
|
|
13109
12924
|
languageName: node
|
|
13110
12925
|
linkType: hard
|
|
13111
12926
|
|
|
@@ -13196,9 +13011,9 @@ __metadata:
|
|
|
13196
13011
|
languageName: node
|
|
13197
13012
|
linkType: hard
|
|
13198
13013
|
|
|
13199
|
-
"svelte-eslint-parser@npm:^1.
|
|
13200
|
-
version: 1.
|
|
13201
|
-
resolution: "svelte-eslint-parser@npm:1.
|
|
13014
|
+
"svelte-eslint-parser@npm:^1.7.0, svelte-eslint-parser@npm:^1.8.0":
|
|
13015
|
+
version: 1.8.0
|
|
13016
|
+
resolution: "svelte-eslint-parser@npm:1.8.0"
|
|
13202
13017
|
dependencies:
|
|
13203
13018
|
eslint-scope: "npm:^8.2.0"
|
|
13204
13019
|
eslint-visitor-keys: "npm:^4.0.0"
|
|
@@ -13212,26 +13027,26 @@ __metadata:
|
|
|
13212
13027
|
peerDependenciesMeta:
|
|
13213
13028
|
svelte:
|
|
13214
13029
|
optional: true
|
|
13215
|
-
checksum: 10c0/
|
|
13030
|
+
checksum: 10c0/c3fed4ddf8e73ca8186a2a4a026c5d8682ab5bb485618d088fd1fdcbf0f5369d842df2aa3697faedb33547a178ce15c425e3ab5fbe1f3e3dc99c49096e427800
|
|
13216
13031
|
languageName: node
|
|
13217
13032
|
linkType: hard
|
|
13218
13033
|
|
|
13219
13034
|
"svelte2tsx@npm:^0.7.55":
|
|
13220
|
-
version: 0.7.
|
|
13221
|
-
resolution: "svelte2tsx@npm:0.7.
|
|
13035
|
+
version: 0.7.56
|
|
13036
|
+
resolution: "svelte2tsx@npm:0.7.56"
|
|
13222
13037
|
dependencies:
|
|
13223
13038
|
dedent-js: "npm:^1.0.1"
|
|
13224
13039
|
scule: "npm:^1.3.0"
|
|
13225
13040
|
peerDependencies:
|
|
13226
13041
|
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
|
|
13227
13042
|
typescript: ^4.9.4 || ^5.0.0 || ^6.0.0
|
|
13228
|
-
checksum: 10c0/
|
|
13043
|
+
checksum: 10c0/e3788e16441f3ca23f815650bc949972f5053c592998431a97a49980a3b7f1d06b25d7b4b5ef95344b95c6f2107776d13bfdb4eb4b92e74c98133d13af1ccefe
|
|
13229
13044
|
languageName: node
|
|
13230
13045
|
linkType: hard
|
|
13231
13046
|
|
|
13232
|
-
"svelte@npm:^5.
|
|
13233
|
-
version: 5.
|
|
13234
|
-
resolution: "svelte@npm:5.
|
|
13047
|
+
"svelte@npm:^5.56.2":
|
|
13048
|
+
version: 5.56.2
|
|
13049
|
+
resolution: "svelte@npm:5.56.2"
|
|
13235
13050
|
dependencies:
|
|
13236
13051
|
"@jridgewell/remapping": "npm:^2.3.4"
|
|
13237
13052
|
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
|
|
@@ -13244,12 +13059,12 @@ __metadata:
|
|
|
13244
13059
|
clsx: "npm:^2.1.1"
|
|
13245
13060
|
devalue: "npm:^5.8.1"
|
|
13246
13061
|
esm-env: "npm:^1.2.1"
|
|
13247
|
-
esrap: "npm:^2.2.
|
|
13062
|
+
esrap: "npm:^2.2.11"
|
|
13248
13063
|
is-reference: "npm:^3.0.3"
|
|
13249
13064
|
locate-character: "npm:^3.0.0"
|
|
13250
13065
|
magic-string: "npm:^0.30.11"
|
|
13251
13066
|
zimmerframe: "npm:^1.1.2"
|
|
13252
|
-
checksum: 10c0/
|
|
13067
|
+
checksum: 10c0/8a3613ba28f1d6d4d431741c251b148668b920abc82867fff82c15c0baf2000daa0817dde990050853c4b3f1ee439238d0cc99cf77f5d13d7356d8ea91b5d602
|
|
13253
13068
|
languageName: node
|
|
13254
13069
|
linkType: hard
|
|
13255
13070
|
|
|
@@ -13271,11 +13086,11 @@ __metadata:
|
|
|
13271
13086
|
linkType: hard
|
|
13272
13087
|
|
|
13273
13088
|
"synckit@npm:^0.11.0":
|
|
13274
|
-
version: 0.11.
|
|
13275
|
-
resolution: "synckit@npm:0.11.
|
|
13089
|
+
version: 0.11.13
|
|
13090
|
+
resolution: "synckit@npm:0.11.13"
|
|
13276
13091
|
dependencies:
|
|
13277
|
-
"@pkgr/core": "npm:^0.
|
|
13278
|
-
checksum: 10c0/
|
|
13092
|
+
"@pkgr/core": "npm:^0.3.6"
|
|
13093
|
+
checksum: 10c0/5a6c19f4f79045aaa7994106401bff6dbe7cca23a6d0a0723ff14eb8b1bebeb4a71729118f6914905598e304ea2fa13509885e11ba07d92e7cb68a06740cb328
|
|
13279
13094
|
languageName: node
|
|
13280
13095
|
linkType: hard
|
|
13281
13096
|
|
|
@@ -13293,15 +13108,15 @@ __metadata:
|
|
|
13293
13108
|
linkType: hard
|
|
13294
13109
|
|
|
13295
13110
|
"tar@npm:^7.4.3, tar@npm:^7.5.4":
|
|
13296
|
-
version: 7.5.
|
|
13297
|
-
resolution: "tar@npm:7.5.
|
|
13111
|
+
version: 7.5.16
|
|
13112
|
+
resolution: "tar@npm:7.5.16"
|
|
13298
13113
|
dependencies:
|
|
13299
13114
|
"@isaacs/fs-minipass": "npm:^4.0.0"
|
|
13300
13115
|
chownr: "npm:^3.0.0"
|
|
13301
13116
|
minipass: "npm:^7.1.2"
|
|
13302
13117
|
minizlib: "npm:^3.1.0"
|
|
13303
13118
|
yallist: "npm:^5.0.0"
|
|
13304
|
-
checksum: 10c0/
|
|
13119
|
+
checksum: 10c0/4f37f3c4bd2ca2755fd736a5df1d573c1a868ec1b1e893346aeafa95ac510f9e2fd1469420bd866cc7904799e5bd4ac62b5d4f03fe27747d6e1e373b44505c5c
|
|
13305
13120
|
languageName: node
|
|
13306
13121
|
linkType: hard
|
|
13307
13122
|
|
|
@@ -13320,16 +13135,16 @@ __metadata:
|
|
|
13320
13135
|
linkType: hard
|
|
13321
13136
|
|
|
13322
13137
|
"tinyclip@npm:^0.1.12":
|
|
13323
|
-
version: 0.1.
|
|
13324
|
-
resolution: "tinyclip@npm:0.1.
|
|
13325
|
-
checksum: 10c0/
|
|
13138
|
+
version: 0.1.14
|
|
13139
|
+
resolution: "tinyclip@npm:0.1.14"
|
|
13140
|
+
checksum: 10c0/d5f8aef2bedfc6a6cb57c3525a33414be941508104cebf71344e40d49a39e0d9589093504efb1d159959c1a5b9195bdeb5b2ceaec726e547234509734fce5d12
|
|
13326
13141
|
languageName: node
|
|
13327
13142
|
linkType: hard
|
|
13328
13143
|
|
|
13329
13144
|
"tinyexec@npm:^1.0.2, tinyexec@npm:^1.0.4":
|
|
13330
|
-
version: 1.2.
|
|
13331
|
-
resolution: "tinyexec@npm:1.2.
|
|
13332
|
-
checksum: 10c0/
|
|
13145
|
+
version: 1.2.4
|
|
13146
|
+
resolution: "tinyexec@npm:1.2.4"
|
|
13147
|
+
checksum: 10c0/153b8db6b080194b558ff145b9cffc36b80a6e07babd644dcfbe49c807eee668c876049d28bdee90b96304476f883352f2dad91b3f86bc23832532f4363e66ff
|
|
13333
13148
|
languageName: node
|
|
13334
13149
|
linkType: hard
|
|
13335
13150
|
|
|
@@ -13343,13 +13158,13 @@ __metadata:
|
|
|
13343
13158
|
languageName: node
|
|
13344
13159
|
linkType: hard
|
|
13345
13160
|
|
|
13346
|
-
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.14, tinyglobby@npm:^0.2.15, tinyglobby@npm:^0.2.
|
|
13347
|
-
version: 0.2.
|
|
13348
|
-
resolution: "tinyglobby@npm:0.2.
|
|
13161
|
+
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.14, tinyglobby@npm:^0.2.15, tinyglobby@npm:^0.2.17":
|
|
13162
|
+
version: 0.2.17
|
|
13163
|
+
resolution: "tinyglobby@npm:0.2.17"
|
|
13349
13164
|
dependencies:
|
|
13350
13165
|
fdir: "npm:^6.5.0"
|
|
13351
13166
|
picomatch: "npm:^4.0.4"
|
|
13352
|
-
checksum: 10c0/
|
|
13167
|
+
checksum: 10c0/7f7bb0f197c88bc4b20c231e0deca4240ca3bf313a88f5a7fee93a872b84966a4d50220947c0455ad07a60b3b360961c5b7fd979222aeb716a9f99b412002e4c
|
|
13353
13168
|
languageName: node
|
|
13354
13169
|
linkType: hard
|
|
13355
13170
|
|
|
@@ -13360,7 +13175,7 @@ __metadata:
|
|
|
13360
13175
|
languageName: node
|
|
13361
13176
|
linkType: hard
|
|
13362
13177
|
|
|
13363
|
-
"tmp@npm:^0.2.
|
|
13178
|
+
"tmp@npm:^0.2.4":
|
|
13364
13179
|
version: 0.2.7
|
|
13365
13180
|
resolution: "tmp@npm:0.2.7"
|
|
13366
13181
|
checksum: 10c0/59eb55584f2f07210d3231b6a1f6b5c2b9794d8a7b509c8ee867ed2acad6d2245ee2448b7937b676ffbff3155a70077edde8a69f9d7cf0f90c86a62e8910c357
|
|
@@ -13491,6 +13306,20 @@ __metadata:
|
|
|
13491
13306
|
languageName: node
|
|
13492
13307
|
linkType: hard
|
|
13493
13308
|
|
|
13309
|
+
"twig@npm:^3.0.0":
|
|
13310
|
+
version: 3.0.0
|
|
13311
|
+
resolution: "twig@npm:3.0.0"
|
|
13312
|
+
dependencies:
|
|
13313
|
+
"@babel/runtime": "npm:^7.8.4"
|
|
13314
|
+
locutus: "npm:^3.0.9"
|
|
13315
|
+
minimatch: "npm:^10"
|
|
13316
|
+
walk: "npm:2.3.x"
|
|
13317
|
+
bin:
|
|
13318
|
+
twigjs: bin/twigjs
|
|
13319
|
+
checksum: 10c0/a727b665d34c9b7db9cf5fa99072472ef1dd9291d6f29a4b1de88ca95493d16c667f47d7e87f4aaea05275ea184f6550dc3c32cb42026b819d154690f48cff76
|
|
13320
|
+
languageName: node
|
|
13321
|
+
linkType: hard
|
|
13322
|
+
|
|
13494
13323
|
"type-check@npm:^0.4.0, type-check@npm:~0.4.0":
|
|
13495
13324
|
version: 0.4.0
|
|
13496
13325
|
resolution: "type-check@npm:0.4.0"
|
|
@@ -13551,31 +13380,31 @@ __metadata:
|
|
|
13551
13380
|
linkType: hard
|
|
13552
13381
|
|
|
13553
13382
|
"typed-array-length@npm:^1.0.7":
|
|
13554
|
-
version: 1.0.
|
|
13555
|
-
resolution: "typed-array-length@npm:1.0.
|
|
13383
|
+
version: 1.0.8
|
|
13384
|
+
resolution: "typed-array-length@npm:1.0.8"
|
|
13556
13385
|
dependencies:
|
|
13557
|
-
call-bind: "npm:^1.0.
|
|
13558
|
-
for-each: "npm:^0.3.
|
|
13559
|
-
gopd: "npm:^1.0
|
|
13560
|
-
is-typed-array: "npm:^1.1.
|
|
13561
|
-
possible-typed-array-names: "npm:^1.
|
|
13562
|
-
reflect.getprototypeof: "npm:^1.0.
|
|
13563
|
-
checksum: 10c0/
|
|
13386
|
+
call-bind: "npm:^1.0.9"
|
|
13387
|
+
for-each: "npm:^0.3.5"
|
|
13388
|
+
gopd: "npm:^1.2.0"
|
|
13389
|
+
is-typed-array: "npm:^1.1.15"
|
|
13390
|
+
possible-typed-array-names: "npm:^1.1.0"
|
|
13391
|
+
reflect.getprototypeof: "npm:^1.0.10"
|
|
13392
|
+
checksum: 10c0/5319f740fc426a3217182c2f7c87656acb0903e046de5a938e30167337d26abf1bb3ad4b32833a72521a4cc58223aec80627b38b357d0a3d5fd64881427e77ab
|
|
13564
13393
|
languageName: node
|
|
13565
13394
|
linkType: hard
|
|
13566
13395
|
|
|
13567
|
-
"typescript-eslint@npm:^8.
|
|
13568
|
-
version: 8.
|
|
13569
|
-
resolution: "typescript-eslint@npm:8.
|
|
13396
|
+
"typescript-eslint@npm:^8.60.1":
|
|
13397
|
+
version: 8.60.1
|
|
13398
|
+
resolution: "typescript-eslint@npm:8.60.1"
|
|
13570
13399
|
dependencies:
|
|
13571
|
-
"@typescript-eslint/eslint-plugin": "npm:8.
|
|
13572
|
-
"@typescript-eslint/parser": "npm:8.
|
|
13573
|
-
"@typescript-eslint/typescript-estree": "npm:8.
|
|
13574
|
-
"@typescript-eslint/utils": "npm:8.
|
|
13400
|
+
"@typescript-eslint/eslint-plugin": "npm:8.60.1"
|
|
13401
|
+
"@typescript-eslint/parser": "npm:8.60.1"
|
|
13402
|
+
"@typescript-eslint/typescript-estree": "npm:8.60.1"
|
|
13403
|
+
"@typescript-eslint/utils": "npm:8.60.1"
|
|
13575
13404
|
peerDependencies:
|
|
13576
13405
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
13577
13406
|
typescript: ">=4.8.4 <6.1.0"
|
|
13578
|
-
checksum: 10c0/
|
|
13407
|
+
checksum: 10c0/75a42e14b4a7446dd9ad992422135f696e0af58d7c0f64ff2d9f157f1df7bac6a089fa7a35454d2393eadd329e602c0002c07043bbcf4906f7007e45e783b54e
|
|
13579
13408
|
languageName: node
|
|
13580
13409
|
linkType: hard
|
|
13581
13410
|
|
|
@@ -13647,9 +13476,9 @@ __metadata:
|
|
|
13647
13476
|
linkType: hard
|
|
13648
13477
|
|
|
13649
13478
|
"undici@npm:^6.25.0":
|
|
13650
|
-
version: 6.
|
|
13651
|
-
resolution: "undici@npm:6.
|
|
13652
|
-
checksum: 10c0/
|
|
13479
|
+
version: 6.26.0
|
|
13480
|
+
resolution: "undici@npm:6.26.0"
|
|
13481
|
+
checksum: 10c0/cf2b4caf58c33d6582970991290cc7a6486d6e738845f25dcdd16952d708ec844815c6d30362919764fcaf30f719891289341f1ada496f003ce2700310453a47
|
|
13653
13482
|
languageName: node
|
|
13654
13483
|
linkType: hard
|
|
13655
13484
|
|
|
@@ -13780,7 +13609,7 @@ __metadata:
|
|
|
13780
13609
|
languageName: node
|
|
13781
13610
|
linkType: hard
|
|
13782
13611
|
|
|
13783
|
-
"unplugin-utils@npm:^0.3.
|
|
13612
|
+
"unplugin-utils@npm:^0.3.1":
|
|
13784
13613
|
version: 0.3.1
|
|
13785
13614
|
resolution: "unplugin-utils@npm:0.3.1"
|
|
13786
13615
|
dependencies:
|
|
@@ -13946,19 +13775,19 @@ __metadata:
|
|
|
13946
13775
|
languageName: node
|
|
13947
13776
|
linkType: hard
|
|
13948
13777
|
|
|
13949
|
-
"vite-dev-rpc@npm:^
|
|
13950
|
-
version:
|
|
13951
|
-
resolution: "vite-dev-rpc@npm:
|
|
13778
|
+
"vite-dev-rpc@npm:^2.0.0":
|
|
13779
|
+
version: 2.0.0
|
|
13780
|
+
resolution: "vite-dev-rpc@npm:2.0.0"
|
|
13952
13781
|
dependencies:
|
|
13953
|
-
birpc: "npm:^
|
|
13954
|
-
vite-hot-client: "npm:^2.
|
|
13782
|
+
birpc: "npm:^4.0.0"
|
|
13783
|
+
vite-hot-client: "npm:^2.2.0"
|
|
13955
13784
|
peerDependencies:
|
|
13956
|
-
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0
|
|
13957
|
-
checksum: 10c0/
|
|
13785
|
+
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0
|
|
13786
|
+
checksum: 10c0/28033f3dec1ef583d547c04e2dd7c76358be66fa9b38275a46f31a3e45d3707f60f9061803849e77205df6485ff694b9a3f29883fb56489f6f2324c97827728e
|
|
13958
13787
|
languageName: node
|
|
13959
13788
|
linkType: hard
|
|
13960
13789
|
|
|
13961
|
-
"vite-hot-client@npm:^2.
|
|
13790
|
+
"vite-hot-client@npm:^2.2.0":
|
|
13962
13791
|
version: 2.2.0
|
|
13963
13792
|
resolution: "vite-hot-client@npm:2.2.0"
|
|
13964
13793
|
peerDependencies:
|
|
@@ -13968,24 +13797,24 @@ __metadata:
|
|
|
13968
13797
|
linkType: hard
|
|
13969
13798
|
|
|
13970
13799
|
"vite-plugin-inspect@npm:^11.3.3":
|
|
13971
|
-
version: 11.
|
|
13972
|
-
resolution: "vite-plugin-inspect@npm:11.
|
|
13800
|
+
version: 11.4.1
|
|
13801
|
+
resolution: "vite-plugin-inspect@npm:11.4.1"
|
|
13973
13802
|
dependencies:
|
|
13974
|
-
ansis: "npm:^4.
|
|
13975
|
-
debug: "npm:^4.4.1"
|
|
13803
|
+
ansis: "npm:^4.3.0"
|
|
13976
13804
|
error-stack-parser-es: "npm:^1.0.5"
|
|
13805
|
+
obug: "npm:^2.1.1"
|
|
13977
13806
|
ohash: "npm:^2.0.11"
|
|
13978
|
-
open: "npm:^
|
|
13979
|
-
perfect-debounce: "npm:^2.
|
|
13980
|
-
sirv: "npm:^3.0.
|
|
13981
|
-
unplugin-utils: "npm:^0.3.
|
|
13982
|
-
vite-dev-rpc: "npm:^
|
|
13807
|
+
open: "npm:^11.0.0"
|
|
13808
|
+
perfect-debounce: "npm:^2.1.0"
|
|
13809
|
+
sirv: "npm:^3.0.2"
|
|
13810
|
+
unplugin-utils: "npm:^0.3.1"
|
|
13811
|
+
vite-dev-rpc: "npm:^2.0.0"
|
|
13983
13812
|
peerDependencies:
|
|
13984
|
-
vite: ^6.0.0 || ^7.0.0-0
|
|
13813
|
+
vite: ^6.0.0 || ^7.0.0-0 || ^8.0.0-0
|
|
13985
13814
|
peerDependenciesMeta:
|
|
13986
13815
|
"@nuxt/kit":
|
|
13987
13816
|
optional: true
|
|
13988
|
-
checksum: 10c0/
|
|
13817
|
+
checksum: 10c0/15066d440ffe43eb8809fc3127cdba6ebfd0c8d7bab2d22f64a5b21ac29a8d36d3659ce9eeb7bb7a7a9a684f9426590110aca30b109c97ae33b761049135277b
|
|
13989
13818
|
languageName: node
|
|
13990
13819
|
linkType: hard
|
|
13991
13820
|
|
|
@@ -14116,16 +13945,16 @@ __metadata:
|
|
|
14116
13945
|
languageName: node
|
|
14117
13946
|
linkType: hard
|
|
14118
13947
|
|
|
14119
|
-
"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0, vite@npm:^8.0.
|
|
14120
|
-
version: 8.0.
|
|
14121
|
-
resolution: "vite@npm:8.0.
|
|
13948
|
+
"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0, vite@npm:^8.0.16":
|
|
13949
|
+
version: 8.0.16
|
|
13950
|
+
resolution: "vite@npm:8.0.16"
|
|
14122
13951
|
dependencies:
|
|
14123
13952
|
fsevents: "npm:~2.3.3"
|
|
14124
13953
|
lightningcss: "npm:^1.32.0"
|
|
14125
13954
|
picomatch: "npm:^4.0.4"
|
|
14126
13955
|
postcss: "npm:^8.5.15"
|
|
14127
|
-
rolldown: "npm:1.0.
|
|
14128
|
-
tinyglobby: "npm:^0.2.
|
|
13956
|
+
rolldown: "npm:1.0.3"
|
|
13957
|
+
tinyglobby: "npm:^0.2.17"
|
|
14129
13958
|
peerDependencies:
|
|
14130
13959
|
"@types/node": ^20.19.0 || >=22.12.0
|
|
14131
13960
|
"@vitejs/devtools": ^0.1.18
|
|
@@ -14169,13 +13998,13 @@ __metadata:
|
|
|
14169
13998
|
optional: true
|
|
14170
13999
|
bin:
|
|
14171
14000
|
vite: bin/vite.js
|
|
14172
|
-
checksum: 10c0/
|
|
14001
|
+
checksum: 10c0/d75be3fbe2f63e6a8145325970338afaf0dd4d96ba9175c13f9a286fd5f95afc489401b693e4fa6c0899a4dd0e137be91cdf9401a40a635563911ad5036e3467
|
|
14173
14002
|
languageName: node
|
|
14174
14003
|
linkType: hard
|
|
14175
14004
|
|
|
14176
14005
|
"vite@npm:^7.3.1, vite@npm:^7.3.2":
|
|
14177
|
-
version: 7.3.
|
|
14178
|
-
resolution: "vite@npm:7.3.
|
|
14006
|
+
version: 7.3.5
|
|
14007
|
+
resolution: "vite@npm:7.3.5"
|
|
14179
14008
|
dependencies:
|
|
14180
14009
|
esbuild: "npm:^0.27.0"
|
|
14181
14010
|
fdir: "npm:^6.5.0"
|
|
@@ -14224,7 +14053,7 @@ __metadata:
|
|
|
14224
14053
|
optional: true
|
|
14225
14054
|
bin:
|
|
14226
14055
|
vite: bin/vite.js
|
|
14227
|
-
checksum: 10c0/
|
|
14056
|
+
checksum: 10c0/4ad700649ed2ebd1e726d32f3f6e41eecbec4e29bcb5977805f3d43a5659280518aa431b0fc61adc1879df4fe1978d7cfc7dbbe54cdf014022385052967721e8
|
|
14228
14057
|
languageName: node
|
|
14229
14058
|
linkType: hard
|
|
14230
14059
|
|
|
@@ -14240,17 +14069,17 @@ __metadata:
|
|
|
14240
14069
|
languageName: node
|
|
14241
14070
|
linkType: hard
|
|
14242
14071
|
|
|
14243
|
-
"vitest@npm:^4.1.
|
|
14244
|
-
version: 4.1.
|
|
14245
|
-
resolution: "vitest@npm:4.1.
|
|
14246
|
-
dependencies:
|
|
14247
|
-
"@vitest/expect": "npm:4.1.
|
|
14248
|
-
"@vitest/mocker": "npm:4.1.
|
|
14249
|
-
"@vitest/pretty-format": "npm:4.1.
|
|
14250
|
-
"@vitest/runner": "npm:4.1.
|
|
14251
|
-
"@vitest/snapshot": "npm:4.1.
|
|
14252
|
-
"@vitest/spy": "npm:4.1.
|
|
14253
|
-
"@vitest/utils": "npm:4.1.
|
|
14072
|
+
"vitest@npm:^4.1.8":
|
|
14073
|
+
version: 4.1.8
|
|
14074
|
+
resolution: "vitest@npm:4.1.8"
|
|
14075
|
+
dependencies:
|
|
14076
|
+
"@vitest/expect": "npm:4.1.8"
|
|
14077
|
+
"@vitest/mocker": "npm:4.1.8"
|
|
14078
|
+
"@vitest/pretty-format": "npm:4.1.8"
|
|
14079
|
+
"@vitest/runner": "npm:4.1.8"
|
|
14080
|
+
"@vitest/snapshot": "npm:4.1.8"
|
|
14081
|
+
"@vitest/spy": "npm:4.1.8"
|
|
14082
|
+
"@vitest/utils": "npm:4.1.8"
|
|
14254
14083
|
es-module-lexer: "npm:^2.0.0"
|
|
14255
14084
|
expect-type: "npm:^1.3.0"
|
|
14256
14085
|
magic-string: "npm:^0.30.21"
|
|
@@ -14268,12 +14097,12 @@ __metadata:
|
|
|
14268
14097
|
"@edge-runtime/vm": "*"
|
|
14269
14098
|
"@opentelemetry/api": ^1.9.0
|
|
14270
14099
|
"@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
14271
|
-
"@vitest/browser-playwright": 4.1.
|
|
14272
|
-
"@vitest/browser-preview": 4.1.
|
|
14273
|
-
"@vitest/browser-webdriverio": 4.1.
|
|
14274
|
-
"@vitest/coverage-istanbul": 4.1.
|
|
14275
|
-
"@vitest/coverage-v8": 4.1.
|
|
14276
|
-
"@vitest/ui": 4.1.
|
|
14100
|
+
"@vitest/browser-playwright": 4.1.8
|
|
14101
|
+
"@vitest/browser-preview": 4.1.8
|
|
14102
|
+
"@vitest/browser-webdriverio": 4.1.8
|
|
14103
|
+
"@vitest/coverage-istanbul": 4.1.8
|
|
14104
|
+
"@vitest/coverage-v8": 4.1.8
|
|
14105
|
+
"@vitest/ui": 4.1.8
|
|
14277
14106
|
happy-dom: "*"
|
|
14278
14107
|
jsdom: "*"
|
|
14279
14108
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
@@ -14304,20 +14133,20 @@ __metadata:
|
|
|
14304
14133
|
optional: false
|
|
14305
14134
|
bin:
|
|
14306
14135
|
vitest: vitest.mjs
|
|
14307
|
-
checksum: 10c0/
|
|
14136
|
+
checksum: 10c0/f459c500f8818c7a2318cd23228b4e5c0b5efb25bf8e5cb7f116c6d26e51482b2f800a8bb19837c0b5f0d05c51519edbf502bc8ceb5bd86868e8facf1d2c498e
|
|
14308
14137
|
languageName: node
|
|
14309
14138
|
linkType: hard
|
|
14310
14139
|
|
|
14311
14140
|
"vue-component-type-helpers@npm:^3.0.0":
|
|
14312
|
-
version: 3.3.
|
|
14313
|
-
resolution: "vue-component-type-helpers@npm:3.3.
|
|
14314
|
-
checksum: 10c0/
|
|
14141
|
+
version: 3.3.3
|
|
14142
|
+
resolution: "vue-component-type-helpers@npm:3.3.3"
|
|
14143
|
+
checksum: 10c0/ceabe28804645411eec96e30987947cbd4215a7bc82f0543a0320213956009f5e9f74e18a0349bad06c3e51e3ac7d3227b21ea7f0a84ccc66ca39d6068a757eb
|
|
14315
14144
|
languageName: node
|
|
14316
14145
|
linkType: hard
|
|
14317
14146
|
|
|
14318
|
-
"vue-eslint-parser@npm:^10.4.
|
|
14319
|
-
version: 10.4.
|
|
14320
|
-
resolution: "vue-eslint-parser@npm:10.4.
|
|
14147
|
+
"vue-eslint-parser@npm:^10.4.1":
|
|
14148
|
+
version: 10.4.1
|
|
14149
|
+
resolution: "vue-eslint-parser@npm:10.4.1"
|
|
14321
14150
|
dependencies:
|
|
14322
14151
|
debug: "npm:^4.4.0"
|
|
14323
14152
|
eslint-scope: "npm:^8.2.0 || ^9.0.0"
|
|
@@ -14327,25 +14156,34 @@ __metadata:
|
|
|
14327
14156
|
semver: "npm:^7.6.3"
|
|
14328
14157
|
peerDependencies:
|
|
14329
14158
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
14330
|
-
checksum: 10c0/
|
|
14159
|
+
checksum: 10c0/f6181b4d4ac17a5c06484aed40022997f65622a037ccc21797c88e55ab93f4ad21c95c93c466777f7a139ffb8bf750c889ef48e1ea16882e6617f6405c1d2013
|
|
14331
14160
|
languageName: node
|
|
14332
14161
|
linkType: hard
|
|
14333
14162
|
|
|
14334
|
-
"vue@npm:^3.5.
|
|
14335
|
-
version: 3.5.
|
|
14336
|
-
resolution: "vue@npm:3.5.
|
|
14163
|
+
"vue@npm:^3.5.35":
|
|
14164
|
+
version: 3.5.35
|
|
14165
|
+
resolution: "vue@npm:3.5.35"
|
|
14337
14166
|
dependencies:
|
|
14338
|
-
"@vue/compiler-dom": "npm:3.5.
|
|
14339
|
-
"@vue/compiler-sfc": "npm:3.5.
|
|
14340
|
-
"@vue/runtime-dom": "npm:3.5.
|
|
14341
|
-
"@vue/server-renderer": "npm:3.5.
|
|
14342
|
-
"@vue/shared": "npm:3.5.
|
|
14167
|
+
"@vue/compiler-dom": "npm:3.5.35"
|
|
14168
|
+
"@vue/compiler-sfc": "npm:3.5.35"
|
|
14169
|
+
"@vue/runtime-dom": "npm:3.5.35"
|
|
14170
|
+
"@vue/server-renderer": "npm:3.5.35"
|
|
14171
|
+
"@vue/shared": "npm:3.5.35"
|
|
14343
14172
|
peerDependencies:
|
|
14344
14173
|
typescript: "*"
|
|
14345
14174
|
peerDependenciesMeta:
|
|
14346
14175
|
typescript:
|
|
14347
14176
|
optional: true
|
|
14348
|
-
checksum: 10c0/
|
|
14177
|
+
checksum: 10c0/1662c31ce74f408a79590f3eed962f6eb87c8cecad859f01904cfc7866b1223be7ffc837d9fd544a57320e3029e3a4c54d46273285cc8c0b0f83007dc3e2c988
|
|
14178
|
+
languageName: node
|
|
14179
|
+
linkType: hard
|
|
14180
|
+
|
|
14181
|
+
"walk@npm:2.3.x":
|
|
14182
|
+
version: 2.3.15
|
|
14183
|
+
resolution: "walk@npm:2.3.15"
|
|
14184
|
+
dependencies:
|
|
14185
|
+
foreachasync: "npm:^3.0.0"
|
|
14186
|
+
checksum: 10c0/c390221ff6fdb8e95f9b03d90fa9980edc2c01ce9efac44c0ade2036ee2823bf2bc9abfae388bdf64ab59e9262610e7cf6634ad54acac018e62621b85edad2cf
|
|
14349
14187
|
languageName: node
|
|
14350
14188
|
linkType: hard
|
|
14351
14189
|
|
|
@@ -14434,17 +14272,17 @@ __metadata:
|
|
|
14434
14272
|
linkType: hard
|
|
14435
14273
|
|
|
14436
14274
|
"which-typed-array@npm:^1.1.13, which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.19":
|
|
14437
|
-
version: 1.1.
|
|
14438
|
-
resolution: "which-typed-array@npm:1.1.
|
|
14275
|
+
version: 1.1.22
|
|
14276
|
+
resolution: "which-typed-array@npm:1.1.22"
|
|
14439
14277
|
dependencies:
|
|
14440
14278
|
available-typed-arrays: "npm:^1.0.7"
|
|
14441
|
-
call-bind: "npm:^1.0.
|
|
14279
|
+
call-bind: "npm:^1.0.9"
|
|
14442
14280
|
call-bound: "npm:^1.0.4"
|
|
14443
14281
|
for-each: "npm:^0.3.5"
|
|
14444
14282
|
get-proto: "npm:^1.0.1"
|
|
14445
14283
|
gopd: "npm:^1.2.0"
|
|
14446
14284
|
has-tostringtag: "npm:^1.0.2"
|
|
14447
|
-
checksum: 10c0/
|
|
14285
|
+
checksum: 10c0/e59db184a4e78b461fac3b05fafc1e7badbbedafbf04a967ee1de73717f1f9723a79699e7b5de71d449541cb5da8353efc01a4f8a72a152479850e54fa196c40
|
|
14448
14286
|
languageName: node
|
|
14449
14287
|
linkType: hard
|
|
14450
14288
|
|
|
@@ -14540,7 +14378,7 @@ __metadata:
|
|
|
14540
14378
|
languageName: node
|
|
14541
14379
|
linkType: hard
|
|
14542
14380
|
|
|
14543
|
-
"ws@npm:^8.
|
|
14381
|
+
"ws@npm:^8.21.0":
|
|
14544
14382
|
version: 8.21.0
|
|
14545
14383
|
resolution: "ws@npm:8.21.0"
|
|
14546
14384
|
peerDependencies:
|
|
@@ -14555,12 +14393,13 @@ __metadata:
|
|
|
14555
14393
|
languageName: node
|
|
14556
14394
|
linkType: hard
|
|
14557
14395
|
|
|
14558
|
-
"wsl-utils@npm:^0.
|
|
14559
|
-
version: 0.1
|
|
14560
|
-
resolution: "wsl-utils@npm:0.1
|
|
14396
|
+
"wsl-utils@npm:^0.3.0":
|
|
14397
|
+
version: 0.3.1
|
|
14398
|
+
resolution: "wsl-utils@npm:0.3.1"
|
|
14561
14399
|
dependencies:
|
|
14562
14400
|
is-wsl: "npm:^3.1.0"
|
|
14563
|
-
|
|
14401
|
+
powershell-utils: "npm:^0.1.0"
|
|
14402
|
+
checksum: 10c0/b3ba99cc6b71f66457eef598d529beeb8cb57a72646877fe25993894b808c60b82f6d47df5463f0b6e54632272f62f5eaea105c12784fd09b06f500f3f53aa2e
|
|
14564
14403
|
languageName: node
|
|
14565
14404
|
linkType: hard
|
|
14566
14405
|
|