@firebase-function-kits/delete-user-data 0.0.2-rc.3 → 0.0.2-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -0
- package/README.md +19 -13
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +24 -6
- package/lib/config.js.map +1 -1
- package/lib/runCustomSearchFunction.d.ts.map +1 -1
- package/lib/runCustomSearchFunction.js +1 -5
- package/lib/runCustomSearchFunction.js.map +1 -1
- package/npm-shrinkwrap.json +13 -1307
- package/package.json +2 -9
- package/src/config.ts +28 -7
- package/src/runCustomSearchFunction.ts +0 -1
- package/tests/config-runtime.test.ts +69 -0
- package/tests/config.test.ts +37 -22
- package/tests/context.test.ts +49 -9
- package/tests/handlers.test.ts +1 -1
- package/tests/runCustomSearchFunction.test.ts +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase-function-kits/delete-user-data",
|
|
3
|
-
"version": "0.0.2-rc.
|
|
3
|
+
"version": "0.0.2-rc.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@firebase-function-kits/delete-user-data",
|
|
9
|
-
"version": "0.0.2-rc.
|
|
9
|
+
"version": "0.0.2-rc.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@google-cloud/pubsub": "^4.3.3",
|
|
13
13
|
"firebase-admin": "^13.2.0",
|
|
14
14
|
"firebase-functions": "^7.3.2",
|
|
15
|
-
"lodash.chunk": "^4.2.0"
|
|
16
|
-
"node-fetch": "^2.6.2"
|
|
17
|
-
},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"@types/lodash.chunk": "^4.2.7",
|
|
20
|
-
"@types/node-fetch": "^2.6.2",
|
|
21
|
-
"typescript": "^5.9.3",
|
|
22
|
-
"vitest": "^4.1.10"
|
|
15
|
+
"lodash.chunk": "^4.2.0"
|
|
23
16
|
},
|
|
24
17
|
"engines": {
|
|
25
18
|
"node": ">=22"
|
|
@@ -304,13 +297,6 @@
|
|
|
304
297
|
"node": ">=6"
|
|
305
298
|
}
|
|
306
299
|
},
|
|
307
|
-
"node_modules/@jridgewell/sourcemap-codec": {
|
|
308
|
-
"version": "1.5.5",
|
|
309
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
310
|
-
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
311
|
-
"dev": true,
|
|
312
|
-
"license": "MIT"
|
|
313
|
-
},
|
|
314
300
|
"node_modules/@js-sdsl/ordered-map": {
|
|
315
301
|
"version": "4.4.2",
|
|
316
302
|
"resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
|
|
@@ -352,16 +338,6 @@
|
|
|
352
338
|
"node": ">=14"
|
|
353
339
|
}
|
|
354
340
|
},
|
|
355
|
-
"node_modules/@oxc-project/types": {
|
|
356
|
-
"version": "0.146.0",
|
|
357
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
|
|
358
|
-
"integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
|
|
359
|
-
"dev": true,
|
|
360
|
-
"license": "MIT",
|
|
361
|
-
"funding": {
|
|
362
|
-
"url": "https://github.com/sponsors/Boshen"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
341
|
"node_modules/@protobufjs/aspromise": {
|
|
366
342
|
"version": "1.1.2",
|
|
367
343
|
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
@@ -419,293 +395,6 @@
|
|
|
419
395
|
"integrity": "sha512-b1UQwcEZ4yCnMCD8DAL1VlbvBJE9/IX4FTIp7BG1xYpf29SLazLSrqUkj4w7Y5y7cCVP6E5tcqqcI0xemPkHug==",
|
|
420
396
|
"license": "BSD-3-Clause"
|
|
421
397
|
},
|
|
422
|
-
"node_modules/@rolldown/binding-android-arm-eabi": {
|
|
423
|
-
"version": "1.2.5",
|
|
424
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",
|
|
425
|
-
"integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",
|
|
426
|
-
"cpu": [
|
|
427
|
-
"arm"
|
|
428
|
-
],
|
|
429
|
-
"dev": true,
|
|
430
|
-
"license": "MIT",
|
|
431
|
-
"optional": true,
|
|
432
|
-
"os": [
|
|
433
|
-
"android"
|
|
434
|
-
],
|
|
435
|
-
"engines": {
|
|
436
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
"node_modules/@rolldown/binding-android-arm64": {
|
|
440
|
-
"version": "1.2.5",
|
|
441
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",
|
|
442
|
-
"integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",
|
|
443
|
-
"cpu": [
|
|
444
|
-
"arm64"
|
|
445
|
-
],
|
|
446
|
-
"dev": true,
|
|
447
|
-
"license": "MIT",
|
|
448
|
-
"optional": true,
|
|
449
|
-
"os": [
|
|
450
|
-
"android"
|
|
451
|
-
],
|
|
452
|
-
"engines": {
|
|
453
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
457
|
-
"version": "1.2.5",
|
|
458
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",
|
|
459
|
-
"integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",
|
|
460
|
-
"cpu": [
|
|
461
|
-
"arm64"
|
|
462
|
-
],
|
|
463
|
-
"dev": true,
|
|
464
|
-
"license": "MIT",
|
|
465
|
-
"optional": true,
|
|
466
|
-
"os": [
|
|
467
|
-
"darwin"
|
|
468
|
-
],
|
|
469
|
-
"engines": {
|
|
470
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
"node_modules/@rolldown/binding-darwin-x64": {
|
|
474
|
-
"version": "1.2.5",
|
|
475
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",
|
|
476
|
-
"integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",
|
|
477
|
-
"cpu": [
|
|
478
|
-
"x64"
|
|
479
|
-
],
|
|
480
|
-
"dev": true,
|
|
481
|
-
"license": "MIT",
|
|
482
|
-
"optional": true,
|
|
483
|
-
"os": [
|
|
484
|
-
"darwin"
|
|
485
|
-
],
|
|
486
|
-
"engines": {
|
|
487
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
491
|
-
"version": "1.2.5",
|
|
492
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",
|
|
493
|
-
"integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",
|
|
494
|
-
"cpu": [
|
|
495
|
-
"x64"
|
|
496
|
-
],
|
|
497
|
-
"dev": true,
|
|
498
|
-
"license": "MIT",
|
|
499
|
-
"optional": true,
|
|
500
|
-
"os": [
|
|
501
|
-
"freebsd"
|
|
502
|
-
],
|
|
503
|
-
"engines": {
|
|
504
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
508
|
-
"version": "1.2.5",
|
|
509
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",
|
|
510
|
-
"integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",
|
|
511
|
-
"cpu": [
|
|
512
|
-
"arm"
|
|
513
|
-
],
|
|
514
|
-
"dev": true,
|
|
515
|
-
"license": "MIT",
|
|
516
|
-
"optional": true,
|
|
517
|
-
"os": [
|
|
518
|
-
"linux"
|
|
519
|
-
],
|
|
520
|
-
"engines": {
|
|
521
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
525
|
-
"version": "1.2.5",
|
|
526
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",
|
|
527
|
-
"integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",
|
|
528
|
-
"cpu": [
|
|
529
|
-
"arm64"
|
|
530
|
-
],
|
|
531
|
-
"dev": true,
|
|
532
|
-
"libc": [
|
|
533
|
-
"glibc"
|
|
534
|
-
],
|
|
535
|
-
"license": "MIT",
|
|
536
|
-
"optional": true,
|
|
537
|
-
"os": [
|
|
538
|
-
"linux"
|
|
539
|
-
],
|
|
540
|
-
"engines": {
|
|
541
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
545
|
-
"version": "1.2.5",
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",
|
|
547
|
-
"integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",
|
|
548
|
-
"cpu": [
|
|
549
|
-
"arm64"
|
|
550
|
-
],
|
|
551
|
-
"dev": true,
|
|
552
|
-
"libc": [
|
|
553
|
-
"musl"
|
|
554
|
-
],
|
|
555
|
-
"license": "MIT",
|
|
556
|
-
"optional": true,
|
|
557
|
-
"os": [
|
|
558
|
-
"linux"
|
|
559
|
-
],
|
|
560
|
-
"engines": {
|
|
561
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
565
|
-
"version": "1.2.5",
|
|
566
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz",
|
|
567
|
-
"integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==",
|
|
568
|
-
"cpu": [
|
|
569
|
-
"ppc64"
|
|
570
|
-
],
|
|
571
|
-
"dev": true,
|
|
572
|
-
"libc": [
|
|
573
|
-
"glibc"
|
|
574
|
-
],
|
|
575
|
-
"license": "MIT",
|
|
576
|
-
"optional": true,
|
|
577
|
-
"os": [
|
|
578
|
-
"linux"
|
|
579
|
-
],
|
|
580
|
-
"engines": {
|
|
581
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
585
|
-
"version": "1.2.5",
|
|
586
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz",
|
|
587
|
-
"integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==",
|
|
588
|
-
"cpu": [
|
|
589
|
-
"s390x"
|
|
590
|
-
],
|
|
591
|
-
"dev": true,
|
|
592
|
-
"libc": [
|
|
593
|
-
"glibc"
|
|
594
|
-
],
|
|
595
|
-
"license": "MIT",
|
|
596
|
-
"optional": true,
|
|
597
|
-
"os": [
|
|
598
|
-
"linux"
|
|
599
|
-
],
|
|
600
|
-
"engines": {
|
|
601
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
602
|
-
}
|
|
603
|
-
},
|
|
604
|
-
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
605
|
-
"version": "1.2.5",
|
|
606
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz",
|
|
607
|
-
"integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==",
|
|
608
|
-
"cpu": [
|
|
609
|
-
"x64"
|
|
610
|
-
],
|
|
611
|
-
"dev": true,
|
|
612
|
-
"libc": [
|
|
613
|
-
"glibc"
|
|
614
|
-
],
|
|
615
|
-
"license": "MIT",
|
|
616
|
-
"optional": true,
|
|
617
|
-
"os": [
|
|
618
|
-
"linux"
|
|
619
|
-
],
|
|
620
|
-
"engines": {
|
|
621
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
622
|
-
}
|
|
623
|
-
},
|
|
624
|
-
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
625
|
-
"version": "1.2.5",
|
|
626
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz",
|
|
627
|
-
"integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==",
|
|
628
|
-
"cpu": [
|
|
629
|
-
"x64"
|
|
630
|
-
],
|
|
631
|
-
"dev": true,
|
|
632
|
-
"libc": [
|
|
633
|
-
"musl"
|
|
634
|
-
],
|
|
635
|
-
"license": "MIT",
|
|
636
|
-
"optional": true,
|
|
637
|
-
"os": [
|
|
638
|
-
"linux"
|
|
639
|
-
],
|
|
640
|
-
"engines": {
|
|
641
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
645
|
-
"version": "1.2.5",
|
|
646
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz",
|
|
647
|
-
"integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==",
|
|
648
|
-
"cpu": [
|
|
649
|
-
"arm64"
|
|
650
|
-
],
|
|
651
|
-
"dev": true,
|
|
652
|
-
"license": "MIT",
|
|
653
|
-
"optional": true,
|
|
654
|
-
"os": [
|
|
655
|
-
"openharmony"
|
|
656
|
-
],
|
|
657
|
-
"engines": {
|
|
658
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
659
|
-
}
|
|
660
|
-
},
|
|
661
|
-
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
662
|
-
"version": "1.2.5",
|
|
663
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz",
|
|
664
|
-
"integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==",
|
|
665
|
-
"cpu": [
|
|
666
|
-
"arm64"
|
|
667
|
-
],
|
|
668
|
-
"dev": true,
|
|
669
|
-
"license": "MIT",
|
|
670
|
-
"optional": true,
|
|
671
|
-
"os": [
|
|
672
|
-
"win32"
|
|
673
|
-
],
|
|
674
|
-
"engines": {
|
|
675
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
679
|
-
"version": "1.2.5",
|
|
680
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz",
|
|
681
|
-
"integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==",
|
|
682
|
-
"cpu": [
|
|
683
|
-
"x64"
|
|
684
|
-
],
|
|
685
|
-
"dev": true,
|
|
686
|
-
"license": "MIT",
|
|
687
|
-
"optional": true,
|
|
688
|
-
"os": [
|
|
689
|
-
"win32"
|
|
690
|
-
],
|
|
691
|
-
"engines": {
|
|
692
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
"node_modules/@rolldown/pluginutils": {
|
|
696
|
-
"version": "1.0.1",
|
|
697
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
|
|
698
|
-
"integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
|
|
699
|
-
"dev": true,
|
|
700
|
-
"license": "MIT"
|
|
701
|
-
},
|
|
702
|
-
"node_modules/@standard-schema/spec": {
|
|
703
|
-
"version": "1.1.0",
|
|
704
|
-
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
705
|
-
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
|
706
|
-
"dev": true,
|
|
707
|
-
"license": "MIT"
|
|
708
|
-
},
|
|
709
398
|
"node_modules/@tootallnate/once": {
|
|
710
399
|
"version": "2.0.1",
|
|
711
400
|
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.1.tgz",
|
|
@@ -731,17 +420,6 @@
|
|
|
731
420
|
"integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
|
|
732
421
|
"license": "MIT"
|
|
733
422
|
},
|
|
734
|
-
"node_modules/@types/chai": {
|
|
735
|
-
"version": "5.2.3",
|
|
736
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
737
|
-
"integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
|
|
738
|
-
"dev": true,
|
|
739
|
-
"license": "MIT",
|
|
740
|
-
"dependencies": {
|
|
741
|
-
"@types/deep-eql": "*",
|
|
742
|
-
"assertion-error": "^2.0.1"
|
|
743
|
-
}
|
|
744
|
-
},
|
|
745
423
|
"node_modules/@types/connect": {
|
|
746
424
|
"version": "3.4.38",
|
|
747
425
|
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
|
@@ -760,20 +438,6 @@
|
|
|
760
438
|
"@types/node": "*"
|
|
761
439
|
}
|
|
762
440
|
},
|
|
763
|
-
"node_modules/@types/deep-eql": {
|
|
764
|
-
"version": "4.0.2",
|
|
765
|
-
"resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
|
|
766
|
-
"integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
|
|
767
|
-
"dev": true,
|
|
768
|
-
"license": "MIT"
|
|
769
|
-
},
|
|
770
|
-
"node_modules/@types/estree": {
|
|
771
|
-
"version": "1.0.9",
|
|
772
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
773
|
-
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
774
|
-
"dev": true,
|
|
775
|
-
"license": "MIT"
|
|
776
|
-
},
|
|
777
441
|
"node_modules/@types/express": {
|
|
778
442
|
"version": "5.0.6",
|
|
779
443
|
"resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
|
|
@@ -813,23 +477,6 @@
|
|
|
813
477
|
"@types/node": "*"
|
|
814
478
|
}
|
|
815
479
|
},
|
|
816
|
-
"node_modules/@types/lodash": {
|
|
817
|
-
"version": "4.17.25",
|
|
818
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.25.tgz",
|
|
819
|
-
"integrity": "sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==",
|
|
820
|
-
"dev": true,
|
|
821
|
-
"license": "MIT"
|
|
822
|
-
},
|
|
823
|
-
"node_modules/@types/lodash.chunk": {
|
|
824
|
-
"version": "4.2.9",
|
|
825
|
-
"resolved": "https://registry.npmjs.org/@types/lodash.chunk/-/lodash.chunk-4.2.9.tgz",
|
|
826
|
-
"integrity": "sha512-Z9VtFUSnmT0No/QymqfG9AGbfOA4O5qB/uyP89xeZBqDAsKsB4gQFTqt7d0pHjbsTwtQ4yZObQVHuKlSOhIJ5Q==",
|
|
827
|
-
"dev": true,
|
|
828
|
-
"license": "MIT",
|
|
829
|
-
"dependencies": {
|
|
830
|
-
"@types/lodash": "*"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
480
|
"node_modules/@types/long": {
|
|
834
481
|
"version": "4.0.2",
|
|
835
482
|
"resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",
|
|
@@ -851,17 +498,6 @@
|
|
|
851
498
|
"undici-types": "~8.3.0"
|
|
852
499
|
}
|
|
853
500
|
},
|
|
854
|
-
"node_modules/@types/node-fetch": {
|
|
855
|
-
"version": "2.6.13",
|
|
856
|
-
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.13.tgz",
|
|
857
|
-
"integrity": "sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==",
|
|
858
|
-
"dev": true,
|
|
859
|
-
"license": "MIT",
|
|
860
|
-
"dependencies": {
|
|
861
|
-
"@types/node": "*",
|
|
862
|
-
"form-data": "^4.0.4"
|
|
863
|
-
}
|
|
864
|
-
},
|
|
865
501
|
"node_modules/@types/qs": {
|
|
866
502
|
"version": "6.15.1",
|
|
867
503
|
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz",
|
|
@@ -949,119 +585,6 @@
|
|
|
949
585
|
"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
|
|
950
586
|
"license": "MIT"
|
|
951
587
|
},
|
|
952
|
-
"node_modules/@vitest/expect": {
|
|
953
|
-
"version": "4.1.11",
|
|
954
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
|
|
955
|
-
"integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
|
|
956
|
-
"dev": true,
|
|
957
|
-
"license": "MIT",
|
|
958
|
-
"dependencies": {
|
|
959
|
-
"@standard-schema/spec": "^1.1.0",
|
|
960
|
-
"@types/chai": "^5.2.2",
|
|
961
|
-
"@vitest/spy": "4.1.11",
|
|
962
|
-
"@vitest/utils": "4.1.11",
|
|
963
|
-
"chai": "^6.2.2",
|
|
964
|
-
"tinyrainbow": "^3.1.0"
|
|
965
|
-
},
|
|
966
|
-
"funding": {
|
|
967
|
-
"url": "https://opencollective.com/vitest"
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
"node_modules/@vitest/mocker": {
|
|
971
|
-
"version": "4.1.11",
|
|
972
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
|
|
973
|
-
"integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
|
|
974
|
-
"dev": true,
|
|
975
|
-
"license": "MIT",
|
|
976
|
-
"dependencies": {
|
|
977
|
-
"@vitest/spy": "4.1.11",
|
|
978
|
-
"estree-walker": "^3.0.3",
|
|
979
|
-
"magic-string": "^0.30.21"
|
|
980
|
-
},
|
|
981
|
-
"funding": {
|
|
982
|
-
"url": "https://opencollective.com/vitest"
|
|
983
|
-
},
|
|
984
|
-
"peerDependencies": {
|
|
985
|
-
"msw": "^2.4.9",
|
|
986
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
987
|
-
},
|
|
988
|
-
"peerDependenciesMeta": {
|
|
989
|
-
"msw": {
|
|
990
|
-
"optional": true
|
|
991
|
-
},
|
|
992
|
-
"vite": {
|
|
993
|
-
"optional": true
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
"node_modules/@vitest/pretty-format": {
|
|
998
|
-
"version": "4.1.11",
|
|
999
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
|
|
1000
|
-
"integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
|
|
1001
|
-
"dev": true,
|
|
1002
|
-
"license": "MIT",
|
|
1003
|
-
"dependencies": {
|
|
1004
|
-
"tinyrainbow": "^3.1.0"
|
|
1005
|
-
},
|
|
1006
|
-
"funding": {
|
|
1007
|
-
"url": "https://opencollective.com/vitest"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
"node_modules/@vitest/runner": {
|
|
1011
|
-
"version": "4.1.11",
|
|
1012
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
|
|
1013
|
-
"integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
|
|
1014
|
-
"dev": true,
|
|
1015
|
-
"license": "MIT",
|
|
1016
|
-
"dependencies": {
|
|
1017
|
-
"@vitest/utils": "4.1.11",
|
|
1018
|
-
"pathe": "^2.0.3"
|
|
1019
|
-
},
|
|
1020
|
-
"funding": {
|
|
1021
|
-
"url": "https://opencollective.com/vitest"
|
|
1022
|
-
}
|
|
1023
|
-
},
|
|
1024
|
-
"node_modules/@vitest/snapshot": {
|
|
1025
|
-
"version": "4.1.11",
|
|
1026
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
|
|
1027
|
-
"integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
|
|
1028
|
-
"dev": true,
|
|
1029
|
-
"license": "MIT",
|
|
1030
|
-
"dependencies": {
|
|
1031
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1032
|
-
"@vitest/utils": "4.1.11",
|
|
1033
|
-
"magic-string": "^0.30.21",
|
|
1034
|
-
"pathe": "^2.0.3"
|
|
1035
|
-
},
|
|
1036
|
-
"funding": {
|
|
1037
|
-
"url": "https://opencollective.com/vitest"
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
"node_modules/@vitest/spy": {
|
|
1041
|
-
"version": "4.1.11",
|
|
1042
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
|
|
1043
|
-
"integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
|
|
1044
|
-
"dev": true,
|
|
1045
|
-
"license": "MIT",
|
|
1046
|
-
"funding": {
|
|
1047
|
-
"url": "https://opencollective.com/vitest"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
"node_modules/@vitest/utils": {
|
|
1051
|
-
"version": "4.1.11",
|
|
1052
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
|
|
1053
|
-
"integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
|
|
1054
|
-
"dev": true,
|
|
1055
|
-
"license": "MIT",
|
|
1056
|
-
"dependencies": {
|
|
1057
|
-
"@vitest/pretty-format": "4.1.11",
|
|
1058
|
-
"convert-source-map": "^2.0.0",
|
|
1059
|
-
"tinyrainbow": "^3.1.0"
|
|
1060
|
-
},
|
|
1061
|
-
"funding": {
|
|
1062
|
-
"url": "https://opencollective.com/vitest"
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
588
|
"node_modules/abort-controller": {
|
|
1066
589
|
"version": "3.0.0",
|
|
1067
590
|
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
@@ -1142,16 +665,6 @@
|
|
|
1142
665
|
"node": ">=8"
|
|
1143
666
|
}
|
|
1144
667
|
},
|
|
1145
|
-
"node_modules/assertion-error": {
|
|
1146
|
-
"version": "2.0.1",
|
|
1147
|
-
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
1148
|
-
"integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
|
|
1149
|
-
"dev": true,
|
|
1150
|
-
"license": "MIT",
|
|
1151
|
-
"engines": {
|
|
1152
|
-
"node": ">=12"
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
668
|
"node_modules/async-retry": {
|
|
1156
669
|
"version": "1.3.3",
|
|
1157
670
|
"resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
|
|
@@ -1278,16 +791,6 @@
|
|
|
1278
791
|
"url": "https://github.com/sponsors/ljharb"
|
|
1279
792
|
}
|
|
1280
793
|
},
|
|
1281
|
-
"node_modules/chai": {
|
|
1282
|
-
"version": "6.2.2",
|
|
1283
|
-
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
|
|
1284
|
-
"integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
|
|
1285
|
-
"dev": true,
|
|
1286
|
-
"license": "MIT",
|
|
1287
|
-
"engines": {
|
|
1288
|
-
"node": ">=18"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
794
|
"node_modules/cliui": {
|
|
1292
795
|
"version": "8.0.1",
|
|
1293
796
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
@@ -1354,13 +857,6 @@
|
|
|
1354
857
|
"node": ">= 0.6"
|
|
1355
858
|
}
|
|
1356
859
|
},
|
|
1357
|
-
"node_modules/convert-source-map": {
|
|
1358
|
-
"version": "2.0.0",
|
|
1359
|
-
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
1360
|
-
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1361
|
-
"dev": true,
|
|
1362
|
-
"license": "MIT"
|
|
1363
|
-
},
|
|
1364
860
|
"node_modules/cookie": {
|
|
1365
861
|
"version": "0.7.2",
|
|
1366
862
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
@@ -1440,16 +936,6 @@
|
|
|
1440
936
|
"node": ">= 0.8"
|
|
1441
937
|
}
|
|
1442
938
|
},
|
|
1443
|
-
"node_modules/detect-libc": {
|
|
1444
|
-
"version": "2.1.2",
|
|
1445
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1446
|
-
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1447
|
-
"dev": true,
|
|
1448
|
-
"license": "Apache-2.0",
|
|
1449
|
-
"engines": {
|
|
1450
|
-
"node": ">=8"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
939
|
"node_modules/dunder-proto": {
|
|
1454
940
|
"version": "1.0.1",
|
|
1455
941
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
@@ -1533,13 +1019,6 @@
|
|
|
1533
1019
|
"node": ">= 0.4"
|
|
1534
1020
|
}
|
|
1535
1021
|
},
|
|
1536
|
-
"node_modules/es-module-lexer": {
|
|
1537
|
-
"version": "2.3.2",
|
|
1538
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
|
|
1539
|
-
"integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
|
|
1540
|
-
"dev": true,
|
|
1541
|
-
"license": "MIT"
|
|
1542
|
-
},
|
|
1543
1022
|
"node_modules/es-object-atoms": {
|
|
1544
1023
|
"version": "1.1.2",
|
|
1545
1024
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
@@ -1582,16 +1061,6 @@
|
|
|
1582
1061
|
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
1583
1062
|
"license": "MIT"
|
|
1584
1063
|
},
|
|
1585
|
-
"node_modules/estree-walker": {
|
|
1586
|
-
"version": "3.0.3",
|
|
1587
|
-
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
1588
|
-
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
1589
|
-
"dev": true,
|
|
1590
|
-
"license": "MIT",
|
|
1591
|
-
"dependencies": {
|
|
1592
|
-
"@types/estree": "^1.0.0"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
1064
|
"node_modules/etag": {
|
|
1596
1065
|
"version": "1.8.1",
|
|
1597
1066
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
@@ -1610,16 +1079,6 @@
|
|
|
1610
1079
|
"node": ">=6"
|
|
1611
1080
|
}
|
|
1612
1081
|
},
|
|
1613
|
-
"node_modules/expect-type": {
|
|
1614
|
-
"version": "1.4.0",
|
|
1615
|
-
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
|
|
1616
|
-
"integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
|
|
1617
|
-
"dev": true,
|
|
1618
|
-
"license": "Apache-2.0",
|
|
1619
|
-
"engines": {
|
|
1620
|
-
"node": ">=12.0.0"
|
|
1621
|
-
}
|
|
1622
|
-
},
|
|
1623
1082
|
"node_modules/express": {
|
|
1624
1083
|
"version": "5.2.1",
|
|
1625
1084
|
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
@@ -1737,24 +1196,6 @@
|
|
|
1737
1196
|
"node": ">=0.8.0"
|
|
1738
1197
|
}
|
|
1739
1198
|
},
|
|
1740
|
-
"node_modules/fdir": {
|
|
1741
|
-
"version": "6.5.0",
|
|
1742
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1743
|
-
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1744
|
-
"dev": true,
|
|
1745
|
-
"license": "MIT",
|
|
1746
|
-
"engines": {
|
|
1747
|
-
"node": ">=12.0.0"
|
|
1748
|
-
},
|
|
1749
|
-
"peerDependencies": {
|
|
1750
|
-
"picomatch": "^3 || ^4"
|
|
1751
|
-
},
|
|
1752
|
-
"peerDependenciesMeta": {
|
|
1753
|
-
"picomatch": {
|
|
1754
|
-
"optional": true
|
|
1755
|
-
}
|
|
1756
|
-
}
|
|
1757
|
-
},
|
|
1758
1199
|
"node_modules/fetch-blob": {
|
|
1759
1200
|
"version": "3.2.0",
|
|
1760
1201
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
@@ -1930,62 +1371,22 @@
|
|
|
1930
1371
|
}
|
|
1931
1372
|
}
|
|
1932
1373
|
},
|
|
1933
|
-
"node_modules/
|
|
1934
|
-
"version": "4.0.
|
|
1935
|
-
"resolved": "https://registry.npmjs.org/
|
|
1936
|
-
"integrity": "sha512-
|
|
1937
|
-
"dev": true,
|
|
1374
|
+
"node_modules/formdata-polyfill": {
|
|
1375
|
+
"version": "4.0.10",
|
|
1376
|
+
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
1377
|
+
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
1938
1378
|
"license": "MIT",
|
|
1939
1379
|
"dependencies": {
|
|
1940
|
-
"
|
|
1941
|
-
"combined-stream": "^1.0.8",
|
|
1942
|
-
"es-set-tostringtag": "^2.1.0",
|
|
1943
|
-
"hasown": "^2.0.4",
|
|
1944
|
-
"mime-types": "^2.1.35"
|
|
1380
|
+
"fetch-blob": "^3.1.2"
|
|
1945
1381
|
},
|
|
1946
1382
|
"engines": {
|
|
1947
|
-
"node": ">=
|
|
1383
|
+
"node": ">=12.20.0"
|
|
1948
1384
|
}
|
|
1949
1385
|
},
|
|
1950
|
-
"node_modules/
|
|
1951
|
-
"version": "
|
|
1952
|
-
"resolved": "https://registry.npmjs.org/
|
|
1953
|
-
"integrity": "sha512-
|
|
1954
|
-
"dev": true,
|
|
1955
|
-
"license": "MIT",
|
|
1956
|
-
"engines": {
|
|
1957
|
-
"node": ">= 0.6"
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
"node_modules/form-data/node_modules/mime-types": {
|
|
1961
|
-
"version": "2.1.35",
|
|
1962
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
1963
|
-
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
1964
|
-
"dev": true,
|
|
1965
|
-
"license": "MIT",
|
|
1966
|
-
"dependencies": {
|
|
1967
|
-
"mime-db": "1.52.0"
|
|
1968
|
-
},
|
|
1969
|
-
"engines": {
|
|
1970
|
-
"node": ">= 0.6"
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
"node_modules/formdata-polyfill": {
|
|
1974
|
-
"version": "4.0.10",
|
|
1975
|
-
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
1976
|
-
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
1977
|
-
"license": "MIT",
|
|
1978
|
-
"dependencies": {
|
|
1979
|
-
"fetch-blob": "^3.1.2"
|
|
1980
|
-
},
|
|
1981
|
-
"engines": {
|
|
1982
|
-
"node": ">=12.20.0"
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
"node_modules/forwarded": {
|
|
1986
|
-
"version": "0.2.0",
|
|
1987
|
-
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
1988
|
-
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
1386
|
+
"node_modules/forwarded": {
|
|
1387
|
+
"version": "0.2.0",
|
|
1388
|
+
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
1389
|
+
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
1989
1390
|
"license": "MIT",
|
|
1990
1391
|
"engines": {
|
|
1991
1392
|
"node": ">= 0.6"
|
|
@@ -2000,21 +1401,6 @@
|
|
|
2000
1401
|
"node": ">= 0.8"
|
|
2001
1402
|
}
|
|
2002
1403
|
},
|
|
2003
|
-
"node_modules/fsevents": {
|
|
2004
|
-
"version": "2.3.3",
|
|
2005
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2006
|
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2007
|
-
"dev": true,
|
|
2008
|
-
"hasInstallScript": true,
|
|
2009
|
-
"license": "MIT",
|
|
2010
|
-
"optional": true,
|
|
2011
|
-
"os": [
|
|
2012
|
-
"darwin"
|
|
2013
|
-
],
|
|
2014
|
-
"engines": {
|
|
2015
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
1404
|
"node_modules/function-bind": {
|
|
2019
1405
|
"version": "1.1.2",
|
|
2020
1406
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
@@ -2465,279 +1851,6 @@
|
|
|
2465
1851
|
"safe-buffer": "^5.0.1"
|
|
2466
1852
|
}
|
|
2467
1853
|
},
|
|
2468
|
-
"node_modules/lightningcss": {
|
|
2469
|
-
"version": "1.33.0",
|
|
2470
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
|
|
2471
|
-
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
|
|
2472
|
-
"dev": true,
|
|
2473
|
-
"license": "MPL-2.0",
|
|
2474
|
-
"dependencies": {
|
|
2475
|
-
"detect-libc": "^2.0.3"
|
|
2476
|
-
},
|
|
2477
|
-
"engines": {
|
|
2478
|
-
"node": ">= 12.0.0"
|
|
2479
|
-
},
|
|
2480
|
-
"funding": {
|
|
2481
|
-
"type": "opencollective",
|
|
2482
|
-
"url": "https://opencollective.com/parcel"
|
|
2483
|
-
},
|
|
2484
|
-
"optionalDependencies": {
|
|
2485
|
-
"lightningcss-android-arm64": "1.33.0",
|
|
2486
|
-
"lightningcss-darwin-arm64": "1.33.0",
|
|
2487
|
-
"lightningcss-darwin-x64": "1.33.0",
|
|
2488
|
-
"lightningcss-freebsd-x64": "1.33.0",
|
|
2489
|
-
"lightningcss-linux-arm-gnueabihf": "1.33.0",
|
|
2490
|
-
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
2491
|
-
"lightningcss-linux-arm64-musl": "1.33.0",
|
|
2492
|
-
"lightningcss-linux-x64-gnu": "1.33.0",
|
|
2493
|
-
"lightningcss-linux-x64-musl": "1.33.0",
|
|
2494
|
-
"lightningcss-win32-arm64-msvc": "1.33.0",
|
|
2495
|
-
"lightningcss-win32-x64-msvc": "1.33.0"
|
|
2496
|
-
}
|
|
2497
|
-
},
|
|
2498
|
-
"node_modules/lightningcss-android-arm64": {
|
|
2499
|
-
"version": "1.33.0",
|
|
2500
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
|
|
2501
|
-
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
2502
|
-
"cpu": [
|
|
2503
|
-
"arm64"
|
|
2504
|
-
],
|
|
2505
|
-
"dev": true,
|
|
2506
|
-
"license": "MPL-2.0",
|
|
2507
|
-
"optional": true,
|
|
2508
|
-
"os": [
|
|
2509
|
-
"android"
|
|
2510
|
-
],
|
|
2511
|
-
"engines": {
|
|
2512
|
-
"node": ">= 12.0.0"
|
|
2513
|
-
},
|
|
2514
|
-
"funding": {
|
|
2515
|
-
"type": "opencollective",
|
|
2516
|
-
"url": "https://opencollective.com/parcel"
|
|
2517
|
-
}
|
|
2518
|
-
},
|
|
2519
|
-
"node_modules/lightningcss-darwin-arm64": {
|
|
2520
|
-
"version": "1.33.0",
|
|
2521
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
|
|
2522
|
-
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
2523
|
-
"cpu": [
|
|
2524
|
-
"arm64"
|
|
2525
|
-
],
|
|
2526
|
-
"dev": true,
|
|
2527
|
-
"license": "MPL-2.0",
|
|
2528
|
-
"optional": true,
|
|
2529
|
-
"os": [
|
|
2530
|
-
"darwin"
|
|
2531
|
-
],
|
|
2532
|
-
"engines": {
|
|
2533
|
-
"node": ">= 12.0.0"
|
|
2534
|
-
},
|
|
2535
|
-
"funding": {
|
|
2536
|
-
"type": "opencollective",
|
|
2537
|
-
"url": "https://opencollective.com/parcel"
|
|
2538
|
-
}
|
|
2539
|
-
},
|
|
2540
|
-
"node_modules/lightningcss-darwin-x64": {
|
|
2541
|
-
"version": "1.33.0",
|
|
2542
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
|
|
2543
|
-
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
2544
|
-
"cpu": [
|
|
2545
|
-
"x64"
|
|
2546
|
-
],
|
|
2547
|
-
"dev": true,
|
|
2548
|
-
"license": "MPL-2.0",
|
|
2549
|
-
"optional": true,
|
|
2550
|
-
"os": [
|
|
2551
|
-
"darwin"
|
|
2552
|
-
],
|
|
2553
|
-
"engines": {
|
|
2554
|
-
"node": ">= 12.0.0"
|
|
2555
|
-
},
|
|
2556
|
-
"funding": {
|
|
2557
|
-
"type": "opencollective",
|
|
2558
|
-
"url": "https://opencollective.com/parcel"
|
|
2559
|
-
}
|
|
2560
|
-
},
|
|
2561
|
-
"node_modules/lightningcss-freebsd-x64": {
|
|
2562
|
-
"version": "1.33.0",
|
|
2563
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
|
|
2564
|
-
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
2565
|
-
"cpu": [
|
|
2566
|
-
"x64"
|
|
2567
|
-
],
|
|
2568
|
-
"dev": true,
|
|
2569
|
-
"license": "MPL-2.0",
|
|
2570
|
-
"optional": true,
|
|
2571
|
-
"os": [
|
|
2572
|
-
"freebsd"
|
|
2573
|
-
],
|
|
2574
|
-
"engines": {
|
|
2575
|
-
"node": ">= 12.0.0"
|
|
2576
|
-
},
|
|
2577
|
-
"funding": {
|
|
2578
|
-
"type": "opencollective",
|
|
2579
|
-
"url": "https://opencollective.com/parcel"
|
|
2580
|
-
}
|
|
2581
|
-
},
|
|
2582
|
-
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
2583
|
-
"version": "1.33.0",
|
|
2584
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
|
|
2585
|
-
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
2586
|
-
"cpu": [
|
|
2587
|
-
"arm"
|
|
2588
|
-
],
|
|
2589
|
-
"dev": true,
|
|
2590
|
-
"license": "MPL-2.0",
|
|
2591
|
-
"optional": true,
|
|
2592
|
-
"os": [
|
|
2593
|
-
"linux"
|
|
2594
|
-
],
|
|
2595
|
-
"engines": {
|
|
2596
|
-
"node": ">= 12.0.0"
|
|
2597
|
-
},
|
|
2598
|
-
"funding": {
|
|
2599
|
-
"type": "opencollective",
|
|
2600
|
-
"url": "https://opencollective.com/parcel"
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
|
-
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
2604
|
-
"version": "1.33.0",
|
|
2605
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
|
|
2606
|
-
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
|
|
2607
|
-
"cpu": [
|
|
2608
|
-
"arm64"
|
|
2609
|
-
],
|
|
2610
|
-
"dev": true,
|
|
2611
|
-
"libc": [
|
|
2612
|
-
"glibc"
|
|
2613
|
-
],
|
|
2614
|
-
"license": "MPL-2.0",
|
|
2615
|
-
"optional": true,
|
|
2616
|
-
"os": [
|
|
2617
|
-
"linux"
|
|
2618
|
-
],
|
|
2619
|
-
"engines": {
|
|
2620
|
-
"node": ">= 12.0.0"
|
|
2621
|
-
},
|
|
2622
|
-
"funding": {
|
|
2623
|
-
"type": "opencollective",
|
|
2624
|
-
"url": "https://opencollective.com/parcel"
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
"node_modules/lightningcss-linux-arm64-musl": {
|
|
2628
|
-
"version": "1.33.0",
|
|
2629
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
|
|
2630
|
-
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
|
|
2631
|
-
"cpu": [
|
|
2632
|
-
"arm64"
|
|
2633
|
-
],
|
|
2634
|
-
"dev": true,
|
|
2635
|
-
"libc": [
|
|
2636
|
-
"musl"
|
|
2637
|
-
],
|
|
2638
|
-
"license": "MPL-2.0",
|
|
2639
|
-
"optional": true,
|
|
2640
|
-
"os": [
|
|
2641
|
-
"linux"
|
|
2642
|
-
],
|
|
2643
|
-
"engines": {
|
|
2644
|
-
"node": ">= 12.0.0"
|
|
2645
|
-
},
|
|
2646
|
-
"funding": {
|
|
2647
|
-
"type": "opencollective",
|
|
2648
|
-
"url": "https://opencollective.com/parcel"
|
|
2649
|
-
}
|
|
2650
|
-
},
|
|
2651
|
-
"node_modules/lightningcss-linux-x64-gnu": {
|
|
2652
|
-
"version": "1.33.0",
|
|
2653
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
|
|
2654
|
-
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
|
|
2655
|
-
"cpu": [
|
|
2656
|
-
"x64"
|
|
2657
|
-
],
|
|
2658
|
-
"dev": true,
|
|
2659
|
-
"libc": [
|
|
2660
|
-
"glibc"
|
|
2661
|
-
],
|
|
2662
|
-
"license": "MPL-2.0",
|
|
2663
|
-
"optional": true,
|
|
2664
|
-
"os": [
|
|
2665
|
-
"linux"
|
|
2666
|
-
],
|
|
2667
|
-
"engines": {
|
|
2668
|
-
"node": ">= 12.0.0"
|
|
2669
|
-
},
|
|
2670
|
-
"funding": {
|
|
2671
|
-
"type": "opencollective",
|
|
2672
|
-
"url": "https://opencollective.com/parcel"
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
|
-
"node_modules/lightningcss-linux-x64-musl": {
|
|
2676
|
-
"version": "1.33.0",
|
|
2677
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
|
|
2678
|
-
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
|
|
2679
|
-
"cpu": [
|
|
2680
|
-
"x64"
|
|
2681
|
-
],
|
|
2682
|
-
"dev": true,
|
|
2683
|
-
"libc": [
|
|
2684
|
-
"musl"
|
|
2685
|
-
],
|
|
2686
|
-
"license": "MPL-2.0",
|
|
2687
|
-
"optional": true,
|
|
2688
|
-
"os": [
|
|
2689
|
-
"linux"
|
|
2690
|
-
],
|
|
2691
|
-
"engines": {
|
|
2692
|
-
"node": ">= 12.0.0"
|
|
2693
|
-
},
|
|
2694
|
-
"funding": {
|
|
2695
|
-
"type": "opencollective",
|
|
2696
|
-
"url": "https://opencollective.com/parcel"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
2700
|
-
"version": "1.33.0",
|
|
2701
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
|
|
2702
|
-
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
|
|
2703
|
-
"cpu": [
|
|
2704
|
-
"arm64"
|
|
2705
|
-
],
|
|
2706
|
-
"dev": true,
|
|
2707
|
-
"license": "MPL-2.0",
|
|
2708
|
-
"optional": true,
|
|
2709
|
-
"os": [
|
|
2710
|
-
"win32"
|
|
2711
|
-
],
|
|
2712
|
-
"engines": {
|
|
2713
|
-
"node": ">= 12.0.0"
|
|
2714
|
-
},
|
|
2715
|
-
"funding": {
|
|
2716
|
-
"type": "opencollective",
|
|
2717
|
-
"url": "https://opencollective.com/parcel"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
"node_modules/lightningcss-win32-x64-msvc": {
|
|
2721
|
-
"version": "1.33.0",
|
|
2722
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
|
|
2723
|
-
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
|
|
2724
|
-
"cpu": [
|
|
2725
|
-
"x64"
|
|
2726
|
-
],
|
|
2727
|
-
"dev": true,
|
|
2728
|
-
"license": "MPL-2.0",
|
|
2729
|
-
"optional": true,
|
|
2730
|
-
"os": [
|
|
2731
|
-
"win32"
|
|
2732
|
-
],
|
|
2733
|
-
"engines": {
|
|
2734
|
-
"node": ">= 12.0.0"
|
|
2735
|
-
},
|
|
2736
|
-
"funding": {
|
|
2737
|
-
"type": "opencollective",
|
|
2738
|
-
"url": "https://opencollective.com/parcel"
|
|
2739
|
-
}
|
|
2740
|
-
},
|
|
2741
1854
|
"node_modules/limiter": {
|
|
2742
1855
|
"version": "1.1.5",
|
|
2743
1856
|
"resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz",
|
|
@@ -2837,16 +1950,6 @@
|
|
|
2837
1950
|
"lru-cache": "6.0.0"
|
|
2838
1951
|
}
|
|
2839
1952
|
},
|
|
2840
|
-
"node_modules/magic-string": {
|
|
2841
|
-
"version": "0.30.21",
|
|
2842
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
2843
|
-
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
2844
|
-
"dev": true,
|
|
2845
|
-
"license": "MIT",
|
|
2846
|
-
"dependencies": {
|
|
2847
|
-
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
1953
|
"node_modules/math-intrinsics": {
|
|
2851
1954
|
"version": "1.1.0",
|
|
2852
1955
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -2925,25 +2028,6 @@
|
|
|
2925
2028
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2926
2029
|
"license": "MIT"
|
|
2927
2030
|
},
|
|
2928
|
-
"node_modules/nanoid": {
|
|
2929
|
-
"version": "3.3.18",
|
|
2930
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
|
2931
|
-
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
2932
|
-
"dev": true,
|
|
2933
|
-
"funding": [
|
|
2934
|
-
{
|
|
2935
|
-
"type": "github",
|
|
2936
|
-
"url": "https://github.com/sponsors/ai"
|
|
2937
|
-
}
|
|
2938
|
-
],
|
|
2939
|
-
"license": "MIT",
|
|
2940
|
-
"bin": {
|
|
2941
|
-
"nanoid": "bin/nanoid.cjs"
|
|
2942
|
-
},
|
|
2943
|
-
"engines": {
|
|
2944
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
2031
|
"node_modules/negotiator": {
|
|
2948
2032
|
"version": "1.1.0",
|
|
2949
2033
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.1.0.tgz",
|
|
@@ -3043,20 +2127,6 @@
|
|
|
3043
2127
|
"url": "https://github.com/sponsors/ljharb"
|
|
3044
2128
|
}
|
|
3045
2129
|
},
|
|
3046
|
-
"node_modules/obug": {
|
|
3047
|
-
"version": "2.1.4",
|
|
3048
|
-
"resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
|
|
3049
|
-
"integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
|
|
3050
|
-
"dev": true,
|
|
3051
|
-
"funding": [
|
|
3052
|
-
"https://github.com/sponsors/sxzz",
|
|
3053
|
-
"https://opencollective.com/debug"
|
|
3054
|
-
],
|
|
3055
|
-
"license": "MIT",
|
|
3056
|
-
"engines": {
|
|
3057
|
-
"node": ">=12.20.0"
|
|
3058
|
-
}
|
|
3059
|
-
},
|
|
3060
2130
|
"node_modules/on-finished": {
|
|
3061
2131
|
"version": "2.4.1",
|
|
3062
2132
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -3138,62 +2208,6 @@
|
|
|
3138
2208
|
"url": "https://opencollective.com/express"
|
|
3139
2209
|
}
|
|
3140
2210
|
},
|
|
3141
|
-
"node_modules/pathe": {
|
|
3142
|
-
"version": "2.0.3",
|
|
3143
|
-
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
3144
|
-
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
3145
|
-
"dev": true,
|
|
3146
|
-
"license": "MIT"
|
|
3147
|
-
},
|
|
3148
|
-
"node_modules/picocolors": {
|
|
3149
|
-
"version": "1.1.1",
|
|
3150
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3151
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3152
|
-
"dev": true,
|
|
3153
|
-
"license": "ISC"
|
|
3154
|
-
},
|
|
3155
|
-
"node_modules/picomatch": {
|
|
3156
|
-
"version": "4.0.5",
|
|
3157
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
|
|
3158
|
-
"integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
|
|
3159
|
-
"dev": true,
|
|
3160
|
-
"license": "MIT",
|
|
3161
|
-
"engines": {
|
|
3162
|
-
"node": ">=12"
|
|
3163
|
-
},
|
|
3164
|
-
"funding": {
|
|
3165
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3166
|
-
}
|
|
3167
|
-
},
|
|
3168
|
-
"node_modules/postcss": {
|
|
3169
|
-
"version": "8.5.26",
|
|
3170
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
|
|
3171
|
-
"integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
|
|
3172
|
-
"dev": true,
|
|
3173
|
-
"funding": [
|
|
3174
|
-
{
|
|
3175
|
-
"type": "opencollective",
|
|
3176
|
-
"url": "https://opencollective.com/postcss/"
|
|
3177
|
-
},
|
|
3178
|
-
{
|
|
3179
|
-
"type": "tidelift",
|
|
3180
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"type": "github",
|
|
3184
|
-
"url": "https://github.com/sponsors/ai"
|
|
3185
|
-
}
|
|
3186
|
-
],
|
|
3187
|
-
"license": "MIT",
|
|
3188
|
-
"dependencies": {
|
|
3189
|
-
"nanoid": "^3.3.17",
|
|
3190
|
-
"picocolors": "^1.1.1",
|
|
3191
|
-
"source-map-js": "^1.2.1"
|
|
3192
|
-
},
|
|
3193
|
-
"engines": {
|
|
3194
|
-
"node": "^10 || ^12 || >=14"
|
|
3195
|
-
}
|
|
3196
|
-
},
|
|
3197
2211
|
"node_modules/proto3-json-serializer": {
|
|
3198
2212
|
"version": "2.0.2",
|
|
3199
2213
|
"resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz",
|
|
@@ -3333,40 +2347,6 @@
|
|
|
3333
2347
|
"node": ">=14"
|
|
3334
2348
|
}
|
|
3335
2349
|
},
|
|
3336
|
-
"node_modules/rolldown": {
|
|
3337
|
-
"version": "1.2.5",
|
|
3338
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz",
|
|
3339
|
-
"integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==",
|
|
3340
|
-
"dev": true,
|
|
3341
|
-
"license": "MIT",
|
|
3342
|
-
"dependencies": {
|
|
3343
|
-
"@oxc-project/types": "=0.146.0",
|
|
3344
|
-
"@rolldown/pluginutils": "^1.0.0"
|
|
3345
|
-
},
|
|
3346
|
-
"bin": {
|
|
3347
|
-
"rolldown": "bin/cli.mjs"
|
|
3348
|
-
},
|
|
3349
|
-
"engines": {
|
|
3350
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
3351
|
-
},
|
|
3352
|
-
"optionalDependencies": {
|
|
3353
|
-
"@rolldown/binding-android-arm-eabi": "1.2.5",
|
|
3354
|
-
"@rolldown/binding-android-arm64": "1.2.5",
|
|
3355
|
-
"@rolldown/binding-darwin-arm64": "1.2.5",
|
|
3356
|
-
"@rolldown/binding-darwin-x64": "1.2.5",
|
|
3357
|
-
"@rolldown/binding-freebsd-x64": "1.2.5",
|
|
3358
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.2.5",
|
|
3359
|
-
"@rolldown/binding-linux-arm64-gnu": "1.2.5",
|
|
3360
|
-
"@rolldown/binding-linux-arm64-musl": "1.2.5",
|
|
3361
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.2.5",
|
|
3362
|
-
"@rolldown/binding-linux-s390x-gnu": "1.2.5",
|
|
3363
|
-
"@rolldown/binding-linux-x64-gnu": "1.2.5",
|
|
3364
|
-
"@rolldown/binding-linux-x64-musl": "1.2.5",
|
|
3365
|
-
"@rolldown/binding-openharmony-arm64": "1.2.5",
|
|
3366
|
-
"@rolldown/binding-win32-arm64-msvc": "1.2.5",
|
|
3367
|
-
"@rolldown/binding-win32-x64-msvc": "1.2.5"
|
|
3368
|
-
}
|
|
3369
|
-
},
|
|
3370
2350
|
"node_modules/router": {
|
|
3371
2351
|
"version": "2.2.0",
|
|
3372
2352
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -3544,30 +2524,6 @@
|
|
|
3544
2524
|
"url": "https://github.com/sponsors/ljharb"
|
|
3545
2525
|
}
|
|
3546
2526
|
},
|
|
3547
|
-
"node_modules/siginfo": {
|
|
3548
|
-
"version": "2.0.0",
|
|
3549
|
-
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
3550
|
-
"integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
|
|
3551
|
-
"dev": true,
|
|
3552
|
-
"license": "ISC"
|
|
3553
|
-
},
|
|
3554
|
-
"node_modules/source-map-js": {
|
|
3555
|
-
"version": "1.2.1",
|
|
3556
|
-
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3557
|
-
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3558
|
-
"dev": true,
|
|
3559
|
-
"license": "BSD-3-Clause",
|
|
3560
|
-
"engines": {
|
|
3561
|
-
"node": ">=0.10.0"
|
|
3562
|
-
}
|
|
3563
|
-
},
|
|
3564
|
-
"node_modules/stackback": {
|
|
3565
|
-
"version": "0.0.2",
|
|
3566
|
-
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
3567
|
-
"integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
|
|
3568
|
-
"dev": true,
|
|
3569
|
-
"license": "MIT"
|
|
3570
|
-
},
|
|
3571
2527
|
"node_modules/statuses": {
|
|
3572
2528
|
"version": "2.0.2",
|
|
3573
2529
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
@@ -3577,13 +2533,6 @@
|
|
|
3577
2533
|
"node": ">= 0.8"
|
|
3578
2534
|
}
|
|
3579
2535
|
},
|
|
3580
|
-
"node_modules/std-env": {
|
|
3581
|
-
"version": "4.2.0",
|
|
3582
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
|
|
3583
|
-
"integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
|
|
3584
|
-
"dev": true,
|
|
3585
|
-
"license": "MIT"
|
|
3586
|
-
},
|
|
3587
2536
|
"node_modules/stream-events": {
|
|
3588
2537
|
"version": "1.0.5",
|
|
3589
2538
|
"resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
|
|
@@ -3697,50 +2646,6 @@
|
|
|
3697
2646
|
"node": ">= 6"
|
|
3698
2647
|
}
|
|
3699
2648
|
},
|
|
3700
|
-
"node_modules/tinybench": {
|
|
3701
|
-
"version": "2.9.0",
|
|
3702
|
-
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
3703
|
-
"integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
|
|
3704
|
-
"dev": true,
|
|
3705
|
-
"license": "MIT"
|
|
3706
|
-
},
|
|
3707
|
-
"node_modules/tinyexec": {
|
|
3708
|
-
"version": "1.3.0",
|
|
3709
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
|
|
3710
|
-
"integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
|
|
3711
|
-
"dev": true,
|
|
3712
|
-
"license": "MIT",
|
|
3713
|
-
"engines": {
|
|
3714
|
-
"node": ">=18"
|
|
3715
|
-
}
|
|
3716
|
-
},
|
|
3717
|
-
"node_modules/tinyglobby": {
|
|
3718
|
-
"version": "0.2.17",
|
|
3719
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
3720
|
-
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
3721
|
-
"dev": true,
|
|
3722
|
-
"license": "MIT",
|
|
3723
|
-
"dependencies": {
|
|
3724
|
-
"fdir": "^6.5.0",
|
|
3725
|
-
"picomatch": "^4.0.4"
|
|
3726
|
-
},
|
|
3727
|
-
"engines": {
|
|
3728
|
-
"node": ">=12.0.0"
|
|
3729
|
-
},
|
|
3730
|
-
"funding": {
|
|
3731
|
-
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3732
|
-
}
|
|
3733
|
-
},
|
|
3734
|
-
"node_modules/tinyrainbow": {
|
|
3735
|
-
"version": "3.1.1",
|
|
3736
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
|
|
3737
|
-
"integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
|
|
3738
|
-
"dev": true,
|
|
3739
|
-
"license": "MIT",
|
|
3740
|
-
"engines": {
|
|
3741
|
-
"node": ">=14.0.0"
|
|
3742
|
-
}
|
|
3743
|
-
},
|
|
3744
2649
|
"node_modules/toidentifier": {
|
|
3745
2650
|
"version": "1.0.1",
|
|
3746
2651
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
@@ -3793,20 +2698,6 @@
|
|
|
3793
2698
|
"url": "https://opencollective.com/express"
|
|
3794
2699
|
}
|
|
3795
2700
|
},
|
|
3796
|
-
"node_modules/typescript": {
|
|
3797
|
-
"version": "5.9.3",
|
|
3798
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
3799
|
-
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3800
|
-
"dev": true,
|
|
3801
|
-
"license": "Apache-2.0",
|
|
3802
|
-
"bin": {
|
|
3803
|
-
"tsc": "bin/tsc",
|
|
3804
|
-
"tsserver": "bin/tsserver"
|
|
3805
|
-
},
|
|
3806
|
-
"engines": {
|
|
3807
|
-
"node": ">=14.17"
|
|
3808
|
-
}
|
|
3809
|
-
},
|
|
3810
2701
|
"node_modules/undici-types": {
|
|
3811
2702
|
"version": "8.3.0",
|
|
3812
2703
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
@@ -3851,174 +2742,6 @@
|
|
|
3851
2742
|
"node": ">= 0.8"
|
|
3852
2743
|
}
|
|
3853
2744
|
},
|
|
3854
|
-
"node_modules/vite": {
|
|
3855
|
-
"version": "8.2.2",
|
|
3856
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
|
|
3857
|
-
"integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
|
|
3858
|
-
"dev": true,
|
|
3859
|
-
"license": "MIT",
|
|
3860
|
-
"dependencies": {
|
|
3861
|
-
"lightningcss": "^1.33.0",
|
|
3862
|
-
"picomatch": "^4.0.5",
|
|
3863
|
-
"postcss": "^8.5.26",
|
|
3864
|
-
"rolldown": "~1.2.4",
|
|
3865
|
-
"tinyglobby": "^0.2.17"
|
|
3866
|
-
},
|
|
3867
|
-
"bin": {
|
|
3868
|
-
"vite": "bin/vite.js"
|
|
3869
|
-
},
|
|
3870
|
-
"engines": {
|
|
3871
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
3872
|
-
},
|
|
3873
|
-
"funding": {
|
|
3874
|
-
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
3875
|
-
},
|
|
3876
|
-
"optionalDependencies": {
|
|
3877
|
-
"fsevents": "~2.3.3"
|
|
3878
|
-
},
|
|
3879
|
-
"peerDependencies": {
|
|
3880
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
3881
|
-
"@vitejs/devtools": "^0.4.0 || ^0.5.0",
|
|
3882
|
-
"esbuild": "^0.27.0 || ^0.28.0",
|
|
3883
|
-
"jiti": ">=1.21.0",
|
|
3884
|
-
"less": "^4.0.0",
|
|
3885
|
-
"sass": "^1.70.0",
|
|
3886
|
-
"sass-embedded": "^1.70.0",
|
|
3887
|
-
"stylus": ">=0.54.8",
|
|
3888
|
-
"sugarss": "^5.0.0",
|
|
3889
|
-
"terser": "^5.16.0",
|
|
3890
|
-
"tsx": "^4.8.1",
|
|
3891
|
-
"yaml": "^2.4.2"
|
|
3892
|
-
},
|
|
3893
|
-
"peerDependenciesMeta": {
|
|
3894
|
-
"@types/node": {
|
|
3895
|
-
"optional": true
|
|
3896
|
-
},
|
|
3897
|
-
"@vitejs/devtools": {
|
|
3898
|
-
"optional": true
|
|
3899
|
-
},
|
|
3900
|
-
"esbuild": {
|
|
3901
|
-
"optional": true
|
|
3902
|
-
},
|
|
3903
|
-
"jiti": {
|
|
3904
|
-
"optional": true
|
|
3905
|
-
},
|
|
3906
|
-
"less": {
|
|
3907
|
-
"optional": true
|
|
3908
|
-
},
|
|
3909
|
-
"sass": {
|
|
3910
|
-
"optional": true
|
|
3911
|
-
},
|
|
3912
|
-
"sass-embedded": {
|
|
3913
|
-
"optional": true
|
|
3914
|
-
},
|
|
3915
|
-
"stylus": {
|
|
3916
|
-
"optional": true
|
|
3917
|
-
},
|
|
3918
|
-
"sugarss": {
|
|
3919
|
-
"optional": true
|
|
3920
|
-
},
|
|
3921
|
-
"terser": {
|
|
3922
|
-
"optional": true
|
|
3923
|
-
},
|
|
3924
|
-
"tsx": {
|
|
3925
|
-
"optional": true
|
|
3926
|
-
},
|
|
3927
|
-
"yaml": {
|
|
3928
|
-
"optional": true
|
|
3929
|
-
}
|
|
3930
|
-
}
|
|
3931
|
-
},
|
|
3932
|
-
"node_modules/vitest": {
|
|
3933
|
-
"version": "4.1.11",
|
|
3934
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
|
|
3935
|
-
"integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
|
|
3936
|
-
"dev": true,
|
|
3937
|
-
"license": "MIT",
|
|
3938
|
-
"dependencies": {
|
|
3939
|
-
"@vitest/expect": "4.1.11",
|
|
3940
|
-
"@vitest/mocker": "4.1.11",
|
|
3941
|
-
"@vitest/pretty-format": "4.1.11",
|
|
3942
|
-
"@vitest/runner": "4.1.11",
|
|
3943
|
-
"@vitest/snapshot": "4.1.11",
|
|
3944
|
-
"@vitest/spy": "4.1.11",
|
|
3945
|
-
"@vitest/utils": "4.1.11",
|
|
3946
|
-
"es-module-lexer": "^2.0.0",
|
|
3947
|
-
"expect-type": "^1.3.0",
|
|
3948
|
-
"magic-string": "^0.30.21",
|
|
3949
|
-
"obug": "^2.1.1",
|
|
3950
|
-
"pathe": "^2.0.3",
|
|
3951
|
-
"picomatch": "^4.0.3",
|
|
3952
|
-
"std-env": "^4.0.0-rc.1",
|
|
3953
|
-
"tinybench": "^2.9.0",
|
|
3954
|
-
"tinyexec": "^1.0.2",
|
|
3955
|
-
"tinyglobby": "^0.2.15",
|
|
3956
|
-
"tinyrainbow": "^3.1.0",
|
|
3957
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
3958
|
-
"why-is-node-running": "^2.3.0"
|
|
3959
|
-
},
|
|
3960
|
-
"bin": {
|
|
3961
|
-
"vitest": "vitest.mjs"
|
|
3962
|
-
},
|
|
3963
|
-
"engines": {
|
|
3964
|
-
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
3965
|
-
},
|
|
3966
|
-
"funding": {
|
|
3967
|
-
"url": "https://opencollective.com/vitest"
|
|
3968
|
-
},
|
|
3969
|
-
"peerDependencies": {
|
|
3970
|
-
"@edge-runtime/vm": "*",
|
|
3971
|
-
"@opentelemetry/api": "^1.9.0",
|
|
3972
|
-
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
3973
|
-
"@vitest/browser-playwright": "4.1.11",
|
|
3974
|
-
"@vitest/browser-preview": "4.1.11",
|
|
3975
|
-
"@vitest/browser-webdriverio": "4.1.11",
|
|
3976
|
-
"@vitest/coverage-istanbul": "4.1.11",
|
|
3977
|
-
"@vitest/coverage-v8": "4.1.11",
|
|
3978
|
-
"@vitest/ui": "4.1.11",
|
|
3979
|
-
"happy-dom": "*",
|
|
3980
|
-
"jsdom": "*",
|
|
3981
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
3982
|
-
},
|
|
3983
|
-
"peerDependenciesMeta": {
|
|
3984
|
-
"@edge-runtime/vm": {
|
|
3985
|
-
"optional": true
|
|
3986
|
-
},
|
|
3987
|
-
"@opentelemetry/api": {
|
|
3988
|
-
"optional": true
|
|
3989
|
-
},
|
|
3990
|
-
"@types/node": {
|
|
3991
|
-
"optional": true
|
|
3992
|
-
},
|
|
3993
|
-
"@vitest/browser-playwright": {
|
|
3994
|
-
"optional": true
|
|
3995
|
-
},
|
|
3996
|
-
"@vitest/browser-preview": {
|
|
3997
|
-
"optional": true
|
|
3998
|
-
},
|
|
3999
|
-
"@vitest/browser-webdriverio": {
|
|
4000
|
-
"optional": true
|
|
4001
|
-
},
|
|
4002
|
-
"@vitest/coverage-istanbul": {
|
|
4003
|
-
"optional": true
|
|
4004
|
-
},
|
|
4005
|
-
"@vitest/coverage-v8": {
|
|
4006
|
-
"optional": true
|
|
4007
|
-
},
|
|
4008
|
-
"@vitest/ui": {
|
|
4009
|
-
"optional": true
|
|
4010
|
-
},
|
|
4011
|
-
"happy-dom": {
|
|
4012
|
-
"optional": true
|
|
4013
|
-
},
|
|
4014
|
-
"jsdom": {
|
|
4015
|
-
"optional": true
|
|
4016
|
-
},
|
|
4017
|
-
"vite": {
|
|
4018
|
-
"optional": false
|
|
4019
|
-
}
|
|
4020
|
-
}
|
|
4021
|
-
},
|
|
4022
2745
|
"node_modules/web-streams-polyfill": {
|
|
4023
2746
|
"version": "3.3.3",
|
|
4024
2747
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
@@ -4067,23 +2790,6 @@
|
|
|
4067
2790
|
"webidl-conversions": "^3.0.0"
|
|
4068
2791
|
}
|
|
4069
2792
|
},
|
|
4070
|
-
"node_modules/why-is-node-running": {
|
|
4071
|
-
"version": "2.3.0",
|
|
4072
|
-
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
4073
|
-
"integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
|
|
4074
|
-
"dev": true,
|
|
4075
|
-
"license": "MIT",
|
|
4076
|
-
"dependencies": {
|
|
4077
|
-
"siginfo": "^2.0.0",
|
|
4078
|
-
"stackback": "0.0.2"
|
|
4079
|
-
},
|
|
4080
|
-
"bin": {
|
|
4081
|
-
"why-is-node-running": "cli.js"
|
|
4082
|
-
},
|
|
4083
|
-
"engines": {
|
|
4084
|
-
"node": ">=8"
|
|
4085
|
-
}
|
|
4086
|
-
},
|
|
4087
2793
|
"node_modules/wrap-ansi": {
|
|
4088
2794
|
"version": "7.0.0",
|
|
4089
2795
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|