@geravant/sinain 1.11.0 → 1.13.0

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.
Files changed (55) hide show
  1. package/package.json +1 -1
  2. package/sinain-core/package-lock.json +963 -0
  3. package/sinain-core/package.json +1 -0
  4. package/sinain-core/src/buffers/feed-buffer.ts +32 -0
  5. package/sinain-core/src/embedding/service.ts +66 -0
  6. package/sinain-core/src/escalation/escalator.ts +1 -0
  7. package/sinain-core/src/escalation/message-builder.ts +45 -118
  8. package/sinain-core/src/index.ts +19 -2
  9. package/sinain-core/src/learning/local-curation.ts +137 -7
  10. package/sinain-core/src/overlay/commands.ts +16 -3
  11. package/sinain-core/src/overlay/ws-handler.ts +4 -1
  12. package/sinain-core/src/server.ts +31 -0
  13. package/sinain-core/src/types.ts +3 -0
  14. package/sinain-memory/README.md +105 -0
  15. package/sinain-memory/__pycache__/common.cpython-312.pyc +0 -0
  16. package/sinain-memory/__pycache__/embed_client.cpython-312.pyc +0 -0
  17. package/sinain-memory/__pycache__/graph_query.cpython-312.pyc +0 -0
  18. package/sinain-memory/__pycache__/knowledge_integrator.cpython-312.pyc +0 -0
  19. package/sinain-memory/__pycache__/session_distiller.cpython-312.pyc +0 -0
  20. package/sinain-memory/__pycache__/triplestore.cpython-312.pyc +0 -0
  21. package/sinain-memory/embed_client.py +117 -0
  22. package/sinain-memory/eval/__pycache__/__init__.cpython-312.pyc +0 -0
  23. package/sinain-memory/eval/benchmarks/__init__.py +0 -0
  24. package/sinain-memory/eval/benchmarks/__pycache__/__init__.cpython-312.pyc +0 -0
  25. package/sinain-memory/eval/benchmarks/__pycache__/base_adapter.cpython-312.pyc +0 -0
  26. package/sinain-memory/eval/benchmarks/__pycache__/config.cpython-312.pyc +0 -0
  27. package/sinain-memory/eval/benchmarks/__pycache__/evaluate.cpython-312.pyc +0 -0
  28. package/sinain-memory/eval/benchmarks/__pycache__/ingest.cpython-312.pyc +0 -0
  29. package/sinain-memory/eval/benchmarks/__pycache__/longmemeval_adapter.cpython-312.pyc +0 -0
  30. package/sinain-memory/eval/benchmarks/__pycache__/meeting_adapter.cpython-312.pyc +0 -0
  31. package/sinain-memory/eval/benchmarks/__pycache__/meeting_runner.cpython-312.pyc +0 -0
  32. package/sinain-memory/eval/benchmarks/__pycache__/query.cpython-312.pyc +0 -0
  33. package/sinain-memory/eval/benchmarks/__pycache__/report.cpython-312.pyc +0 -0
  34. package/sinain-memory/eval/benchmarks/__pycache__/runner.cpython-312.pyc +0 -0
  35. package/sinain-memory/eval/benchmarks/base_adapter.py +43 -0
  36. package/sinain-memory/eval/benchmarks/config.py +23 -0
  37. package/sinain-memory/eval/benchmarks/evaluate.py +146 -0
  38. package/sinain-memory/eval/benchmarks/ingest.py +152 -0
  39. package/sinain-memory/eval/benchmarks/judges/__init__.py +0 -0
  40. package/sinain-memory/eval/benchmarks/judges/__pycache__/__init__.cpython-312.pyc +0 -0
  41. package/sinain-memory/eval/benchmarks/judges/__pycache__/qa_judge.cpython-312.pyc +0 -0
  42. package/sinain-memory/eval/benchmarks/judges/qa_judge.py +81 -0
  43. package/sinain-memory/eval/benchmarks/longmemeval_adapter.py +177 -0
  44. package/sinain-memory/eval/benchmarks/meeting_adapter.py +81 -0
  45. package/sinain-memory/eval/benchmarks/meeting_runner.py +230 -0
  46. package/sinain-memory/eval/benchmarks/query.py +193 -0
  47. package/sinain-memory/eval/benchmarks/report.py +87 -0
  48. package/sinain-memory/eval/benchmarks/run_meeting_bench.sh +318 -0
  49. package/sinain-memory/eval/benchmarks/runner.py +283 -0
  50. package/sinain-memory/graph_query.py +257 -15
  51. package/sinain-memory/knowledge_integrator.py +365 -72
  52. package/sinain-memory/koog-config.json +11 -0
  53. package/sinain-memory/memory-config.json +1 -1
  54. package/sinain-memory/session_distiller.py +43 -19
  55. package/sinain-memory/triplestore.py +60 -0
@@ -8,6 +8,7 @@
8
8
  "name": "sinain-core",
