@openclaw/llama-cpp-provider 2026.6.10 → 2026.6.11-beta.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/npm-shrinkwrap.json +137 -21
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/llama-cpp-provider",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.11-beta.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/llama-cpp-provider",
|
|
9
|
-
"version": "2026.6.
|
|
10
|
-
"
|
|
9
|
+
"version": "2026.6.11-beta.2",
|
|
10
|
+
"optionalDependencies": {
|
|
11
11
|
"node-llama-cpp": "3.18.1"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.5.9.tgz",
|
|
17
17
|
"integrity": "sha512-uWTG+l3VJRsl7EXxYizuL3P+cCPoc3cRqbWWRcQN0FhejRfbdq0RNhCmbY/YDtnTcz9icdLYuLDjsnz4d8JMuw==",
|
|
18
18
|
"license": "MIT",
|
|
19
|
+
"optional": true,
|
|
19
20
|
"engines": {
|
|
20
21
|
"node": ">=18"
|
|
21
22
|
}
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
|
|
26
27
|
"integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
|
|
27
28
|
"license": "ISC",
|
|
29
|
+
"optional": true,
|
|
28
30
|
"dependencies": {
|
|
29
31
|
"minipass": "^7.0.4"
|
|
30
32
|
},
|
|
@@ -37,6 +39,7 @@
|
|
|
37
39
|
"resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
|
|
38
40
|
"integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
|
|
39
41
|
"license": "MIT",
|
|
42
|
+
"optional": true,
|
|
40
43
|
"dependencies": {
|
|
41
44
|
"debug": "^4.1.1"
|
|
42
45
|
}
|
|
@@ -45,7 +48,8 @@
|
|
|
45
48
|
"version": "1.1.1",
|
|
46
49
|
"resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
|
|
47
50
|
"integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
|
|
48
|
-
"license": "MIT"
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"optional": true
|
|
49
53
|
},
|
|
50
54
|
"node_modules/@node-llama-cpp/linux-arm64": {
|
|
51
55
|
"version": "3.18.1",
|
|
@@ -411,13 +415,15 @@
|
|
|
411
415
|
"version": "1.0.3",
|
|
412
416
|
"resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
|
|
413
417
|
"integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==",
|
|
414
|
-
"license": "MIT"
|
|
418
|
+
"license": "MIT",
|
|
419
|
+
"optional": true
|
|
415
420
|
},
|
|
416
421
|
"node_modules/@simple-git/argv-parser": {
|
|
417
422
|
"version": "1.1.1",
|
|
418
423
|
"resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz",
|
|
419
424
|
"integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==",
|
|
420
425
|
"license": "MIT",
|
|
426
|
+
"optional": true,
|
|
421
427
|
"dependencies": {
|
|
422
428
|
"@simple-git/args-pathspec": "^1.0.3"
|
|
423
429
|
}
|
|
@@ -427,6 +433,7 @@
|
|
|
427
433
|
"resolved": "https://registry.npmjs.org/@tinyhttp/content-disposition/-/content-disposition-2.2.4.tgz",
|
|
428
434
|
"integrity": "sha512-5Kc5CM2Ysn3vTTArBs2vESUt0AQiWZA86yc1TI3B+lxXmtEq133C1nxXNOgnzhrivdPZIh3zLj5gDnZjoLL5GA==",
|
|
429
435
|
"license": "MIT",
|
|
436
|
+
"optional": true,
|
|
430
437
|
"engines": {
|
|
431
438
|
"node": ">=12.17.0"
|
|
432
439
|
},
|
|
@@ -440,6 +447,7 @@
|
|
|
440
447
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz",
|
|
441
448
|
"integrity": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==",
|
|
442
449
|
"license": "MIT",
|
|
450
|
+
"optional": true,
|
|
443
451
|
"engines": {
|
|
444
452
|
"node": ">=14.16"
|
|
445
453
|
},
|
|
@@ -452,6 +460,7 @@
|
|
|
452
460
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
453
461
|
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
454
462
|
"license": "MIT",
|
|
463
|
+
"optional": true,
|
|
455
464
|
"engines": {
|
|
456
465
|
"node": ">=12"
|
|
457
466
|
},
|
|
@@ -464,6 +473,7 @@
|
|
|
464
473
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
465
474
|
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
466
475
|
"license": "MIT",
|
|
476
|
+
"optional": true,
|
|
467
477
|
"engines": {
|
|
468
478
|
"node": ">=12"
|
|
469
479
|
},
|
|
@@ -476,6 +486,7 @@
|
|
|
476
486
|
"resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
|
|
477
487
|
"integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==",
|
|
478
488
|
"license": "MIT",
|
|
489
|
+
"optional": true,
|
|
479
490
|
"dependencies": {
|
|
480
491
|
"retry": "0.13.1"
|
|
481
492
|
}
|
|
@@ -485,6 +496,7 @@
|
|
|
485
496
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
|
486
497
|
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
487
498
|
"license": "MIT",
|
|
499
|
+
"optional": true,
|
|
488
500
|
"engines": {
|
|
489
501
|
"node": ">= 0.8"
|
|
490
502
|
}
|
|
@@ -494,6 +506,7 @@
|
|
|
494
506
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
495
507
|
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
496
508
|
"license": "MIT",
|
|
509
|
+
"optional": true,
|
|
497
510
|
"engines": {
|
|
498
511
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
499
512
|
},
|
|
@@ -505,13 +518,15 @@
|
|
|
505
518
|
"version": "1.0.2",
|
|
506
519
|
"resolved": "https://registry.npmjs.org/chmodrp/-/chmodrp-1.0.2.tgz",
|
|
507
520
|
"integrity": "sha512-TdngOlFV1FLTzU0o1w8MB6/BFywhtLC0SzRTGJU7T9lmdjlCWeMRt1iVo0Ki+ldwNk0BqNiKoc8xpLZEQ8mY1w==",
|
|
508
|
-
"license": "MIT"
|
|
521
|
+
"license": "MIT",
|
|
522
|
+
"optional": true
|
|
509
523
|
},
|
|
510
524
|
"node_modules/chownr": {
|
|
511
525
|
"version": "3.0.0",
|
|
512
526
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
|
|
513
527
|
"integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
|
|
514
528
|
"license": "BlueOak-1.0.0",
|
|
529
|
+
"optional": true,
|
|
515
530
|
"engines": {
|
|
516
531
|
"node": ">=18"
|
|
517
532
|
}
|
|
@@ -527,6 +542,7 @@
|
|
|
527
542
|
}
|
|
528
543
|
],
|
|
529
544
|
"license": "MIT",
|
|
545
|
+
"optional": true,
|
|
530
546
|
"engines": {
|
|
531
547
|
"node": ">=8"
|
|
532
548
|
}
|
|
@@ -536,6 +552,7 @@
|
|
|
536
552
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
537
553
|
"integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
|
|
538
554
|
"license": "MIT",
|
|
555
|
+
"optional": true,
|
|
539
556
|
"dependencies": {
|
|
540
557
|
"restore-cursor": "^5.0.0"
|
|
541
558
|
},
|
|
@@ -551,6 +568,7 @@
|
|
|
551
568
|
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
|
|
552
569
|
"integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
|
|
553
570
|
"license": "MIT",
|
|
571
|
+
"optional": true,
|
|
554
572
|
"engines": {
|
|
555
573
|
"node": ">=6"
|
|
556
574
|
},
|
|
@@ -563,6 +581,7 @@
|
|
|
563
581
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
564
582
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
565
583
|
"license": "ISC",
|
|
584
|
+
"optional": true,
|
|
566
585
|
"dependencies": {
|
|
567
586
|
"string-width": "^4.2.0",
|
|
568
587
|
"strip-ansi": "^6.0.1",
|
|
@@ -577,6 +596,7 @@
|
|
|
577
596
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
578
597
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
579
598
|
"license": "MIT",
|
|
599
|
+
"optional": true,
|
|
580
600
|
"engines": {
|
|
581
601
|
"node": ">=8"
|
|
582
602
|
}
|
|
@@ -586,6 +606,7 @@
|
|
|
586
606
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
587
607
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
588
608
|
"license": "MIT",
|
|
609
|
+
"optional": true,
|
|
589
610
|
"engines": {
|
|
590
611
|
"node": ">=8"
|
|
591
612
|
}
|
|
@@ -595,6 +616,7 @@
|
|
|
595
616
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
596
617
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
597
618
|
"license": "MIT",
|
|
619
|
+
"optional": true,
|
|
598
620
|
"dependencies": {
|
|
599
621
|
"emoji-regex": "^8.0.0",
|
|
600
622
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -609,6 +631,7 @@
|
|
|
609
631
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
610
632
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
611
633
|
"license": "MIT",
|
|
634
|
+
"optional": true,
|
|
612
635
|
"dependencies": {
|
|
613
636
|
"ansi-regex": "^5.0.1"
|
|
614
637
|
},
|
|
@@ -621,6 +644,7 @@
|
|
|
621
644
|
"resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-8.0.0.tgz",
|
|
622
645
|
"integrity": "sha512-YbUP88RDwCvoQkZhRtGURYm9RIpWdtvZuhT87fKNoLjk8kIFIFeARpKfuZQGdwfH99GZpUmqSfcDrK62X7lTgg==",
|
|
623
646
|
"license": "MIT",
|
|
647
|
+
"optional": true,
|
|
624
648
|
"dependencies": {
|
|
625
649
|
"debug": "^4.4.3",
|
|
626
650
|
"fs-extra": "^11.3.3",
|
|
@@ -644,6 +668,7 @@
|
|
|
644
668
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
645
669
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
646
670
|
"license": "MIT",
|
|
671
|
+
"optional": true,
|
|
647
672
|
"dependencies": {
|
|
648
673
|
"color-name": "~1.1.4"
|
|
649
674
|
},
|
|
@@ -655,13 +680,15 @@
|
|
|
655
680
|
"version": "1.1.4",
|
|
656
681
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
657
682
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
658
|
-
"license": "MIT"
|
|
683
|
+
"license": "MIT",
|
|
684
|
+
"optional": true
|
|
659
685
|
},
|
|
660
686
|
"node_modules/commander": {
|
|
661
687
|
"version": "10.0.1",
|
|
662
688
|
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
|
|
663
689
|
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
|
|
664
690
|
"license": "MIT",
|
|
691
|
+
"optional": true,
|
|
665
692
|
"engines": {
|
|
666
693
|
"node": ">=14"
|
|
667
694
|
}
|
|
@@ -671,6 +698,7 @@
|
|
|
671
698
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
672
699
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
673
700
|
"license": "MIT",
|
|
701
|
+
"optional": true,
|
|
674
702
|
"dependencies": {
|
|
675
703
|
"path-key": "^3.1.0",
|
|
676
704
|
"shebang-command": "^2.0.0",
|
|
@@ -684,13 +712,15 @@
|
|
|
684
712
|
"version": "2.0.0",
|
|
685
713
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
686
714
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
687
|
-
"license": "ISC"
|
|
715
|
+
"license": "ISC",
|
|
716
|
+
"optional": true
|
|
688
717
|
},
|
|
689
718
|
"node_modules/cross-spawn/node_modules/which": {
|
|
690
719
|
"version": "2.0.2",
|
|
691
720
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
692
721
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
693
722
|
"license": "ISC",
|
|
723
|
+
"optional": true,
|
|
694
724
|
"dependencies": {
|
|
695
725
|
"isexe": "^2.0.0"
|
|
696
726
|
},
|
|
@@ -706,6 +736,7 @@
|
|
|
706
736
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
707
737
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
708
738
|
"license": "MIT",
|
|
739
|
+
"optional": true,
|
|
709
740
|
"dependencies": {
|
|
710
741
|
"ms": "^2.1.3"
|
|
711
742
|
},
|
|
@@ -723,6 +754,7 @@
|
|
|
723
754
|
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
724
755
|
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
725
756
|
"license": "MIT",
|
|
757
|
+
"optional": true,
|
|
726
758
|
"engines": {
|
|
727
759
|
"node": ">=4.0.0"
|
|
728
760
|
}
|
|
@@ -731,13 +763,15 @@
|
|
|
731
763
|
"version": "8.0.0",
|
|
732
764
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
733
765
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
734
|
-
"license": "MIT"
|
|
766
|
+
"license": "MIT",
|
|
767
|
+
"optional": true
|
|
735
768
|
},
|
|
736
769
|
"node_modules/env-var": {
|
|
737
770
|
"version": "7.5.0",
|
|
738
771
|
"resolved": "https://registry.npmjs.org/env-var/-/env-var-7.5.0.tgz",
|
|
739
772
|
"integrity": "sha512-mKZOzLRN0ETzau2W2QXefbFjo5EF4yWq28OyKb9ICdeNhHJlOE/pHHnz4hdYJ9cNZXcJHo5xN4OT4pzuSHSNvA==",
|
|
740
773
|
"license": "MIT",
|
|
774
|
+
"optional": true,
|
|
741
775
|
"engines": {
|
|
742
776
|
"node": ">=10"
|
|
743
777
|
}
|
|
@@ -747,6 +781,7 @@
|
|
|
747
781
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
748
782
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
749
783
|
"license": "MIT",
|
|
784
|
+
"optional": true,
|
|
750
785
|
"engines": {
|
|
751
786
|
"node": ">=6"
|
|
752
787
|
}
|
|
@@ -755,13 +790,15 @@
|
|
|
755
790
|
"version": "5.0.4",
|
|
756
791
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
757
792
|
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
758
|
-
"license": "MIT"
|
|
793
|
+
"license": "MIT",
|
|
794
|
+
"optional": true
|
|
759
795
|
},
|
|
760
796
|
"node_modules/filename-reserved-regex": {
|
|
761
797
|
"version": "3.0.0",
|
|
762
798
|
"resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-3.0.0.tgz",
|
|
763
799
|
"integrity": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==",
|
|
764
800
|
"license": "MIT",
|
|
801
|
+
"optional": true,
|
|
765
802
|
"engines": {
|
|
766
803
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
767
804
|
},
|
|
@@ -774,6 +811,7 @@
|
|
|
774
811
|
"resolved": "https://registry.npmjs.org/filenamify/-/filenamify-6.0.0.tgz",
|
|
775
812
|
"integrity": "sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==",
|
|
776
813
|
"license": "MIT",
|
|
814
|
+
"optional": true,
|
|
777
815
|
"dependencies": {
|
|
778
816
|
"filename-reserved-regex": "^3.0.0"
|
|
779
817
|
},
|
|
@@ -789,6 +827,7 @@
|
|
|
789
827
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
|
|
790
828
|
"integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
|
|
791
829
|
"license": "MIT",
|
|
830
|
+
"optional": true,
|
|
792
831
|
"dependencies": {
|
|
793
832
|
"graceful-fs": "^4.2.0",
|
|
794
833
|
"jsonfile": "^6.0.1",
|
|
@@ -803,6 +842,7 @@
|
|
|
803
842
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
804
843
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
805
844
|
"license": "ISC",
|
|
845
|
+
"optional": true,
|
|
806
846
|
"engines": {
|
|
807
847
|
"node": "6.* || 8.* || >= 10.*"
|
|
808
848
|
}
|
|
@@ -812,6 +852,7 @@
|
|
|
812
852
|
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
813
853
|
"integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
|
|
814
854
|
"license": "MIT",
|
|
855
|
+
"optional": true,
|
|
815
856
|
"engines": {
|
|
816
857
|
"node": ">=18"
|
|
817
858
|
},
|
|
@@ -823,13 +864,15 @@
|
|
|
823
864
|
"version": "4.2.11",
|
|
824
865
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
825
866
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
826
|
-
"license": "ISC"
|
|
867
|
+
"license": "ISC",
|
|
868
|
+
"optional": true
|
|
827
869
|
},
|
|
828
870
|
"node_modules/ignore": {
|
|
829
871
|
"version": "7.0.5",
|
|
830
872
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
831
873
|
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
832
874
|
"license": "MIT",
|
|
875
|
+
"optional": true,
|
|
833
876
|
"engines": {
|
|
834
877
|
"node": ">= 4"
|
|
835
878
|
}
|
|
@@ -838,13 +881,15 @@
|
|
|
838
881
|
"version": "1.3.8",
|
|
839
882
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
840
883
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
841
|
-
"license": "ISC"
|
|
884
|
+
"license": "ISC",
|
|
885
|
+
"optional": true
|
|
842
886
|
},
|
|
843
887
|
"node_modules/ipull": {
|
|
844
888
|
"version": "3.9.5",
|
|
845
889
|
"resolved": "https://registry.npmjs.org/ipull/-/ipull-3.9.5.tgz",
|
|
846
890
|
"integrity": "sha512-5w/yZB5lXmTfsvNawmvkCjYo4SJNuKQz/av8TC1UiOyfOHyaM+DReqbpU2XpWYfmY+NIUbRRH8PUAWsxaS+IfA==",
|
|
847
891
|
"license": "MIT",
|
|
892
|
+
"optional": true,
|
|
848
893
|
"dependencies": {
|
|
849
894
|
"@tinyhttp/content-disposition": "^2.2.0",
|
|
850
895
|
"async-retry": "^1.3.3",
|
|
@@ -884,13 +929,15 @@
|
|
|
884
929
|
"version": "2.1.0",
|
|
885
930
|
"resolved": "https://registry.npmjs.org/lifecycle-utils/-/lifecycle-utils-2.1.0.tgz",
|
|
886
931
|
"integrity": "sha512-AnrXnE2/OF9PHCyFg0RSqsnQTzV991XaZA/buhFDoc58xU7rhSCDgCz/09Lqpsn4MpoPHt7TRAXV1kWZypFVsA==",
|
|
887
|
-
"license": "MIT"
|
|
932
|
+
"license": "MIT",
|
|
933
|
+
"optional": true
|
|
888
934
|
},
|
|
889
935
|
"node_modules/ipull/node_modules/parse-ms": {
|
|
890
936
|
"version": "3.0.0",
|
|
891
937
|
"resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-3.0.0.tgz",
|
|
892
938
|
"integrity": "sha512-Tpb8Z7r7XbbtBTrM9UhpkzzaMrqA2VXMT3YChzYltwV3P3pM6t8wl7TvpMnSTosz1aQAdVib7kdoys7vYOPerw==",
|
|
893
939
|
"license": "MIT",
|
|
940
|
+
"optional": true,
|
|
894
941
|
"engines": {
|
|
895
942
|
"node": ">=12"
|
|
896
943
|
},
|
|
@@ -903,6 +950,7 @@
|
|
|
903
950
|
"resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-8.0.0.tgz",
|
|
904
951
|
"integrity": "sha512-ASJqOugUF1bbzI35STMBUpZqdfYKlJugy6JBziGi2EE+AL5JPJGSzvpeVXojxrr0ViUYoToUjb5kjSEGf7Y83Q==",
|
|
905
952
|
"license": "MIT",
|
|
953
|
+
"optional": true,
|
|
906
954
|
"dependencies": {
|
|
907
955
|
"parse-ms": "^3.0.0"
|
|
908
956
|
},
|
|
@@ -918,6 +966,7 @@
|
|
|
918
966
|
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
|
|
919
967
|
"integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
|
|
920
968
|
"license": "MIT",
|
|
969
|
+
"optional": true,
|
|
921
970
|
"dependencies": {
|
|
922
971
|
"ansi-styles": "^6.2.1",
|
|
923
972
|
"is-fullwidth-code-point": "^5.0.0"
|
|
@@ -934,6 +983,7 @@
|
|
|
934
983
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
|
|
935
984
|
"integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
|
|
936
985
|
"license": "MIT",
|
|
986
|
+
"optional": true,
|
|
937
987
|
"dependencies": {
|
|
938
988
|
"get-east-asian-width": "^1.3.1"
|
|
939
989
|
},
|
|
@@ -949,6 +999,7 @@
|
|
|
949
999
|
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
|
|
950
1000
|
"integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
|
|
951
1001
|
"license": "MIT",
|
|
1002
|
+
"optional": true,
|
|
952
1003
|
"engines": {
|
|
953
1004
|
"node": ">=12"
|
|
954
1005
|
},
|
|
@@ -961,6 +1012,7 @@
|
|
|
961
1012
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
962
1013
|
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
963
1014
|
"license": "MIT",
|
|
1015
|
+
"optional": true,
|
|
964
1016
|
"engines": {
|
|
965
1017
|
"node": ">=18"
|
|
966
1018
|
},
|
|
@@ -973,6 +1025,7 @@
|
|
|
973
1025
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
974
1026
|
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
975
1027
|
"license": "BlueOak-1.0.0",
|
|
1028
|
+
"optional": true,
|
|
976
1029
|
"engines": {
|
|
977
1030
|
"node": ">=20"
|
|
978
1031
|
}
|
|
@@ -982,6 +1035,7 @@
|
|
|
982
1035
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
|
|
983
1036
|
"integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
|
|
984
1037
|
"license": "MIT",
|
|
1038
|
+
"optional": true,
|
|
985
1039
|
"dependencies": {
|
|
986
1040
|
"universalify": "^2.0.0"
|
|
987
1041
|
},
|
|
@@ -993,19 +1047,22 @@
|
|
|
993
1047
|
"version": "3.1.1",
|
|
994
1048
|
"resolved": "https://registry.npmjs.org/lifecycle-utils/-/lifecycle-utils-3.1.1.tgz",
|
|
995
1049
|
"integrity": "sha512-gNd3OvhFNjHykJE3uGntz7UuPzWlK9phrIdXxU9Adis0+ExkwnZibfxCJWiWWZ+a6VbKiZrb+9D9hCQWd4vjTg==",
|
|
996
|
-
"license": "MIT"
|
|
1050
|
+
"license": "MIT",
|
|
1051
|
+
"optional": true
|
|
997
1052
|
},
|
|
998
1053
|
"node_modules/lodash.debounce": {
|
|
999
1054
|
"version": "4.0.8",
|
|
1000
1055
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
1001
1056
|
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
|
1002
|
-
"license": "MIT"
|
|
1057
|
+
"license": "MIT",
|
|
1058
|
+
"optional": true
|
|
1003
1059
|
},
|
|
1004
1060
|
"node_modules/log-symbols": {
|
|
1005
1061
|
"version": "7.0.1",
|
|
1006
1062
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.1.tgz",
|
|
1007
1063
|
"integrity": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==",
|
|
1008
1064
|
"license": "MIT",
|
|
1065
|
+
"optional": true,
|
|
1009
1066
|
"dependencies": {
|
|
1010
1067
|
"is-unicode-supported": "^2.0.0",
|
|
1011
1068
|
"yoctocolors": "^2.1.1"
|
|
@@ -1022,6 +1079,7 @@
|
|
|
1022
1079
|
"resolved": "https://registry.npmjs.org/lowdb/-/lowdb-7.0.1.tgz",
|
|
1023
1080
|
"integrity": "sha512-neJAj8GwF0e8EpycYIDFqEPcx9Qz4GUho20jWFR7YiFeXzF1YMLdxB36PypcTSPMA+4+LvgyMacYhlr18Zlymw==",
|
|
1024
1081
|
"license": "MIT",
|
|
1082
|
+
"optional": true,
|
|
1025
1083
|
"dependencies": {
|
|
1026
1084
|
"steno": "^4.0.2"
|
|
1027
1085
|
},
|
|
@@ -1037,6 +1095,7 @@
|
|
|
1037
1095
|
"resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
|
|
1038
1096
|
"integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
|
|
1039
1097
|
"license": "MIT",
|
|
1098
|
+
"optional": true,
|
|
1040
1099
|
"engines": {
|
|
1041
1100
|
"node": ">=18"
|
|
1042
1101
|
},
|
|
@@ -1049,6 +1108,7 @@
|
|
|
1049
1108
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
1050
1109
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
1051
1110
|
"license": "MIT",
|
|
1111
|
+
"optional": true,
|
|
1052
1112
|
"funding": {
|
|
1053
1113
|
"url": "https://github.com/sponsors/ljharb"
|
|
1054
1114
|
}
|
|
@@ -1058,6 +1118,7 @@
|
|
|
1058
1118
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
1059
1119
|
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
1060
1120
|
"license": "BlueOak-1.0.0",
|
|
1121
|
+
"optional": true,
|
|
1061
1122
|
"engines": {
|
|
1062
1123
|
"node": ">=16 || 14 >=14.17"
|
|
1063
1124
|
}
|
|
@@ -1067,6 +1128,7 @@
|
|
|
1067
1128
|
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
|
|
1068
1129
|
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
1069
1130
|
"license": "MIT",
|
|
1131
|
+
"optional": true,
|
|
1070
1132
|
"dependencies": {
|
|
1071
1133
|
"minipass": "^7.1.2"
|
|
1072
1134
|
},
|
|
@@ -1078,7 +1140,8 @@
|
|
|
1078
1140
|
"version": "2.1.3",
|
|
1079
1141
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1080
1142
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1081
|
-
"license": "MIT"
|
|
1143
|
+
"license": "MIT",
|
|
1144
|
+
"optional": true
|
|
1082
1145
|
},
|
|
1083
1146
|
"node_modules/nanoid": {
|
|
1084
1147
|
"version": "5.1.11",
|
|
@@ -1091,6 +1154,7 @@
|
|
|
1091
1154
|
}
|
|
1092
1155
|
],
|
|
1093
1156
|
"license": "MIT",
|
|
1157
|
+
"optional": true,
|
|
1094
1158
|
"bin": {
|
|
1095
1159
|
"nanoid": "bin/nanoid.js"
|
|
1096
1160
|
},
|
|
@@ -1103,6 +1167,7 @@
|
|
|
1103
1167
|
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.8.0.tgz",
|
|
1104
1168
|
"integrity": "sha512-c5Ko1fZJIJmzhFIkhRN76WTq+fC6tWnGy9CXA0fA+XygsWZmEwG8vmbkNqxMyoaa0Tin4djul49NzdVcJJcjeA==",
|
|
1105
1169
|
"license": "MIT",
|
|
1170
|
+
"optional": true,
|
|
1106
1171
|
"engines": {
|
|
1107
1172
|
"node": "^18 || ^20 || >= 21"
|
|
1108
1173
|
}
|
|
@@ -1111,7 +1176,8 @@
|
|
|
1111
1176
|
"version": "1.9.0",
|
|
1112
1177
|
"resolved": "https://registry.npmjs.org/node-api-headers/-/node-api-headers-1.9.0.tgz",
|
|
1113
1178
|
"integrity": "sha512-2oNILP4jXwRB4ywnYKjVk1YyJ96n2D4EOVJO6S3oYZ5PtbJrw3Yt9TpAuX3nBLMuzn74rnfGQrv13pS9vC+YiA==",
|
|
1114
|
-
"license": "MIT"
|
|
1179
|
+
"license": "MIT",
|
|
1180
|
+
"optional": true
|
|
1115
1181
|
},
|
|
1116
1182
|
"node_modules/node-llama-cpp": {
|
|
1117
1183
|
"version": "3.18.1",
|
|
@@ -1119,6 +1185,7 @@
|
|
|
1119
1185
|
"integrity": "sha512-w0zfuy/IKS2fhrbed5SylZDXJHTVz4HnkwZ4UrFPgSNwJab3QIPwIl4lyCKHHy9flLrtxsAuV5kXfH3HZ6bb8w==",
|
|
1120
1186
|
"hasInstallScript": true,
|
|
1121
1187
|
"license": "MIT",
|
|
1188
|
+
"optional": true,
|
|
1122
1189
|
"dependencies": {
|
|
1123
1190
|
"@huggingface/jinja": "^0.5.6",
|
|
1124
1191
|
"async-retry": "^1.3.3",
|
|
@@ -1189,6 +1256,7 @@
|
|
|
1189
1256
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
|
|
1190
1257
|
"integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
|
|
1191
1258
|
"license": "MIT",
|
|
1259
|
+
"optional": true,
|
|
1192
1260
|
"dependencies": {
|
|
1193
1261
|
"mimic-function": "^5.0.0"
|
|
1194
1262
|
},
|
|
@@ -1204,6 +1272,7 @@
|
|
|
1204
1272
|
"resolved": "https://registry.npmjs.org/ora/-/ora-9.4.0.tgz",
|
|
1205
1273
|
"integrity": "sha512-84cglkRILFxdtA8hAvLNdMrtBpPNBTrQ9/ulg0FA7xLMnD6mifv+enAIeRmvtv+WgdCE+LPGOfQmtJRrVaIVhQ==",
|
|
1206
1274
|
"license": "MIT",
|
|
1275
|
+
"optional": true,
|
|
1207
1276
|
"dependencies": {
|
|
1208
1277
|
"chalk": "^5.6.2",
|
|
1209
1278
|
"cli-cursor": "^5.0.0",
|
|
@@ -1226,6 +1295,7 @@
|
|
|
1226
1295
|
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-3.4.0.tgz",
|
|
1227
1296
|
"integrity": "sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==",
|
|
1228
1297
|
"license": "MIT",
|
|
1298
|
+
"optional": true,
|
|
1229
1299
|
"engines": {
|
|
1230
1300
|
"node": ">=18.20"
|
|
1231
1301
|
},
|
|
@@ -1238,6 +1308,7 @@
|
|
|
1238
1308
|
"resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz",
|
|
1239
1309
|
"integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
|
|
1240
1310
|
"license": "MIT",
|
|
1311
|
+
"optional": true,
|
|
1241
1312
|
"engines": {
|
|
1242
1313
|
"node": ">=18"
|
|
1243
1314
|
},
|
|
@@ -1250,6 +1321,7 @@
|
|
|
1250
1321
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
1251
1322
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
1252
1323
|
"license": "MIT",
|
|
1324
|
+
"optional": true,
|
|
1253
1325
|
"engines": {
|
|
1254
1326
|
"node": ">=8"
|
|
1255
1327
|
}
|
|
@@ -1259,6 +1331,7 @@
|
|
|
1259
1331
|
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
|
|
1260
1332
|
"integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
|
|
1261
1333
|
"license": "MIT",
|
|
1334
|
+
"optional": true,
|
|
1262
1335
|
"engines": {
|
|
1263
1336
|
"node": "^14.13.1 || >=16.0.0"
|
|
1264
1337
|
},
|
|
@@ -1271,6 +1344,7 @@
|
|
|
1271
1344
|
"resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.3.0.tgz",
|
|
1272
1345
|
"integrity": "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==",
|
|
1273
1346
|
"license": "MIT",
|
|
1347
|
+
"optional": true,
|
|
1274
1348
|
"dependencies": {
|
|
1275
1349
|
"parse-ms": "^4.0.0"
|
|
1276
1350
|
},
|
|
@@ -1286,6 +1360,7 @@
|
|
|
1286
1360
|
"resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
|
|
1287
1361
|
"integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==",
|
|
1288
1362
|
"license": "MIT",
|
|
1363
|
+
"optional": true,
|
|
1289
1364
|
"dependencies": {
|
|
1290
1365
|
"graceful-fs": "^4.2.4",
|
|
1291
1366
|
"retry": "^0.12.0",
|
|
@@ -1297,6 +1372,7 @@
|
|
|
1297
1372
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
1298
1373
|
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
1299
1374
|
"license": "MIT",
|
|
1375
|
+
"optional": true,
|
|
1300
1376
|
"engines": {
|
|
1301
1377
|
"node": ">= 4"
|
|
1302
1378
|
}
|
|
@@ -1306,6 +1382,7 @@
|
|
|
1306
1382
|
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
1307
1383
|
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
1308
1384
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
1385
|
+
"optional": true,
|
|
1309
1386
|
"dependencies": {
|
|
1310
1387
|
"deep-extend": "^0.6.0",
|
|
1311
1388
|
"ini": "~1.3.0",
|
|
@@ -1321,6 +1398,7 @@
|
|
|
1321
1398
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
1322
1399
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
1323
1400
|
"license": "MIT",
|
|
1401
|
+
"optional": true,
|
|
1324
1402
|
"engines": {
|
|
1325
1403
|
"node": ">=0.10.0"
|
|
1326
1404
|
}
|
|
@@ -1330,6 +1408,7 @@
|
|
|
1330
1408
|
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
|
|
1331
1409
|
"integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
|
|
1332
1410
|
"license": "MIT",
|
|
1411
|
+
"optional": true,
|
|
1333
1412
|
"dependencies": {
|
|
1334
1413
|
"onetime": "^7.0.0",
|
|
1335
1414
|
"signal-exit": "^4.1.0"
|
|
@@ -1346,6 +1425,7 @@
|
|
|
1346
1425
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
1347
1426
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
1348
1427
|
"license": "ISC",
|
|
1428
|
+
"optional": true,
|
|
1349
1429
|
"engines": {
|
|
1350
1430
|
"node": ">=14"
|
|
1351
1431
|
},
|
|
@@ -1358,6 +1438,7 @@
|
|
|
1358
1438
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
|
|
1359
1439
|
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
1360
1440
|
"license": "MIT",
|
|
1441
|
+
"optional": true,
|
|
1361
1442
|
"engines": {
|
|
1362
1443
|
"node": ">= 4"
|
|
1363
1444
|
}
|
|
@@ -1367,6 +1448,7 @@
|
|
|
1367
1448
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
|
|
1368
1449
|
"integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==",
|
|
1369
1450
|
"license": "ISC",
|
|
1451
|
+
"optional": true,
|
|
1370
1452
|
"bin": {
|
|
1371
1453
|
"semver": "bin/semver.js"
|
|
1372
1454
|
},
|
|
@@ -1379,6 +1461,7 @@
|
|
|
1379
1461
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
1380
1462
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
1381
1463
|
"license": "MIT",
|
|
1464
|
+
"optional": true,
|
|
1382
1465
|
"dependencies": {
|
|
1383
1466
|
"shebang-regex": "^3.0.0"
|
|
1384
1467
|
},
|
|
@@ -1391,6 +1474,7 @@
|
|
|
1391
1474
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
1392
1475
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
1393
1476
|
"license": "MIT",
|
|
1477
|
+
"optional": true,
|
|
1394
1478
|
"engines": {
|
|
1395
1479
|
"node": ">=8"
|
|
1396
1480
|
}
|
|
@@ -1399,13 +1483,15 @@
|
|
|
1399
1483
|
"version": "3.0.7",
|
|
1400
1484
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
1401
1485
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
1402
|
-
"license": "ISC"
|
|
1486
|
+
"license": "ISC",
|
|
1487
|
+
"optional": true
|
|
1403
1488
|
},
|
|
1404
1489
|
"node_modules/simple-git": {
|
|
1405
1490
|
"version": "3.36.0",
|
|
1406
1491
|
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz",
|
|
1407
1492
|
"integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==",
|
|
1408
1493
|
"license": "MIT",
|
|
1494
|
+
"optional": true,
|
|
1409
1495
|
"dependencies": {
|
|
1410
1496
|
"@kwsites/file-exists": "^1.1.1",
|
|
1411
1497
|
"@kwsites/promise-deferred": "^1.1.1",
|
|
@@ -1422,13 +1508,15 @@
|
|
|
1422
1508
|
"version": "9.1.0",
|
|
1423
1509
|
"resolved": "https://registry.npmjs.org/sleep-promise/-/sleep-promise-9.1.0.tgz",
|
|
1424
1510
|
"integrity": "sha512-UHYzVpz9Xn8b+jikYSD6bqvf754xL2uBUzDFwiU6NcdZeifPr6UfgU43xpkPu67VMS88+TI2PSI7Eohgqf2fKA==",
|
|
1425
|
-
"license": "MIT"
|
|
1511
|
+
"license": "MIT",
|
|
1512
|
+
"optional": true
|
|
1426
1513
|
},
|
|
1427
1514
|
"node_modules/slice-ansi": {
|
|
1428
1515
|
"version": "8.0.0",
|
|
1429
1516
|
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-8.0.0.tgz",
|
|
1430
1517
|
"integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==",
|
|
1431
1518
|
"license": "MIT",
|
|
1519
|
+
"optional": true,
|
|
1432
1520
|
"dependencies": {
|
|
1433
1521
|
"ansi-styles": "^6.2.3",
|
|
1434
1522
|
"is-fullwidth-code-point": "^5.1.0"
|
|
@@ -1445,6 +1533,7 @@
|
|
|
1445
1533
|
"resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.3.2.tgz",
|
|
1446
1534
|
"integrity": "sha512-eCPu1qRxPVkl5605OTWF8Wz40b4Mf45NY5LQmVPQ599knfs5QhASUm9GbJ5BDMDOXgrnh0wyEdvzmL//YMlw0A==",
|
|
1447
1535
|
"license": "MIT",
|
|
1536
|
+
"optional": true,
|
|
1448
1537
|
"engines": {
|
|
1449
1538
|
"node": ">=18"
|
|
1450
1539
|
},
|
|
@@ -1457,6 +1546,7 @@
|
|
|
1457
1546
|
"resolved": "https://registry.npmjs.org/stdout-update/-/stdout-update-4.0.1.tgz",
|
|
1458
1547
|
"integrity": "sha512-wiS21Jthlvl1to+oorePvcyrIkiG/6M3D3VTmDUlJm7Cy6SbFhKkAvX+YBuHLxck/tO3mrdpC/cNesigQc3+UQ==",
|
|
1459
1548
|
"license": "MIT",
|
|
1549
|
+
"optional": true,
|
|
1460
1550
|
"dependencies": {
|
|
1461
1551
|
"ansi-escapes": "^6.2.0",
|
|
1462
1552
|
"ansi-styles": "^6.2.1",
|
|
@@ -1471,13 +1561,15 @@
|
|
|
1471
1561
|
"version": "10.6.0",
|
|
1472
1562
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
1473
1563
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
1474
|
-
"license": "MIT"
|
|
1564
|
+
"license": "MIT",
|
|
1565
|
+
"optional": true
|
|
1475
1566
|
},
|
|
1476
1567
|
"node_modules/stdout-update/node_modules/string-width": {
|
|
1477
1568
|
"version": "7.2.0",
|
|
1478
1569
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
1479
1570
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
1480
1571
|
"license": "MIT",
|
|
1572
|
+
"optional": true,
|
|
1481
1573
|
"dependencies": {
|
|
1482
1574
|
"emoji-regex": "^10.3.0",
|
|
1483
1575
|
"get-east-asian-width": "^1.0.0",
|
|
@@ -1495,6 +1587,7 @@
|
|
|
1495
1587
|
"resolved": "https://registry.npmjs.org/steno/-/steno-4.0.2.tgz",
|
|
1496
1588
|
"integrity": "sha512-yhPIQXjrlt1xv7dyPQg2P17URmXbuM5pdGkpiMB3RenprfiBlvK415Lctfe0eshk90oA7/tNq7WEiMK8RSP39A==",
|
|
1497
1589
|
"license": "MIT",
|
|
1590
|
+
"optional": true,
|
|
1498
1591
|
"engines": {
|
|
1499
1592
|
"node": ">=18"
|
|
1500
1593
|
},
|
|
@@ -1507,6 +1600,7 @@
|
|
|
1507
1600
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
|
|
1508
1601
|
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
1509
1602
|
"license": "MIT",
|
|
1603
|
+
"optional": true,
|
|
1510
1604
|
"dependencies": {
|
|
1511
1605
|
"get-east-asian-width": "^1.5.0",
|
|
1512
1606
|
"strip-ansi": "^7.1.2"
|
|
@@ -1523,6 +1617,7 @@
|
|
|
1523
1617
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
1524
1618
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
1525
1619
|
"license": "MIT",
|
|
1620
|
+
"optional": true,
|
|
1526
1621
|
"dependencies": {
|
|
1527
1622
|
"ansi-regex": "^6.2.2"
|
|
1528
1623
|
},
|
|
@@ -1538,6 +1633,7 @@
|
|
|
1538
1633
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
1539
1634
|
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
1540
1635
|
"license": "MIT",
|
|
1636
|
+
"optional": true,
|
|
1541
1637
|
"engines": {
|
|
1542
1638
|
"node": ">=0.10.0"
|
|
1543
1639
|
}
|
|
@@ -1547,6 +1643,7 @@
|
|
|
1547
1643
|
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz",
|
|
1548
1644
|
"integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==",
|
|
1549
1645
|
"license": "BlueOak-1.0.0",
|
|
1646
|
+
"optional": true,
|
|
1550
1647
|
"dependencies": {
|
|
1551
1648
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
1552
1649
|
"chownr": "^3.0.0",
|
|
@@ -1563,6 +1660,7 @@
|
|
|
1563
1660
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
|
1564
1661
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
1565
1662
|
"license": "MIT",
|
|
1663
|
+
"optional": true,
|
|
1566
1664
|
"engines": {
|
|
1567
1665
|
"node": ">= 10.0.0"
|
|
1568
1666
|
}
|
|
@@ -1571,13 +1669,15 @@
|
|
|
1571
1669
|
"version": "4.0.1",
|
|
1572
1670
|
"resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz",
|
|
1573
1671
|
"integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==",
|
|
1574
|
-
"license": "MIT"
|
|
1672
|
+
"license": "MIT",
|
|
1673
|
+
"optional": true
|
|
1575
1674
|
},
|
|
1576
1675
|
"node_modules/validate-npm-package-name": {
|
|
1577
1676
|
"version": "7.0.2",
|
|
1578
1677
|
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-7.0.2.tgz",
|
|
1579
1678
|
"integrity": "sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==",
|
|
1580
1679
|
"license": "ISC",
|
|
1680
|
+
"optional": true,
|
|
1581
1681
|
"engines": {
|
|
1582
1682
|
"node": "^20.17.0 || >=22.9.0"
|
|
1583
1683
|
}
|
|
@@ -1587,6 +1687,7 @@
|
|
|
1587
1687
|
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
1588
1688
|
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
1589
1689
|
"license": "ISC",
|
|
1690
|
+
"optional": true,
|
|
1590
1691
|
"dependencies": {
|
|
1591
1692
|
"isexe": "^4.0.0"
|
|
1592
1693
|
},
|
|
@@ -1602,6 +1703,7 @@
|
|
|
1602
1703
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
1603
1704
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
1604
1705
|
"license": "MIT",
|
|
1706
|
+
"optional": true,
|
|
1605
1707
|
"dependencies": {
|
|
1606
1708
|
"ansi-styles": "^4.0.0",
|
|
1607
1709
|
"string-width": "^4.1.0",
|
|
@@ -1619,6 +1721,7 @@
|
|
|
1619
1721
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1620
1722
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1621
1723
|
"license": "MIT",
|
|
1724
|
+
"optional": true,
|
|
1622
1725
|
"engines": {
|
|
1623
1726
|
"node": ">=8"
|
|
1624
1727
|
}
|
|
@@ -1628,6 +1731,7 @@
|
|
|
1628
1731
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1629
1732
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1630
1733
|
"license": "MIT",
|
|
1734
|
+
"optional": true,
|
|
1631
1735
|
"dependencies": {
|
|
1632
1736
|
"color-convert": "^2.0.1"
|
|
1633
1737
|
},
|
|
@@ -1643,6 +1747,7 @@
|
|
|
1643
1747
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1644
1748
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1645
1749
|
"license": "MIT",
|
|
1750
|
+
"optional": true,
|
|
1646
1751
|
"engines": {
|
|
1647
1752
|
"node": ">=8"
|
|
1648
1753
|
}
|
|
@@ -1652,6 +1757,7 @@
|
|
|
1652
1757
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1653
1758
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1654
1759
|
"license": "MIT",
|
|
1760
|
+
"optional": true,
|
|
1655
1761
|
"dependencies": {
|
|
1656
1762
|
"emoji-regex": "^8.0.0",
|
|
1657
1763
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -1666,6 +1772,7 @@
|
|
|
1666
1772
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1667
1773
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1668
1774
|
"license": "MIT",
|
|
1775
|
+
"optional": true,
|
|
1669
1776
|
"dependencies": {
|
|
1670
1777
|
"ansi-regex": "^5.0.1"
|
|
1671
1778
|
},
|
|
@@ -1678,6 +1785,7 @@
|
|
|
1678
1785
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
1679
1786
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
1680
1787
|
"license": "ISC",
|
|
1788
|
+
"optional": true,
|
|
1681
1789
|
"engines": {
|
|
1682
1790
|
"node": ">=10"
|
|
1683
1791
|
}
|
|
@@ -1687,6 +1795,7 @@
|
|
|
1687
1795
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
|
|
1688
1796
|
"integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
|
|
1689
1797
|
"license": "BlueOak-1.0.0",
|
|
1798
|
+
"optional": true,
|
|
1690
1799
|
"engines": {
|
|
1691
1800
|
"node": ">=18"
|
|
1692
1801
|
}
|
|
@@ -1696,6 +1805,7 @@
|
|
|
1696
1805
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
1697
1806
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
1698
1807
|
"license": "MIT",
|
|
1808
|
+
"optional": true,
|
|
1699
1809
|
"dependencies": {
|
|
1700
1810
|
"cliui": "^8.0.1",
|
|
1701
1811
|
"escalade": "^3.1.1",
|
|
@@ -1714,6 +1824,7 @@
|
|
|
1714
1824
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
1715
1825
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
1716
1826
|
"license": "ISC",
|
|
1827
|
+
"optional": true,
|
|
1717
1828
|
"engines": {
|
|
1718
1829
|
"node": ">=12"
|
|
1719
1830
|
}
|
|
@@ -1723,6 +1834,7 @@
|
|
|
1723
1834
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1724
1835
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1725
1836
|
"license": "MIT",
|
|
1837
|
+
"optional": true,
|
|
1726
1838
|
"engines": {
|
|
1727
1839
|
"node": ">=8"
|
|
1728
1840
|
}
|
|
@@ -1732,6 +1844,7 @@
|
|
|
1732
1844
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1733
1845
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1734
1846
|
"license": "MIT",
|
|
1847
|
+
"optional": true,
|
|
1735
1848
|
"engines": {
|
|
1736
1849
|
"node": ">=8"
|
|
1737
1850
|
}
|
|
@@ -1741,6 +1854,7 @@
|
|
|
1741
1854
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1742
1855
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1743
1856
|
"license": "MIT",
|
|
1857
|
+
"optional": true,
|
|
1744
1858
|
"dependencies": {
|
|
1745
1859
|
"emoji-regex": "^8.0.0",
|
|
1746
1860
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -1755,6 +1869,7 @@
|
|
|
1755
1869
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1756
1870
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1757
1871
|
"license": "MIT",
|
|
1872
|
+
"optional": true,
|
|
1758
1873
|
"dependencies": {
|
|
1759
1874
|
"ansi-regex": "^5.0.1"
|
|
1760
1875
|
},
|
|
@@ -1767,6 +1882,7 @@
|
|
|
1767
1882
|
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
|
|
1768
1883
|
"integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
|
|
1769
1884
|
"license": "MIT",
|
|
1885
|
+
"optional": true,
|
|
1770
1886
|
"engines": {
|
|
1771
1887
|
"node": ">=18"
|
|
1772
1888
|
},
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/llama-cpp-provider",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.11-beta.2",
|
|
4
4
|
"description": "OpenClaw llama.cpp embedding provider plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/openclaw/openclaw"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
|
-
"
|
|
10
|
+
"optionalDependencies": {
|
|
11
11
|
"node-llama-cpp": "3.18.1"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"minHostVersion": ">=2026.6.2"
|
|
24
24
|
},
|
|
25
25
|
"compat": {
|
|
26
|
-
"pluginApi": ">=2026.6.
|
|
26
|
+
"pluginApi": ">=2026.6.11-beta.2"
|
|
27
27
|
},
|
|
28
28
|
"build": {
|
|
29
|
-
"openclawVersion": "2026.6.
|
|
29
|
+
"openclawVersion": "2026.6.11-beta.2"
|
|
30
30
|
},
|
|
31
31
|
"release": {
|
|
32
32
|
"bundleRuntimeDependencies": false,
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"README.md"
|
|
45
45
|
],
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"openclaw": ">=2026.6.
|
|
47
|
+
"openclaw": ">=2026.6.11-beta.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"openclaw": {
|