generated from graasp/graasp-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn.lock
15144 lines (13723 loc) · 544 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: 10
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 6eebd12a5cd03cee38fcb915ef9f4ea557df6a06f642dfc7fe8eb4839eb5c9ca55a382f3604d52c14200b0c214c12af5e1f23d2a6d8e23ef2d016b105a9d6c0a
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0":
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: e15fecbf3b54c988c8b4fdea8ef514ab482537e8a080b2978cc4b47ccca7140577ca7b65ad3322dcce65bc73ee6e5b90cbfe0bbd8c766dad04d5c62ec9634c42
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: 672d593fd98a88709a1b488db92aabf584b6dad3e8099e04b6d2870e34a2ee668cbbe0e5406e60c0d776b9c34a91cfc427999230ad959518fed56a3db037704c
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: 3e604ad7a8d3fb10e5fe11597d593d0ae8e1d6dc06a06b8d882d5732a6e181f6a77fd4f92fb3ae9002a2007121d49e40bc6b78d83af62d36deb1b457b7f1d977
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: f5aee4a11a113ab9640474e75d398c99538aa30775f484cd519f0de0096ae0d4a6b68d2f0c685f24bd6f2425067c565bc20592c36c0dc1f4d28c1b4751a40734
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: 8c30fa1e427bf2c295077b007835b0dd9af6beb6250e0aa775cecd42a1f517ef211751e7e12c2423f39d9b1c6748b99eb7b73207eb69165abc696cc470d8659e
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: 4e075906c48a46bbb8babb60db3e6b280db405a88c68b77c1496c26218292d5ea509beae3ccc19366ca6bc944c6d37fe347d0917909900dbac86f054a19c71c7
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: f9fc2d51631950434d0f91f51c2ce17845d4e8e75971806e21604987e3186ee1e54de8a89e5349585b91cb36e56d5f058d6a45004e1bfbce1351dbb40f479152
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: 8a48788d2866e391354f256aa79b577b2ba1474b50184cbe690467de7e64a79928afece95007ab69a1556f99da97ea129487db091d94489847e14decdc7c9a6f
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: 92c835b83d7a888b37b2f2a37c82e58bb8fabb617e371173c488d2a71b916c69ee566f0ea0b3f7f4e16296226c49793f95b3d59fc07a7ca00af91f8f9f29e6c4
languageName: node
linkType: hard
"@aws-sdk/chunked-blob-reader-native@npm:3.310.0":
version: 3.310.0
resolution: "@aws-sdk/chunked-blob-reader-native@npm:3.310.0"
dependencies:
"@aws-sdk/util-base64": "npm:3.310.0"
tslib: "npm:^2.5.0"
checksum: f39d73c653faeba51bf753ee937e41fa432cfe9af72db0f9173cfa3037dbc79caa78a303f5f50c13e636395af1ae614a6b91d7c82d173f92c76ad6877075a68b
languageName: node
linkType: hard
"@aws-sdk/chunked-blob-reader@npm:3.310.0":
version: 3.310.0
resolution: "@aws-sdk/chunked-blob-reader@npm:3.310.0"
dependencies:
tslib: "npm:^2.5.0"
checksum: be8836099d886e91b292df82fc355fa13d225e9c2f5cbd0ece81e845af0a6634570ba9105685657a86186be38b8db39adb7f52358965bdf6751d1c99ed732894
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/client-s3@npm:3.370.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.370.0"
"@aws-sdk/credential-provider-node": "npm:3.370.0"
"@aws-sdk/hash-blob-browser": "npm:3.370.0"
"@aws-sdk/hash-stream-node": "npm:3.370.0"
"@aws-sdk/md5-js": "npm:3.370.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.370.0"
"@aws-sdk/middleware-expect-continue": "npm:3.370.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.370.0"
"@aws-sdk/middleware-host-header": "npm:3.370.0"
"@aws-sdk/middleware-location-constraint": "npm:3.370.0"
"@aws-sdk/middleware-logger": "npm:3.370.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.370.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.370.0"
"@aws-sdk/middleware-signing": "npm:3.370.0"
"@aws-sdk/middleware-ssec": "npm:3.370.0"
"@aws-sdk/middleware-user-agent": "npm:3.370.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-endpoints": "npm:3.370.0"
"@aws-sdk/util-user-agent-browser": "npm:3.370.0"
"@aws-sdk/util-user-agent-node": "npm:3.370.0"
"@aws-sdk/xml-builder": "npm:3.310.0"
"@smithy/config-resolver": "npm:^1.0.1"
"@smithy/eventstream-serde-browser": "npm:^1.0.1"
"@smithy/eventstream-serde-config-resolver": "npm:^1.0.1"
"@smithy/eventstream-serde-node": "npm:^1.0.1"
"@smithy/fetch-http-handler": "npm:^1.0.1"
"@smithy/hash-node": "npm:^1.0.1"
"@smithy/invalid-dependency": "npm:^1.0.1"
"@smithy/middleware-content-length": "npm:^1.0.1"
"@smithy/middleware-endpoint": "npm:^1.0.2"
"@smithy/middleware-retry": "npm:^1.0.3"
"@smithy/middleware-serde": "npm:^1.0.1"
"@smithy/middleware-stack": "npm:^1.0.1"
"@smithy/node-config-provider": "npm:^1.0.1"
"@smithy/node-http-handler": "npm:^1.0.2"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/smithy-client": "npm:^1.0.3"
"@smithy/types": "npm:^1.1.0"
"@smithy/url-parser": "npm:^1.0.1"
"@smithy/util-base64": "npm:^1.0.1"
"@smithy/util-body-length-browser": "npm:^1.0.1"
"@smithy/util-body-length-node": "npm:^1.0.1"
"@smithy/util-defaults-mode-browser": "npm:^1.0.1"
"@smithy/util-defaults-mode-node": "npm:^1.0.1"
"@smithy/util-retry": "npm:^1.0.3"
"@smithy/util-stream": "npm:^1.0.1"
"@smithy/util-utf8": "npm:^1.0.1"
"@smithy/util-waiter": "npm:^1.0.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 2e8a0187544d89ab129f30a642f7bc4a5d5a1db2f6ffd31fb3087c91fb16c1e051ccf3f83ced0d167747614b398847dcc63c825d1469c9205afe72311103eefb
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/client-s3@npm:3.427.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.427.0"
"@aws-sdk/credential-provider-node": "npm:3.427.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.425.0"
"@aws-sdk/middleware-expect-continue": "npm:3.425.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.425.0"
"@aws-sdk/middleware-host-header": "npm:3.425.0"
"@aws-sdk/middleware-location-constraint": "npm:3.425.0"
"@aws-sdk/middleware-logger": "npm:3.425.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.425.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.427.0"
"@aws-sdk/middleware-signing": "npm:3.425.0"
"@aws-sdk/middleware-ssec": "npm:3.425.0"
"@aws-sdk/middleware-user-agent": "npm:3.427.0"
"@aws-sdk/region-config-resolver": "npm:3.425.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.425.0"
"@aws-sdk/types": "npm:3.425.0"
"@aws-sdk/util-endpoints": "npm:3.427.0"
"@aws-sdk/util-user-agent-browser": "npm:3.425.0"
"@aws-sdk/util-user-agent-node": "npm:3.425.0"
"@aws-sdk/xml-builder": "npm:3.310.0"
"@smithy/config-resolver": "npm:^2.0.11"
"@smithy/eventstream-serde-browser": "npm:^2.0.10"
"@smithy/eventstream-serde-config-resolver": "npm:^2.0.10"
"@smithy/eventstream-serde-node": "npm:^2.0.10"
"@smithy/fetch-http-handler": "npm:^2.2.1"
"@smithy/hash-blob-browser": "npm:^2.0.10"
"@smithy/hash-node": "npm:^2.0.10"
"@smithy/hash-stream-node": "npm:^2.0.10"
"@smithy/invalid-dependency": "npm:^2.0.10"
"@smithy/md5-js": "npm:^2.0.10"
"@smithy/middleware-content-length": "npm:^2.0.12"
"@smithy/middleware-endpoint": "npm:^2.0.10"
"@smithy/middleware-retry": "npm:^2.0.13"
"@smithy/middleware-serde": "npm:^2.0.10"
"@smithy/middleware-stack": "npm:^2.0.4"
"@smithy/node-config-provider": "npm:^2.0.13"
"@smithy/node-http-handler": "npm:^2.1.6"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/smithy-client": "npm:^2.1.9"
"@smithy/types": "npm:^2.3.4"
"@smithy/url-parser": "npm:^2.0.10"
"@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.13"
"@smithy/util-defaults-mode-node": "npm:^2.0.15"
"@smithy/util-retry": "npm:^2.0.3"
"@smithy/util-stream": "npm:^2.0.14"
"@smithy/util-utf8": "npm:^2.0.0"
"@smithy/util-waiter": "npm:^2.0.10"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 5941e74c44bcec272a3fbb61e5512ca009dcaaeaf763396fc3b461ab483c8a2dd50c8f05a7fb52f486136c3649c4f28d570066c652a05e057f3a1692aa3e2e8e
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.370.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.370.0"
"@aws-sdk/middleware-logger": "npm:3.370.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.370.0"
"@aws-sdk/middleware-user-agent": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-endpoints": "npm:3.370.0"
"@aws-sdk/util-user-agent-browser": "npm:3.370.0"
"@aws-sdk/util-user-agent-node": "npm:3.370.0"
"@smithy/config-resolver": "npm:^1.0.1"
"@smithy/fetch-http-handler": "npm:^1.0.1"
"@smithy/hash-node": "npm:^1.0.1"
"@smithy/invalid-dependency": "npm:^1.0.1"
"@smithy/middleware-content-length": "npm:^1.0.1"
"@smithy/middleware-endpoint": "npm:^1.0.2"
"@smithy/middleware-retry": "npm:^1.0.3"
"@smithy/middleware-serde": "npm:^1.0.1"
"@smithy/middleware-stack": "npm:^1.0.1"
"@smithy/node-config-provider": "npm:^1.0.1"
"@smithy/node-http-handler": "npm:^1.0.2"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/smithy-client": "npm:^1.0.3"
"@smithy/types": "npm:^1.1.0"
"@smithy/url-parser": "npm:^1.0.1"
"@smithy/util-base64": "npm:^1.0.1"
"@smithy/util-body-length-browser": "npm:^1.0.1"
"@smithy/util-body-length-node": "npm:^1.0.1"
"@smithy/util-defaults-mode-browser": "npm:^1.0.1"
"@smithy/util-defaults-mode-node": "npm:^1.0.1"
"@smithy/util-retry": "npm:^1.0.3"
"@smithy/util-utf8": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: 26ad4da71bf78ea92a0407131f0e4feaf10af033ea0881d86ae7b50075ea4202cc04c74f56fad985194467d9c3b51a8b9e81de174476a15900fa91d4121187d8
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/client-sso@npm:3.370.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.370.0"
"@aws-sdk/middleware-logger": "npm:3.370.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.370.0"
"@aws-sdk/middleware-user-agent": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-endpoints": "npm:3.370.0"
"@aws-sdk/util-user-agent-browser": "npm:3.370.0"
"@aws-sdk/util-user-agent-node": "npm:3.370.0"
"@smithy/config-resolver": "npm:^1.0.1"
"@smithy/fetch-http-handler": "npm:^1.0.1"
"@smithy/hash-node": "npm:^1.0.1"
"@smithy/invalid-dependency": "npm:^1.0.1"
"@smithy/middleware-content-length": "npm:^1.0.1"
"@smithy/middleware-endpoint": "npm:^1.0.2"
"@smithy/middleware-retry": "npm:^1.0.3"
"@smithy/middleware-serde": "npm:^1.0.1"
"@smithy/middleware-stack": "npm:^1.0.1"
"@smithy/node-config-provider": "npm:^1.0.1"
"@smithy/node-http-handler": "npm:^1.0.2"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/smithy-client": "npm:^1.0.3"
"@smithy/types": "npm:^1.1.0"
"@smithy/url-parser": "npm:^1.0.1"
"@smithy/util-base64": "npm:^1.0.1"
"@smithy/util-body-length-browser": "npm:^1.0.1"
"@smithy/util-body-length-node": "npm:^1.0.1"
"@smithy/util-defaults-mode-browser": "npm:^1.0.1"
"@smithy/util-defaults-mode-node": "npm:^1.0.1"
"@smithy/util-retry": "npm:^1.0.3"
"@smithy/util-utf8": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: 2024dd0cdd2a4bafaf0edc5e079dbe7cc9d1f4d1f3bf2cbc29e8d271e244c93d58faac6fd1cb0f4c50f0d7f78128bc0378a6fe4bf159e1d98502e0cbfd001eeb
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/client-sso@npm:3.427.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.425.0"
"@aws-sdk/middleware-logger": "npm:3.425.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.425.0"
"@aws-sdk/middleware-user-agent": "npm:3.427.0"
"@aws-sdk/region-config-resolver": "npm:3.425.0"
"@aws-sdk/types": "npm:3.425.0"
"@aws-sdk/util-endpoints": "npm:3.427.0"
"@aws-sdk/util-user-agent-browser": "npm:3.425.0"
"@aws-sdk/util-user-agent-node": "npm:3.425.0"
"@smithy/config-resolver": "npm:^2.0.11"
"@smithy/fetch-http-handler": "npm:^2.2.1"
"@smithy/hash-node": "npm:^2.0.10"
"@smithy/invalid-dependency": "npm:^2.0.10"
"@smithy/middleware-content-length": "npm:^2.0.12"
"@smithy/middleware-endpoint": "npm:^2.0.10"
"@smithy/middleware-retry": "npm:^2.0.13"
"@smithy/middleware-serde": "npm:^2.0.10"
"@smithy/middleware-stack": "npm:^2.0.4"
"@smithy/node-config-provider": "npm:^2.0.13"
"@smithy/node-http-handler": "npm:^2.1.6"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/smithy-client": "npm:^2.1.9"
"@smithy/types": "npm:^2.3.4"
"@smithy/url-parser": "npm:^2.0.10"
"@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.13"
"@smithy/util-defaults-mode-node": "npm:^2.0.15"
"@smithy/util-retry": "npm:^2.0.3"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 0131cad00390fa099e7898f0a60d100a3ecc96efbe937ef722f6c1b3cf6657dfe16cfad72ac0591ee00fa79ff43c3280ed4e8e6cff976a898ffe6362b20e3b60
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/client-sts@npm:3.370.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.370.0"
"@aws-sdk/middleware-host-header": "npm:3.370.0"
"@aws-sdk/middleware-logger": "npm:3.370.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.370.0"
"@aws-sdk/middleware-sdk-sts": "npm:3.370.0"
"@aws-sdk/middleware-signing": "npm:3.370.0"
"@aws-sdk/middleware-user-agent": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-endpoints": "npm:3.370.0"
"@aws-sdk/util-user-agent-browser": "npm:3.370.0"
"@aws-sdk/util-user-agent-node": "npm:3.370.0"
"@smithy/config-resolver": "npm:^1.0.1"
"@smithy/fetch-http-handler": "npm:^1.0.1"
"@smithy/hash-node": "npm:^1.0.1"
"@smithy/invalid-dependency": "npm:^1.0.1"
"@smithy/middleware-content-length": "npm:^1.0.1"
"@smithy/middleware-endpoint": "npm:^1.0.2"
"@smithy/middleware-retry": "npm:^1.0.3"
"@smithy/middleware-serde": "npm:^1.0.1"
"@smithy/middleware-stack": "npm:^1.0.1"
"@smithy/node-config-provider": "npm:^1.0.1"
"@smithy/node-http-handler": "npm:^1.0.2"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/smithy-client": "npm:^1.0.3"
"@smithy/types": "npm:^1.1.0"
"@smithy/url-parser": "npm:^1.0.1"
"@smithy/util-base64": "npm:^1.0.1"
"@smithy/util-body-length-browser": "npm:^1.0.1"
"@smithy/util-body-length-node": "npm:^1.0.1"
"@smithy/util-defaults-mode-browser": "npm:^1.0.1"
"@smithy/util-defaults-mode-node": "npm:^1.0.1"
"@smithy/util-retry": "npm:^1.0.3"
"@smithy/util-utf8": "npm:^1.0.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 5ec8227698465163e30a07ebe6f71f2f719798fbf6da25e3ab448696caaf7be9a5cee6b6ca545a325dd5bcb88c8a57a1aeb6a94110d1548c1d9c61f5e9b47f5f
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/client-sts@npm:3.427.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.427.0"
"@aws-sdk/middleware-host-header": "npm:3.425.0"
"@aws-sdk/middleware-logger": "npm:3.425.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.425.0"
"@aws-sdk/middleware-sdk-sts": "npm:3.425.0"
"@aws-sdk/middleware-signing": "npm:3.425.0"
"@aws-sdk/middleware-user-agent": "npm:3.427.0"
"@aws-sdk/region-config-resolver": "npm:3.425.0"
"@aws-sdk/types": "npm:3.425.0"
"@aws-sdk/util-endpoints": "npm:3.427.0"
"@aws-sdk/util-user-agent-browser": "npm:3.425.0"
"@aws-sdk/util-user-agent-node": "npm:3.425.0"
"@smithy/config-resolver": "npm:^2.0.11"
"@smithy/fetch-http-handler": "npm:^2.2.1"
"@smithy/hash-node": "npm:^2.0.10"
"@smithy/invalid-dependency": "npm:^2.0.10"
"@smithy/middleware-content-length": "npm:^2.0.12"
"@smithy/middleware-endpoint": "npm:^2.0.10"
"@smithy/middleware-retry": "npm:^2.0.13"
"@smithy/middleware-serde": "npm:^2.0.10"
"@smithy/middleware-stack": "npm:^2.0.4"
"@smithy/node-config-provider": "npm:^2.0.13"
"@smithy/node-http-handler": "npm:^2.1.6"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/smithy-client": "npm:^2.1.9"
"@smithy/types": "npm:^2.3.4"
"@smithy/url-parser": "npm:^2.0.10"
"@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.13"
"@smithy/util-defaults-mode-node": "npm:^2.0.15"
"@smithy/util-retry": "npm:^2.0.3"
"@smithy/util-utf8": "npm:^2.0.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 1894e72540b045bad2453acce8fefba14699a3b59c01b4d6eb60832036f6584099f0778ecb0aff9c8806187d4f2c4d2c78c3db435a672af917d727c40b9e2057
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/credential-provider-env@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/property-provider": "npm:^1.0.1"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: d7af8f906ae7a86eb131ef158679d2afc4156db16a9e936f6ce251ad1a5e02a09d54c4e6a44409fc58ad7d630aaa5b40e7b8e95bb430c725256f188ddf3ca954
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/credential-provider-env@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: 48ba35ca0aacee1b4c917c8f9f65de1341a4bc5659fcb91fd61681ef3eebf8a791a90898bc1bd1e961215ce2d4c89415f27439494739f07ff5738f11ac470377
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.370.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.370.0"
"@aws-sdk/credential-provider-process": "npm:3.370.0"
"@aws-sdk/credential-provider-sso": "npm:3.370.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@smithy/credential-provider-imds": "npm:^1.0.1"
"@smithy/property-provider": "npm:^1.0.1"
"@smithy/shared-ini-file-loader": "npm:^1.0.1"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: ab3010719c11c5350a112a1afbc2c18da615c094404a9d9dd578b1f036c805b55091ef091cb86ab8f54239db589233f4e283884ddb75d14be56aa38fc9779147
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.427.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.425.0"
"@aws-sdk/credential-provider-process": "npm:3.425.0"
"@aws-sdk/credential-provider-sso": "npm:3.427.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.425.0"
"@aws-sdk/types": "npm:3.425.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.4"
tslib: "npm:^2.5.0"
checksum: 8bf1de3fcbf29322861b70f2493745c105c78ed53a3b42d400c96c2d2d43610a0e675ee9507f560efb078f74c460249fcf9fe3f367710320270f2700f5df3f90
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/credential-provider-node@npm:3.370.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.370.0"
"@aws-sdk/credential-provider-ini": "npm:3.370.0"
"@aws-sdk/credential-provider-process": "npm:3.370.0"
"@aws-sdk/credential-provider-sso": "npm:3.370.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@smithy/credential-provider-imds": "npm:^1.0.1"
"@smithy/property-provider": "npm:^1.0.1"
"@smithy/shared-ini-file-loader": "npm:^1.0.1"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: f8fd13dcff2812b6e64905bb8026ac80ac59240fb5562aee269b7309565969ccfe32f9a0ef193768e2d07389251fffcf7c39fc309c34bb7f3e83aa46a453cfa8
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/credential-provider-node@npm:3.427.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.425.0"
"@aws-sdk/credential-provider-ini": "npm:3.427.0"
"@aws-sdk/credential-provider-process": "npm:3.425.0"
"@aws-sdk/credential-provider-sso": "npm:3.427.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.425.0"
"@aws-sdk/types": "npm:3.425.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.4"
tslib: "npm:^2.5.0"
checksum: 22413a0a12da6b4f745ef69747983c2e98f5730d315fd821071e78b49f5fcd5d295f4301310c2ddfe68345e50d12d68eee0a82481456a0af1a235a6ab6e535b8
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/credential-provider-process@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/property-provider": "npm:^1.0.1"
"@smithy/shared-ini-file-loader": "npm:^1.0.1"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: e022cd58289d870ea21e5674c785b5db68a472d6dfbda7dc852db0e646bda62a1a8cf50c31c5cdc561ca2101bcf04942f8e0b90ad64ad2e4204506a12b2ac770
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/credential-provider-process@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: bf7f6d128f2eca2ddbf4a171a5bf05f6090f4190adafd5cdb732227c16edb0aca63dda6e4c6bd21aa8b9ae81b3e9e4969a0fd37817957f96f30660cbdf9c415e
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.370.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.370.0"
"@aws-sdk/token-providers": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@smithy/property-provider": "npm:^1.0.1"
"@smithy/shared-ini-file-loader": "npm:^1.0.1"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 286b68144856ac5770edfbb124e99e4731731162178f133340adc542399828a746426c43760157fce927aba0f5cd7502726bee95ad580dc011ea5b359ff69d27
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.427.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.427.0"
"@aws-sdk/token-providers": "npm:3.427.0"
"@aws-sdk/types": "npm:3.425.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/shared-ini-file-loader": "npm:^2.0.6"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: 6d503fd621b4c8dfeb39c321e30fdd4e5d280c9bc949818f94c970cc584024de89036f605d123f484b72e26c302743e9a264bf217bca632f8b2118c546658cae
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/property-provider": "npm:^1.0.1"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: c8b81631c70eb2b23388fb122dc4ebbbe037f6318b8f7fdd1b44beb13788a7e817c2af2f0ecb767c55c50a45a18f77392cd034c04cb634c4f069d573bb6aa27c
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: cd46ef3f4950cf573f42e3ffacbf9ad7547bb225792cee32a99437a7f9589d1d37708f01a633e800f36a7817ec400d9c550b9539e24a31f3dc8085a053603506
languageName: node
linkType: hard
"@aws-sdk/hash-blob-browser@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/hash-blob-browser@npm:3.370.0"
dependencies:
"@aws-sdk/chunked-blob-reader": "npm:3.310.0"
"@aws-sdk/chunked-blob-reader-native": "npm:3.310.0"
"@aws-sdk/types": "npm:3.370.0"
tslib: "npm:^2.5.0"
checksum: 344951d8c90cc8f1d10cffbf58b291e87d8ca6b832d88ba908bd313e74afbde5a319ac3636472b30234a83d7096248edfb9a668c92875dab6141a3dacd45715e
languageName: node
linkType: hard
"@aws-sdk/hash-stream-node@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/hash-stream-node@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-utf8": "npm:3.310.0"
tslib: "npm:^2.5.0"
checksum: 89ed45f8f924edc7621f1e07dd9f916c70081825cfbd9e2681c854d34d1b3c00429a1f85a1c99f25e52af4503673169d45c38e33e9d26fb68fc726117151554c
languageName: node
linkType: hard
"@aws-sdk/is-array-buffer@npm:3.310.0":
version: 3.310.0
resolution: "@aws-sdk/is-array-buffer@npm:3.310.0"
dependencies:
tslib: "npm:^2.5.0"
checksum: 5d4ed0d6ce00eed0dea61f5ce7ea23ae691ef2fa8c0eea88e0c334fd533483c4892110adb7ae671e7e5c7b26c1b7dcad5560e388fa04947d92e689ffef942340
languageName: node
linkType: hard
"@aws-sdk/md5-js@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/md5-js@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-utf8": "npm:3.310.0"
tslib: "npm:^2.5.0"
checksum: 5b47be0924ff63a640707f50fe48f3c0a3a9f38210ca8e8f2f3802636bd004049011e17eac059f42b3194d26374a723f7512409211b8ed00738339e8492f058c
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/types": "npm:^1.1.0"
"@smithy/util-config-provider": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: ea5999ac7051bf0b9f6cf1b015764542d595a2246c6644d2cdfb4a3ca75f39eabc57ae44b0104acc31c55fcac8abf8d5341ef1b0f14e163bb88b7077344b0fea
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/node-config-provider": "npm:^2.0.13"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/types": "npm:^2.3.4"
"@smithy/util-config-provider": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 926dffbcb19d7db067fb5e26a2a0e059a448ede545faf49c1238e1f80617000c1edf0e27b456f01bfe463ad2cb46794da4d8a1428947cb6feb26639fed054189
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 84be95d69f602cfac9b62128185f1f87d0375b467b06075edd450627a29343f609ce2e092be2778fadc8f111f6342afc9699f505b6d99c90f73b4267aa5c7791
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: a18fd9269a39acd8f2b2e08266b492913dbf7a978ad4335061221a998298b2ef14ea30cd8e0c426f0fbe100bbb2edfd98410be56fc91230fd294a55ea54c0e21
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.370.0"
dependencies:
"@aws-crypto/crc32": "npm:3.0.0"
"@aws-crypto/crc32c": "npm:3.0.0"
"@aws-sdk/types": "npm:3.370.0"
"@smithy/is-array-buffer": "npm:^1.0.1"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/types": "npm:^1.1.0"
"@smithy/util-utf8": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: 3bffdb3fcfed341d51676bb196aa0b70708c9aa976dfa915236932ba1d5df24598bd2d0e41b798261eab7c1f615a48959d15197fef8a8fb3c0eeba12a1c109fb
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.425.0"
dependencies:
"@aws-crypto/crc32": "npm:3.0.0"
"@aws-crypto/crc32c": "npm:3.0.0"
"@aws-sdk/types": "npm:3.425.0"
"@smithy/is-array-buffer": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/types": "npm:^2.3.4"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.5.0"
checksum: 9acc0c08b4396c2d4e038180ed0101670a14b73112290155ff44fb5fefd10551ad28168ffa3d8fc7b96ae051f82beb1ea79899a035991a04348bb3046eb0c1bf
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-host-header@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 4be1fe78ca6e893b003afc5c8db00eddea7e9f91e109b5bd40826959d93daf60fea5216230de76035d822802a38f409bd03e846647f6a9a693b05243a7865e6c
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-host-header@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: 11ec5b96eceee7e50692f5ce7c50085e2c7761bd82902b2bf36a7eced73bdf4f4be877403819e496ea018a7f7e5900adad3cc3e4eff72fb86d1774b7e8cb1cb8
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 641c1a9388aba238923351ea68d6ef91718c20583556c46eb04f1317fad1c7a7b608f06ddfd7660297aa4b862e4204a9a5f606aaf5881ac504e9647f350eecb5
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: f65edbf8e6baa4937db84111086ff69f960f662fde6b91da3d776ff94b1d7f6639cdcbffb9144762108c0231cd7f4fad7966da2f48407a4fac8a2e8f08aadbea
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-logger@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 6c02d034bb77f480dc57447c9fe43f19c54acc8f20163cc45fe745efea4698900d8d1ef579193d824114fcd25851ddc49317e56ae6b8cf67405abcaace7a6cc1
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-logger@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: 37d8ef33e4b19a44e7156eada56b40da4d9994c5ced100c9900ec2858faea63d9e0b0752e1eabd171d7df7597413e401195d67643780dc8257339d10554b0ea0
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 89a084bdfdffa4f23ef3c22b6288db079299773307f62af4f8c9cc625ac0f340b7e17bdd15138fb9a6cc486423cec884503c2eb15471d8c1d7718d988317de9b
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: 8a68cac34888a003d9f467b8632284d47bd7163a41a762d6c6a0940fc6a7bde7a0c9a6c9087113ea44653aec4acd0822d0b266f2c9591c6c03bfd6235d6a2cab
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 1950d6dc774981acd6f964103a79d63a7cfd3990891cdd9016194ff3bff44285b53f5013a5e2d346d22eb2b78dd45e42beda0c62bec0b313e5f379f326ca4728
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.427.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@aws-sdk/util-arn-parser": "npm:3.310.0"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/smithy-client": "npm:^2.1.9"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: 867ec5f29903b38dcaa707dbe92cff20fe9458e900eadf73f801faff8e9081fd5047001ad6974c4ee93231a0ce46df94d4a7f4e6f8d4dd16b980ae3c8481ed48
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-sts@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-sdk-sts@npm:3.370.0"
dependencies:
"@aws-sdk/middleware-signing": "npm:3.370.0"
"@aws-sdk/types": "npm:3.370.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: ca71219ba8104e7652df43a31f91533c33b1c3a4c5702028e18c0eac5b2617adcc9208932681441be753265218976151198f0542145d3f3011a51bccbc78c123
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-sts@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-sdk-sts@npm:3.425.0"
dependencies:
"@aws-sdk/middleware-signing": "npm:3.425.0"
"@aws-sdk/types": "npm:3.425.0"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: a5eecb6e9fd5fc9855e7bf1e3754cbc35a73b99d8ce9af75e3d1de832694f91e64ed75e1054beb57265959a6d685ff7200d41894057d9c8642a1b0fbfc963ae6
languageName: node
linkType: hard
"@aws-sdk/middleware-signing@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-signing@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/property-provider": "npm:^1.0.1"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/signature-v4": "npm:^1.0.1"
"@smithy/types": "npm:^1.1.0"
"@smithy/util-middleware": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: a9049f5f3a80f92a1e209d1adf85130eb7dbf18d76be48716fe2b999495a66c2e64b9138fbd317d836ca6cd05d108e7b22d943bb780077486508cb0f05fad756
languageName: node
linkType: hard
"@aws-sdk/middleware-signing@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-signing@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/property-provider": "npm:^2.0.0"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/signature-v4": "npm:^2.0.0"
"@smithy/types": "npm:^2.3.4"
"@smithy/util-middleware": "npm:^2.0.3"
tslib: "npm:^2.5.0"
checksum: 1df3de206e2d638dbb2ee3fb57508ec577e792b3f72d3d1cb6fbdf0c4f4361b0c863934fc35d703e1986342a3110624855ac73b351a3432a707ac35cd8451025
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-ssec@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: 8127f4c7ab39df01e732535b86651023df43d77e800896c5915ef4c65cebc9a150bea8bcdd451ca0f30ac36091edc2473fbfbe029e8c760b888438a19c8fa583
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.425.0":
version: 3.425.0
resolution: "@aws-sdk/middleware-ssec@npm:3.425.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: 0cdae4eeaf94c8d62bdf924f052ab09276a247680b2349539577be5b2d311ccc76ba36b637f088680e93e4d48e985dc35e8fcac7526baee2b2fa586559a8558d
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.370.0":
version: 3.370.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.370.0"
dependencies:
"@aws-sdk/types": "npm:3.370.0"
"@aws-sdk/util-endpoints": "npm:3.370.0"
"@smithy/protocol-http": "npm:^1.1.0"
"@smithy/types": "npm:^1.1.0"
tslib: "npm:^2.5.0"
checksum: ae8b99c2c4114c02782018119a7d792d8a1f238be76a26eeb37be11b2998438d9bd6812baac87aa905459f3bde37b382266763c1bd34632d8fe38e63dc67f7eb
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.427.0":
version: 3.427.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.427.0"
dependencies:
"@aws-sdk/types": "npm:3.425.0"
"@aws-sdk/util-endpoints": "npm:3.427.0"
"@smithy/protocol-http": "npm:^3.0.6"
"@smithy/types": "npm:^2.3.4"
tslib: "npm:^2.5.0"
checksum: b3bc411032eb14b1ce57dc0c4e3d964ebfc74c644e518ac32e465b08e5c9ab2cac2d03981f23d9b75ba1ef5ab4c48b2334a76b1ee276e5d9c6d51992a83fe616