9
9
  "version": "1.0.0",
10
10
  "dependencies": {
11
+ "@huggingface/transformers": "^4.0.1",
11
12
  "@types/node": "^22.19.7",
12
13
  "@types/ws": "^8.18.1",
13
14
  "tsx": "^4.21.0",
@@ -15,6 +16,16 @@
15
16
  "ws": "^8.18.0"
16
17
  }
17
18
  },
19
+ "node_modules/@emnapi/runtime": {
20
+ "version": "1.9.2",
21
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
22
+ "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
23
+ "license": "MIT",
24
+ "optional": true,
25
+ "dependencies": {
26
+ "tslib": "^2.4.0"
27
+ }
28
+ },
18
29
  "node_modules/@esbuild/aix-ppc64": {
19
30
  "version": "0.27.3",
20
31
  "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
@@ -405,6 +416,563 @@
405
416
  "node": ">=18"
406
417
  }
407
418
  },
419
+ "node_modules/@huggingface/jinja": {
420
+ "version": "0.5.6",
421
+ "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.5.6.tgz",
422
+ "integrity": "sha512-MyMWyLnjqo+KRJYSH7oWNbsOn5onuIvfXYPcc0WOGxU0eHUV7oAYUoQTl2BMdu7ml+ea/bu11UM+EshbeHwtIA==",
423
+ "license": "MIT",
424
+ "engines": {
425
+ "node": ">=18"
426
+ }
427
+ },
428
+ "node_modules/@huggingface/tokenizers": {
429
+ "version": "0.1.3",
430
+ "resolved": "https://registry.npmjs.org/@huggingface/tokenizers/-/tokenizers-0.1.3.tgz",
431
+ "integrity": "sha512-8rF/RRT10u+kn7YuUbUg0OF30K8rjTc78aHpxT+qJ1uWSqxT1MHi8+9ltwYfkFYJzT/oS+qw3JVfHtNMGAdqyA==",
432
+ "license": "Apache-2.0"
433
+ },
434
+ "node_modules/@huggingface/transformers": {
435
+ "version": "4.0.1",
436
+ "resolved": "https://registry.npmjs.org/@huggingface/transformers/-/transformers-4.0.1.tgz",
437
+ "integrity": "sha512-tAQYEy+cnW0ku/NxBSjFXCymi+DZa1/JkoGf4McxjzO36CZZIL/J4TF6X7i/tzs75yTjshUDgsvSz03s2xym2A==",
438
+ "license": "Apache-2.0",
439
+ "dependencies": {
440
+ "@huggingface/jinja": "^0.5.6",
441
+ "@huggingface/tokenizers": "^0.1.3",
442
+ "onnxruntime-node": "1.24.3",
443
+ "onnxruntime-web": "1.25.0-dev.20260327-722743c0e2",
444
+ "sharp": "^0.34.5"
445
+ }
446
+ },
447
+ "node_modules/@img/colour": {
448
+ "version": "1.1.0",
449
+ "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
450
+ "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
451
+ "license": "MIT",
452
+ "engines": {
453
+ "node": ">=18"
454
+ }
455
+ },
456
+ "node_modules/@img/sharp-darwin-arm64": {
457
+ "version": "0.34.5",
458
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
459
+ "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
460
+ "cpu": [
461
+ "arm64"
462
+ ],
463
+ "license": "Apache-2.0",
464
+ "optional": true,
465
+ "os": [
466
+ "darwin"
467
+ ],
468
+ "engines": {
469
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
470
+ },
471
+ "funding": {
472
+ "url": "https://opencollective.com/libvips"
473
+ },
474
+ "optionalDependencies": {
475
+ "@img/sharp-libvips-darwin-arm64": "1.2.4"
476
+ }
477
+ },
478
+ "node_modules/@img/sharp-darwin-x64": {
479
+ "version": "0.34.5",
480
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
481
+ "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
482
+ "cpu": [
483
+ "x64"
484
+ ],
485
+ "license": "Apache-2.0",
486
+ "optional": true,
487
+ "os": [
488
+ "darwin"
489
+ ],
490
+ "engines": {
491
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
492
+ },
493
+ "funding": {
494
+ "url": "https://opencollective.com/libvips"
495
+ },
496
+ "optionalDependencies": {
497
+ "@img/sharp-libvips-darwin-x64": "1.2.4"
498
+ }
499
+ },
500
+ "node_modules/@img/sharp-libvips-darwin-arm64": {
501
+ "version": "1.2.4",
502
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
503
+ "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
504
+ "cpu": [
505
+ "arm64"
506
+ ],
507
+ "license": "LGPL-3.0-or-later",
508
+ "optional": true,
509
+ "os": [
510
+ "darwin"
511
+ ],
512
+ "funding": {
513
+ "url": "https://opencollective.com/libvips"
514
+ }
515
+ },
516
+ "node_modules/@img/sharp-libvips-darwin-x64": {
517
+ "version": "1.2.4",
518
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
519
+ "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
520
+ "cpu": [
521
+ "x64"
522
+ ],
523
+ "license": "LGPL-3.0-or-later",
524
+ "optional": true,
525
+ "os": [
526
+ "darwin"
527
+ ],
528
+ "funding": {
529
+ "url": "https://opencollective.com/libvips"
530
+ }
531
+ },
532
+ "node_modules/@img/sharp-libvips-linux-arm": {
533
+ "version": "1.2.4",
534
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
535
+ "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
536
+ "cpu": [
537
+ "arm"
538
+ ],
539
+ "license": "LGPL-3.0-or-later",
540
+ "optional": true,
541
+ "os": [
542
+ "linux"
543
+ ],
544
+ "funding": {
545
+ "url": "https://opencollective.com/libvips"
546
+ }
547
+ },
548
+ "node_modules/@img/sharp-libvips-linux-arm64": {
549
+ "version": "1.2.4",
550
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
551
+ "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
552
+ "cpu": [
553
+ "arm64"
554
+ ],
555
+ "license": "LGPL-3.0-or-later",
556
+ "optional": true,
557
+ "os": [
558
+ "linux"
559
+ ],
560
+ "funding": {
561
+ "url": "https://opencollective.com/libvips"
562
+ }
563
+ },
564
+ "node_modules/@img/sharp-libvips-linux-ppc64": {
565
+ "version": "1.2.4",
566
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
567
+ "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
568
+ "cpu": [
569
+ "ppc64"
570
+ ],
571
+ "license": "LGPL-3.0-or-later",
572
+ "optional": true,
573
+ "os": [
574
+ "linux"
575
+ ],
576
+ "funding": {
577
+ "url": "https://opencollective.com/libvips"
578
+ }
579
+ },
580
+ "node_modules/@img/sharp-libvips-linux-riscv64": {
581
+ "version": "1.2.4",
582
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
583
+ "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
584
+ "cpu": [
585
+ "riscv64"
586
+ ],
587
+ "license": "LGPL-3.0-or-later",
588
+ "optional": true,
589
+ "os": [
590
+ "linux"
591
+ ],
592
+ "funding": {
593
+ "url": "https://opencollective.com/libvips"
594
+ }
595
+ },
596
+ "node_modules/@img/sharp-libvips-linux-s390x": {
597
+ "version": "1.2.4",
598
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
599
+ "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
600
+ "cpu": [
601
+ "s390x"
602
+ ],
603
+ "license": "LGPL-3.0-or-later",
604
+ "optional": true,
605
+ "os": [
606
+ "linux"
607
+ ],
608
+ "funding": {
609
+ "url": "https://opencollective.com/libvips"
610
+ }
611
+ },
612
+ "node_modules/@img/sharp-libvips-linux-x64": {
613
+ "version": "1.2.4",
614
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
615
+ "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
616
+ "cpu": [
617
+ "x64"
618
+ ],
619
+ "license": "LGPL-3.0-or-later",
620
+ "optional": true,
621
+ "os": [
622
+ "linux"
623
+ ],
624
+ "funding": {
625
+ "url": "https://opencollective.com/libvips"
626
+ }
627
+ },
628
+ "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
629
+ "version": "1.2.4",
630
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
631
+ "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
632
+ "cpu": [
633
+ "arm64"
634
+ ],
635
+ "license": "LGPL-3.0-or-later",
636
+ "optional": true,
637
+ "os": [
638
+ "linux"
639
+ ],
640
+ "funding": {
641
+ "url": "https://opencollective.com/libvips"
642
+ }
643
+ },
644
+ "node_modules/@img/sharp-libvips-linuxmusl-x64": {
645
+ "version": "1.2.4",
646
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
647
+ "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
648
+ "cpu": [
649
+ "x64"
650
+ ],
651
+ "license": "LGPL-3.0-or-later",
652
+ "optional": true,
653
+ "os": [
654
+ "linux"
655
+ ],
656
+ "funding": {
657
+ "url": "https://opencollective.com/libvips"
658
+ }
659
+ },
660
+ "node_modules/@img/sharp-linux-arm": {
661
+ "version": "0.34.5",
662
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
663
+ "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
664
+ "cpu": [
665
+ "arm"
666
+ ],
667
+ "license": "Apache-2.0",
668
+ "optional": true,
669
+ "os": [
670
+ "linux"
671
+ ],
672
+ "engines": {
673
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
674
+ },
675
+ "funding": {
676
+ "url": "https://opencollective.com/libvips"
677
+ },
678
+ "optionalDependencies": {
679
+ "@img/sharp-libvips-linux-arm": "1.2.4"
680
+ }
681
+ },
682
+ "node_modules/@img/sharp-linux-arm64": {
683
+ "version": "0.34.5",
684
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
685
+ "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
686
+ "cpu": [
687
+ "arm64"
688
+ ],
689
+ "license": "Apache-2.0",
690
+ "optional": true,
691
+ "os": [
692
+ "linux"
693
+ ],
694
+ "engines": {
695
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
696
+ },
697
+ "funding": {
698
+ "url": "https://opencollective.com/libvips"
699
+ },
700
+ "optionalDependencies": {
701
+ "@img/sharp-libvips-linux-arm64": "1.2.4"
702
+ }
703
+ },
704
+ "node_modules/@img/sharp-linux-ppc64": {
705
+ "version": "0.34.5",
706
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
707
+ "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
708
+ "cpu": [
709
+ "ppc64"
710
+ ],
711
+ "license": "Apache-2.0",
712
+ "optional": true,
713
+ "os": [
714
+ "linux"
715
+ ],
716
+ "engines": {
717
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
718
+ },
719
+ "funding": {
720
+ "url": "https://opencollective.com/libvips"
721
+ },
722
+ "optionalDependencies": {
723
+ "@img/sharp-libvips-linux-ppc64": "1.2.4"
724
+ }
725
+ },
726
+ "node_modules/@img/sharp-linux-riscv64": {
727
+ "version": "0.34.5",
728
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
729
+ "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
730
+ "cpu": [
731
+ "riscv64"
732
+ ],
733
+ "license": "Apache-2.0",
734
+ "optional": true,
735
+ "os": [
736
+ "linux"
737
+ ],
738
+ "engines": {
739
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
740
+ },
741
+ "funding": {
742
+ "url": "https://opencollective.com/libvips"
743
+ },
744
+ "optionalDependencies": {
745
+ "@img/sharp-libvips-linux-riscv64": "1.2.4"
746
+ }
747
+ },
748
+ "node_modules/@img/sharp-linux-s390x": {
749
+ "version": "0.34.5",
750
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
751
+ "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
752
+ "cpu": [
753
+ "s390x"
754
+ ],
755
+ "license": "Apache-2.0",
756
+ "optional": true,
757
+ "os": [
758
+ "linux"
759
+ ],
760
+ "engines": {
761
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
762
+ },
763
+ "funding": {
764
+ "url": "https://opencollective.com/libvips"
765
+ },
766
+ "optionalDependencies": {
767
+ "@img/sharp-libvips-linux-s390x": "1.2.4"
768
+ }
769
+ },
770
+ "node_modules/@img/sharp-linux-x64": {
771
+ "version": "0.34.5",
772
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
773
+ "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
774
+ "cpu": [
775
+ "x64"
776
+ ],
777
+ "license": "Apache-2.0",
778
+ "optional": true,
779
+ "os": [
780
+ "linux"
781
+ ],
782
+ "engines": {
783
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
784
+ },
785
+ "funding": {
786
+ "url": "https://opencollective.com/libvips"
787
+ },
788
+ "optionalDependencies": {
789
+ "@img/sharp-libvips-linux-x64": "1.2.4"
790
+ }
791
+ },
792
+ "node_modules/@img/sharp-linuxmusl-arm64": {
793
+ "version": "0.34.5",
794
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
795
+ "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
796
+ "cpu": [
797
+ "arm64"
798
+ ],
799
+ "license": "Apache-2.0",
800
+ "optional": true,
801
+ "os": [
802
+ "linux"
803
+ ],
804
+ "engines": {
805
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
806
+ },
807
+ "funding": {
808
+ "url": "https://opencollective.com/libvips"
809
+ },
810
+ "optionalDependencies": {
811
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
812
+ }
813
+ },
814
+ "node_modules/@img/sharp-linuxmusl-x64": {
815
+ "version": "0.34.5",
816
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
817
+ "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
818
+ "cpu": [
819
+ "x64"
820
+ ],
821
+ "license": "Apache-2.0",
822
+ "optional": true,
823
+ "os": [
824
+ "linux"
825
+ ],
826
+ "engines": {
827
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
828
+ },
829
+ "funding": {
830
+ "url": "https://opencollective.com/libvips"
831
+ },
832
+ "optionalDependencies": {
833
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
834
+ }
835
+ },
836
+ "node_modules/@img/sharp-wasm32": {
837
+ "version": "0.34.5",
838
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
839
+ "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
840
+ "cpu": [
841
+ "wasm32"
842
+ ],
843
+ "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
844
+ "optional": true,
845
+ "dependencies": {
846
+ "@emnapi/runtime": "^1.7.0"
847
+ },
848
+ "engines": {
849
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
850
+ },
851
+ "funding": {
852
+ "url": "https://opencollective.com/libvips"
853
+ }
854
+ },
855
+ "node_modules/@img/sharp-win32-arm64": {
856
+ "version": "0.34.5",
857
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
858
+ "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
859
+ "cpu": [
860
+ "arm64"
861
+ ],
862
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
863
+ "optional": true,
864
+ "os": [
865
+ "win32"
866
+ ],
867
+ "engines": {
868
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
869
+ },
870
+ "funding": {
871
+ "url": "https://opencollective.com/libvips"
872
+ }
873
+ },
874
+ "node_modules/@img/sharp-win32-ia32": {
875
+ "version": "0.34.5",
876
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
877
+ "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
878
+ "cpu": [
879
+ "ia32"
880
+ ],
881
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
882
+ "optional": true,
883
+ "os": [
884
+ "win32"
885
+ ],
886
+ "engines": {
887
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
888
+ },
889
+ "funding": {
890
+ "url": "https://opencollective.com/libvips"
891
+ }
892
+ },
893
+ "node_modules/@img/sharp-win32-x64": {
894
+ "version": "0.34.5",
895
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
896
+ "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
897
+ "cpu": [
898
+ "x64"
899
+ ],
900
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
901
+ "optional": true,
902
+ "os": [
903
+ "win32"
904
+ ],
905
+ "engines": {
906
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
907
+ },
908
+ "funding": {
909
+ "url": "https://opencollective.com/libvips"
910
+ }
911
+ },
912
+ "node_modules/@protobufjs/aspromise": {
913
+ "version": "1.1.2",
914
+ "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
915
+ "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
916
+ "license": "BSD-3-Clause"
917
+ },
918
+ "node_modules/@protobufjs/base64": {
919
+ "version": "1.1.2",
920
+ "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
921
+ "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
922
+ "license": "BSD-3-Clause"
923
+ },
924
+ "node_modules/@protobufjs/codegen": {
925
+ "version": "2.0.4",
926
+ "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
927
+ "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
928
+ "license": "BSD-3-Clause"
929
+ },
930
+ "node_modules/@protobufjs/eventemitter": {
931
+ "version": "1.1.0",
932
+ "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
933
+ "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
934
+ "license": "BSD-3-Clause"
935
+ },
936
+ "node_modules/@protobufjs/fetch": {
937
+ "version": "1.1.0",
938
+ "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
939
+ "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
940
+ "license": "BSD-3-Clause",
941
+ "dependencies": {
942
+ "@protobufjs/aspromise": "^1.1.1",
943
+ "@protobufjs/inquire": "^1.1.0"
944
+ }
945
+ },
946
+ "node_modules/@protobufjs/float": {
947
+ "version": "1.0.2",
948
+ "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
949
+ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
950
+ "license": "BSD-3-Clause"
951
+ },
952
+ "node_modules/@protobufjs/inquire": {
953
+ "version": "1.1.0",
954
+ "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
955
+ "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
956
+ "license": "BSD-3-Clause"
957
+ },
958
+ "node_modules/@protobufjs/path": {
959
+ "version": "1.1.2",
960
+ "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
961
+ "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
962
+ "license": "BSD-3-Clause"
963
+ },
964
+ "node_modules/@protobufjs/pool": {
965
+ "version": "1.1.0",
966
+ "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
967
+ "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
968
+ "license": "BSD-3-Clause"
969
+ },
970
+ "node_modules/@protobufjs/utf8": {
971
+ "version": "1.1.0",
972
+ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
973
+ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
974
+ "license": "BSD-3-Clause"
975
+ },
408
976
  "node_modules/@types/node": {
409
977
  "version": "22.19.11",
410
978
  "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz",
@@ -421,6 +989,95 @@
421
989
  "@types/node": "*"
422
990
  }
