@taui-standard/ink-adapter 0.0.1 → 1.0.2
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/LICENSE +201 -0
- package/README.md +30 -0
- package/dist/renderer.d.ts +2 -0
- package/dist/renderer.js +29 -2
- package/examples/basic-htop/index.ts +1 -1
- package/examples/basic-htop/package-lock.json +1206 -0
- package/examples/basic-htop/package.json +5 -3
- package/examples/interactive-dashboard/package-lock.json +674 -12
- package/examples/interactive-dashboard/package.json +5 -3
- package/package.json +3 -3
- package/src/renderer.tsx +55 -2
|
@@ -8,15 +8,25 @@
|
|
|
8
8
|
"name": "example-dashboard",
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@taui-standard/core": "
|
|
12
|
-
"@taui-standard/ink-adapter": "
|
|
13
|
-
"@taui-standard/validator": "
|
|
11
|
+
"@taui-standard/core": "0.0.1",
|
|
12
|
+
"@taui-standard/ink-adapter": "0.0.1",
|
|
13
|
+
"@taui-standard/validator": "0.0.1",
|
|
14
14
|
"tsx": "^4.7.0"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"node_modules/@alcalzone/ansi-tokenize": {
|
|
18
|
+
"version": "0.1.3",
|
|
19
|
+
"resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
|
|
20
|
+
"integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"ansi-styles": "^6.2.1",
|
|
24
|
+
"is-fullwidth-code-point": "^4.0.0"
|
|
25
|
+
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=14.13.1"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
20
30
|
"node_modules/@esbuild/aix-ppc64": {
|
|
21
31
|
"version": "0.27.2",
|
|
22
32
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
|
|
@@ -434,16 +444,241 @@
|
|
|
434
444
|
}
|
|
435
445
|
},
|
|
436
446
|
"node_modules/@taui-standard/core": {
|
|
437
|
-
"
|
|
438
|
-
"
|
|
447
|
+
"version": "0.0.1",
|
|
448
|
+
"resolved": "https://registry.npmjs.org/@taui-standard/core/-/core-0.0.1.tgz",
|
|
449
|
+
"integrity": "sha512-LpS9OZYpsYXm5ooGE4oYhUfmVjqkDzc+zGQVivExbvrgz3JE+xhs9PnX1BQy4XqMaLn4GwtIXy7nX6A42+A2uA==",
|
|
450
|
+
"license": "Apache-2.0",
|
|
451
|
+
"dependencies": {
|
|
452
|
+
"@taui-standard/validator": "^0.0.1"
|
|
453
|
+
}
|
|
439
454
|
},
|
|
440
455
|
"node_modules/@taui-standard/ink-adapter": {
|
|
441
|
-
"
|
|
442
|
-
"
|
|
456
|
+
"version": "0.0.1",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@taui-standard/ink-adapter/-/ink-adapter-0.0.1.tgz",
|
|
458
|
+
"integrity": "sha512-i51EnEi0p5j6NcqLz2AxbcQoCHJj/q2tkIx/I2pnDneCpy2lL4bbw/hgPmet0+9TNoIpkw4ZnEPUWG839uC+Pw==",
|
|
459
|
+
"license": "Apache-2.0",
|
|
460
|
+
"dependencies": {
|
|
461
|
+
"@taui-standard/core": "^0.0.1",
|
|
462
|
+
"@taui-standard/validator": "^0.0.1",
|
|
463
|
+
"ink": "^5.0.0",
|
|
464
|
+
"ink-text-input": "^6.0.0",
|
|
465
|
+
"react": "^18.2.0"
|
|
466
|
+
}
|
|
443
467
|
},
|
|
444
468
|
"node_modules/@taui-standard/validator": {
|
|
445
|
-
"
|
|
446
|
-
"
|
|
469
|
+
"version": "0.0.1",
|
|
470
|
+
"resolved": "https://registry.npmjs.org/@taui-standard/validator/-/validator-0.0.1.tgz",
|
|
471
|
+
"integrity": "sha512-CyiTbKmcL1qgTQIkqSZ/zursgFbFDwHXdOPCZkSYpcZew+WsClh1bTBc1bp+Uo+mwBQO3TLwWzYuTE0n+I91iQ==",
|
|
472
|
+
"license": "Apache-2.0",
|
|
473
|
+
"dependencies": {
|
|
474
|
+
"ajv": "^8.12.0",
|
|
475
|
+
"ajv-formats": "^2.1.1",
|
|
476
|
+
"zod": "^3.22.4"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"node_modules/ajv": {
|
|
480
|
+
"version": "8.17.1",
|
|
481
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
482
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
483
|
+
"license": "MIT",
|
|
484
|
+
"dependencies": {
|
|
485
|
+
"fast-deep-equal": "^3.1.3",
|
|
486
|
+
"fast-uri": "^3.0.1",
|
|
487
|
+
"json-schema-traverse": "^1.0.0",
|
|
488
|
+
"require-from-string": "^2.0.2"
|
|
489
|
+
},
|
|
490
|
+
"funding": {
|
|
491
|
+
"type": "github",
|
|
492
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"node_modules/ajv-formats": {
|
|
496
|
+
"version": "2.1.1",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
|
|
498
|
+
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
|
|
499
|
+
"license": "MIT",
|
|
500
|
+
"dependencies": {
|
|
501
|
+
"ajv": "^8.0.0"
|
|
502
|
+
},
|
|
503
|
+
"peerDependencies": {
|
|
504
|
+
"ajv": "^8.0.0"
|
|
505
|
+
},
|
|
506
|
+
"peerDependenciesMeta": {
|
|
507
|
+
"ajv": {
|
|
508
|
+
"optional": true
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"node_modules/ansi-escapes": {
|
|
513
|
+
"version": "7.2.0",
|
|
514
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz",
|
|
515
|
+
"integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
|
|
516
|
+
"license": "MIT",
|
|
517
|
+
"dependencies": {
|
|
518
|
+
"environment": "^1.0.0"
|
|
519
|
+
},
|
|
520
|
+
"engines": {
|
|
521
|
+
"node": ">=18"
|
|
522
|
+
},
|
|
523
|
+
"funding": {
|
|
524
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"node_modules/ansi-regex": {
|
|
528
|
+
"version": "6.2.2",
|
|
529
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
530
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
531
|
+
"license": "MIT",
|
|
532
|
+
"engines": {
|
|
533
|
+
"node": ">=12"
|
|
534
|
+
},
|
|
535
|
+
"funding": {
|
|
536
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"node_modules/ansi-styles": {
|
|
540
|
+
"version": "6.2.3",
|
|
541
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
542
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
543
|
+
"license": "MIT",
|
|
544
|
+
"engines": {
|
|
545
|
+
"node": ">=12"
|
|
546
|
+
},
|
|
547
|
+
"funding": {
|
|
548
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"node_modules/auto-bind": {
|
|
552
|
+
"version": "5.0.1",
|
|
553
|
+
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
|
|
554
|
+
"integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
|
|
555
|
+
"license": "MIT",
|
|
556
|
+
"engines": {
|
|
557
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
558
|
+
},
|
|
559
|
+
"funding": {
|
|
560
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
"node_modules/chalk": {
|
|
564
|
+
"version": "5.6.2",
|
|
565
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
566
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
567
|
+
"license": "MIT",
|
|
568
|
+
"engines": {
|
|
569
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
570
|
+
},
|
|
571
|
+
"funding": {
|
|
572
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"node_modules/cli-boxes": {
|
|
576
|
+
"version": "3.0.0",
|
|
577
|
+
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
|
|
578
|
+
"integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
|
|
579
|
+
"license": "MIT",
|
|
580
|
+
"engines": {
|
|
581
|
+
"node": ">=10"
|
|
582
|
+
},
|
|
583
|
+
"funding": {
|
|
584
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"node_modules/cli-cursor": {
|
|
588
|
+
"version": "4.0.0",
|
|
589
|
+
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
|
|
590
|
+
"integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
|
|
591
|
+
"license": "MIT",
|
|
592
|
+
"dependencies": {
|
|
593
|
+
"restore-cursor": "^4.0.0"
|
|
594
|
+
},
|
|
595
|
+
"engines": {
|
|
596
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
597
|
+
},
|
|
598
|
+
"funding": {
|
|
599
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
"node_modules/cli-truncate": {
|
|
603
|
+
"version": "4.0.0",
|
|
604
|
+
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
|
|
605
|
+
"integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
|
|
606
|
+
"license": "MIT",
|
|
607
|
+
"dependencies": {
|
|
608
|
+
"slice-ansi": "^5.0.0",
|
|
609
|
+
"string-width": "^7.0.0"
|
|
610
|
+
},
|
|
611
|
+
"engines": {
|
|
612
|
+
"node": ">=18"
|
|
613
|
+
},
|
|
614
|
+
"funding": {
|
|
615
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
"node_modules/cli-truncate/node_modules/slice-ansi": {
|
|
619
|
+
"version": "5.0.0",
|
|
620
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
|
|
621
|
+
"integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
|
|
622
|
+
"license": "MIT",
|
|
623
|
+
"dependencies": {
|
|
624
|
+
"ansi-styles": "^6.0.0",
|
|
625
|
+
"is-fullwidth-code-point": "^4.0.0"
|
|
626
|
+
},
|
|
627
|
+
"engines": {
|
|
628
|
+
"node": ">=12"
|
|
629
|
+
},
|
|
630
|
+
"funding": {
|
|
631
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"node_modules/code-excerpt": {
|
|
635
|
+
"version": "4.0.0",
|
|
636
|
+
"resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
|
|
637
|
+
"integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
|
|
638
|
+
"license": "MIT",
|
|
639
|
+
"dependencies": {
|
|
640
|
+
"convert-to-spaces": "^2.0.1"
|
|
641
|
+
},
|
|
642
|
+
"engines": {
|
|
643
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"node_modules/convert-to-spaces": {
|
|
647
|
+
"version": "2.0.1",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
|
|
649
|
+
"integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
|
|
650
|
+
"license": "MIT",
|
|
651
|
+
"engines": {
|
|
652
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"node_modules/emoji-regex": {
|
|
656
|
+
"version": "10.6.0",
|
|
657
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
658
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
659
|
+
"license": "MIT"
|
|
660
|
+
},
|
|
661
|
+
"node_modules/environment": {
|
|
662
|
+
"version": "1.1.0",
|
|
663
|
+
"resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
|
|
664
|
+
"integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
|
|
665
|
+
"license": "MIT",
|
|
666
|
+
"engines": {
|
|
667
|
+
"node": ">=18"
|
|
668
|
+
},
|
|
669
|
+
"funding": {
|
|
670
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"node_modules/es-toolkit": {
|
|
674
|
+
"version": "1.44.0",
|
|
675
|
+
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.44.0.tgz",
|
|
676
|
+
"integrity": "sha512-6penXeZalaV88MM3cGkFZZfOoLGWshWWfdy0tWw/RlVVyhvMaWSBTOvXNeiW3e5FwdS5ePW0LGEu17zT139ktg==",
|
|
677
|
+
"license": "MIT",
|
|
678
|
+
"workspaces": [
|
|
679
|
+
"docs",
|
|
680
|
+
"benchmarks"
|
|
681
|
+
]
|
|
447
682
|
},
|
|
448
683
|
"node_modules/esbuild": {
|
|
449
684
|
"version": "0.27.2",
|
|
@@ -486,6 +721,37 @@
|
|
|
486
721
|
"@esbuild/win32-x64": "0.27.2"
|
|
487
722
|
}
|
|
488
723
|
},
|
|
724
|
+
"node_modules/escape-string-regexp": {
|
|
725
|
+
"version": "2.0.0",
|
|
726
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
727
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
728
|
+
"license": "MIT",
|
|
729
|
+
"engines": {
|
|
730
|
+
"node": ">=8"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"node_modules/fast-deep-equal": {
|
|
734
|
+
"version": "3.1.3",
|
|
735
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
736
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
737
|
+
"license": "MIT"
|
|
738
|
+
},
|
|
739
|
+
"node_modules/fast-uri": {
|
|
740
|
+
"version": "3.1.0",
|
|
741
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
742
|
+
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
743
|
+
"funding": [
|
|
744
|
+
{
|
|
745
|
+
"type": "github",
|
|
746
|
+
"url": "https://github.com/sponsors/fastify"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"type": "opencollective",
|
|
750
|
+
"url": "https://opencollective.com/fastify"
|
|
751
|
+
}
|
|
752
|
+
],
|
|
753
|
+
"license": "BSD-3-Clause"
|
|
754
|
+
},
|
|
489
755
|
"node_modules/fsevents": {
|
|
490
756
|
"version": "2.3.3",
|
|
491
757
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -500,6 +766,18 @@
|
|
|
500
766
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
501
767
|
}
|
|
502
768
|
},
|
|
769
|
+
"node_modules/get-east-asian-width": {
|
|
770
|
+
"version": "1.4.0",
|
|
771
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
772
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
773
|
+
"license": "MIT",
|
|
774
|
+
"engines": {
|
|
775
|
+
"node": ">=18"
|
|
776
|
+
},
|
|
777
|
+
"funding": {
|
|
778
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
503
781
|
"node_modules/get-tsconfig": {
|
|
504
782
|
"version": "4.13.0",
|
|
505
783
|
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz",
|
|
@@ -512,6 +790,204 @@
|
|
|
512
790
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
513
791
|
}
|
|
514
792
|
},
|
|
793
|
+
"node_modules/indent-string": {
|
|
794
|
+
"version": "5.0.0",
|
|
795
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
796
|
+
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
797
|
+
"license": "MIT",
|
|
798
|
+
"engines": {
|
|
799
|
+
"node": ">=12"
|
|
800
|
+
},
|
|
801
|
+
"funding": {
|
|
802
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"node_modules/ink": {
|
|
806
|
+
"version": "5.2.1",
|
|
807
|
+
"resolved": "https://registry.npmjs.org/ink/-/ink-5.2.1.tgz",
|
|
808
|
+
"integrity": "sha512-BqcUyWrG9zq5HIwW6JcfFHsIYebJkWWb4fczNah1goUO0vv5vneIlfwuS85twyJ5hYR/y18FlAYUxrO9ChIWVg==",
|
|
809
|
+
"license": "MIT",
|
|
810
|
+
"dependencies": {
|
|
811
|
+
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
812
|
+
"ansi-escapes": "^7.0.0",
|
|
813
|
+
"ansi-styles": "^6.2.1",
|
|
814
|
+
"auto-bind": "^5.0.1",
|
|
815
|
+
"chalk": "^5.3.0",
|
|
816
|
+
"cli-boxes": "^3.0.0",
|
|
817
|
+
"cli-cursor": "^4.0.0",
|
|
818
|
+
"cli-truncate": "^4.0.0",
|
|
819
|
+
"code-excerpt": "^4.0.0",
|
|
820
|
+
"es-toolkit": "^1.22.0",
|
|
821
|
+
"indent-string": "^5.0.0",
|
|
822
|
+
"is-in-ci": "^1.0.0",
|
|
823
|
+
"patch-console": "^2.0.0",
|
|
824
|
+
"react-reconciler": "^0.29.0",
|
|
825
|
+
"scheduler": "^0.23.0",
|
|
826
|
+
"signal-exit": "^3.0.7",
|
|
827
|
+
"slice-ansi": "^7.1.0",
|
|
828
|
+
"stack-utils": "^2.0.6",
|
|
829
|
+
"string-width": "^7.2.0",
|
|
830
|
+
"type-fest": "^4.27.0",
|
|
831
|
+
"widest-line": "^5.0.0",
|
|
832
|
+
"wrap-ansi": "^9.0.0",
|
|
833
|
+
"ws": "^8.18.0",
|
|
834
|
+
"yoga-layout": "~3.2.1"
|
|
835
|
+
},
|
|
836
|
+
"engines": {
|
|
837
|
+
"node": ">=18"
|
|
838
|
+
},
|
|
839
|
+
"peerDependencies": {
|
|
840
|
+
"@types/react": ">=18.0.0",
|
|
841
|
+
"react": ">=18.0.0",
|
|
842
|
+
"react-devtools-core": "^4.19.1"
|
|
843
|
+
},
|
|
844
|
+
"peerDependenciesMeta": {
|
|
845
|
+
"@types/react": {
|
|
846
|
+
"optional": true
|
|
847
|
+
},
|
|
848
|
+
"react-devtools-core": {
|
|
849
|
+
"optional": true
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"node_modules/ink-text-input": {
|
|
854
|
+
"version": "6.0.0",
|
|
855
|
+
"resolved": "https://registry.npmjs.org/ink-text-input/-/ink-text-input-6.0.0.tgz",
|
|
856
|
+
"integrity": "sha512-Fw64n7Yha5deb1rHY137zHTAbSTNelUKuB5Kkk2HACXEtwIHBCf9OH2tP/LQ9fRYTl1F0dZgbW0zPnZk6FA9Lw==",
|
|
857
|
+
"license": "MIT",
|
|
858
|
+
"dependencies": {
|
|
859
|
+
"chalk": "^5.3.0",
|
|
860
|
+
"type-fest": "^4.18.2"
|
|
861
|
+
},
|
|
862
|
+
"engines": {
|
|
863
|
+
"node": ">=18"
|
|
864
|
+
},
|
|
865
|
+
"peerDependencies": {
|
|
866
|
+
"ink": ">=5",
|
|
867
|
+
"react": ">=18"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"node_modules/is-fullwidth-code-point": {
|
|
871
|
+
"version": "4.0.0",
|
|
872
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
873
|
+
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
874
|
+
"license": "MIT",
|
|
875
|
+
"engines": {
|
|
876
|
+
"node": ">=12"
|
|
877
|
+
},
|
|
878
|
+
"funding": {
|
|
879
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"node_modules/is-in-ci": {
|
|
883
|
+
"version": "1.0.0",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
|
|
885
|
+
"integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
|
|
886
|
+
"license": "MIT",
|
|
887
|
+
"bin": {
|
|
888
|
+
"is-in-ci": "cli.js"
|
|
889
|
+
},
|
|
890
|
+
"engines": {
|
|
891
|
+
"node": ">=18"
|
|
892
|
+
},
|
|
893
|
+
"funding": {
|
|
894
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"node_modules/js-tokens": {
|
|
898
|
+
"version": "4.0.0",
|
|
899
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
900
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
901
|
+
"license": "MIT"
|
|
902
|
+
},
|
|
903
|
+
"node_modules/json-schema-traverse": {
|
|
904
|
+
"version": "1.0.0",
|
|
905
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
906
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
907
|
+
"license": "MIT"
|
|
908
|
+
},
|
|
909
|
+
"node_modules/loose-envify": {
|
|
910
|
+
"version": "1.4.0",
|
|
911
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
912
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
913
|
+
"license": "MIT",
|
|
914
|
+
"dependencies": {
|
|
915
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
916
|
+
},
|
|
917
|
+
"bin": {
|
|
918
|
+
"loose-envify": "cli.js"
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
"node_modules/mimic-fn": {
|
|
922
|
+
"version": "2.1.0",
|
|
923
|
+
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
924
|
+
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
925
|
+
"license": "MIT",
|
|
926
|
+
"engines": {
|
|
927
|
+
"node": ">=6"
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
"node_modules/onetime": {
|
|
931
|
+
"version": "5.1.2",
|
|
932
|
+
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
933
|
+
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
934
|
+
"license": "MIT",
|
|
935
|
+
"dependencies": {
|
|
936
|
+
"mimic-fn": "^2.1.0"
|
|
937
|
+
},
|
|
938
|
+
"engines": {
|
|
939
|
+
"node": ">=6"
|
|
940
|
+
},
|
|
941
|
+
"funding": {
|
|
942
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"node_modules/patch-console": {
|
|
946
|
+
"version": "2.0.0",
|
|
947
|
+
"resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
|
|
948
|
+
"integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
|
|
949
|
+
"license": "MIT",
|
|
950
|
+
"engines": {
|
|
951
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"node_modules/react": {
|
|
955
|
+
"version": "18.3.1",
|
|
956
|
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
957
|
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
958
|
+
"license": "MIT",
|
|
959
|
+
"dependencies": {
|
|
960
|
+
"loose-envify": "^1.1.0"
|
|
961
|
+
},
|
|
962
|
+
"engines": {
|
|
963
|
+
"node": ">=0.10.0"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
"node_modules/react-reconciler": {
|
|
967
|
+
"version": "0.29.2",
|
|
968
|
+
"resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.29.2.tgz",
|
|
969
|
+
"integrity": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==",
|
|
970
|
+
"license": "MIT",
|
|
971
|
+
"dependencies": {
|
|
972
|
+
"loose-envify": "^1.1.0",
|
|
973
|
+
"scheduler": "^0.23.2"
|
|
974
|
+
},
|
|
975
|
+
"engines": {
|
|
976
|
+
"node": ">=0.10.0"
|
|
977
|
+
},
|
|
978
|
+
"peerDependencies": {
|
|
979
|
+
"react": "^18.3.1"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"node_modules/require-from-string": {
|
|
983
|
+
"version": "2.0.2",
|
|
984
|
+
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
985
|
+
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
986
|
+
"license": "MIT",
|
|
987
|
+
"engines": {
|
|
988
|
+
"node": ">=0.10.0"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
515
991
|
"node_modules/resolve-pkg-maps": {
|
|
516
992
|
"version": "1.0.0",
|
|
517
993
|
"resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
|
|
@@ -521,6 +997,112 @@
|
|
|
521
997
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
522
998
|
}
|
|
523
999
|
},
|
|
1000
|
+
"node_modules/restore-cursor": {
|
|
1001
|
+
"version": "4.0.0",
|
|
1002
|
+
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
|
|
1003
|
+
"integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
|
|
1004
|
+
"license": "MIT",
|
|
1005
|
+
"dependencies": {
|
|
1006
|
+
"onetime": "^5.1.0",
|
|
1007
|
+
"signal-exit": "^3.0.2"
|
|
1008
|
+
},
|
|
1009
|
+
"engines": {
|
|
1010
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1011
|
+
},
|
|
1012
|
+
"funding": {
|
|
1013
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"node_modules/scheduler": {
|
|
1017
|
+
"version": "0.23.2",
|
|
1018
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
1019
|
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
1020
|
+
"license": "MIT",
|
|
1021
|
+
"dependencies": {
|
|
1022
|
+
"loose-envify": "^1.1.0"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"node_modules/signal-exit": {
|
|
1026
|
+
"version": "3.0.7",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
1028
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
1029
|
+
"license": "ISC"
|
|
1030
|
+
},
|
|
1031
|
+
"node_modules/slice-ansi": {
|
|
1032
|
+
"version": "7.1.2",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
|
|
1034
|
+
"integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
|
|
1035
|
+
"license": "MIT",
|
|
1036
|
+
"dependencies": {
|
|
1037
|
+
"ansi-styles": "^6.2.1",
|
|
1038
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
1039
|
+
},
|
|
1040
|
+
"engines": {
|
|
1041
|
+
"node": ">=18"
|
|
1042
|
+
},
|
|
1043
|
+
"funding": {
|
|
1044
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
1048
|
+
"version": "5.1.0",
|
|
1049
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
|
|
1050
|
+
"integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
|
|
1051
|
+
"license": "MIT",
|
|
1052
|
+
"dependencies": {
|
|
1053
|
+
"get-east-asian-width": "^1.3.1"
|
|
1054
|
+
},
|
|
1055
|
+
"engines": {
|
|
1056
|
+
"node": ">=18"
|
|
1057
|
+
},
|
|
1058
|
+
"funding": {
|
|
1059
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"node_modules/stack-utils": {
|
|
1063
|
+
"version": "2.0.6",
|
|
1064
|
+
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
1065
|
+
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
1066
|
+
"license": "MIT",
|
|
1067
|
+
"dependencies": {
|
|
1068
|
+
"escape-string-regexp": "^2.0.0"
|
|
1069
|
+
},
|
|
1070
|
+
"engines": {
|
|
1071
|
+
"node": ">=10"
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
"node_modules/string-width": {
|
|
1075
|
+
"version": "7.2.0",
|
|
1076
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
1077
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
1078
|
+
"license": "MIT",
|
|
1079
|
+
"dependencies": {
|
|
1080
|
+
"emoji-regex": "^10.3.0",
|
|
1081
|
+
"get-east-asian-width": "^1.0.0",
|
|
1082
|
+
"strip-ansi": "^7.1.0"
|
|
1083
|
+
},
|
|
1084
|
+
"engines": {
|
|
1085
|
+
"node": ">=18"
|
|
1086
|
+
},
|
|
1087
|
+
"funding": {
|
|
1088
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"node_modules/strip-ansi": {
|
|
1092
|
+
"version": "7.1.2",
|
|
1093
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
1094
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
1095
|
+
"license": "MIT",
|
|
1096
|
+
"dependencies": {
|
|
1097
|
+
"ansi-regex": "^6.0.1"
|
|
1098
|
+
},
|
|
1099
|
+
"engines": {
|
|
1100
|
+
"node": ">=12"
|
|
1101
|
+
},
|
|
1102
|
+
"funding": {
|
|
1103
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
524
1106
|
"node_modules/tsx": {
|
|
525
1107
|
"version": "4.21.0",
|
|
526
1108
|
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz",
|
|
@@ -539,6 +1121,86 @@
|
|
|
539
1121
|
"optionalDependencies": {
|
|
540
1122
|
"fsevents": "~2.3.3"
|
|
541
1123
|
}
|
|
1124
|
+
},
|
|
1125
|
+
"node_modules/type-fest": {
|
|
1126
|
+
"version": "4.41.0",
|
|
1127
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
1128
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
1129
|
+
"license": "(MIT OR CC0-1.0)",
|
|
1130
|
+
"engines": {
|
|
1131
|
+
"node": ">=16"
|
|
1132
|
+
},
|
|
1133
|
+
"funding": {
|
|
1134
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
"node_modules/widest-line": {
|
|
1138
|
+
"version": "5.0.0",
|
|
1139
|
+
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
1140
|
+
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
1141
|
+
"license": "MIT",
|
|
1142
|
+
"dependencies": {
|
|
1143
|
+
"string-width": "^7.0.0"
|
|
1144
|
+
},
|
|
1145
|
+
"engines": {
|
|
1146
|
+
"node": ">=18"
|
|
1147
|
+
},
|
|
1148
|
+
"funding": {
|
|
1149
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
"node_modules/wrap-ansi": {
|
|
1153
|
+
"version": "9.0.2",
|
|
1154
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
1155
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
1156
|
+
"license": "MIT",
|
|
1157
|
+
"dependencies": {
|
|
1158
|
+
"ansi-styles": "^6.2.1",
|
|
1159
|
+
"string-width": "^7.0.0",
|
|
1160
|
+
"strip-ansi": "^7.1.0"
|
|
1161
|
+
},
|
|
1162
|
+
"engines": {
|
|
1163
|
+
"node": ">=18"
|
|
1164
|
+
},
|
|
1165
|
+
"funding": {
|
|
1166
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"node_modules/ws": {
|
|
1170
|
+
"version": "8.19.0",
|
|
1171
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
1172
|
+
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
1173
|
+
"license": "MIT",
|
|
1174
|
+
"engines": {
|
|
1175
|
+
"node": ">=10.0.0"
|
|
1176
|
+
},
|
|
1177
|
+
"peerDependencies": {
|
|
1178
|
+
"bufferutil": "^4.0.1",
|
|
1179
|
+
"utf-8-validate": ">=5.0.2"
|
|
1180
|
+
},
|
|
1181
|
+
"peerDependenciesMeta": {
|
|
1182
|
+
"bufferutil": {
|
|
1183
|
+
"optional": true
|
|
1184
|
+
},
|
|
1185
|
+
"utf-8-validate": {
|
|
1186
|
+
"optional": true
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
"node_modules/yoga-layout": {
|
|
1191
|
+
"version": "3.2.1",
|
|
1192
|
+
"resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
|
|
1193
|
+
"integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
|
|
1194
|
+
"license": "MIT"
|
|
1195
|
+
},
|
|
1196
|
+
"node_modules/zod": {
|
|
1197
|
+
"version": "3.25.76",
|
|
1198
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
1199
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
1200
|
+
"license": "MIT",
|
|
1201
|
+
"funding": {
|
|
1202
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
1203
|
+
}
|
|
542
1204
|
}
|
|
543
1205
|
}
|
|
544
1206
|
}
|