-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
21489 lines (19527 loc) · 747 KB
/
yarn.lock
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
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 53c2b231a61a46792b39a0d43bc4f4f776bb4542aa57ee04930676802e5501282c2fc8aac14e4cd1f1120ff8b52616b6ff5ab539ad30aa2277d726444b71619f
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0, @ampproject/remapping@npm:^2.2.1":
version: 2.2.1
resolution: "@ampproject/remapping@npm:2.2.1"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: 92ce5915f8901d8c7cd4f4e6e2fe7b9fd335a29955b400caa52e0e5b12ca3796ada7c2f10e78c9c5b0f9c2539dff0ffea7b19850a56e1487aa083531e1e46d43
languageName: node
linkType: hard
"@anthropic-ai/sdk@npm:^0.6.2":
version: 0.6.8
resolution: "@anthropic-ai/sdk@npm:0.6.8"
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"
digest-fetch: "npm:^1.3.0"
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: 74f07a6fe27bf9b851b5a813bcfc22ca6fcf38fe028186b80400484f37b74ffca36e657c6c089dd335a960eebd6a1c7a0b86230817b2da795612011ccc133903
languageName: node
linkType: hard
"@apify/consts@npm:^2.19.0, @apify/consts@npm:^2.23.0":
version: 2.23.0
resolution: "@apify/consts@npm:2.23.0"
checksum: 036cd5c107de13da6b95c2974d203a4810d008916087b90750cfac2521c520f09fc94b1ac345c8dfbe48655e6e84bb549de8895d90cc01d987bb06390f6b9efc
languageName: node
linkType: hard
"@apify/log@npm:^2.2.6":
version: 2.4.3
resolution: "@apify/log@npm:2.4.3"
dependencies:
"@apify/consts": "npm:^2.23.0"
ansi-colors: "npm:^4.1.1"
checksum: ba7dabbffd718ec7f5e04c50e56015267a6fe47c2744e5dc73dd5db0041315fe9ac34ea199b3d105ce0b42943357a1a49bf0535a886cb587ff340046d4037c12
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: 09189ada61a4ffe6b3bd363b0535438470a8cc1a83c89a2591ef2a0b91acb9c4ba95626557cddf856abb9df0d2bfdb0969512f1949b6db7bff5d17109d8beb3f
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/crc32c@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: a5c7ec12ec23fd44c93971234176e0f3bda33d1d5ff3abe25a538f46d8a0baa312eefd179ac3f9bcca1c2d31886e3a36d1e2349b6989c59c3ea6853161095229
languageName: node
linkType: hard
"@aws-crypto/ie11-detection@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/ie11-detection@npm:3.0.0"
dependencies:
tslib: "npm:^1.11.1"
checksum: 388891b86d816adb658175afeedaa6c4b4c70e83a7e94050d0425788da7fd5c1d675c5bd1588700e5168325bb342cc1063aa1ee4e519bc7f9b028b3998b69c53
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha1-browser@npm:3.0.0"
dependencies:
"@aws-crypto/ie11-detection": "npm:^3.0.0"
"@aws-crypto/supports-web-crypto": "npm:^3.0.0"
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 26b51cba7f4f0412531205661d21e4a4f56cd87dbcfeb9844c4758b23029b83ff9815bd5207abbe98b62803948625d559cf177f6f6bce3af6654a6e05e0e1e31
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha256-browser@npm:3.0.0"
dependencies:
"@aws-crypto/ie11-detection": "npm:^3.0.0"
"@aws-crypto/sha256-js": "npm:^3.0.0"
"@aws-crypto/supports-web-crypto": "npm:^3.0.0"
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: c6a2d6b8176f6ab34b86f7b8c81e2beeae9d41bd4f5f375b332fbe9cbb916b94adcd70676fc7a505ba5abd4232dec1ddfcfa55877f91696d4c65f166648f3026
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:3.0.0, @aws-crypto/sha256-js@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha256-js@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: fc013b25a5813c425d4fb77c9ffbc8b5f73d2c78b423df98a1b2575a26de5ff3775c8f62fcf8ef2cc39c8af1cc651013e2c670c1a605a2e16749e06920a2d68f
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/supports-web-crypto@npm:3.0.0"
dependencies:
tslib: "npm:^1.11.1"
checksum: 67e5cbdebd9560244658ba4dd8610c8dc51022497780961fb5061c09618d4337e18b1ee6c71ac24b4aca175f2aa34d1390b95f8759dc293f197f2339dd5dd8c9
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: 71ab6963daabbf080b274e24d160e4af6c8bbb6832bb885644018849ff53356bf82bb8000b8596cf296e7d6b14ad6201872b6b902f944e97e121eb2b2f692667
languageName: node
linkType: hard
"@aws-sdk/client-bedrock-runtime@npm:3.422.0":
version: 3.422.0
resolution: "@aws-sdk/client-bedrock-runtime@npm:3.422.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.421.0"
"@aws-sdk/credential-provider-node": "npm:3.421.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-signing": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/region-config-resolver": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/eventstream-serde-browser": "npm:^2.0.9"
"@smithy/eventstream-serde-config-resolver": "npm:^2.0.9"
"@smithy/eventstream-serde-node": "npm:^2.0.9"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-stream": "npm:^2.0.12"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: b7320ea3843dd725678fc9cbc19cb1e28467eb544fd9b98e76c6dbf8cafdfafc633e99cbf5c9df2b25509f77bf6f3f051e4bba2c54afeaf28b44b8de1225364c
languageName: node
linkType: hard
"@aws-sdk/client-dynamodb@npm:^3.360.0":
version: 3.445.0
resolution: "@aws-sdk/client-dynamodb@npm:3.445.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.445.0"
"@aws-sdk/core": "npm:3.445.0"
"@aws-sdk/credential-provider-node": "npm:3.445.0"
"@aws-sdk/middleware-endpoint-discovery": "npm:3.433.0"
"@aws-sdk/middleware-host-header": "npm:3.433.0"
"@aws-sdk/middleware-logger": "npm:3.433.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.433.0"
"@aws-sdk/middleware-signing": "npm:3.433.0"
"@aws-sdk/middleware-user-agent": "npm:3.438.0"
"@aws-sdk/region-config-resolver": "npm:3.433.0"
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-endpoints": "npm:3.438.0"
"@aws-sdk/util-user-agent-browser": "npm:3.433.0"
"@aws-sdk/util-user-agent-node": "npm:3.437.0"
"@smithy/config-resolver": "npm:^2.0.16"
"@smithy/fetch-http-handler": "npm:^2.2.4"
"@smithy/hash-node": "npm:^2.0.12"
"@smithy/invalid-dependency": "npm:^2.0.12"
"@smithy/middleware-content-length": "npm:^2.0.14"
"@smithy/middleware-endpoint": "npm:^2.1.3"
"@smithy/middleware-retry": "npm:^2.0.18"
"@smithy/middleware-serde": "npm:^2.0.12"
"@smithy/middleware-stack": "npm:^2.0.6"
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/node-http-handler": "npm:^2.1.8"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/smithy-client": "npm:^2.1.12"
"@smithy/types": "npm:^2.4.0"
"@smithy/url-parser": "npm:^2.0.12"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.16"
"@smithy/util-defaults-mode-node": "npm:^2.0.21"
"@smithy/util-endpoints": "npm:^1.0.2"
"@smithy/util-retry": "npm:^2.0.5"
"@smithy/util-utf8": "npm:^2.0.0"
"@smithy/util-waiter": "npm:^2.0.12"
tslib: "npm:^2.5.0"
uuid: "npm:^8.3.2"
checksum: 530a71774176031ba7ba3f3cf8e1de38fdace6f49ae8c01b6953955371de0b0f97a9977d40d6d4b463bd092e920b8cf0f5b0f0442e40a52890feac63a4ddd89b
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.427.0":
version: 3.445.0
resolution: "@aws-sdk/client-s3@npm:3.445.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:3.0.0"
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.445.0"
"@aws-sdk/core": "npm:3.445.0"
"@aws-sdk/credential-provider-node": "npm:3.445.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.433.0"
"@aws-sdk/middleware-expect-continue": "npm:3.433.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.433.0"
"@aws-sdk/middleware-host-header": "npm:3.433.0"
"@aws-sdk/middleware-location-constraint": "npm:3.433.0"
"@aws-sdk/middleware-logger": "npm:3.433.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.433.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.440.0"
"@aws-sdk/middleware-signing": "npm:3.433.0"
"@aws-sdk/middleware-ssec": "npm:3.433.0"
"@aws-sdk/middleware-user-agent": "npm:3.438.0"
"@aws-sdk/region-config-resolver": "npm:3.433.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.437.0"
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-endpoints": "npm:3.438.0"
"@aws-sdk/util-user-agent-browser": "npm:3.433.0"
"@aws-sdk/util-user-agent-node": "npm:3.437.0"
"@aws-sdk/xml-builder": "npm:3.310.0"
"@smithy/config-resolver": "npm:^2.0.16"
"@smithy/eventstream-serde-browser": "npm:^2.0.12"
"@smithy/eventstream-serde-config-resolver": "npm:^2.0.12"
"@smithy/eventstream-serde-node": "npm:^2.0.12"
"@smithy/fetch-http-handler": "npm:^2.2.4"
"@smithy/hash-blob-browser": "npm:^2.0.12"
"@smithy/hash-node": "npm:^2.0.12"
"@smithy/hash-stream-node": "npm:^2.0.12"
"@smithy/invalid-dependency": "npm:^2.0.12"
"@smithy/md5-js": "npm:^2.0.12"
"@smithy/middleware-content-length": "npm:^2.0.14"
"@smithy/middleware-endpoint": "npm:^2.1.3"
"@smithy/middleware-retry": "npm:^2.0.18"
"@smithy/middleware-serde": "npm:^2.0.12"
"@smithy/middleware-stack": "npm:^2.0.6"
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/node-http-handler": "npm:^2.1.8"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/smithy-client": "npm:^2.1.12"
"@smithy/types": "npm:^2.4.0"
"@smithy/url-parser": "npm:^2.0.12"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.16"
"@smithy/util-defaults-mode-node": "npm:^2.0.21"
"@smithy/util-endpoints": "npm:^1.0.2"
"@smithy/util-retry": "npm:^2.0.5"
"@smithy/util-stream": "npm:^2.0.17"
"@smithy/util-utf8": "npm:^2.0.0"
"@smithy/util-waiter": "npm:^2.0.12"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: f5a779314b10c567e7e89f284f7678827b1e91f05aae0d7f3d711d0f41037b3b5f3a952fecda9c02f2b8ecc0876f4d00c97ee2191a748b2ca7ad043fa1bc2454
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/client-sso@npm:3.421.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/region-config-resolver": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: ad6bc307eb52c20daffbcff0afc3d7bcf8ba74db5622f81355ef4850816397b571c044e7605a258271530af2d6b65c8f44fab4e68374e034d967c4ee13f3330c
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.445.0":
version: 3.445.0
resolution: "@aws-sdk/client-sso@npm:3.445.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.445.0"
"@aws-sdk/middleware-host-header": "npm:3.433.0"
"@aws-sdk/middleware-logger": "npm:3.433.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.433.0"
"@aws-sdk/middleware-user-agent": "npm:3.438.0"
"@aws-sdk/region-config-resolver": "npm:3.433.0"
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-endpoints": "npm:3.438.0"
"@aws-sdk/util-user-agent-browser": "npm:3.433.0"
"@aws-sdk/util-user-agent-node": "npm:3.437.0"
"@smithy/config-resolver": "npm:^2.0.16"
"@smithy/fetch-http-handler": "npm:^2.2.4"
"@smithy/hash-node": "npm:^2.0.12"
"@smithy/invalid-dependency": "npm:^2.0.12"
"@smithy/middleware-content-length": "npm:^2.0.14"
"@smithy/middleware-endpoint": "npm:^2.1.3"
"@smithy/middleware-retry": "npm:^2.0.18"
"@smithy/middleware-serde": "npm:^2.0.12"
"@smithy/middleware-stack": "npm:^2.0.6"
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/node-http-handler": "npm:^2.1.8"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/smithy-client": "npm:^2.1.12"
"@smithy/types": "npm:^2.4.0"
"@smithy/url-parser": "npm:^2.0.12"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.16"
"@smithy/util-defaults-mode-node": "npm:^2.0.21"
"@smithy/util-endpoints": "npm:^1.0.2"
"@smithy/util-retry": "npm:^2.0.5"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: c53aa1d9a0d2a8107e2bbeacd535b9614fc1ce0b3772b4acc2ff7ee1eff802c93231b659b24f00db70de3becebcdef5f0933047e5e96111d5a689727ab353592
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/client-sts@npm:3.421.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/credential-provider-node": "npm:3.421.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-sdk-sts": "npm:3.418.0"
"@aws-sdk/middleware-signing": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/region-config-resolver": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/smithy-client": "npm:^2.1.6"
"@smithy/types": "npm:^2.3.3"
"@smithy/url-parser": "npm:^2.0.9"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.10"
"@smithy/util-defaults-mode-node": "npm:^2.0.12"
"@smithy/util-retry": "npm:^2.0.2"
"@smithy/util-utf8": "npm:^2.0.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 05b5f30288e3777efa4019846c1f06f7ff0123de32ab02a776217e139db8600813074cad02c7ec118876e5e0fc3f5d5dfeb0effe29e8e2e24a6cf56c1be14e7b
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.445.0":
version: 3.445.0
resolution: "@aws-sdk/client-sts@npm:3.445.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.445.0"
"@aws-sdk/credential-provider-node": "npm:3.445.0"
"@aws-sdk/middleware-host-header": "npm:3.433.0"
"@aws-sdk/middleware-logger": "npm:3.433.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.433.0"
"@aws-sdk/middleware-sdk-sts": "npm:3.433.0"
"@aws-sdk/middleware-signing": "npm:3.433.0"
"@aws-sdk/middleware-user-agent": "npm:3.438.0"
"@aws-sdk/region-config-resolver": "npm:3.433.0"
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-endpoints": "npm:3.438.0"
"@aws-sdk/util-user-agent-browser": "npm:3.433.0"
"@aws-sdk/util-user-agent-node": "npm:3.437.0"
"@smithy/config-resolver": "npm:^2.0.16"
"@smithy/fetch-http-handler": "npm:^2.2.4"
"@smithy/hash-node": "npm:^2.0.12"
"@smithy/invalid-dependency": "npm:^2.0.12"
"@smithy/middleware-content-length": "npm:^2.0.14"
"@smithy/middleware-endpoint": "npm:^2.1.3"
"@smithy/middleware-retry": "npm:^2.0.18"
"@smithy/middleware-serde": "npm:^2.0.12"
"@smithy/middleware-stack": "npm:^2.0.6"
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/node-http-handler": "npm:^2.1.8"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/smithy-client": "npm:^2.1.12"
"@smithy/types": "npm:^2.4.0"
"@smithy/url-parser": "npm:^2.0.12"
"@smithy/util-base64": "npm:^2.0.0"
"@smithy/util-body-length-browser": "npm:^2.0.0"
"@smithy/util-body-length-node": "npm:^2.1.0"
"@smithy/util-defaults-mode-browser": "npm:^2.0.16"
"@smithy/util-defaults-mode-node": "npm:^2.0.21"
"@smithy/util-endpoints": "npm:^1.0.2"
"@smithy/util-retry": "npm:^2.0.5"
"@smithy/util-utf8": "npm:^2.0.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 615bc1e63b0c3476183dda0a0e69ac131a0505729314f30243ee0994bd8c02014c620b0418a3608ba36e4db80e68579d641ebe8e86399d2de931233078b77874
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.445.0":
version: 3.445.0
resolution: "@aws-sdk/core@npm:3.445.0"
dependencies:
"@smithy/smithy-client": "npm:^2.1.12"
tslib: "npm:^2.5.0"
checksum: 9df0992c0bcbdb8564dd9d548734292e346cc55013bfa77336748f0d39b03b47dc59af6e7daea87db0fba9302237cad84ffad300f05a2c9a1cee33e130c8d71e
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/credential-provider-env@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: a1fb3acc66ba4f04588439cc3c6c097320aa1d4da49ff453cab15bf08445b24458e70180b7531c90f925f0fce54938aea747e08d1476778b6a10f559f07cf4e6
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/credential-provider-env@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 2ff3ec57fcb6ad318d94c1618a5c360e2ac04fcc693ec4beb2f49e9a2e30c8e8d2f76d681ff83dbba8b627fb950816017209881ec453e55ee5a002883428488f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.421.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.418.0"
"@aws-sdk/credential-provider-process": "npm:3.418.0"
"@aws-sdk/credential-provider-sso": "npm:3.421.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 1086b43dc8a5c97a704e97457fffe0afd9e2ad3b6e0220e78218ce1ea373fb95740b221592c901c5687072d75748dab81d6d6576205c32e6f7c37794218b9442
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.445.0":
version: 3.445.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.445.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.433.0"
"@aws-sdk/credential-provider-process": "npm:3.433.0"
"@aws-sdk/credential-provider-sso": "npm:3.445.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.433.0"
"@aws-sdk/types": "npm:3.433.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 94de4608e2ca7b84a42d0ae9b1dbf6a1df5bc95e93f4d2eddc4c8f746784e09bcdb204bdd9d7b00d1184b040b267de02e3ecfbe72f8ffc47acf4de2f832854de
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/credential-provider-node@npm:3.421.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.418.0"
"@aws-sdk/credential-provider-ini": "npm:3.421.0"
"@aws-sdk/credential-provider-process": "npm:3.418.0"
"@aws-sdk/credential-provider-sso": "npm:3.421.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 92909d81bcaad15def06c547f390cf55fc5af7aea7642b61aefb94523d95f932f723821b244824dd1349ff021e01c2070a4c86b1621ffe76b50a89e1ad949daf
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.445.0":
version: 3.445.0
resolution: "@aws-sdk/credential-provider-node@npm:3.445.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.433.0"
"@aws-sdk/credential-provider-ini": "npm:3.445.0"
"@aws-sdk/credential-provider-process": "npm:3.433.0"
"@aws-sdk/credential-provider-sso": "npm:3.445.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.433.0"
"@aws-sdk/types": "npm:3.433.0"
"@smithy/credential-provider-imds": "npm:^2.0.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: e40ad29924981fdf237ff05fda4d2ca05a574bb9bea2a80998a5ef7f6312d6a0bbea86ac78c926134d5835b1f758f82196bc8db89797abcaafe1fb8fb76d7593
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/credential-provider-process@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 0403370f21cbf5b4f362e2dfd56cfea2ee7ff9004b437cf55624b9f633ebb7e91b93ad656d3ad62a01dd4a1b86b651f2c0b6494dfad4c9993c50d67f9f16aebc
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/credential-provider-process@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 9b72b19902bbff03e6d375a20bc279c601997bc74e1dfc4ef1a56a80ae57f877d9640270286cf8268df167cef950ce45a39beeb4df93c68a9eea57440f2f631c
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.421.0":
version: 3.421.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.421.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.421.0"
"@aws-sdk/token-providers": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: b123ab901cae4462f98882821d6653d1aedd6032fb3c60c0aa562fc0f5fa14cdb8fcfe7a7ea14aee4ac4fd88dbececc14c36613fe576da3e02e7033a1bcd881e
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.445.0":
version: 3.445.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.445.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.445.0"
"@aws-sdk/token-providers": "npm:3.438.0"
"@aws-sdk/types": "npm:3.433.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 293617cde7e6f48d14ce00cddd999b7d54576ebb64995e5c8f4b08274bfe38efcea84d050c7cf6377f8df301ab1c30cee1532820c07774b7aa0c6b0bc0670fdf
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: f95f5dffee39349d2efc5dc533e8ab93842e53c7e44621f1f8cfb15834eb0bc05bf5de7b69e93562e67f28ffa4c65b15c870469beeefcd2c8d60ae472642cb7c
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: e03cc15654b02cf1ad41d220b5b640fab81cf123084fe74e8e149374f0444ff961f377749238c6b5317e4c1a3ed98388e8c23e7d7b2f7f61a2410ab9495ddf69
languageName: node
linkType: hard
"@aws-sdk/endpoint-cache@npm:3.310.0":
version: 3.310.0
resolution: "@aws-sdk/endpoint-cache@npm:3.310.0"
dependencies:
mnemonist: "npm:0.38.3"
tslib: "npm:^2.5.0"
checksum: 8b3ba901ebac77be5bd73f7a8893b99e8617c38b4dccecf4a5894073107cc33f081fd96a4623e9b69ee50682c6bf041133517bd7f86688f5a4d1d6c275563f37
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/types": "npm:^2.4.0"
"@smithy/util-config-provider": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 41e56d221c0c12755b5b06554eba0a1c857ef8b7b02a2bdb6106f25cbd6b16e685d7e08caf0752783ed07c11c46456705aca1c62878ab595f7460756349df826
languageName: node
linkType: hard
"@aws-sdk/middleware-endpoint-discovery@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.433.0"
dependencies:
"@aws-sdk/endpoint-cache": "npm:3.310.0"
"@aws-sdk/types": "npm:3.433.0"
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 8784d6a38367e847a019a8374717d90c9a5b856a3a0ce3d6f35bfdc2e60bc9190e6a2f3b5aab6d0f0c87cba98ab81bcd8e0c90f23be4d5a20aac3a4bf4bf10f3
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: fbcd244eca8b86d9474255d96e9beac8a1e9a726fc4dda88ece7cd3cfe1c3668f474cf7cafdd6ac48107397b7b2ec43876de64259e59b62e2a0043e91735398c
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.433.0"
dependencies:
"@aws-crypto/crc32": "npm:3.0.0"
"@aws-crypto/crc32c": "npm:3.0.0"
"@aws-sdk/types": "npm:3.433.0"
"@smithy/is-array-buffer": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/types": "npm:^2.4.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 27c5043bd5f1995d5b469d03f74e58a2bc7650ba5e700c7854d903cc85f8be060903f202a55440aecc046bead115700b93d48ad3dd70b4092c1a0de6b5762d1f
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-host-header@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 06fca79a0487faf933e6e5679d599f61d8061483ecdf18316d025f8bb286b3536bf26605c2c82ae98dd17b5fcbf41fc98f825683ac6e3f8f5f86b672c99e720e
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-host-header@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: fe9cd93b6ff8fbb7400a3cba55868b5cc63a52746f5c650f31fb967f9a959d0e359fe4cf2c42bd22467c7d7114974df5467d492f161f3aa2d39a8648d3e41408
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 5f8d9684191721ad1febe4649de75da69360702b2738b4c63c2de1e42b21d9fdd1ebd6e99c70b1b60810995aba50712be7a32fd9cd376be1ee57ffa357a474c0
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-logger@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 0cdefaaaff548e4022986982de5659a44bd7e77f17b261bc31bffc4abf909b9147b27692d5274b300af78a4a4661be3c89d82e47d894b409267a9ad79413eb2e
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-logger@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 88fef38f6be89f792dbdfd3252f2eacaec45e5c7cfc426a2863a5f5832ca9fd0c485a6d350c563bc1905168b41864ec441c1655dabdc0fb10e1bd84f9a07d030
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: 89faafe2dfbebc07f7a6b707abb76127dc5f747f3022ec94edc5ac05d202d491c6a545bf18240e7d1becf400adf84b62390a05cdbe2fa10b94178e8dc3e19a79
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: f51c4c704ca2bdfb64bfe050b420c81a3ab8a2750fc076c1867c214ae4053e5a3b8e3a2f0e8040c85600830aa3979577f221262e278d81fb648abc4788233ef2
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.440.0":
version: 3.440.0
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.440.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/smithy-client": "npm:^2.1.12"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: bfe68557ab1407c9bc13232278cff7b4997c099e083da6b5c071af1b9eb33d3b359d302a9660f36f64152db9d10f2c9b3441f38de6daa76ed739095468c55db7
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-sts@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-sdk-sts@npm:3.418.0"
dependencies:
"@aws-sdk/middleware-signing": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: e95891ec7533a60d8a463730d6db1a4ab99f5e10d00511b5957f7ab5b3d48281abb9c2ce66ea8cd2aa336d3b465799bfb8187e8b437bb496a63d5b59f1d58a91
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-sts@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-sdk-sts@npm:3.433.0"
dependencies:
"@aws-sdk/middleware-signing": "npm:3.433.0"
"@aws-sdk/types": "npm:3.433.0"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: f2a827d2628be4a84cc6c17fb44b788219d097c5a4ef0d8e51bb6310503c7cf2ef9bb5813408266ab87ef18ae5c9869647b5796badacc685cb1638175da9b675
languageName: node
linkType: hard
"@aws-sdk/middleware-signing@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-signing@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/signature-v4": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.3"
"@smithy/util-middleware": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 0b29341d8aa83ef940c455cb9bc6b7674e8a3026de685b6b59df42178bea48f14ebfcb9655b86c2fef150700dfbf08be7843797c44257f2bb76b3b01a42790c1
languageName: node
linkType: hard
"@aws-sdk/middleware-signing@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-signing@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/signature-v4": "npm:^2.0.0"
"@smithy/types": "npm:^2.4.0"
"@smithy/util-middleware": "npm:^2.0.5"
tslib: "npm:^2.5.0"
checksum: 657971cc312bec505de2b5fa310bc4575fd5e299020a057711a34976a0161ed2afc5f809830545cb6b121aeea5865c238217a70fef924e6455abf78563f34653
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/middleware-ssec@npm:3.433.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: d7bb51889ea8416c76ae821eafffca5bda17b4cceb9cac7c2a39f65cdc5be35c331bd04516dbc18b3d666a478279a2e0a2e8ec95e8a98a9c768d2009d7cf2dcf
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.418.0"
dependencies:
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@smithy/protocol-http": "npm:^3.0.5"
"@smithy/types": "npm:^2.3.3"
tslib: "npm:^2.5.0"
checksum: de49e048937205e1ba1d74c4cb8a196000534b2cb5210eebce0c92bbd1f90670ce765825a66ef54ef7b862ec43e1af9538fec806f388f2d8b3391228a3cec906
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.438.0":
version: 3.438.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.438.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@aws-sdk/util-endpoints": "npm:3.438.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 833b92ca6b0e457d6293718fbf846549e6a9bb069ad849da2bffb56c02cd9c9c55dbb37a1e63e18cd2f17cddd242615694aaccf1d8643d3971a4f9566151682e
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/region-config-resolver@npm:3.418.0"
dependencies:
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/types": "npm:^2.3.3"
"@smithy/util-config-provider": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^2.0.2"
tslib: "npm:^2.5.0"
checksum: 1eca9fada111c214e23da37e836a3430280e0dcad3ab10ad18b19613ac38ec67eba3a67b80a947fc328a849ffc6e55a588dea3c0439cdd34e73d181211ea3bf4
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.433.0":
version: 3.433.0
resolution: "@aws-sdk/region-config-resolver@npm:3.433.0"
dependencies:
"@smithy/node-config-provider": "npm:^2.1.3"
"@smithy/types": "npm:^2.4.0"
"@smithy/util-config-provider": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^2.0.5"
tslib: "npm:^2.5.0"
checksum: 4b5f7abfc97c45ecc5b3bc4a78ab29d4cc9066ff723552fbd8151b9e83a329529c0793d7a3b462c179f23222fcd5ebf7f40ad9fafc385c959c70e1ef5a36dad0
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:3.437.0":
version: 3.437.0
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.437.0"
dependencies:
"@aws-sdk/types": "npm:3.433.0"
"@smithy/protocol-http": "npm:^3.0.8"
"@smithy/signature-v4": "npm:^2.0.0"
"@smithy/types": "npm:^2.4.0"
tslib: "npm:^2.5.0"
checksum: 720bc1d2411005f723869a5683f1105a601dd918c10d6f1913c825fc266ff936ed718a1e5197bd36758fcdbcb4b164dd69336faa525e057c3bc9232153953e8d
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.418.0":
version: 3.418.0
resolution: "@aws-sdk/token-providers@npm:3.418.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/middleware-host-header": "npm:3.418.0"
"@aws-sdk/middleware-logger": "npm:3.418.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.418.0"
"@aws-sdk/middleware-user-agent": "npm:3.418.0"
"@aws-sdk/types": "npm:3.418.0"
"@aws-sdk/util-endpoints": "npm:3.418.0"
"@aws-sdk/util-user-agent-browser": "npm:3.418.0"
"@aws-sdk/util-user-agent-node": "npm:3.418.0"
"@smithy/config-resolver": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.1.5"
"@smithy/hash-node": "npm:^2.0.9"
"@smithy/invalid-dependency": "npm:^2.0.9"
"@smithy/middleware-content-length": "npm:^2.0.11"
"@smithy/middleware-endpoint": "npm:^2.0.9"
"@smithy/middleware-retry": "npm:^2.0.12"
"@smithy/middleware-serde": "npm:^2.0.9"
"@smithy/middleware-stack": "npm:^2.0.2"
"@smithy/node-config-provider": "npm:^2.0.12"
"@smithy/node-http-handler": "npm:^2.1.5"