423
991
  },
992
+ "node_modules/adm-zip": {
993
+ "version": "0.5.17",
994
+ "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.17.tgz",
995
+ "integrity": "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==",
996
+ "license": "MIT",
997
+ "engines": {
998
+ "node": ">=12.0"
999
+ }
1000
+ },
1001
+ "node_modules/boolean": {
1002
+ "version": "3.2.0",
1003
+ "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
1004
+ "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
1005
+ "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
1006
+ "license": "MIT"
1007
+ },
1008
+ "node_modules/define-data-property": {
1009
+ "version": "1.1.4",
1010
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
1011
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
1012
+ "license": "MIT",
1013
+ "dependencies": {
1014
+ "es-define-property": "^1.0.0",
1015
+ "es-errors": "^1.3.0",
1016
+ "gopd": "^1.0.1"
1017
+ },
1018
+ "engines": {
1019
+ "node": ">= 0.4"
1020
+ },
1021
+ "funding": {
1022
+ "url": "https://github.com/sponsors/ljharb"
1023
+ }
1024
+ },
1025
+ "node_modules/define-properties": {
1026
+ "version": "1.2.1",
1027
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
1028
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
1029
+ "license": "MIT",
1030
+ "dependencies": {
1031
+ "define-data-property": "^1.0.1",
1032
+ "has-property-descriptors": "^1.0.0",
1033
+ "object-keys": "^1.1.1"
1034
+ },
1035
+ "engines": {
1036
+ "node": ">= 0.4"
1037
+ },
1038
+ "funding": {
1039
+ "url": "https://github.com/sponsors/ljharb"
1040
+ }
1041
+ },
1042
+ "node_modules/detect-libc": {
1043
+ "version": "2.1.2",
1044
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1045
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1046
+ "license": "Apache-2.0",
1047
+ "engines": {
1048
+ "node": ">=8"
1049
+ }
1050
+ },
1051
+ "node_modules/detect-node": {
1052
+ "version": "2.1.0",
1053
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
1054
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
1055
+ "license": "MIT"
1056
+ },
1057
+ "node_modules/es-define-property": {
1058
+ "version": "1.0.1",
1059
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1060
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1061
+ "license": "MIT",
1062
+ "engines": {
1063
+ "node": ">= 0.4"
1064
+ }
1065
+ },
1066
+ "node_modules/es-errors": {
1067
+ "version": "1.3.0",
1068
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1069
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1070
+ "license": "MIT",
1071
+ "engines": {
1072
+ "node": ">= 0.4"
1073
+ }
1074
+ },
1075
+ "node_modules/es6-error": {
1076
+ "version": "4.1.1",
1077
+ "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
1078
+ "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
1079
+ "license": "MIT"
1080
+ },
424
1081
  "node_modules/esbuild": {
425
1082
  "version": "0.27.3",
426
1083
  "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
@@ -461,6 +1118,24 @@
461
1118
  "@esbuild/win32-x64": "0.27.3"
462
1119
  }
