-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathyarn.lock
More file actions
22720 lines (20620 loc) · 806 KB
/
yarn.lock
File metadata and controls
22720 lines (20620 loc) · 806 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: 8
cacheKey: 10c0
"7zip-bin@npm:~5.2.0":
version: 5.2.0
resolution: "7zip-bin@npm:5.2.0"
checksum: 10c0/7f6c69b4cb10c4060fb8fda258ae2ab88d30516b5a52941efa0e2cbd9ce362ab7d8d568549cd85e9f125c1c68f95c7bb076cc314c2f3c0cb306d3b638080c2ce
languageName: node
linkType: hard
"@adobe/css-tools@npm:^4.0.1, @adobe/css-tools@npm:^4.4.0":
version: 4.4.2
resolution: "@adobe/css-tools@npm:4.4.2"
checksum: 10c0/19433666ad18536b0ed05d4b53fbb3dd6ede266996796462023ec77a90b484890ad28a3e528cdf3ab8a65cb2fcdff5d8feb04db6bc6eed6ca307c40974239c94
languageName: node
linkType: hard
"@agentic/core@npm:7.6.4":
version: 7.6.4
resolution: "@agentic/core@npm:7.6.4"
dependencies:
dedent: "npm:^1.5.3"
delay: "npm:^6.0.0"
jsonrepair: "npm:^3.12.0"
ky: "npm:^1.8.0"
openai-zod-to-json-schema: "npm:^1.0.3"
p-throttle: "npm:6.2.0"
type-fest: "npm:^4.39.1"
zod-validation-error: "npm:^3.4.0"
peerDependencies:
zod: ^3.24.2
checksum: 10c0/64e10f9157134d9d8c6fcec54dced649ef044416e2a4c966cf7c7905852dfa5dfe44fd78a3118e199478be8197a9f0016ebb7fe683a9d25cba0ae25544cba9c3
languageName: node
linkType: hard
"@agentic/exa@npm:^7.3.3":
version: 7.6.4
resolution: "@agentic/exa@npm:7.6.4"
dependencies:
"@agentic/core": "npm:7.6.4"
ky: "npm:^1.8.0"
peerDependencies:
zod: ^3.24.2
checksum: 10c0/85ca4831f4e9f83d55c8bbe42c0104085e0a07034c8abde9c24368bb4447caf42ded6b9e89a6c2c4f5e128b3152feedcf6fe311edd9cc884d7399cd2d3fb9668
languageName: node
linkType: hard
"@agentic/searxng@npm:^7.3.3":
version: 7.6.4
resolution: "@agentic/searxng@npm:7.6.4"
dependencies:
"@agentic/core": "npm:7.6.4"
ky: "npm:^1.8.0"
peerDependencies:
zod: ^3.24.2
checksum: 10c0/59ee1af246c5d9001504b8e2180f7fc0810f5add7ce646041d1d1c2f3244faae160a0c3f0ddb7b27b3c9c37bb8272524228937d0d431fe7ab4e3cf4c46e0402a
languageName: node
linkType: hard
"@agentic/tavily@npm:^7.3.3":
version: 7.6.4
resolution: "@agentic/tavily@npm:7.6.4"
dependencies:
"@agentic/core": "npm:7.6.4"
ky: "npm:^1.8.0"
p-throttle: "npm:6.2.0"
peerDependencies:
zod: ^3.24.2
checksum: 10c0/ce2b45cdcc907c58ae9aaf139fe99d04a6f783095b68502ffb8291f60c079dde02f637d19f42a17b1a671d0b70d9b903d94a8c940dded35d479c56d44409f893
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0, @ampproject/remapping@npm:^2.3.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed
languageName: node
linkType: hard
"@ant-design/colors@npm:^7.0.0":
version: 7.2.0
resolution: "@ant-design/colors@npm:7.2.0"
dependencies:
"@ant-design/fast-color": "npm:^2.0.6"
checksum: 10c0/3c495e2380aa2acc2a1c5e12aa8427f71f146fddb93548129b0aaaa4e06b8b1a8c03e3d394519070092f782ed1b29655b055cb6efbba014f348de4a9176e10ca
languageName: node
linkType: hard
"@ant-design/colors@npm:^7.2.1":
version: 7.2.1
resolution: "@ant-design/colors@npm:7.2.1"
dependencies:
"@ant-design/fast-color": "npm:^2.0.6"
checksum: 10c0/4748a0bfb1ea98e08e29dcd4f7afd2781ae2119f783e6e9f80e889fd15fc19f7137e2a3d91f26bae2ab1ee76c04d520cc35f2bb0a708cd71e463f4d9deb4192d
languageName: node
linkType: hard
"@ant-design/cssinjs-utils@npm:^1.1.3":
version: 1.1.3
resolution: "@ant-design/cssinjs-utils@npm:1.1.3"
dependencies:
"@ant-design/cssinjs": "npm:^1.21.0"
"@babel/runtime": "npm:^7.23.2"
rc-util: "npm:^5.38.0"
peerDependencies:
react: ">=16.9.0"
react-dom: ">=16.9.0"
checksum: 10c0/e8a443a613689c4e984f5cf44b799f6288a6debf9a35cafb27a0411ef77ae335ba5ace7a38efd8e04f04ac897ddf24c81f0ad6615ac586f2616cb7f2b72f6176
languageName: node
linkType: hard
"@ant-design/cssinjs@npm:^1.21.0, @ant-design/cssinjs@npm:^1.23.0":
version: 1.23.0
resolution: "@ant-design/cssinjs@npm:1.23.0"
dependencies:
"@babel/runtime": "npm:^7.11.1"
"@emotion/hash": "npm:^0.8.0"
"@emotion/unitless": "npm:^0.7.5"
classnames: "npm:^2.3.1"
csstype: "npm:^3.1.3"
rc-util: "npm:^5.35.0"
stylis: "npm:^4.3.4"
peerDependencies:
react: ">=16.0.0"
react-dom: ">=16.0.0"
checksum: 10c0/c06877e6d005af86c3ce3c4d61ac3331801ad2e8d4ca4a6b1b34c401c13bfbf36afbe3b5459c415d92bcba60602662d7ae100baf74a1786cd47b27ef579126df
languageName: node
linkType: hard
"@ant-design/fast-color@npm:^2.0.6":
version: 2.0.6
resolution: "@ant-design/fast-color@npm:2.0.6"
dependencies:
"@babel/runtime": "npm:^7.24.7"
checksum: 10c0/8d30649bd8d4e56d5c48393fcf0ad5c24d1099ec4cbf88f55bd9f4489e61efc30087d301da384c4ed21f2d5597087c8ba27dfbcc7693915310c26d307f5a8276
languageName: node
linkType: hard
"@ant-design/icons-svg@npm:^4.4.0":
version: 4.4.2
resolution: "@ant-design/icons-svg@npm:4.4.2"
checksum: 10c0/d08f051824599850efcd691a67b0ee602ee886f23fe04e77890b083a0343cde72560317e3909fd029f999df00aef7b57142c863326fff7293251d9162828079b
languageName: node
linkType: hard
"@ant-design/icons@npm:^5.6.1":
version: 5.6.1
resolution: "@ant-design/icons@npm:5.6.1"
dependencies:
"@ant-design/colors": "npm:^7.0.0"
"@ant-design/icons-svg": "npm:^4.4.0"
"@babel/runtime": "npm:^7.24.8"
classnames: "npm:^2.2.6"
rc-util: "npm:^5.31.1"
peerDependencies:
react: ">=16.0.0"
react-dom: ">=16.0.0"
checksum: 10c0/7a9d9fd388c5c66d92818fd0eb794a54ef0b0dc3d75f15ac24c7cfde21c5c836c220cf35423768fd1faa28d55443a6917bf4260469c1485be83f799daa351976
languageName: node
linkType: hard
"@ant-design/react-slick@npm:~1.1.2":
version: 1.1.2
resolution: "@ant-design/react-slick@npm:1.1.2"
dependencies:
"@babel/runtime": "npm:^7.10.4"
classnames: "npm:^2.2.5"
json2mq: "npm:^0.2.0"
resize-observer-polyfill: "npm:^1.5.1"
throttle-debounce: "npm:^5.0.0"
peerDependencies:
react: ">=16.9.0"
checksum: 10c0/4f758e28cf8418e9f1a9b03da3814b2342fcee8a4039cae2fe6f77c01e9c8b7ea78a7e10961128a5ccba4992f520e88cb72c4f7fa1bd22314ce628b0d9fb3f5c
languageName: node
linkType: hard
"@ant-design/v5-patch-for-react-19@npm:^1.0.3":
version: 1.0.3
resolution: "@ant-design/v5-patch-for-react-19@npm:1.0.3"
peerDependencies:
antd: ">=5.22.6"
react: ">=19.0.0"
react-dom: ">=19.0.0"
checksum: 10c0/e3848c929b01a0a29a41e2886f489932e54d9665dd990c60c4b505e21740da2ef0db0d08f4dc7591651fa1f21b15227e7bb40f40280742225b4da74fd18cc899
languageName: node
linkType: hard
"@antfu/install-pkg@npm:^1.0.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
"@antfu/utils@npm:^8.1.0":
version: 8.1.1
resolution: "@antfu/utils@npm:8.1.1"
checksum: 10c0/cd55d322496f0324323a7bd312bbdc305db02f5c74c53d59213a00a7ecfd66926b6755a41f27c6e664a687cd7a967d3a8b12d3ea57f264ae45dd1c5c181f5160
languageName: node
linkType: hard
"@anthropic-ai/sdk@npm:>=0.50.3 <1":
version: 0.56.0
resolution: "@anthropic-ai/sdk@npm:0.56.0"
bin:
anthropic-ai-sdk: bin/cli
checksum: 10c0/b8506daa740b3700c56cf7e7cd16c5f3c092b96ad0bca893530d3e12ed543bdae174ea5e34b270ba86958f193a8ac31559f17ed4a79ba9219771d3c457e15c06
languageName: node
linkType: hard
"@anthropic-ai/sdk@npm:^0.41.0":
version: 0.41.0
resolution: "@anthropic-ai/sdk@npm:0.41.0"
dependencies:
"@types/node": "npm:^18.11.18"
"@types/node-fetch": "npm:^2.6.4"
abort-controller: "npm:^3.0.0"
agentkeepalive: "npm:^4.2.1"
form-data-encoder: "npm:1.7.2"
formdata-node: "npm:^4.3.2"
node-fetch: "npm:^2.6.7"
checksum: 10c0/b57df42df33f29f3baa682da663d7411624f511384f84c790a936b505c5074d9676749ce05d45b1caa9af7077a20013889efb65f3e25f979e7ab2fa245e2a444
languageName: node
linkType: hard
"@anthropic-ai/vertex-sdk@npm:0.11.4":
version: 0.11.4
resolution: "@anthropic-ai/vertex-sdk@npm:0.11.4"
dependencies:
"@anthropic-ai/sdk": "npm:>=0.50.3 <1"
google-auth-library: "npm:^9.4.2"
checksum: 10c0/a13201d9e1a82a25071d824da0d68ef4f25c10f4e803ce1bd677f185d7970adeb845d847b8aa7120798a60db84981a54cfdeda1ec71ac9424b28e4311590c918
languageName: node
linkType: hard
"@anthropic-ai/vertex-sdk@patch:@anthropic-ai/vertex-sdk@npm%3A0.11.4#~/.yarn/patches/@anthropic-ai-vertex-sdk-npm-0.11.4-c19cb41edb.patch":
version: 0.11.4
resolution: "@anthropic-ai/vertex-sdk@patch:@anthropic-ai/vertex-sdk@npm%3A0.11.4#~/.yarn/patches/@anthropic-ai-vertex-sdk-npm-0.11.4-c19cb41edb.patch::version=0.11.4&hash=4b385f"
dependencies:
"@anthropic-ai/sdk": "npm:>=0.50.3 <1"
google-auth-library: "npm:^9.4.2"
checksum: 10c0/bc52951fecddd6c110613c97152ba08bde0aaaa03d1892942e6a075d936908c46b9b8d0618c4cb1dcd95194be044281e4f76884191f06da1be9f82853af7e62a
languageName: node
linkType: hard
"@asamuzakjp/css-color@npm:^3.1.1":
version: 3.1.2
resolution: "@asamuzakjp/css-color@npm:3.1.2"
dependencies:
"@csstools/css-calc": "npm:^2.1.2"
"@csstools/css-color-parser": "npm:^3.0.8"
"@csstools/css-parser-algorithms": "npm:^3.0.4"
"@csstools/css-tokenizer": "npm:^3.0.3"
lru-cache: "npm:^10.4.3"
checksum: 10c0/aa3c0dc03ba630e0e1c9cbb54b650301773faa8613794d236e2132fe38f1329f68eec92d8b2c4f0f8aa19ce554a3c4be9ea874224d1472d9d9cb410cbd43683d
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/eab9581d3363af5ea498ae0e72de792f54d8890360e14a9d8261b7b5c55ebe080279fb2556e07994d785341cdaa99ab0b1ccf137832b53b5904cd6928f2b094b
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32c@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/223efac396cdebaf5645568fa9a38cd0c322c960ae1f4276bedfe2e1031d0112e49d7d39225d386354680ecefae29f39af469a84b2ddfa77cb6692036188af77
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha1-browser@npm:5.2.0"
dependencies:
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/51fed0bf078c10322d910af179871b7d299dde5b5897873ffbeeb036f427e5d11d23db9794439226544b73901920fd19f4d86bbc103ed73cc0cfdea47a83c6ac
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-browser@npm:5.2.0"
dependencies:
"@aws-crypto/sha256-js": "npm:^5.2.0"
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/05f6d256794df800fe9aef5f52f2ac7415f7f3117d461f85a6aecaa4e29e91527b6fd503681a17136fa89e9dd3d916e9c7e4cfb5eba222875cb6c077bdc1d00d
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-js@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/6c48701f8336341bb104dfde3d0050c89c288051f6b5e9bdfeb8091cf3ffc86efcd5c9e6ff2a4a134406b019c07aca9db608128f8d9267c952578a3108db9fd1
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/4d2118e29d68ca3f5947f1e37ce1fbb3239a0c569cc938cdc8ab8390d595609b5caf51a07c9e0535105b17bf5c52ea256fed705a07e9681118120ab64ee73af2
languageName: node
linkType: hard
"@aws-crypto/util@npm:5.2.0, @aws-crypto/util@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/util@npm:5.2.0"
dependencies:
"@aws-sdk/types": "npm:^3.222.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/0362d4c197b1fd64b423966945130207d1fe23e1bb2878a18e361f7743c8d339dad3f8729895a29aa34fff6a86c65f281cf5167c4bf253f21627ae80b6dd2951
languageName: node
linkType: hard
"@aws-sdk/client-bedrock-runtime@npm:^3.840.0":
version: 3.848.0
resolution: "@aws-sdk/client-bedrock-runtime@npm:3.848.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.846.0"
"@aws-sdk/credential-provider-node": "npm:3.848.0"
"@aws-sdk/eventstream-handler-node": "npm:3.840.0"
"@aws-sdk/middleware-eventstream": "npm:3.840.0"
"@aws-sdk/middleware-host-header": "npm:3.840.0"
"@aws-sdk/middleware-logger": "npm:3.840.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.840.0"
"@aws-sdk/middleware-user-agent": "npm:3.848.0"
"@aws-sdk/middleware-websocket": "npm:3.844.0"
"@aws-sdk/region-config-resolver": "npm:3.840.0"
"@aws-sdk/token-providers": "npm:3.848.0"
"@aws-sdk/types": "npm:3.840.0"
"@aws-sdk/util-endpoints": "npm:3.848.0"
"@aws-sdk/util-user-agent-browser": "npm:3.840.0"
"@aws-sdk/util-user-agent-node": "npm:3.848.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.7.0"
"@smithy/eventstream-serde-browser": "npm:^4.0.4"
"@smithy/eventstream-serde-config-resolver": "npm:^4.1.2"
"@smithy/eventstream-serde-node": "npm:^4.0.4"
"@smithy/fetch-http-handler": "npm:^5.1.0"
"@smithy/hash-node": "npm:^4.0.4"
"@smithy/invalid-dependency": "npm:^4.0.4"
"@smithy/middleware-content-length": "npm:^4.0.4"
"@smithy/middleware-endpoint": "npm:^4.1.15"
"@smithy/middleware-retry": "npm:^4.1.16"
"@smithy/middleware-serde": "npm:^4.0.8"
"@smithy/middleware-stack": "npm:^4.0.4"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/node-http-handler": "npm:^4.1.0"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.7"
"@smithy/types": "npm:^4.3.1"
"@smithy/url-parser": "npm:^4.0.4"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.23"
"@smithy/util-defaults-mode-node": "npm:^4.0.23"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.6"
"@smithy/util-stream": "npm:^4.2.3"
"@smithy/util-utf8": "npm:^4.0.0"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10c0/6aae8b8a8970f55605c89aa15d7efc189120cb54b64a9f57348ac4085b422d4d839fa5ed8b0d2d8ca4efc4a5326bf6988f61ded8f2b1cde79455c3bd4705ece6
languageName: node
linkType: hard
"@aws-sdk/client-bedrock@npm:^3.840.0":
version: 3.864.0
resolution: "@aws-sdk/client-bedrock@npm:3.864.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.864.0"
"@aws-sdk/credential-provider-node": "npm:3.864.0"
"@aws-sdk/middleware-host-header": "npm:3.862.0"
"@aws-sdk/middleware-logger": "npm:3.862.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.862.0"
"@aws-sdk/middleware-user-agent": "npm:3.864.0"
"@aws-sdk/region-config-resolver": "npm:3.862.0"
"@aws-sdk/token-providers": "npm:3.864.0"
"@aws-sdk/types": "npm:3.862.0"
"@aws-sdk/util-endpoints": "npm:3.862.0"
"@aws-sdk/util-user-agent-browser": "npm:3.862.0"
"@aws-sdk/util-user-agent-node": "npm:3.864.0"
"@smithy/config-resolver": "npm:^4.1.5"
"@smithy/core": "npm:^3.8.0"
"@smithy/fetch-http-handler": "npm:^5.1.1"
"@smithy/hash-node": "npm:^4.0.5"
"@smithy/invalid-dependency": "npm:^4.0.5"
"@smithy/middleware-content-length": "npm:^4.0.5"
"@smithy/middleware-endpoint": "npm:^4.1.18"
"@smithy/middleware-retry": "npm:^4.1.19"
"@smithy/middleware-serde": "npm:^4.0.9"
"@smithy/middleware-stack": "npm:^4.0.5"
"@smithy/node-config-provider": "npm:^4.1.4"
"@smithy/node-http-handler": "npm:^4.1.1"
"@smithy/protocol-http": "npm:^5.1.3"
"@smithy/smithy-client": "npm:^4.4.10"
"@smithy/types": "npm:^4.3.2"
"@smithy/url-parser": "npm:^4.0.5"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.26"
"@smithy/util-defaults-mode-node": "npm:^4.0.26"
"@smithy/util-endpoints": "npm:^3.0.7"
"@smithy/util-middleware": "npm:^4.0.5"
"@smithy/util-retry": "npm:^4.0.7"
"@smithy/util-utf8": "npm:^4.0.0"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10c0/ab2d473f3b7d7d95baa03f25117eb70314c2904554b10163a0b63d1f1abba858c2791aa7565832289104a277d51196e1c1cfea6b9ce2628c20fffd607d09bb79
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.840.0":
version: 3.840.0
resolution: "@aws-sdk/client-s3@npm:3.840.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:5.2.0"
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.840.0"
"@aws-sdk/credential-provider-node": "npm:3.840.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.840.0"
"@aws-sdk/middleware-expect-continue": "npm:3.840.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.840.0"
"@aws-sdk/middleware-host-header": "npm:3.840.0"
"@aws-sdk/middleware-location-constraint": "npm:3.840.0"
"@aws-sdk/middleware-logger": "npm:3.840.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.840.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.840.0"
"@aws-sdk/middleware-ssec": "npm:3.840.0"
"@aws-sdk/middleware-user-agent": "npm:3.840.0"
"@aws-sdk/region-config-resolver": "npm:3.840.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@aws-sdk/util-endpoints": "npm:3.840.0"
"@aws-sdk/util-user-agent-browser": "npm:3.840.0"
"@aws-sdk/util-user-agent-node": "npm:3.840.0"
"@aws-sdk/xml-builder": "npm:3.821.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.6.0"
"@smithy/eventstream-serde-browser": "npm:^4.0.4"
"@smithy/eventstream-serde-config-resolver": "npm:^4.1.2"
"@smithy/eventstream-serde-node": "npm:^4.0.4"
"@smithy/fetch-http-handler": "npm:^5.0.4"
"@smithy/hash-blob-browser": "npm:^4.0.4"
"@smithy/hash-node": "npm:^4.0.4"
"@smithy/hash-stream-node": "npm:^4.0.4"
"@smithy/invalid-dependency": "npm:^4.0.4"
"@smithy/md5-js": "npm:^4.0.4"
"@smithy/middleware-content-length": "npm:^4.0.4"
"@smithy/middleware-endpoint": "npm:^4.1.13"
"@smithy/middleware-retry": "npm:^4.1.14"
"@smithy/middleware-serde": "npm:^4.0.8"
"@smithy/middleware-stack": "npm:^4.0.4"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/node-http-handler": "npm:^4.0.6"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.5"
"@smithy/types": "npm:^4.3.1"
"@smithy/url-parser": "npm:^4.0.4"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.21"
"@smithy/util-defaults-mode-node": "npm:^4.0.21"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.6"
"@smithy/util-stream": "npm:^4.2.2"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.6"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10c0/c923c8a0b6743f81478758641190b7c1da8306e7f6bf81d7f9df722be183f7ad506ad47e1b9de0807961fffec6b36074385d4c611c0c2fb08c8e5b1d47948a48
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/client-sso@npm:3.840.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.840.0"
"@aws-sdk/middleware-host-header": "npm:3.840.0"
"@aws-sdk/middleware-logger": "npm:3.840.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.840.0"
"@aws-sdk/middleware-user-agent": "npm:3.840.0"
"@aws-sdk/region-config-resolver": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@aws-sdk/util-endpoints": "npm:3.840.0"
"@aws-sdk/util-user-agent-browser": "npm:3.840.0"
"@aws-sdk/util-user-agent-node": "npm:3.840.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.6.0"
"@smithy/fetch-http-handler": "npm:^5.0.4"
"@smithy/hash-node": "npm:^4.0.4"
"@smithy/invalid-dependency": "npm:^4.0.4"
"@smithy/middleware-content-length": "npm:^4.0.4"
"@smithy/middleware-endpoint": "npm:^4.1.13"
"@smithy/middleware-retry": "npm:^4.1.14"
"@smithy/middleware-serde": "npm:^4.0.8"
"@smithy/middleware-stack": "npm:^4.0.4"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/node-http-handler": "npm:^4.0.6"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.5"
"@smithy/types": "npm:^4.3.1"
"@smithy/url-parser": "npm:^4.0.4"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.21"
"@smithy/util-defaults-mode-node": "npm:^4.0.21"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.6"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/6d83d3dfefaab731818eade68f08f563906e9bee37c0836da262f47b15be8b1885e813a67927dd2549b1a043dffb551a2ec39a963ef335b9df54e8b9faf534e5
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.848.0":
version: 3.848.0
resolution: "@aws-sdk/client-sso@npm:3.848.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.846.0"
"@aws-sdk/middleware-host-header": "npm:3.840.0"
"@aws-sdk/middleware-logger": "npm:3.840.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.840.0"
"@aws-sdk/middleware-user-agent": "npm:3.848.0"
"@aws-sdk/region-config-resolver": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@aws-sdk/util-endpoints": "npm:3.848.0"
"@aws-sdk/util-user-agent-browser": "npm:3.840.0"
"@aws-sdk/util-user-agent-node": "npm:3.848.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.7.0"
"@smithy/fetch-http-handler": "npm:^5.1.0"
"@smithy/hash-node": "npm:^4.0.4"
"@smithy/invalid-dependency": "npm:^4.0.4"
"@smithy/middleware-content-length": "npm:^4.0.4"
"@smithy/middleware-endpoint": "npm:^4.1.15"
"@smithy/middleware-retry": "npm:^4.1.16"
"@smithy/middleware-serde": "npm:^4.0.8"
"@smithy/middleware-stack": "npm:^4.0.4"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/node-http-handler": "npm:^4.1.0"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.7"
"@smithy/types": "npm:^4.3.1"
"@smithy/url-parser": "npm:^4.0.4"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.23"
"@smithy/util-defaults-mode-node": "npm:^4.0.23"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.6"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/758d98cec61ee94f90e476584955409800368346ce9cafaad9d2012579655ddd7500ec31e6e4f409d4d14365ed44379b248a47b2d5a7c4dfde6658d17efea25a
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.864.0":
version: 3.864.0
resolution: "@aws-sdk/client-sso@npm:3.864.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.864.0"
"@aws-sdk/middleware-host-header": "npm:3.862.0"
"@aws-sdk/middleware-logger": "npm:3.862.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.862.0"
"@aws-sdk/middleware-user-agent": "npm:3.864.0"
"@aws-sdk/region-config-resolver": "npm:3.862.0"
"@aws-sdk/types": "npm:3.862.0"
"@aws-sdk/util-endpoints": "npm:3.862.0"
"@aws-sdk/util-user-agent-browser": "npm:3.862.0"
"@aws-sdk/util-user-agent-node": "npm:3.864.0"
"@smithy/config-resolver": "npm:^4.1.5"
"@smithy/core": "npm:^3.8.0"
"@smithy/fetch-http-handler": "npm:^5.1.1"
"@smithy/hash-node": "npm:^4.0.5"
"@smithy/invalid-dependency": "npm:^4.0.5"
"@smithy/middleware-content-length": "npm:^4.0.5"
"@smithy/middleware-endpoint": "npm:^4.1.18"
"@smithy/middleware-retry": "npm:^4.1.19"
"@smithy/middleware-serde": "npm:^4.0.9"
"@smithy/middleware-stack": "npm:^4.0.5"
"@smithy/node-config-provider": "npm:^4.1.4"
"@smithy/node-http-handler": "npm:^4.1.1"
"@smithy/protocol-http": "npm:^5.1.3"
"@smithy/smithy-client": "npm:^4.4.10"
"@smithy/types": "npm:^4.3.2"
"@smithy/url-parser": "npm:^4.0.5"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.26"
"@smithy/util-defaults-mode-node": "npm:^4.0.26"
"@smithy/util-endpoints": "npm:^3.0.7"
"@smithy/util-middleware": "npm:^4.0.5"
"@smithy/util-retry": "npm:^4.0.7"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/3f18d13ef59a19c636f6fa4e7c5142936f724906d9bcf5754bdb8bad9b65f215db25b565c65959fb12989c2eaf0861683babd67bb3391de391d51b75f64d269e
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/core@npm:3.840.0"
dependencies:
"@aws-sdk/types": "npm:3.840.0"
"@aws-sdk/xml-builder": "npm:3.821.0"
"@smithy/core": "npm:^3.6.0"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/signature-v4": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.5"
"@smithy/types": "npm:^4.3.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-utf8": "npm:^4.0.0"
fast-xml-parser: "npm:4.4.1"
tslib: "npm:^2.6.2"
checksum: 10c0/6bd10d86a85c2f52d1a6ca3fe4e45fb8b8ba43abb0f52d2cd14b8d3fb9908f2e1ec0cd9dcf7980df847cfb3dbcd329679a6fe7d029fbc57840d716d1120bc445
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.846.0":
version: 3.846.0
resolution: "@aws-sdk/core@npm:3.846.0"
dependencies:
"@aws-sdk/types": "npm:3.840.0"
"@aws-sdk/xml-builder": "npm:3.821.0"
"@smithy/core": "npm:^3.7.0"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/signature-v4": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.7"
"@smithy/types": "npm:^4.3.1"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-utf8": "npm:^4.0.0"
fast-xml-parser: "npm:5.2.5"
tslib: "npm:^2.6.2"
checksum: 10c0/b23115868854939ec4d2eefcedd0fe6a2dbaa8bca83e4b757c21e5c8a153c99b61ea4b645e763257b2031717dfcc9c92264f83aa4f9d0071c806895eea6722fa
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.864.0":
version: 3.864.0
resolution: "@aws-sdk/core@npm:3.864.0"
dependencies:
"@aws-sdk/types": "npm:3.862.0"
"@aws-sdk/xml-builder": "npm:3.862.0"
"@smithy/core": "npm:^3.8.0"
"@smithy/node-config-provider": "npm:^4.1.4"
"@smithy/property-provider": "npm:^4.0.5"
"@smithy/protocol-http": "npm:^5.1.3"
"@smithy/signature-v4": "npm:^5.1.3"
"@smithy/smithy-client": "npm:^4.4.10"
"@smithy/types": "npm:^4.3.2"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.5"
"@smithy/util-utf8": "npm:^4.0.0"
fast-xml-parser: "npm:5.2.5"
tslib: "npm:^2.6.2"
checksum: 10c0/83eae93e22408750abcd5225650945f5b9a2a4e4b9477d62e97c982b0d573d6f7b1a5ba4979a85947299d71898bf2ce68a9b87a0864c2697272eb74a817b4d97
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/credential-provider-env@npm:3.840.0"
dependencies:
"@aws-sdk/core": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/ed12ee47f67980b2a434a168de12401312d995428f33e487ea64420a670fdfec59324318eb02e630ef779336723499ca13533cec2b64f1f9d9f48fe9c7e138ef
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.846.0":
version: 3.846.0
resolution: "@aws-sdk/credential-provider-env@npm:3.846.0"
dependencies:
"@aws-sdk/core": "npm:3.846.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/21640b6eec50de4fa3a7e2ac1c4505c0cf27f2f7540781d2892b2aa281f28d7c4214bd385e11cdbfd5e3309cd12219c05d26adf7cad4c881c995a20b8bc4dbcd
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.864.0":
version: 3.864.0
resolution: "@aws-sdk/credential-provider-env@npm:3.864.0"
dependencies:
"@aws-sdk/core": "npm:3.864.0"
"@aws-sdk/types": "npm:3.862.0"
"@smithy/property-provider": "npm:^4.0.5"
"@smithy/types": "npm:^4.3.2"
tslib: "npm:^2.6.2"
checksum: 10c0/6ffa5ba6787b976181aac62fcd510bade27a38685fb89d9824cf0ad4d34e6e8e82466438bdd35fd2d5bec1d60bbede0f7a60f836fc3ddb8d0d02a01e11e84704
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/credential-provider-http@npm:3.840.0"
dependencies:
"@aws-sdk/core": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/fetch-http-handler": "npm:^5.0.4"
"@smithy/node-http-handler": "npm:^4.0.6"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.5"
"@smithy/types": "npm:^4.3.1"
"@smithy/util-stream": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/21892b9252b4f7692f9a3e9999a5991e476a8ef7541674c230e94d6a5a1fa7381e643e69d1f7e77dd3bbcee952fa9f4bf45793abf8e5a9c60c0ecb407f10ad4f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.846.0":
version: 3.846.0
resolution: "@aws-sdk/credential-provider-http@npm:3.846.0"
dependencies:
"@aws-sdk/core": "npm:3.846.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/fetch-http-handler": "npm:^5.1.0"
"@smithy/node-http-handler": "npm:^4.1.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/smithy-client": "npm:^4.4.7"
"@smithy/types": "npm:^4.3.1"
"@smithy/util-stream": "npm:^4.2.3"
tslib: "npm:^2.6.2"
checksum: 10c0/5fbc05c5b0e622ce473dda41d5402982508e63496d36cb22ee6039caf563bb5d1c5633ced6901fe8c134090818400b865202c619288979132ba635f09aa98a97
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.864.0":
version: 3.864.0
resolution: "@aws-sdk/credential-provider-http@npm:3.864.0"
dependencies:
"@aws-sdk/core": "npm:3.864.0"
"@aws-sdk/types": "npm:3.862.0"
"@smithy/fetch-http-handler": "npm:^5.1.1"
"@smithy/node-http-handler": "npm:^4.1.1"
"@smithy/property-provider": "npm:^4.0.5"
"@smithy/protocol-http": "npm:^5.1.3"
"@smithy/smithy-client": "npm:^4.4.10"
"@smithy/types": "npm:^4.3.2"
"@smithy/util-stream": "npm:^4.2.4"
tslib: "npm:^2.6.2"
checksum: 10c0/430f13e13cbe35e306c312e63b9c88187134593c03cc0d68bdaee19103b8e48535c45b63fb95888d61b35348afe1dc83a32aa4db73f5a2918eed12f58ff220f3
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.840.0"
dependencies:
"@aws-sdk/core": "npm:3.840.0"
"@aws-sdk/credential-provider-env": "npm:3.840.0"
"@aws-sdk/credential-provider-http": "npm:3.840.0"
"@aws-sdk/credential-provider-process": "npm:3.840.0"
"@aws-sdk/credential-provider-sso": "npm:3.840.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.840.0"
"@aws-sdk/nested-clients": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/credential-provider-imds": "npm:^4.0.6"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/963c9a675b327f70c7123c392ce0e96ee9e451e118b3af7ba1ea65921965718f96896c29992448c4d5f7739c499e66007aed03be28e094fab0728b8b2bb19731
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.848.0":
version: 3.848.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.848.0"
dependencies:
"@aws-sdk/core": "npm:3.846.0"
"@aws-sdk/credential-provider-env": "npm:3.846.0"
"@aws-sdk/credential-provider-http": "npm:3.846.0"
"@aws-sdk/credential-provider-process": "npm:3.846.0"
"@aws-sdk/credential-provider-sso": "npm:3.848.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.848.0"
"@aws-sdk/nested-clients": "npm:3.848.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/credential-provider-imds": "npm:^4.0.6"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/af3f7aa9816618a4be600f4feeeb737cf5bd11db4f3f7e96cc30e45e93386a2e3ab4a2f9c40b2eb738b4d4e66dbe0db5086062846a8a75dfa2fd42acfb349b33
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.864.0":
version: 3.864.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.864.0"
dependencies:
"@aws-sdk/core": "npm:3.864.0"
"@aws-sdk/credential-provider-env": "npm:3.864.0"
"@aws-sdk/credential-provider-http": "npm:3.864.0"
"@aws-sdk/credential-provider-process": "npm:3.864.0"
"@aws-sdk/credential-provider-sso": "npm:3.864.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.864.0"
"@aws-sdk/nested-clients": "npm:3.864.0"
"@aws-sdk/types": "npm:3.862.0"
"@smithy/credential-provider-imds": "npm:^4.0.7"
"@smithy/property-provider": "npm:^4.0.5"
"@smithy/shared-ini-file-loader": "npm:^4.0.5"
"@smithy/types": "npm:^4.3.2"
tslib: "npm:^2.6.2"
checksum: 10c0/e0124557eff3617b0816b498f65d8082a17a3946795f5876a00d62edec06de58aba0a1bdbf63c697e7c20af79c4f4669db44578a946ea3d7edd20873e34228ae
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/credential-provider-node@npm:3.840.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.840.0"
"@aws-sdk/credential-provider-http": "npm:3.840.0"
"@aws-sdk/credential-provider-ini": "npm:3.840.0"
"@aws-sdk/credential-provider-process": "npm:3.840.0"
"@aws-sdk/credential-provider-sso": "npm:3.840.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/credential-provider-imds": "npm:^4.0.6"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/cef45e1d12aee1e05aae0498a03eafe6b0f18aa612cb7b49965dcb535bb7bc91339f33de299afb235d20e557a9a2ce16ab1ff2ddf9babec3860cc217437106b7
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.848.0":
version: 3.848.0
resolution: "@aws-sdk/credential-provider-node@npm:3.848.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.846.0"
"@aws-sdk/credential-provider-http": "npm:3.846.0"
"@aws-sdk/credential-provider-ini": "npm:3.848.0"
"@aws-sdk/credential-provider-process": "npm:3.846.0"
"@aws-sdk/credential-provider-sso": "npm:3.848.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.848.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/credential-provider-imds": "npm:^4.0.6"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/9887a7a32dfc687c4cfb9aacf9fbc9468916dc6022802a1ddfccc6d948202e6cf6f2d15c3e526806714edd365490a828c18ec67de977a66d83b37ab75d170d56
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.864.0":
version: 3.864.0
resolution: "@aws-sdk/credential-provider-node@npm:3.864.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.864.0"
"@aws-sdk/credential-provider-http": "npm:3.864.0"
"@aws-sdk/credential-provider-ini": "npm:3.864.0"
"@aws-sdk/credential-provider-process": "npm:3.864.0"
"@aws-sdk/credential-provider-sso": "npm:3.864.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.864.0"
"@aws-sdk/types": "npm:3.862.0"
"@smithy/credential-provider-imds": "npm:^4.0.7"
"@smithy/property-provider": "npm:^4.0.5"
"@smithy/shared-ini-file-loader": "npm:^4.0.5"
"@smithy/types": "npm:^4.3.2"
tslib: "npm:^2.6.2"
checksum: 10c0/4fda02b247dc54d2df2667f67b0b73bcb71a83d82ce921d94260a12717d11f76872b30074e8c435d8009a6b32d5cb92452026c4344d74ce34f7edae50aa5c714
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/credential-provider-process@npm:3.840.0"
dependencies:
"@aws-sdk/core": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/c4278d64dd3a4c3072b30483fb723c6fabf811989f4f434f6573c729fed94e6851ff339275fe207e6aeab83a672d57dca70b1385c8c2dca731cae87fcec59319
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.846.0":
version: 3.846.0
resolution: "@aws-sdk/credential-provider-process@npm:3.846.0"
dependencies:
"@aws-sdk/core": "npm:3.846.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/3be6d4547cabd1fa71aa0acacc64f7996f6154aff01e7e5aa6f1cece3d89399c4f500b74db8f0173cf0c9c89275d8803970cb815d45c769808d339bdfae186fe
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.864.0":
version: 3.864.0
resolution: "@aws-sdk/credential-provider-process@npm:3.864.0"
dependencies:
"@aws-sdk/core": "npm:3.864.0"
"@aws-sdk/types": "npm:3.862.0"
"@smithy/property-provider": "npm:^4.0.5"
"@smithy/shared-ini-file-loader": "npm:^4.0.5"
"@smithy/types": "npm:^4.3.2"
tslib: "npm:^2.6.2"
checksum: 10c0/74bb1906ac48187aa4639675423f6bface1447286ce4e904d0f5e5932f8bee271397f85d7dccb45c909b25d43d943531a124fe3c1fdd137df581010aa5fe3d03
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.840.0":
version: 3.840.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.840.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.840.0"
"@aws-sdk/core": "npm:3.840.0"
"@aws-sdk/token-providers": "npm:3.840.0"
"@aws-sdk/types": "npm:3.840.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/shared-ini-file-loader": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"