forked from janhq/jan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
21597 lines (19588 loc) · 761 KB
/
yarn.lock
File metadata and controls
21597 lines (19588 loc) · 761 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
"@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
"@anthropic-ai/sdk@npm:0.24.3":
version: 0.24.3
resolution: "@anthropic-ai/sdk@npm:0.24.3"
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"
web-streams-polyfill: "npm:^3.2.1"
checksum: 10c0/1c73c3df9637522da548d2cddfaf89513dac935c5cdb7c0b3db1c427c069a0de76df935bd189e477822063e9f944360e2d059827d5be4dca33bd388c61e97a30
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/crc32@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10c0/09189ada61a4ffe6b3bd363b0535438470a8cc1a83c89a2591ef2a0b91acb9c4ba95626557cddf856abb9df0d2bfdb0969512f1949b6db7bff5d17109d8beb3f
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/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:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/util@npm:3.0.0"
dependencies:
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/71ab6963daabbf080b274e24d160e4af6c8bbb6832bb885644018849ff53356bf82bb8000b8596cf296e7d6b14ad6201872b6b902f944e97e121eb2b2f692667
languageName: node
linkType: hard
"@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.609.0":
version: 3.609.0
resolution: "@aws-sdk/client-bedrock-runtime@npm:3.609.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.609.0"
"@aws-sdk/client-sts": "npm:3.609.0"
"@aws-sdk/core": "npm:3.609.0"
"@aws-sdk/credential-provider-node": "npm:3.609.0"
"@aws-sdk/middleware-host-header": "npm:3.609.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.609.0"
"@aws-sdk/middleware-user-agent": "npm:3.609.0"
"@aws-sdk/region-config-resolver": "npm:3.609.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.609.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.609.0"
"@smithy/config-resolver": "npm:^3.0.4"
"@smithy/core": "npm:^2.2.4"
"@smithy/eventstream-serde-browser": "npm:^3.0.4"
"@smithy/eventstream-serde-config-resolver": "npm:^3.0.3"
"@smithy/eventstream-serde-node": "npm:^3.0.4"
"@smithy/fetch-http-handler": "npm:^3.2.0"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.3"
"@smithy/middleware-endpoint": "npm:^3.0.4"
"@smithy/middleware-retry": "npm:^3.0.7"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.3"
"@smithy/node-http-handler": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/smithy-client": "npm:^3.1.5"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.7"
"@smithy/util-defaults-mode-node": "npm:^3.0.7"
"@smithy/util-endpoints": "npm:^2.0.4"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-stream": "npm:^3.0.5"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/606c8646efac56ba8dbd8451be7cf135bc1885687c329feb668b7b2b5fe4ecabebf6532041b354d701efc898c4cb8202de7d26448ee8900c50dd3cf6ee0d559f
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/client-cognito-identity@npm:3.830.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/credential-provider-node": "npm:3.830.0"
"@aws-sdk/middleware-host-header": "npm:3.821.0"
"@aws-sdk/middleware-logger": "npm:3.821.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.821.0"
"@aws-sdk/middleware-user-agent": "npm:3.828.0"
"@aws-sdk/region-config-resolver": "npm:3.821.0"
"@aws-sdk/types": "npm:3.821.0"
"@aws-sdk/util-endpoints": "npm:3.828.0"
"@aws-sdk/util-user-agent-browser": "npm:3.821.0"
"@aws-sdk/util-user-agent-node": "npm:3.828.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.5.3"
"@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.11"
"@smithy/middleware-retry": "npm:^4.1.12"
"@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.3"
"@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.19"
"@smithy/util-defaults-mode-node": "npm:^4.0.19"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.5"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/17b234e5cd5090acb0e84f934cef1435cb078c6e74c0c6f328ea248229fee841912e5a076d00819c212006e8d5fe269a3b19c5b3829fc8f4ec3e5ee93b4135dd
languageName: node
linkType: hard
"@aws-sdk/client-sagemaker@npm:^3.583.0":
version: 3.833.0
resolution: "@aws-sdk/client-sagemaker@npm:3.833.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/credential-provider-node": "npm:3.830.0"
"@aws-sdk/middleware-host-header": "npm:3.821.0"
"@aws-sdk/middleware-logger": "npm:3.821.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.821.0"
"@aws-sdk/middleware-user-agent": "npm:3.828.0"
"@aws-sdk/region-config-resolver": "npm:3.821.0"
"@aws-sdk/types": "npm:3.821.0"
"@aws-sdk/util-endpoints": "npm:3.828.0"
"@aws-sdk/util-user-agent-browser": "npm:3.821.0"
"@aws-sdk/util-user-agent-node": "npm:3.828.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.5.3"
"@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.11"
"@smithy/middleware-retry": "npm:^4.1.12"
"@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.3"
"@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.19"
"@smithy/util-defaults-mode-node": "npm:^4.0.19"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.5"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.5"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10c0/a7bd09e98c7cf85a20c05d70656a33e837c246296b0d38ed0f087f745f785f3ae0647279fc4170168111f2e0397561c09c456129a4a06cf77fce9fc7c3ce7fe1
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.609.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.609.0"
"@aws-sdk/credential-provider-node": "npm:3.609.0"
"@aws-sdk/middleware-host-header": "npm:3.609.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.609.0"
"@aws-sdk/middleware-user-agent": "npm:3.609.0"
"@aws-sdk/region-config-resolver": "npm:3.609.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.609.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.609.0"
"@smithy/config-resolver": "npm:^3.0.4"
"@smithy/core": "npm:^2.2.4"
"@smithy/fetch-http-handler": "npm:^3.2.0"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.3"
"@smithy/middleware-endpoint": "npm:^3.0.4"
"@smithy/middleware-retry": "npm:^3.0.7"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.3"
"@smithy/node-http-handler": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/smithy-client": "npm:^3.1.5"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.7"
"@smithy/util-defaults-mode-node": "npm:^3.0.7"
"@smithy/util-endpoints": "npm:^2.0.4"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.609.0
checksum: 10c0/de99021c20fbc5d6bbbed52cd4b5bd4fceb05e7d304a8ea10fb1ac11250d46540fe39355dce36cf658aabb0848e6b373c670895be3c642e354b4c6bee3f30a1b
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/client-sso@npm:3.609.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.609.0"
"@aws-sdk/middleware-host-header": "npm:3.609.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.609.0"
"@aws-sdk/middleware-user-agent": "npm:3.609.0"
"@aws-sdk/region-config-resolver": "npm:3.609.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.609.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.609.0"
"@smithy/config-resolver": "npm:^3.0.4"
"@smithy/core": "npm:^2.2.4"
"@smithy/fetch-http-handler": "npm:^3.2.0"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.3"
"@smithy/middleware-endpoint": "npm:^3.0.4"
"@smithy/middleware-retry": "npm:^3.0.7"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.3"
"@smithy/node-http-handler": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/smithy-client": "npm:^3.1.5"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.7"
"@smithy/util-defaults-mode-node": "npm:^3.0.7"
"@smithy/util-endpoints": "npm:^2.0.4"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/a553484cb8e07feb33c5d6b983b3e6b73e59d5b9f6964a88244904c724371d075d03d8b938b9abbfcc198e45d1babab1e6a2c63cce922910a5ee1052ad83853d
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/client-sso@npm:3.830.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/middleware-host-header": "npm:3.821.0"
"@aws-sdk/middleware-logger": "npm:3.821.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.821.0"
"@aws-sdk/middleware-user-agent": "npm:3.828.0"
"@aws-sdk/region-config-resolver": "npm:3.821.0"
"@aws-sdk/types": "npm:3.821.0"
"@aws-sdk/util-endpoints": "npm:3.828.0"
"@aws-sdk/util-user-agent-browser": "npm:3.821.0"
"@aws-sdk/util-user-agent-node": "npm:3.828.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.5.3"
"@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.11"
"@smithy/middleware-retry": "npm:^4.1.12"
"@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.3"
"@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.19"
"@smithy/util-defaults-mode-node": "npm:^4.0.19"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.5"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/1e457581b5c05e2cff22c7dfd9b572b92a0e2b494dffdc4ff2869ab6d2f38cb9b69a153d6bc6e4210ebc83231fda6cb3fc2530bd9763052be149eed7e4dbf983
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/client-sts@npm:3.609.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.609.0"
"@aws-sdk/core": "npm:3.609.0"
"@aws-sdk/credential-provider-node": "npm:3.609.0"
"@aws-sdk/middleware-host-header": "npm:3.609.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.609.0"
"@aws-sdk/middleware-user-agent": "npm:3.609.0"
"@aws-sdk/region-config-resolver": "npm:3.609.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.609.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.609.0"
"@smithy/config-resolver": "npm:^3.0.4"
"@smithy/core": "npm:^2.2.4"
"@smithy/fetch-http-handler": "npm:^3.2.0"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.3"
"@smithy/middleware-endpoint": "npm:^3.0.4"
"@smithy/middleware-retry": "npm:^3.0.7"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.3"
"@smithy/node-http-handler": "npm:^3.1.1"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/smithy-client": "npm:^3.1.5"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.7"
"@smithy/util-defaults-mode-node": "npm:^3.0.7"
"@smithy/util-endpoints": "npm:^2.0.4"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/cbf31b05f1aa1494130bdcf7ba53f8f53d680aed8baa862573ef9f60bdab6afb79d26c97d363e7ed18ccf2e09f880e8dc66e2c3b28768f3e3891ec5a7f663c75
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/core@npm:3.609.0"
dependencies:
"@smithy/core": "npm:^2.2.4"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/signature-v4": "npm:^3.1.2"
"@smithy/smithy-client": "npm:^3.1.5"
"@smithy/types": "npm:^3.3.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.6.2"
checksum: 10c0/1f31f6110c809cb877ff9df4e952d9a239d2076e9bc0bb877f1832f4591bea10b5d881081960009f9f367d3c2818f6361ae8b64bd91cce5a84be923277d6bcad
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.826.0":
version: 3.826.0
resolution: "@aws-sdk/core@npm:3.826.0"
dependencies:
"@aws-sdk/types": "npm:3.821.0"
"@aws-sdk/xml-builder": "npm:3.821.0"
"@smithy/core": "npm:^3.5.3"
"@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.3"
"@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/d8e1d72e8503d27c31891aabc5e7de893e4994a64d48e80614547c9cb886e664f068ec3fd80d6e3dcea16950a9dfe4abb6cdca2552775c12b0c8ea1d05588c71
languageName: node
linkType: hard
"@aws-sdk/credential-provider-cognito-identity@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.830.0"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.830.0"
"@aws-sdk/types": "npm:3.821.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/3ee2ccca97be9759356a32ccf0bd4804f289a56b27a1f4a3f6316085288a17cb0d6bd1ed76ec61cb040d30ff70fa706fa7b04ff34187c826bf35f6751b6945e3
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/credential-provider-env@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/83a07a89113d6c89cfe95a8b3ed2118b251e8d34459dccf5a0ab60dbd55c72021a812dbd8b6df5762f05e6a93ab0c9dee3c558efef76316413401b82849080bb
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.826.0":
version: 3.826.0
resolution: "@aws-sdk/credential-provider-env@npm:3.826.0"
dependencies:
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/types": "npm:3.821.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/3cfcf7ec921c39ce0e5cb43d821e99d1260a1aa62e16617383f1401a0f600fe60a77cf92f97f86c9a81b99d741a8d640f1401da1e492b5a9f845833031c1ee44
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/credential-provider-http@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/fetch-http-handler": "npm:^3.2.0"
"@smithy/node-http-handler": "npm:^3.1.1"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/smithy-client": "npm:^3.1.5"
"@smithy/types": "npm:^3.3.0"
"@smithy/util-stream": "npm:^3.0.5"
tslib: "npm:^2.6.2"
checksum: 10c0/fb2eeca64a7f73d23c665c9db0f9895da51823446adb73ca2358b13ecb861432773f9ba3eb40568234e3d05047ecc812101195f162b1ef5e304d8cbc6a2f9c07
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.826.0":
version: 3.826.0
resolution: "@aws-sdk/credential-provider-http@npm:3.826.0"
dependencies:
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/types": "npm:3.821.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.3"
"@smithy/types": "npm:^4.3.1"
"@smithy/util-stream": "npm:^4.2.2"
tslib: "npm:^2.6.2"
checksum: 10c0/042c3b873cc57acfd711ff90350a32d2f4371a1de80ec301d9e4268c184ec42d6de94ecbab3784d6853a18c6fb3bb06a198d02f9025479681e1e9a230b18e436
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.609.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.609.0"
"@aws-sdk/credential-provider-http": "npm:3.609.0"
"@aws-sdk/credential-provider-process": "npm:3.609.0"
"@aws-sdk/credential-provider-sso": "npm:3.609.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.609.0"
"@aws-sdk/types": "npm:3.609.0"
"@smithy/credential-provider-imds": "npm:^3.1.3"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/shared-ini-file-loader": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.609.0
checksum: 10c0/26062403abf787e2b799cf91d25af67aa6a1020bc5f5925e0b428dc5496b29bcbbba1e9e02f63cf38bf05b4f4586cb4ea8f314b0aabcfaa1762510114219954c
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.830.0"
dependencies:
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/credential-provider-env": "npm:3.826.0"
"@aws-sdk/credential-provider-http": "npm:3.826.0"
"@aws-sdk/credential-provider-process": "npm:3.826.0"
"@aws-sdk/credential-provider-sso": "npm:3.830.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.830.0"
"@aws-sdk/nested-clients": "npm:3.830.0"
"@aws-sdk/types": "npm:3.821.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/766eabc244574668235f132078038fa4fb29785b8d7d2e5339f055c0ae827977526ace3cf5feaa66c8adf4c226a91609738895e6c9f507ca2297039bda83fcb6
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/credential-provider-node@npm:3.609.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.609.0"
"@aws-sdk/credential-provider-http": "npm:3.609.0"
"@aws-sdk/credential-provider-ini": "npm:3.609.0"
"@aws-sdk/credential-provider-process": "npm:3.609.0"
"@aws-sdk/credential-provider-sso": "npm:3.609.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.609.0"
"@aws-sdk/types": "npm:3.609.0"
"@smithy/credential-provider-imds": "npm:^3.1.3"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/shared-ini-file-loader": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/ffa40d3e028c7470d67cecb724a6f573e2b339f091b44907e6ae700d8bd789e3e5684df4b293c6c1febd8b7bc8aa371758b82ec5631e078f34587d8c2f0c5ed6
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/credential-provider-node@npm:3.830.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.826.0"
"@aws-sdk/credential-provider-http": "npm:3.826.0"
"@aws-sdk/credential-provider-ini": "npm:3.830.0"
"@aws-sdk/credential-provider-process": "npm:3.826.0"
"@aws-sdk/credential-provider-sso": "npm:3.830.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.830.0"
"@aws-sdk/types": "npm:3.821.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/1c007cc2547703227128247d05dd9c2b49c0f9f3069bc7b49eaedf3764909811017fb2561c25773caf1478bc0822decdcfa2b041c204c393cba69f26a9fea071
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/credential-provider-process@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/shared-ini-file-loader": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/65a8dc9cc26ff496733168a86ee1fe94dc28896ad0faf5a6ad19c95c631ce09ebcea186f62016496e9fa39e79949897e5c00206373032384c4f71bf0c71f42e7
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.826.0":
version: 3.826.0
resolution: "@aws-sdk/credential-provider-process@npm:3.826.0"
dependencies:
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/types": "npm:3.821.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/af6d32620b32cbe5069e967b6727e79076b9be9ae22977da5e0f08a9e95358a43060455e75fa77e58dae22ffe058f0c4c055675b3f80ecce34a2680464988da5
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.609.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.609.0"
"@aws-sdk/token-providers": "npm:3.609.0"
"@aws-sdk/types": "npm:3.609.0"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/shared-ini-file-loader": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/51311d74f09fead4efefc37f6f24e7b2bb4c7d6b259140adf173624c572bfd52cc5c144f44184cef24c639aeb5a2236adfc4f733a359ab73bcfb7a0353a0dafc
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.830.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.830.0"
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/token-providers": "npm:3.830.0"
"@aws-sdk/types": "npm:3.821.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/9d30bf8c1c45957eadbb912db9303fc7b94aee3dc76f7189e451bd60dd263ca4114ace2651b0ac84c4150c736ec9bd4d66a4eaa776388a163d34a779c9ab1d71
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.609.0
checksum: 10c0/d7d2b9a82b5fe2c0001088e8772fb703b67474da908469bbbfa46964c99c79969e3fa6ccb28b2837e0c74a2fac391d14d53c1082b302b38d2410cb5b841f6900
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.830.0"
dependencies:
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/nested-clients": "npm:3.830.0"
"@aws-sdk/types": "npm:3.821.0"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/31fea28695739267418be58a211ba71cd62f73484a38d327fc01685de4afbba018eb543ad17b10bc073dc36f9b96d1fdcaadd6d55801aa8cd02231827f779db5
languageName: node
linkType: hard
"@aws-sdk/credential-providers@npm:^3.583.0":
version: 3.834.0
resolution: "@aws-sdk/credential-providers@npm:3.834.0"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.830.0"
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/credential-provider-cognito-identity": "npm:3.830.0"
"@aws-sdk/credential-provider-env": "npm:3.826.0"
"@aws-sdk/credential-provider-http": "npm:3.826.0"
"@aws-sdk/credential-provider-ini": "npm:3.830.0"
"@aws-sdk/credential-provider-node": "npm:3.830.0"
"@aws-sdk/credential-provider-process": "npm:3.826.0"
"@aws-sdk/credential-provider-sso": "npm:3.830.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.830.0"
"@aws-sdk/nested-clients": "npm:3.830.0"
"@aws-sdk/types": "npm:3.821.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.5.3"
"@smithy/credential-provider-imds": "npm:^4.0.6"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/property-provider": "npm:^4.0.4"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/7ea7d07e26f2bc7827c449b66d2d9051b27825568b6bbc3422bb41cf60cd968f51733b9a3da6bd859cad229b40083257e7a0c6d7f359e3e676f4f109f45e5181
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/middleware-host-header@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/9a845dd2e55c49ef6acab4dfefcb48a3d0301c8508c1b030fd14dda4dcb4a24cfe6e8fdb122c33a0d14a9c5799e117b1a7d61ecfc421b558fc5f5ff476457135
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.821.0":
version: 3.821.0
resolution: "@aws-sdk/middleware-host-header@npm:3.821.0"
dependencies:
"@aws-sdk/types": "npm:3.821.0"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/8c6282ef885a455cf34667831577085fca3c58cd7b4ee3c773eb7fabab0704583497a13230b1f877879414646f1eb74225278c7587b3207df042b054d777d4b7
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/middleware-logger@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/e8d110552fee03c5290f94be8da8bb6c07404c06c68971cf24c89a5a4e08b93f6039a2bf729b173855815dd13e382eda18c31e098e7a40db9c8163b74a7770e7
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.821.0":
version: 3.821.0
resolution: "@aws-sdk/middleware-logger@npm:3.821.0"
dependencies:
"@aws-sdk/types": "npm:3.821.0"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/2d9d9995c62e741fa059dbf8b20ff2000c63b73c2ece256146e1c5862a6aec4ab14165bfa52c9369906eca906f7b2247b6795c2e29f66408b5195c5ac738963a
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/cd634340fd8dabf386241da5ccfbe381f67a8c5cbec483005310aa1e1a7a5c9aa91880732696a86f5f1b10bb1cdeffc5cc3deb4449deeefbddcb2e80f490a416
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.821.0":
version: 3.821.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.821.0"
dependencies:
"@aws-sdk/types": "npm:3.821.0"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/209d7cad9c86baa84053c3a6bdb364cd5ad06d6f964f0a040b8572ac5300723adfb6914f4e875024f1af5058ca6f468c5c9d5c8c0d283b403ffed5e08dccb711
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.609.0"
"@smithy/protocol-http": "npm:^4.0.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/a6ecf118d3329ccc4dd42c09662cb5aa03b0ec4618b49575c13f1a162d9869672160af481ba3a4e6f8771cd1e92c8c9e2dc13c9c006f475093e25a837f99ac2b
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.828.0":
version: 3.828.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.828.0"
dependencies:
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/types": "npm:3.821.0"
"@aws-sdk/util-endpoints": "npm:3.828.0"
"@smithy/core": "npm:^3.5.3"
"@smithy/protocol-http": "npm:^5.1.2"
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/3b2576d33f21d07b6b6b42f823e9277d55ea81913e6ad526b300961c5525e70d1571dd6953c282208b3da6a58ffb19fa2bc3b3b04962122cb87365bb7353478a
languageName: node
linkType: hard
"@aws-sdk/nested-clients@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/nested-clients@npm:3.830.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/middleware-host-header": "npm:3.821.0"
"@aws-sdk/middleware-logger": "npm:3.821.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.821.0"
"@aws-sdk/middleware-user-agent": "npm:3.828.0"
"@aws-sdk/region-config-resolver": "npm:3.821.0"
"@aws-sdk/types": "npm:3.821.0"
"@aws-sdk/util-endpoints": "npm:3.828.0"
"@aws-sdk/util-user-agent-browser": "npm:3.821.0"
"@aws-sdk/util-user-agent-node": "npm:3.828.0"
"@smithy/config-resolver": "npm:^4.1.4"
"@smithy/core": "npm:^3.5.3"
"@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.11"
"@smithy/middleware-retry": "npm:^4.1.12"
"@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.3"
"@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.19"
"@smithy/util-defaults-mode-node": "npm:^4.0.19"
"@smithy/util-endpoints": "npm:^3.0.6"
"@smithy/util-middleware": "npm:^4.0.4"
"@smithy/util-retry": "npm:^4.0.5"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/14cbf4d11e8600e5cbb7519518c1b51ee950b5057d9b3a78d297656689e031aa1cb7805f8ffeecc195cbc93a517c04f925db550ac79bbb9f75b47d3e5d7f366c
languageName: node
linkType: hard
"@aws-sdk/protocol-http@npm:^3.374.0":
version: 3.374.0
resolution: "@aws-sdk/protocol-http@npm:3.374.0"
dependencies:
"@smithy/protocol-http": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 10c0/80770a166a1c85b69f80c43bb648c2892a5d649db048c2fe9a45d7b2c0ced6e4991b211279b02c0628a706504638656d95b962d4cca6c75f7e937cc504ec8807
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/region-config-resolver@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/node-config-provider": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
"@smithy/util-config-provider": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^3.0.3"
tslib: "npm:^2.6.2"
checksum: 10c0/5fe7e47ef2e8f2653cbee4b7d734d28797d5817adb4611cc2b0a646424ad3b5dc7044af8e840f51ab46faf266db6a1654b64f4de1e7e4602c32c63a7ec493e19
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.821.0":
version: 3.821.0
resolution: "@aws-sdk/region-config-resolver@npm:3.821.0"
dependencies:
"@aws-sdk/types": "npm:3.821.0"
"@smithy/node-config-provider": "npm:^4.1.3"
"@smithy/types": "npm:^4.3.1"
"@smithy/util-config-provider": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.4"
tslib: "npm:^2.6.2"
checksum: 10c0/b0f8a22541db5f4d5eee79320fe3d97dfa9cd7c37130771b354771c811243d458e18f22dfead70802ade8ce7537376eea4931479922df15a2e93378cf210ec30
languageName: node
linkType: hard
"@aws-sdk/signature-v4@npm:^3.374.0":
version: 3.374.0
resolution: "@aws-sdk/signature-v4@npm:3.374.0"
dependencies:
"@smithy/signature-v4": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: 10c0/11d1175e25f16f2d3ca1c0abfddd0da3acb2e0a4733ebb3d2c309e92f62aa0ac2f5891e8fa7d0f753fde9eca2f5f32a74727a6458c9818f8dcdf847eb68eeb0f
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/token-providers@npm:3.609.0"
dependencies:
"@aws-sdk/types": "npm:3.609.0"
"@smithy/property-provider": "npm:^3.1.3"
"@smithy/shared-ini-file-loader": "npm:^3.1.3"
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sso-oidc": ^3.609.0
checksum: 10c0/44f388af160362c303f240e3ccc314c7b36cc3adc534cf87bc41a13a5682fd653be104864261c872fc4e4403d5d7680b85e2d3a895a87ad5b9e8a944b93bcd22
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.830.0":
version: 3.830.0
resolution: "@aws-sdk/token-providers@npm:3.830.0"
dependencies:
"@aws-sdk/core": "npm:3.826.0"
"@aws-sdk/nested-clients": "npm:3.830.0"
"@aws-sdk/types": "npm:3.821.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/2a541d1b329b5a285a69d25695051c1069a266902d5996d4fdd1b6d4f43bbd53780ab48e27eda0625e35a3c58b4d6ee6ddf97249bf0b73e0c4d43879a6c9159a
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.609.0":
version: 3.609.0
resolution: "@aws-sdk/types@npm:3.609.0"
dependencies:
"@smithy/types": "npm:^3.3.0"
tslib: "npm:^2.6.2"
checksum: 10c0/293249118c2fc3cdc79ff9712e3a9f757a2f38e7d5d770507b3bb31d22b8c67ed6f9bdd83c1b6319236b8257d5cc7e2882c15e076200021e8bbf41e4780d430c
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.821.0, @aws-sdk/types@npm:^3.222.0":
version: 3.821.0
resolution: "@aws-sdk/types@npm:3.821.0"
dependencies:
"@smithy/types": "npm:^4.3.1"
tslib: "npm:^2.6.2"
checksum: 10c0/6202b2c0db1dd5ee78e6dc45c51f8b19deff0ee400dd5a7a15d089cc5493a2db6a6e0553ff32742e8bc810d428b36599534e14c1b466695550aef1b1d87f043d
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.609.0":