463
1120
  },
1121
+ "node_modules/escape-string-regexp": {
1122
+ "version": "4.0.0",
1123
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1124
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1125
+ "license": "MIT",
1126
+ "engines": {
1127
+ "node": ">=10"
1128
+ },
1129
+ "funding": {
1130
+ "url": "https://github.com/sponsors/sindresorhus"
1131
+ }
1132
+ },
1133
+ "node_modules/flatbuffers": {
1134
+ "version": "25.9.23",
1135
+ "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz",
1136
+ "integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==",
1137
+ "license": "Apache-2.0"
1138
+ },
464
1139
  "node_modules/fsevents": {
465
1140
  "version": "2.3.3",
466
1141
  "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
@@ -485,6 +1160,175 @@
485
1160
  "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
486
1161
  }
487
1162
  },
1163
+ "node_modules/global-agent": {
1164
+ "version": "3.0.0",
1165
+ "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz",
1166
+ "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==",
1167
+ "license": "BSD-3-Clause",
1168
+ "dependencies": {
1169
+ "boolean": "^3.0.1",
1170
+ "es6-error": "^4.1.1",
1171
+ "matcher": "^3.0.0",
1172
+ "roarr": "^2.15.3",
1173
+ "semver": "^7.3.2",
1174
+ "serialize-error": "^7.0.1"
1175
+ },
1176
+ "engines": {
1177
+ "node": ">=10.0"
1178
+ }
1179
+ },
1180
+ "node_modules/globalthis": {
1181
+ "version": "1.0.4",
1182
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
1183
+ "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
1184
+ "license": "MIT",
1185
+ "dependencies": {
1186
+ "define-properties": "^1.2.1",
1187
+ "gopd": "^1.0.1"
1188
+ },
1189
+ "engines": {
1190
+ "node": ">= 0.4"
1191
+ },
1192
+ "funding": {
1193
+ "url": "https://github.com/sponsors/ljharb"
1194
+ }
1195
+ },
1196
+ "node_modules/gopd": {
1197
+ "version": "1.2.0",
1198
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1199
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1200
+ "license": "MIT",
1201
+ "engines": {
1202
+ "node": ">= 0.4"
1203
+ },
1204
+ "funding": {
1205
+ "url": "https://github.com/sponsors/ljharb"
1206
+ }
1207
+ },
1208
+ "node_modules/guid-typescript": {
1209
+ "version": "1.0.9",
1210
+ "resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz",
1211
+ "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==",
1212
+ "license": "ISC"
1213
+ },
1214
+ "node_modules/has-property-descriptors": {
1215
+ "version": "1.0.2",
1216
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
1217
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
1218
+ "license": "MIT",
1219
+ "dependencies": {
1220
+ "es-define-property": "^1.0.0"
1221
+ },
1222
+ "funding": {
1223
+ "url": "https://github.com/sponsors/ljharb"
1224
+ }
1225
+ },
1226
+ "node_modules/json-stringify-safe": {
1227
+ "version": "5.0.1",
1228
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
1229
+ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
1230
+ "license": "ISC"
1231
+ },
1232
+ "node_modules/long": {
1233
+ "version": "5.3.2",
1234
+ "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
1235
+ "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
1236
+ "license": "Apache-2.0"
1237
+ },
1238
+ "node_modules/matcher": {
1239
+ "version": "3.0.0",
1240
+ "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
1241
+ "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==",
1242
+ "license": "MIT",
1243
+ "dependencies": {
1244
+ "escape-string-regexp": "^4.0.0"
1245
+ },
1246
+ "engines": {
1247
+ "node": ">=10"
1248
+ }
1249
+ },
1250
+ "node_modules/object-keys": {
1251
+ "version": "1.1.1",
1252
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
1253
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
1254
+ "license": "MIT",
1255
+ "engines": {
1256
+ "node": ">= 0.4"
1257
+ }
1258
+ },
1259
+ "node_modules/onnxruntime-common": {
1260
+ "version": "1.24.3",
1261
+ "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.24.3.tgz",
1262
+ "integrity": "sha512-GeuPZO6U/LBJXvwdaqHbuUmoXiEdeCjWi/EG7Y1HNnDwJYuk6WUbNXpF6luSUY8yASul3cmUlLGrCCL1ZgVXqA==",
1263
+ "license": "MIT"
1264
+ },
1265
+ "node_modules/onnxruntime-node": {
1266
+ "version": "1.24.3",
1267
+ "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.24.3.tgz",
1268
+ "integrity": "sha512-JH7+czbc8ALA819vlTgcV+Q214/+VjGeBHDjX81+ZCD0PCVCIFGFNtT0V4sXG/1JXypKPgScQcB3ij/hk3YnTg==",
1269
+ "hasInstallScript": true,
1270
+ "license": "MIT",
1271
+ "os": [
1272
+ "win32",
1273
+ "darwin",
1274
+ "linux"
1275
+ ],
1276
+ "dependencies": {
1277
+ "adm-zip": "^0.5.16",
1278
+ "global-agent": "^3.0.0",
1279
+ "onnxruntime-common": "1.24.3"
1280
+ }
1281
+ },
1282
+ "node_modules/onnxruntime-web": {
1283
+ "version": "1.25.0-dev.20260327-722743c0e2",
1284
+ "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.25.0-dev.20260327-722743c0e2.tgz",
1285
+ "integrity": "sha512-8PXdZy4Ekhg10CLg+cFFt39b4tFDGMRJB6lGjnQL6eA+2boUQYDymZ0gtxiS+H6oIWoCjQp/ziyirvFbaFKfiw==",
1286
+ "license": "MIT",
1287
+ "dependencies": {
1288
+ "flatbuffers": "^25.1.24",
1289
+ "guid-typescript": "^1.0.9",
1290
+ "long": "^5.2.3",
1291
+ "onnxruntime-common": "1.24.0-dev.20251116-b39e144322",
1292
+ "platform": "^1.3.6",
1293
+ "protobufjs": "^7.2.4"
1294
+ }
1295
+ },
1296
+ "node_modules/onnxruntime-web/node_modules/onnxruntime-common": {
1297
+ "version": "1.24.0-dev.20251116-b39e144322",
1298
+ "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.24.0-dev.20251116-b39e144322.tgz",
1299
+ "integrity": "sha512-BOoomdHYmNRL5r4iQ4bMvsl2t0/hzVQ3OM3PHD0gxeXu1PmggqBv3puZicEUVOA3AtHHYmqZtjMj9FOfGrATTw==",
1300
+ "license": "MIT"
1301
+ },
1302
+ "node_modules/platform": {
1303
+ "version": "1.3.6",
1304
+ "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
1305
+ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
1306
+ "license": "MIT"
1307
+ },
1308
+ "node_modules/protobufjs": {
1309
+ "version": "7.5.4",
1310
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz",
1311
+ "integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==",
1312
+ "hasInstallScript": true,
1313
+ "license": "BSD-3-Clause",
1314
+ "dependencies": {
1315
+ "@protobufjs/aspromise": "^1.1.2",
1316
+ "@protobufjs/base64": "^1.1.2",
1317
+ "@protobufjs/codegen": "^2.0.4",
1318
+ "@protobufjs/eventemitter": "^1.1.0",
1319
+ "@protobufjs/fetch": "^1.1.0",
1320
+ "@protobufjs/float": "^1.0.2",
1321
+ "@protobufjs/inquire": "^1.1.0",
1322
+ "@protobufjs/path": "^1.1.2",
1323
+ "@protobufjs/pool": "^1.1.0",
1324
+ "@protobufjs/utf8": "^1.1.0",
1325
+ "@types/node": ">=13.7.0",
1326
+ "long": "^5.0.0"
1327
+ },
1328
+ "engines": {
1329
+ "node": ">=12.0.0"
1330
+ }
1331
+ },
488
1332
  "node_modules/resolve-pkg-maps": {
489
1333
  "version": "1.0.0",
490
1334
  "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
@@ -493,6 +1337,113 @@
493
1337
  "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
494
1338
  }
