-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathyarn.lock
More file actions
8528 lines (7703 loc) · 289 KB
/
yarn.lock
File metadata and controls
8528 lines (7703 loc) · 289 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 9
cacheKey: 10c0
"@antfu/install-pkg@npm:^1.1.0":
version: 1.1.0
resolution: "@antfu/install-pkg@npm:1.1.0"
dependencies:
package-manager-detector: "npm:^1.3.0"
tinyexec: "npm:^1.0.1"
checksum: 10c0/140d5994c76fd3d0e824c88f1ce91b3370e8066a8bc2f5729ae133bf768caa239f7915e29c78f239b7ead253113ace51293e95127fafe2b786b88eb615b3be47
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-string-parser@npm:7.25.9"
checksum: 10c0/7244b45d8e65f6b4338a6a68a8556f2cb161b782343e97281a5f2b9b93e420cad0d9f5773a59d79f61d0c448913d06f6a2358a87f2e203cf112e3c5b53522ee6
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-string-parser@npm:7.27.1"
checksum: 10c0/8bda3448e07b5583727c103560bcf9c4c24b3c1051a4c516d4050ef69df37bb9a4734a585fe12725b8c2763de0a265aa1e909b485a4e3270b7cfd3e4dbe4b602
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/helper-validator-identifier@npm:7.25.9"
checksum: 10c0/4fc6f830177b7b7e887ad3277ddb3b91d81e6c4a24151540d9d1023e8dc6b1c0505f0f0628ae653601eb4388a8db45c1c14b2c07a9173837aef7e4116456259d
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.28.5":
version: 7.28.5
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
languageName: node
linkType: hard
"@babel/parser@npm:^7.25.3":
version: 7.26.2
resolution: "@babel/parser@npm:7.26.2"
dependencies:
"@babel/types": "npm:^7.26.0"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/751a743087b3a9172a7599f1421830d44c38f065ef781588d2bfb1c98f9b461719a226feb13c868d7a284783eee120c88ea522593118f2668f46ebfb1105c4d7
languageName: node
linkType: hard
"@babel/parser@npm:^7.29.3":
version: 7.29.3
resolution: "@babel/parser@npm:7.29.3"
dependencies:
"@babel/types": "npm:^7.29.0"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/f06920c819550c0db689e4c5b626bf55ba3cebf80ebe9ccfa434e134036cf3de50951fe759f74abb2dae381989239860bde46d4600328578ad1f7114c3711a6d
languageName: node
linkType: hard
"@babel/types@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/types@npm:7.26.0"
dependencies:
"@babel/helper-string-parser": "npm:^7.25.9"
"@babel/helper-validator-identifier": "npm:^7.25.9"
checksum: 10c0/b694f41ad1597127e16024d766c33a641508aad037abd08d0d1f73af753e1119fa03b4a107d04b5f92cc19c095a594660547ae9bead1db2299212d644b0a5cb8
languageName: node
linkType: hard
"@babel/types@npm:^7.29.0":
version: 7.29.0
resolution: "@babel/types@npm:7.29.0"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.28.5"
checksum: 10c0/23cc3466e83bcbfab8b9bd0edaafdb5d4efdb88b82b3be6728bbade5ba2f0996f84f63b1c5f7a8c0d67efded28300898a5f930b171bb40b311bca2029c4e9b4f
languageName: node
linkType: hard
"@cfworker/json-schema@npm:^4.0.2":
version: 4.1.1
resolution: "@cfworker/json-schema@npm:4.1.1"
checksum: 10c0/b5253486d346b7de6feec9c73954f612b11019dacb9023d710a5666df2f5fc145dd88b6b913c88726c6d97e2e258a515fa2cab177f58b18da6bac3738cbc4739
languageName: node
linkType: hard
"@chatluna/shared-prompt-renderer@npm:^1.0.5":
version: 1.0.5
resolution: "@chatluna/shared-prompt-renderer@npm:1.0.5"
checksum: 10c0/27ff62e6e295a45a2df1e159b3c30f587cd1856a86dfcde050bd1fcaa5d3bd1f021ae947faa9b317dff2b7fdbf65534144db56170057b7f797092b4927a53b59
languageName: node
linkType: hard
"@cordisjs/core@npm:3.18.1":
version: 3.18.1
resolution: "@cordisjs/core@npm:3.18.1"
dependencies:
cosmokit: "npm:^1.6.2"
checksum: 10c0/b85ec7d6998931328728c6c8e9d0a0f1828b70f95aa31cdb5cffb0c168d2e2d17192ac154c5238d7b4192971167f8adeba0477da7847bb970745ab75d6093e58
languageName: node
linkType: hard
"@cordisjs/loader@npm:^0.13.1":
version: 0.13.1
resolution: "@cordisjs/loader@npm:0.13.1"
dependencies:
cosmokit: "npm:^1.6.2"
dotenv: "npm:^16.4.5"
js-yaml: "npm:^4.1.0"
peerDependencies:
"@cordisjs/core": ^3.18.1
checksum: 10c0/140d8ee47c14509f0705cbf6d67c0519e76636a98bc8f54b6d70ece637e5d0fee2b108db01f7c45403a46a688b8b7f82f0084ca91439571f626fbbaa7020759f
languageName: node
linkType: hard
"@cordisjs/logger@npm:^0.3.3":
version: 0.3.3
resolution: "@cordisjs/logger@npm:0.3.3"
dependencies:
cosmokit: "npm:^1.6.2"
reggol: "npm:^1.7.0"
peerDependencies:
"@cordisjs/core": ^3.17.1
checksum: 10c0/147b0c00e456c6304353b8e6df4fbc44e47973e4924825c27aa5b2976e593f982711d93cbfe0100276cce855ea88edeb413cf7d93dcfb98bbfdd3c128afaf589
languageName: node
linkType: hard
"@cordisjs/plugin-http@npm:^0.6.3":
version: 0.6.3
resolution: "@cordisjs/plugin-http@npm:0.6.3"
dependencies:
cosmokit: "npm:^1.6.3"
file-type: "npm:^16.5.4"
mime-db: "npm:^1.52.0"
ws: "npm:^8.16.0"
peerDependencies:
cordis: ^3.18.1
checksum: 10c0/2fcca857321639cd0608bc8d724d2c82be3a81bbd7529339d0ee2eacd29ca9de579dd46f26bb5026489c4225cb26ebed4690f8074c2d6a54dc95a27e0b2d17e1
languageName: node
linkType: hard
"@cordisjs/plugin-proxy-agent@npm:^0.3.3":
version: 0.3.3
resolution: "@cordisjs/plugin-proxy-agent@npm:0.3.3"
dependencies:
http-proxy-agent: "npm:^7.0.2"
https-proxy-agent: "npm:^7.0.4"
socks: "npm:^2.8.1"
socks-proxy-agent: "npm:^8.0.2"
undici: "npm:^6.10.1"
peerDependencies:
"@cordisjs/plugin-http": ^0.6.0
cordis: ^3.17.4
checksum: 10c0/79a30a5f3e49ee7261812f9cd7b22a5355969e0c61a8c331700d68e33a40409ef886aa5d8e75a93fcf6289aea35ab24aa74074abcd4b9999f5813cc579eec5ed
languageName: node
linkType: hard
"@cordisjs/plugin-server@npm:^0.2.9":
version: 0.2.9
resolution: "@cordisjs/plugin-server@npm:0.2.9"
dependencies:
"@koa/router": "npm:^10.1.1"
"@types/koa": "npm:^2"
"@types/koa__router": "npm:^8"
"@types/ws": "npm:^8.5.10"
cosmokit: "npm:^1.8.1"
koa: "npm:^2.15.2"
koa-body: "npm:^6.0.1"
parseurl: "npm:^1.3.3"
path-to-regexp: "npm:^6.3.0"
reggol: "npm:^1.7.1"
schemastery: "npm:^3.17.2"
ws: "npm:^8.16.0"
peerDependencies:
cordis: ^3.18.1
checksum: 10c0/72d0c143c0acc8de17d9c525a3a47b333fe6bedbb645595485d93756708852cbfede7bca7281cebb6cdb1fa45556d37aa66936c87a5b268575fb42caeb3cdfc3
languageName: node
linkType: hard
"@cordisjs/schema@npm:^0.1.1":
version: 0.1.1
resolution: "@cordisjs/schema@npm:0.1.1"
dependencies:
cosmokit: "npm:^1.6.2"
schemastery: "npm:^3.14.6"
peerDependencies:
"@cordisjs/core": ^3.17.0
checksum: 10c0/9d90a4b51d297f09c1c5be0c5a6bc85cf08e703825a4c5f43461987136f308d1a0e2994752fbc52c34f22a48873a50ef3356862950860b7fe1e865524e052067
languageName: node
linkType: hard
"@cordisjs/timer@npm:^0.3.2":
version: 0.3.2
resolution: "@cordisjs/timer@npm:0.3.2"
dependencies:
cosmokit: "npm:^1.5.2"
peerDependencies:
"@cordisjs/core": ^3.12.0
checksum: 10c0/1aeeb876a26e3b0bb14338a1b81931cc15a9efca64007feb357a28e48a8f60f4a6801afa2e6564fefce218b1c82165b678cea0309095adbc66acf85437d0660c
languageName: node
linkType: hard
"@docsearch/css@npm:^4.5.3":
version: 4.6.3
resolution: "@docsearch/css@npm:4.6.3"
checksum: 10c0/10c1282f102332915eaced15b16422d6aeb6b845311483e73d0f789fdc9c0913278adfa9f6ab29c856d769eafd1598d3271d6ef7059d74bec9d3f3c53a29f132
languageName: node
linkType: hard
"@docsearch/js@npm:^4.5.3":
version: 4.6.3
resolution: "@docsearch/js@npm:4.6.3"
checksum: 10c0/90aecad104a4a14a2a6607f3ab4015dfb40ad0e2dfa85c49b924683f6493e7beae1575fcd3e880f1fa1f448c883a7e573800aee195edfba93d921f3a96f5bc4f
languageName: node
linkType: hard
"@docsearch/sidepanel-js@npm:^4.5.3":
version: 4.6.3
resolution: "@docsearch/sidepanel-js@npm:4.6.3"
checksum: 10c0/4d7f7bb4eada641b5cfaeeb2fdff0f85805fa1e3f0741d5da19622e9b0e4a34687d43bac9630e080b34126d8aea87a0747a368f3491eb2f73f29dc8e8cd718f6
languageName: node
linkType: hard
"@esbuild/aix-ppc64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/aix-ppc64@npm:0.27.7"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/android-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/android-arm64@npm:0.27.7"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@esbuild/android-arm@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/android-arm@npm:0.27.7"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@esbuild/android-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/android-x64@npm:0.27.7"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
"@esbuild/darwin-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/darwin-arm64@npm:0.27.7"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@esbuild/darwin-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/darwin-x64@npm:0.27.7"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@esbuild/freebsd-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/freebsd-arm64@npm:0.27.7"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/freebsd-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/freebsd-x64@npm:0.27.7"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/linux-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-arm64@npm:0.27.7"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@esbuild/linux-arm@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-arm@npm:0.27.7"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@esbuild/linux-ia32@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-ia32@npm:0.27.7"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-loong64@npm:0.27.7"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@esbuild/linux-mips64el@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-mips64el@npm:0.27.7"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
"@esbuild/linux-ppc64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-ppc64@npm:0.27.7"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
"@esbuild/linux-riscv64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-riscv64@npm:0.27.7"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
"@esbuild/linux-s390x@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-s390x@npm:0.27.7"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
"@esbuild/linux-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/linux-x64@npm:0.27.7"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@esbuild/netbsd-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/netbsd-arm64@npm:0.27.7"
conditions: os=netbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/netbsd-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/netbsd-x64@npm:0.27.7"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openbsd-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/openbsd-arm64@npm:0.27.7"
conditions: os=openbsd & cpu=arm64
languageName: node
linkType: hard
"@esbuild/openbsd-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/openbsd-x64@npm:0.27.7"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
"@esbuild/openharmony-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/openharmony-arm64@npm:0.27.7"
conditions: os=openharmony & cpu=arm64
languageName: node
linkType: hard
"@esbuild/sunos-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/sunos-x64@npm:0.27.7"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
"@esbuild/win32-arm64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/win32-arm64@npm:0.27.7"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@esbuild/win32-ia32@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/win32-ia32@npm:0.27.7"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@esbuild/win32-x64@npm:0.27.7":
version: 0.27.7
resolution: "@esbuild/win32-x64@npm:0.27.7"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@floating-ui/core@npm:^1.1.0":
version: 1.6.8
resolution: "@floating-ui/core@npm:1.6.8"
dependencies:
"@floating-ui/utils": "npm:^0.2.8"
checksum: 10c0/d6985462aeccae7b55a2d3f40571551c8c42bf820ae0a477fc40ef462e33edc4f3f5b7f11b100de77c9b58ecb581670c5c3f46d0af82b5e30aa185c735257eb9
languageName: node
linkType: hard
"@floating-ui/dom@npm:~1.1.1":
version: 1.1.1
resolution: "@floating-ui/dom@npm:1.1.1"
dependencies:
"@floating-ui/core": "npm:^1.1.0"
checksum: 10c0/2e508c834fed7567fc496ee946d092056487958330fd5260768536282eb19e990087ddbfe60a39cfe7ed87f8ec0741cc11fa33505c478238d78515a27dd69b6d
languageName: node
linkType: hard
"@floating-ui/utils@npm:^0.2.8":
version: 0.2.8
resolution: "@floating-ui/utils@npm:0.2.8"
checksum: 10c0/a8cee5f17406c900e1c3ef63e3ca89b35e7a2ed645418459a73627b93b7377477fc888081011c6cd177cac45ec2b92a6cab018c14ea140519465498dddd2d3f9
languageName: node
linkType: hard
"@hapi/bourne@npm:^3.0.0":
version: 3.0.0
resolution: "@hapi/bourne@npm:3.0.0"
checksum: 10c0/2e2df62f6bc6f32b980ba5bbdc09200c93c55c8306399ec0f2781da088a82aab699498c89fe94fec4acf770210f9aee28c75bfc2f04044849ac01b034134e717
languageName: node
linkType: hard
"@iconify-json/carbon@npm:^1.2.11":
version: 1.2.14
resolution: "@iconify-json/carbon@npm:1.2.14"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/403f74c2610aa59ecb714fd95c4bffb7eebccad10a670be7a5b48cce73f724c4c8d9bfb3ffd5307d1dcd7bf6f57fa9e0ad3d2aab73bcc4f89cd9221678bd8902
languageName: node
linkType: hard
"@iconify-json/icon-park-outline@npm:^1.2.2":
version: 1.2.4
resolution: "@iconify-json/icon-park-outline@npm:1.2.4"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/64e221c99de626655dbd9b6f953b0ba7e266d8c4f8acab0a6944f415903e3dbc442adab4c25d65e3d50a941c7f643efe7c35f1d5e99c2bf83183c2bf2c8578da
languageName: node
linkType: hard
"@iconify-json/logos@npm:^1.2.10":
version: 1.2.11
resolution: "@iconify-json/logos@npm:1.2.11"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/bd08fe165846532017a19ec735c869ee4cb564ae615ea3ce54ec53e0bf3f1725148db1e570e9ef812b1c16b0eb40cc20fe4e1f6b35ffa49293b15c0890d174ed
languageName: node
linkType: hard
"@iconify-json/octicon@npm:^1.2.10":
version: 1.2.16
resolution: "@iconify-json/octicon@npm:1.2.16"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/54d42f4c8e8d89aeb83c803a262f1ed95e12381d9ff1e1e1856320fea0e73dc53e0f858e09683aab93aaffe5e98b18e5f95242480e005a6021f440959e08d624
languageName: node
linkType: hard
"@iconify-json/simple-icons@npm:^1.2.69":
version: 1.2.81
resolution: "@iconify-json/simple-icons@npm:1.2.81"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/2012bd42c1f531683d4d9052d39e2b491a0c7bd3fc70fdb336cec83f3a25ea4c5409d893455e6bd18049a38ceeb2040e6462dc084b047726d5dfb6255f7f9fa3
languageName: node
linkType: hard
"@iconify-json/svg-spinners@npm:^1.2.2":
version: 1.2.4
resolution: "@iconify-json/svg-spinners@npm:1.2.4"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/86d32446a5d2a3f09a534c592d06fc0f33606987e8ebe2e278154a4140855954d709e9732e835a16ef2bad4e0b318943a96348b3f77beb1c4b38a7a8c249cf52
languageName: node
linkType: hard
"@iconify-json/vscode-icons@npm:^1.2.45":
version: 1.2.49
resolution: "@iconify-json/vscode-icons@npm:1.2.49"
dependencies:
"@iconify/types": "npm:*"
checksum: 10c0/3a13675479e0010d1bc8e4ef58e5148e13e711a586f72bab26e83f8d2eae314ad1ca5dafc6aaa4e5d2282252412566d27716fa8e82f1a2dc9ff4189a78c744d1
languageName: node
linkType: hard
"@iconify/types@npm:*, @iconify/types@npm:^2.0.0":
version: 2.0.0
resolution: "@iconify/types@npm:2.0.0"
checksum: 10c0/65a3be43500c7ccacf360e136d00e1717f050b7b91da644e94370256ac66f582d59212bdb30d00788aab4fc078262e91c95b805d1808d654b72f6d2072a7e4b2
languageName: node
linkType: hard
"@iconify/utils@npm:^3.1.0":
version: 3.1.3
resolution: "@iconify/utils@npm:3.1.3"
dependencies:
"@antfu/install-pkg": "npm:^1.1.0"
"@iconify/types": "npm:^2.0.0"
import-meta-resolve: "npm:^4.2.0"
checksum: 10c0/6d01196172ef062a9cd0ee299dff3a405221e65057d6cca9ac9fb4bacd7d78168d54b0837b75d5f163038d770a3a7e4449d68ea2fc7a577c01b9ab51bfd53c98
languageName: node
linkType: hard
"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
dependencies:
string-width: "npm:^5.1.2"
string-width-cjs: "npm:string-width@^4.2.0"
strip-ansi: "npm:^7.0.1"
strip-ansi-cjs: "npm:strip-ansi@^6.0.1"
wrap-ansi: "npm:^8.1.0"
wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0"
checksum: 10c0/b1bf42535d49f11dc137f18d5e4e63a28c5569de438a221c369483731e9dac9fb797af554e8bf02b6192d1e5eba6e6402cf93900c3d0ac86391d00d04876789e
languageName: node
linkType: hard
"@jridgewell/gen-mapping@npm:^0.3.5":
version: 0.3.5
resolution: "@jridgewell/gen-mapping@npm:0.3.5"
dependencies:
"@jridgewell/set-array": "npm:^1.2.1"
"@jridgewell/sourcemap-codec": "npm:^1.4.10"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/1be4fd4a6b0f41337c4f5fdf4afc3bd19e39c3691924817108b82ffcb9c9e609c273f936932b9fba4b3a298ce2eb06d9bff4eb1cc3bd81c4f4ee1b4917e25feb
languageName: node
linkType: hard
"@jridgewell/remapping@npm:^2.3.5":
version: 2.3.5
resolution: "@jridgewell/remapping@npm:2.3.5"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/3de494219ffeb2c5c38711d0d7bb128097edf91893090a2dbc8ee0b55d092bb7347b1fd0f478486c5eab010e855c73927b1666f2107516d472d24a73017d1194
languageName: node
linkType: hard
"@jridgewell/resolve-uri@npm:^3.1.0":
version: 3.1.2
resolution: "@jridgewell/resolve-uri@npm:3.1.2"
checksum: 10c0/d502e6fb516b35032331406d4e962c21fe77cdf1cbdb49c6142bcbd9e30507094b18972778a6e27cbad756209cfe34b1a27729e6fa08a2eb92b33943f680cf1e
languageName: node
linkType: hard
"@jridgewell/set-array@npm:^1.2.1":
version: 1.2.1
resolution: "@jridgewell/set-array@npm:1.2.1"
checksum: 10c0/2a5aa7b4b5c3464c895c802d8ae3f3d2b92fcbe84ad12f8d0bfbb1f5ad006717e7577ee1fd2eac00c088abe486c7adb27976f45d2941ff6b0b92b2c3302c60f4
languageName: node
linkType: hard
"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14":
version: 1.5.0
resolution: "@jridgewell/sourcemap-codec@npm:1.5.0"
checksum: 10c0/2eb864f276eb1096c3c11da3e9bb518f6d9fc0023c78344cdc037abadc725172c70314bdb360f2d4b7bffec7f5d657ce006816bc5d4ecb35e61b66132db00c18
languageName: node
linkType: hard
"@jridgewell/sourcemap-codec@npm:^1.5.5":
version: 1.5.5
resolution: "@jridgewell/sourcemap-codec@npm:1.5.5"
checksum: 10c0/f9e538f302b63c0ebc06eecb1dd9918dd4289ed36147a0ddce35d6ea4d7ebbda243cda7b2213b6a5e1d8087a298d5cf630fb2bd39329cdecb82017023f6081a0
languageName: node
linkType: hard
"@jridgewell/trace-mapping@npm:^0.3.24":
version: 0.3.25
resolution: "@jridgewell/trace-mapping@npm:0.3.25"
dependencies:
"@jridgewell/resolve-uri": "npm:^3.1.0"
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
checksum: 10c0/3d1ce6ebc69df9682a5a8896b414c6537e428a1d68b02fcc8363b04284a8ca0df04d0ee3013132252ab14f2527bc13bea6526a912ecb5658f0e39fd2860b4df4
languageName: node
linkType: hard
"@koa/router@npm:^10.1.1":
version: 10.1.1
resolution: "@koa/router@npm:10.1.1"
dependencies:
debug: "npm:^4.1.1"
http-errors: "npm:^1.7.3"
koa-compose: "npm:^4.1.0"
methods: "npm:^1.1.2"
path-to-regexp: "npm:^6.1.0"
checksum: 10c0/a34a742df2b8b8640b21dca3b119303bd931d0ca29b6fc7375f5eb2a69636d88814b7ff5a9f94b0c63d9ae41fd5997fc5f31b8e431684cd92e84e3e9c1b45b51
languageName: node
linkType: hard
"@koishijs/core@npm:4.18.11":
version: 4.18.11
resolution: "@koishijs/core@npm:4.18.11"
dependencies:
"@koishijs/i18n-utils": "npm:^1.0.1"
"@koishijs/utils": "npm:^7.2.1"
"@satorijs/core": "npm:^4.6.0"
cordis: "npm:^3.18.1"
cosmokit: "npm:^1.8.1"
fastest-levenshtein: "npm:^1.0.16"
minato: "npm:^3.7.0"
checksum: 10c0/ab21131e87d5dceaf126b903a9689e9e3f6e2832854b195a460b5e29bad42ee192da44f1cb0f18628b88a1dbc5e95def5a1973dcc0b3d29ab97a51a19ece0a19
languageName: node
linkType: hard
"@koishijs/i18n-utils@npm:^1.0.1":
version: 1.0.1
resolution: "@koishijs/i18n-utils@npm:1.0.1"
dependencies:
cosmokit: "npm:^1.5.2"
checksum: 10c0/05b7301fe4b809eab70b8b403c7b769eb55531d5ca2cf21b78830ec295f67d9b251517ea948db6652410e0fc80949a90c02af0d9f4b28db7a76a172391a5f69e
languageName: node
linkType: hard
"@koishijs/loader@npm:4.6.11":
version: 4.6.11
resolution: "@koishijs/loader@npm:4.6.11"
dependencies:
dotenv: "npm:^16.4.5"
js-yaml: "npm:^4.1.0"
ns-require: "npm:^1.1.4"
peerDependencies:
"@koishijs/core": 4.18.11
checksum: 10c0/988141b08faef1453336ee6e2d6310d33049b80a1d428a976f8d7c15831d1688a55e091a9711deb626be12956e8666aefefc4ba9eb258958645e4f90f5ab44cb
languageName: node
linkType: hard
"@koishijs/plugin-http@npm:^0.6.3":
version: 0.6.3
resolution: "@koishijs/plugin-http@npm:0.6.3"
dependencies:
"@cordisjs/plugin-http": "npm:^0.6.3"
peerDependencies:
koishi: ^4.18.0
checksum: 10c0/0977380b81a1a6e7645da0867aa11251d6bdeeb93d1c7be925867b746b57621c51201b0ef911cb9a265601ab8f70a58fd8e1ecfce4dba79a6b76861041b6f9b2
languageName: node
linkType: hard
"@koishijs/plugin-proxy-agent@npm:^0.3.3":
version: 0.3.3
resolution: "@koishijs/plugin-proxy-agent@npm:0.3.3"
dependencies:
"@cordisjs/plugin-proxy-agent": "npm:^0.3.3"
peerDependencies:
koishi: ^4.17.9
checksum: 10c0/a9ad8c8ecb292e5e703350ebe309d00655d6929f1763609e2e546f87850b41bb7845e766acfe7be553a80b3183187c71b9c6778d1a6d4cfb9d3c8cbe9a71d1e1
languageName: node
linkType: hard
"@koishijs/plugin-server@npm:^3.2.9":
version: 3.2.9
resolution: "@koishijs/plugin-server@npm:3.2.9"
dependencies:
"@cordisjs/plugin-server": "npm:^0.2.9"
peerDependencies:
koishi: ^4.18.11
checksum: 10c0/9eaa26fe393bc02df9176f0b1020c38d44348dcd95aed15f72a66b52cbe40823e57b61d9ad142235a9359584b8216c99c9ec9bf54ad2d245b36e4b6d775df9e2
languageName: node
linkType: hard
"@koishijs/utils@npm:^7.2.1":
version: 7.3.2
resolution: "@koishijs/utils@npm:7.3.2"
dependencies:
cosmokit: "npm:^1.7.2"
inaba: "npm:^1.1.1"
checksum: 10c0/89e034ec3715a349fe8f5419d0a7f4212083f8756c0c28193b963f845d7c4c3f8ba8cb760b5cc965ffc6efbd24e404d95d9efe09dfa13b137d2852720f66a478
languageName: node
linkType: hard
"@langchain/classic@npm:^1.0.27":
version: 1.0.32
resolution: "@langchain/classic@npm:1.0.32"
dependencies:
"@langchain/openai": "npm:1.4.5"
"@langchain/textsplitters": "npm:1.0.1"
handlebars: "npm:^4.7.9"
js-yaml: "npm:^4.1.1"
jsonpointer: "npm:^5.0.1"
langsmith: "npm:>=0.4.0 <1.0.0"
openapi-types: "npm:^12.1.3"
yaml: "npm:^2.8.3"
zod: "npm:^3.25.76 || ^4"
peerDependencies:
"@langchain/core": ^1.0.0
cheerio: "*"
peggy: ^5.1.0
typeorm: "*"
dependenciesMeta:
langsmith:
optional: true
peerDependenciesMeta:
cheerio:
optional: true
peggy:
optional: true
typeorm:
optional: true
checksum: 10c0/a236cf10394c8f436f9682d65b8bbfd62aec270a0e4c6de59a3f55dd3f482a9704338c248f3be28afc97bb8b4072f6b581c752d4d9f0cc72ad1af382645c5ced
languageName: node
linkType: hard
"@langchain/community@npm:^1.0.0":
version: 1.1.28
resolution: "@langchain/community@npm:1.1.28"
dependencies:
"@langchain/classic": "npm:^1.0.27"
"@langchain/openai": "npm:^1.4.1"
binary-extensions: "npm:^2.2.0"
flat: "npm:^5.0.2"
js-yaml: "npm:^4.1.1"
langsmith: "npm:>=0.4.0 <1.0.0"
math-expression-evaluator: "npm:^2.0.0"
uuid: "npm:^14.0.0"
zod: "npm:^3.25.76 || ^4"
peerDependencies:
"@arcjet/redact": ^v1.2.0
"@aws-crypto/sha256-js": ^5.0.0
"@aws-sdk/client-dynamodb": ^3.1001.0
"@aws-sdk/client-lambda": ^3.1001.0
"@aws-sdk/client-s3": ^3.1001.0
"@aws-sdk/client-sagemaker-runtime": ^3.1001.0
"@aws-sdk/client-sfn": ^3.1001.0
"@aws-sdk/credential-provider-node": ^3.388.0
"@azure/search-documents": ^12.2.0
"@azure/storage-blob": ^12.31.0
"@browserbasehq/sdk": "*"
"@browserbasehq/stagehand": ^1.0.0
"@clickhouse/client": ^0.2.5
"@datastax/astra-db-ts": ^1.0.0
"@elastic/elasticsearch": ^8.4.0
"@getmetal/metal-sdk": "*"
"@getzep/zep-cloud": ^1.0.6
"@getzep/zep-js": ^2.0.2
"@gomomento/sdk-core": ^1.117.2
"@google-cloud/storage": ^6.10.1 || ^7.7.0
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^4.13.14
"@huggingface/transformers": ^3.8.1
"@ibm-cloud/watsonx-ai": "*"
"@lancedb/lancedb": ^0.19.1
"@langchain/core": ^1.1.38
"@layerup/layerup-security": ^1.5.12
"@libsql/client": ^0.17.0
"@mendable/firecrawl-js": ^4.15.2
"@mlc-ai/web-llm": "*"
"@mozilla/readability": "*"
"@neondatabase/serverless": "*"
"@notionhq/client": ^5.11.1
"@opensearch-project/opensearch": "*"
"@planetscale/database": ^1.8.0
"@premai/prem-sdk": ^0.3.25
"@raycast/api": ^1.55.2
"@rockset/client": ^0.9.1
"@smithy/eventstream-codec": ^4.2.10
"@smithy/protocol-http": ^5.3.10
"@smithy/signature-v4": ^5.3.10
"@smithy/util-utf8": ^4.2.2
"@spider-cloud/spider-client": ^0.2.0
"@supabase/supabase-js": ^2.45.0
"@tensorflow-models/universal-sentence-encoder": "*"
"@tensorflow/tfjs-core": "*"
"@upstash/ratelimit": ^1.1.3 || ^2.0.3
"@upstash/redis": ^1.20.6
"@upstash/vector": ^1.1.1
"@vercel/kv": "*"
"@vercel/postgres": "*"
"@writerai/writer-sdk": ^3.6.0
"@xata.io/client": ^0.30.1
"@zilliz/milvus2-sdk-node": ">=2.3.5"
apify-client: ^2.22.2
assemblyai: ^4.25.1
azion: ^3.1.2
better-sqlite3: ">=9.4.0 <13.0.0"
cassandra-driver: ^4.7.2
cborg: ^4.5.8
cheerio: ^1.2.0
chromadb: "*"
closevector-common: 0.1.3
closevector-node: 0.1.6
closevector-web: 0.1.6
convex: ^1.32.0
couchbase: ^4.6.1
crypto-js: ^4.2.0
d3-dsv: ^3.0.1
discord.js: ^14.25.1
duck-duck-scrape: ^2.2.5
epub2: ^3.0.1
faiss-node: "*"
fast-xml-parser: "*"
firebase-admin: ^13.6.1
google-auth-library: "*"
googleapis: "*"
hnswlib-node: ^3.0.0
html-to-text: ^9.0.5
ibm-cloud-sdk-core: "*"
ignore: ^7.0.5
interface-datastore: ^9.0.2
ioredis: ^5.3.2
it-all: ^3.0.4
jsdom: "*"
jsonwebtoken: ^9.0.3
lodash: ^4.17.23
lunary: ^0.7.10
mammoth: ^1.11.0
mariadb: ^3.5.1
mem0ai: ^2.2.4
mysql2: ^3.19.1
neo4j-driver: "*"
node-llama-cpp: ">=3.0.0"
notion-to-md: ^3.1.0
officeparser: ^6.0.4
openai: "*"
pdf-parse: ^1.0.0 || ^2.0.0
pg: ^8.11.0
pg-copy-streams: ^7.0.0
pickleparser: ^0.2.1
playwright: ^1.58.2
portkey-ai: ^3.0.3
puppeteer: "*"
pyodide: ">=0.24.1 <0.27.0"
replicate: "*"
sonix-speech-recognition: ^2.1.1
srt-parser-2: ^1.2.3
typeorm: ^0.3.28
typesense: ^3.0.1
usearch: ^1.1.1
voy-search: 0.6.3
word-extractor: "*"
ws: ^8.14.2
youtubei.js: "*"
peerDependenciesMeta:
"@arcjet/redact":
optional: true
"@aws-crypto/sha256-js":
optional: true
"@aws-sdk/client-dynamodb":
optional: true
"@aws-sdk/client-lambda":
optional: true
"@aws-sdk/client-s3":
optional: true
"@aws-sdk/client-sagemaker-runtime":
optional: true
"@aws-sdk/client-sfn":
optional: true
"@aws-sdk/credential-provider-node":
optional: true
"@aws-sdk/dsql-signer":
optional: true
"@azure/search-documents":
optional: true
"@azure/storage-blob":
optional: true
"@browserbasehq/sdk":
optional: true
"@clickhouse/client":
optional: true
"@datastax/astra-db-ts":
optional: true
"@elastic/elasticsearch":
optional: true
"@getmetal/metal-sdk":
optional: true
"@getzep/zep-cloud":
optional: true
"@getzep/zep-js":
optional: true
"@gomomento/sdk-core":
optional: true
"@google-cloud/storage":
optional: true
"@gradientai/nodejs-sdk":
optional: true
"@huggingface/inference":
optional: true
"@huggingface/transformers":
optional: true
"@lancedb/lancedb":
optional: true
"@layerup/layerup-security":
optional: true
"@libsql/client":
optional: true
"@mendable/firecrawl-js":
optional: true
"@mlc-ai/web-llm":
optional: true
"@mozilla/readability":
optional: true
"@neondatabase/serverless":
optional: true
"@notionhq/client":
optional: true
"@opensearch-project/opensearch":
optional: true
"@pinecone-database/pinecone":
optional: true
"@planetscale/database":
optional: true
"@premai/prem-sdk":
optional: true
"@qdrant/js-client-rest":
optional: true
"@raycast/api":
optional: true
"@rockset/client":
optional: true
"@smithy/eventstream-codec":
optional: true
"@smithy/protocol-http":
optional: true
"@smithy/signature-v4":
optional: true
"@smithy/util-utf8":
optional: true
"@spider-cloud/spider-client":
optional: true
"@supabase/supabase-js":
optional: true
"@tensorflow-models/universal-sentence-encoder":
optional: true
"@tensorflow/tfjs-core":
optional: true
"@upstash/ratelimit":
optional: true
"@upstash/redis":
optional: true
"@upstash/vector":
optional: true
"@vercel/kv":
optional: true
"@vercel/postgres":
optional: true
"@writerai/writer-sdk":
optional: true
"@xata.io/client":
optional: true
"@xenova/transformers":
optional: true
"@zilliz/milvus2-sdk-node":
optional: true
apify-client:
optional: true
assemblyai:
optional: true
azion:
optional: true
better-sqlite3:
optional: true
cassandra-driver:
optional: true
cborg:
optional: true
cheerio:
optional: true
chromadb:
optional: true
closevector-common:
optional: true
closevector-node:
optional: true
closevector-web:
optional: true
cohere-ai:
optional: true
convex:
optional: true
couchbase:
optional: true
crypto-js:
optional: true
d3-dsv:
optional: true
discord.js:
optional: true
duck-duck-scrape:
optional: true