495
1339
  },
1340
+ "node_modules/roarr": {
1341
+ "version": "2.15.4",
1342
+ "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
1343
+ "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
1344
+ "license": "BSD-3-Clause",
1345
+ "dependencies": {
1346
+ "boolean": "^3.0.1",
1347
+ "detect-node": "^2.0.4",
1348
+ "globalthis": "^1.0.1",
1349
+ "json-stringify-safe": "^5.0.1",
1350
+ "semver-compare": "^1.0.0",
1351
+ "sprintf-js": "^1.1.2"
1352
+ },
1353
+ "engines": {
1354
+ "node": ">=8.0"
1355
+ }
1356
+ },
1357
+ "node_modules/semver": {
1358
+ "version": "7.7.4",
1359
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
1360
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
1361
+ "license": "ISC",
1362
+ "bin": {
1363
+ "semver": "bin/semver.js"
1364
+ },
1365
+ "engines": {
1366
+ "node": ">=10"
1367
+ }
1368
+ },
1369
+ "node_modules/semver-compare": {
1370
+ "version": "1.0.0",
1371
+ "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
1372
+ "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",
1373
+ "license": "MIT"
1374
+ },
1375
+ "node_modules/serialize-error": {
1376
+ "version": "7.0.1",
1377
+ "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
1378
+ "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
1379
+ "license": "MIT",
1380
+ "dependencies": {
1381
+ "type-fest": "^0.13.1"
1382
+ },
1383
+ "engines": {
1384
+ "node": ">=10"
1385
+ },
1386
+ "funding": {
1387
+ "url": "https://github.com/sponsors/sindresorhus"
1388
+ }
1389
+ },
1390
+ "node_modules/sharp": {
1391
+ "version": "0.34.5",
1392
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
1393
+ "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
1394
+ "hasInstallScript": true,
1395
+ "license": "Apache-2.0",
1396
+ "dependencies": {
1397
+ "@img/colour": "^1.0.0",
1398
+ "detect-libc": "^2.1.2",
1399
+ "semver": "^7.7.3"
1400
+ },
1401
+ "engines": {
1402
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1403
+ },
1404
+ "funding": {
1405
+ "url": "https://opencollective.com/libvips"
1406
+ },
1407
+ "optionalDependencies": {
1408
+ "@img/sharp-darwin-arm64": "0.34.5",
1409
+ "@img/sharp-darwin-x64": "0.34.5",
1410
+ "@img/sharp-libvips-darwin-arm64": "1.2.4",
1411
+ "@img/sharp-libvips-darwin-x64": "1.2.4",
1412
+ "@img/sharp-libvips-linux-arm": "1.2.4",
1413
+ "@img/sharp-libvips-linux-arm64": "1.2.4",
1414
+ "@img/sharp-libvips-linux-ppc64": "1.2.4",
1415
+ "@img/sharp-libvips-linux-riscv64": "1.2.4",
1416
+ "@img/sharp-libvips-linux-s390x": "1.2.4",
1417
+ "@img/sharp-libvips-linux-x64": "1.2.4",
1418
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
1419
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
1420
+ "@img/sharp-linux-arm": "0.34.5",
1421
+ "@img/sharp-linux-arm64": "0.34.5",
1422
+ "@img/sharp-linux-ppc64": "0.34.5",
1423
+ "@img/sharp-linux-riscv64": "0.34.5",
1424
+ "@img/sharp-linux-s390x": "0.34.5",
1425
+ "@img/sharp-linux-x64": "0.34.5",
1426
+ "@img/sharp-linuxmusl-arm64": "0.34.5",
1427
+ "@img/sharp-linuxmusl-x64": "0.34.5",
1428
+ "@img/sharp-wasm32": "0.34.5",
1429
+ "@img/sharp-win32-arm64": "0.34.5",
1430
+ "@img/sharp-win32-ia32": "0.34.5",
1431
+ "@img/sharp-win32-x64": "0.34.5"
1432
+ }
1433
+ },
1434
+ "node_modules/sprintf-js": {
1435
+ "version": "1.1.3",
1436
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
1437
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
1438
+ "license": "BSD-3-Clause"
1439
+ },
1440
+ "node_modules/tslib": {
1441
+ "version": "2.8.1",
1442
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1443
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1444
+ "license": "0BSD",
1445
+ "optional": true
1446
+ },
496
1447
  "node_modules/tsx": {
497
1448
  "version": "4.21.0",
498
1449
  "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz",
@@ -511,6 +1462,18 @@
511
1462
  "fsevents": "~2.3.3"
512
1463
  }
513
1464
  },
1465
+ "node_modules/type-fest": {
1466
+ "version": "0.13.1",
1467
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
1468
+ "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
1469
+ "license": "(MIT OR CC0-1.0)",
1470
+ "engines": {
1471
+ "node": ">=10"
1472
+ },
1473
+ "funding": {
1474
+ "url": "https://github.com/sponsors/sindresorhus"
1475
+ }
1476
+ },
514
1477
  "node_modules/typescript": {
515
1478
  "version": "5.9.3",
516
1479
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",