forked from sequelize/sequelize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
14115 lines (12718 loc) · 491 KB
/
Copy pathyarn.lock
File metadata and controls
14115 lines (12718 loc) · 491 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
"@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":
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
"@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-s3@npm:^3.388.0":
version: 3.496.0
resolution: "@aws-sdk/client-s3@npm:3.496.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.496.0"
"@aws-sdk/core": "npm:3.496.0"
"@aws-sdk/credential-provider-node": "npm:3.496.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.496.0"
"@aws-sdk/middleware-expect-continue": "npm:3.496.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.496.0"
"@aws-sdk/middleware-host-header": "npm:3.496.0"
"@aws-sdk/middleware-location-constraint": "npm:3.496.0"
"@aws-sdk/middleware-logger": "npm:3.496.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.496.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.496.0"
"@aws-sdk/middleware-signing": "npm:3.496.0"
"@aws-sdk/middleware-ssec": "npm:3.496.0"
"@aws-sdk/middleware-user-agent": "npm:3.496.0"
"@aws-sdk/region-config-resolver": "npm:3.496.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@aws-sdk/util-endpoints": "npm:3.496.0"
"@aws-sdk/util-user-agent-browser": "npm:3.496.0"
"@aws-sdk/util-user-agent-node": "npm:3.496.0"
"@aws-sdk/xml-builder": "npm:3.496.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.1"
"@smithy/eventstream-serde-browser": "npm:^2.1.1"
"@smithy/eventstream-serde-config-resolver": "npm:^2.1.1"
"@smithy/eventstream-serde-node": "npm:^2.1.1"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-blob-browser": "npm:^2.1.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/hash-stream-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/md5-js": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.1.1"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-stream": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: 6950a9e74bfba78ad58ce0c7e4ae3835692b4c64ebf460aeccaf62087ed5d4d64c689eeb44add7bb66b972e2197fb57a579027ade197e5e196af5391efa68d78
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/client-sso@npm:3.496.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.496.0"
"@aws-sdk/middleware-host-header": "npm:3.496.0"
"@aws-sdk/middleware-logger": "npm:3.496.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.496.0"
"@aws-sdk/middleware-user-agent": "npm:3.496.0"
"@aws-sdk/region-config-resolver": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@aws-sdk/util-endpoints": "npm:3.496.0"
"@aws-sdk/util-user-agent-browser": "npm:3.496.0"
"@aws-sdk/util-user-agent-node": "npm:3.496.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.1"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.1.1"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 89f789f5bcc431f992fe503ba263d9b6e7b76f044c64efc80db5a435812be60add2e7f051c96f5a5cb0a9d3b0cdcd6153220e67e5dbca27a38d9f33bfdee29c5
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/client-sts@npm:3.496.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.496.0"
"@aws-sdk/credential-provider-node": "npm:3.496.0"
"@aws-sdk/middleware-host-header": "npm:3.496.0"
"@aws-sdk/middleware-logger": "npm:3.496.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.496.0"
"@aws-sdk/middleware-user-agent": "npm:3.496.0"
"@aws-sdk/region-config-resolver": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@aws-sdk/util-endpoints": "npm:3.496.0"
"@aws-sdk/util-user-agent-browser": "npm:3.496.0"
"@aws-sdk/util-user-agent-node": "npm:3.496.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/core": "npm:^1.3.1"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.1.1"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-middleware": "npm:^2.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.5.0"
checksum: b9b06ec48e9a0ec2a48dec0254501a1532be6cee600f5911eb9ca08f0e0281942630262d91a6de754305d5dd3aa0b1a853f998385517ec3dbc16b7153889cfe1
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/core@npm:3.496.0"
dependencies:
"@smithy/core": "npm:^1.3.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/signature-v4": "npm:^2.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 3064367fb4fe7812c2cf33f356ff74caaa9ead7ca04df17bfb57605715f176fc2071a86b818574373244c4a168826d579d1ba281de2e4e5329954051734a3d4e
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/credential-provider-env@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: da9fdb8c160f846039169b2545d557d462ce687e5a58e0881ffdffd27a39b2822bf33a35e03959f49dad4836316d3ffcd3da60afbb5b0173a60de5694358d7de
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.496.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.496.0"
"@aws-sdk/credential-provider-process": "npm:3.496.0"
"@aws-sdk/credential-provider-sso": "npm:3.496.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@smithy/credential-provider-imds": "npm:^2.2.1"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/shared-ini-file-loader": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 9c7075d7c037a924b6f84731e31768719dd47a15369c9f0ce5a0038ff4347c4028bb12f918d37928260a6543a1012589dceb3869280380e86bae4b6065d734a6
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/credential-provider-node@npm:3.496.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.496.0"
"@aws-sdk/credential-provider-ini": "npm:3.496.0"
"@aws-sdk/credential-provider-process": "npm:3.496.0"
"@aws-sdk/credential-provider-sso": "npm:3.496.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@smithy/credential-provider-imds": "npm:^2.2.1"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/shared-ini-file-loader": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: f0c2efa7b4723170a1d8573a98ab093fcd35fb7fa7230f5dd05df6349b20e596807c89322f624621fe8580cf0857755ce309e84ae7157e1be0b8c0c682607090
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/credential-provider-process@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/shared-ini-file-loader": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 1bea8fd435b35d722ee41c1d74821d69f2a8e956a3c9dac1d548ee5f86ae904a8f0219cee7f6a1a9fd8f210b7d66f819e32dbf2238f49fe561ee61d7be9b69d5
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.496.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.496.0"
"@aws-sdk/token-providers": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/shared-ini-file-loader": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: c1d28d3939fb6db0d0a6c88e5608b00c8ed2da82ce73bfac4376e42e2de2a95bfcbe9f651cee1d37d530ae3b7d3dbec05ede80d0274e44dedd4a2e42201395f3
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: cc8417f9605b3918052639762af43b3f5b19458be4619f1dade0d6968ca92f64dd8c4d82de6e4900de5f65fdcfc8d3b531edaf1cb8ceb64e60530648e78c6d81
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@aws-sdk/util-arn-parser": "npm:3.495.0"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/util-config-provider": "npm:^2.2.1"
tslib: "npm:^2.5.0"
checksum: d1d77aae96d1096e3783a6f4f3334f1d16607b8ce6d9a2c96090449f9992fb971479bcad009164fbfde70d6726f234608118ee872c603179d5d3a8dc2e817ac9
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 134994b77417586f1b84c15b258cf4dfb1c9223850ce037d74dfbd7133936959ca0fda8dd763b3fda2d79cd3f34552e6702bd97d0a7d785c9f92bee58962aab6
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.496.0"
dependencies:
"@aws-crypto/crc32": "npm:3.0.0"
"@aws-crypto/crc32c": "npm:3.0.0"
"@aws-sdk/types": "npm:3.496.0"
"@smithy/is-array-buffer": "npm:^2.1.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: f8b45ced2201875258f6fe4a90f89f7ad4a3aea592023ee0fe2d33d78ae1f4199eb77d81420d3021e13589cb14cdf763fdf4ca6aa4a5ee77d7b2ff31e400ccc9
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-host-header@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: cd007fde01db7a812cac262eeba3cc1af095bda19d3ec2e2aa62629e32458cf10106ed7dc501c884e32f77d87eef482eb87b6cdb40d2a7ee322ec6bc26e22ea5
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: a5d77b3b0f6afb52a2bbe6c5683f71d279848dd5381c38f67ed8c1ef44436ab7c014337300e11617f9cd0e1891589b9deb80464d731f83568b20634dfd7e1cd4
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-logger@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 34aa7ec4b5d194c1b63280a5185a1e6d679cc9919e0d1c77755da31e80574a5b4285cf00c8704cd7f50df1e978eaffc8d1ce44fca99fcf1a5e1373d7f3fc405e
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: b8c97707a9c889104af9d10aae8f3bfe2493548000d599fdec6f7561b2633f7dcb520efbf518332b3dfcd661f866a2ee2b2a8e0fc9fb5ba1e0fea19b213005ac
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@aws-sdk/util-arn-parser": "npm:3.495.0"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/signature-v4": "npm:^2.1.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/util-config-provider": "npm:^2.2.1"
tslib: "npm:^2.5.0"
checksum: 2fe8b0d1b5383fbc9da564bc048633505ec8271cd4c7691d0ba9a0ea678f474a2399cc6700171bfccfb1a756a1d9273aedabae4c333abad2588942f2dfe5e69f
languageName: node
linkType: hard
"@aws-sdk/middleware-signing@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-signing@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/signature-v4": "npm:^2.1.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/util-middleware": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 7ffb57d9af045f453ed6d9c6ea6e95709072eb02b815833c5d863cf9d8a4c5b9a0a0bd228987c09d46618d3bb918627c2c63a96d7be107ec7c882b0795d6750e
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-ssec@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 80bcbe1b1d6648e2399fa39566c1522400e79afe0523cc6d534d8b1f684f776cb1e1636b492d18525cbe7940cf075c9a854d7f49fd46eb4be075da6de19de0c6
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@aws-sdk/util-endpoints": "npm:3.496.0"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: cda9e4b2d6e55c94c834319fd08711c78e4531fdca57aeefd1bfd59611443b0e2658cbfdb822871c968d41bd86c58b8fdb8d8b7147c7706358ad5968708a2bbf
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/region-config-resolver@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/util-config-provider": "npm:^2.2.1"
"@smithy/util-middleware": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: b8a9de7a1f28df67f4fae64ee893e4b6b093b5465b64506c887a6794ec6a2928c2b09daf5a23dc13986bd34dd90a481ba6d45639cd86a6a256c1bebfa4395c15
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.496.0"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/signature-v4": "npm:^2.1.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: e556f38310dd700390a150e18b26bb79594b44e8083b0351191827d54f07460d0b5753a150d5560c4f482a95ca712d1ec5e55e235404dd979decc648d18180b8
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/token-providers@npm:3.496.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.496.0"
"@aws-sdk/middleware-logger": "npm:3.496.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.496.0"
"@aws-sdk/middleware-user-agent": "npm:3.496.0"
"@aws-sdk/region-config-resolver": "npm:3.496.0"
"@aws-sdk/types": "npm:3.496.0"
"@aws-sdk/util-endpoints": "npm:3.496.0"
"@aws-sdk/util-user-agent-browser": "npm:3.496.0"
"@aws-sdk/util-user-agent-node": "npm:3.496.0"
"@smithy/config-resolver": "npm:^2.1.1"
"@smithy/fetch-http-handler": "npm:^2.4.1"
"@smithy/hash-node": "npm:^2.1.1"
"@smithy/invalid-dependency": "npm:^2.1.1"
"@smithy/middleware-content-length": "npm:^2.1.1"
"@smithy/middleware-endpoint": "npm:^2.4.1"
"@smithy/middleware-retry": "npm:^2.1.1"
"@smithy/middleware-serde": "npm:^2.1.1"
"@smithy/middleware-stack": "npm:^2.1.1"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/node-http-handler": "npm:^2.3.1"
"@smithy/property-provider": "npm:^2.1.1"
"@smithy/protocol-http": "npm:^3.1.1"
"@smithy/shared-ini-file-loader": "npm:^2.3.1"
"@smithy/smithy-client": "npm:^2.3.1"
"@smithy/types": "npm:^2.9.1"
"@smithy/url-parser": "npm:^2.1.1"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.1"
"@smithy/util-defaults-mode-node": "npm:^2.1.1"
"@smithy/util-endpoints": "npm:^1.1.1"
"@smithy/util-retry": "npm:^2.1.1"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: c1440de593dee5ce6894804a569888614be9a6d61270560da64bfac5ea83bbee9b91eae16a416e9f627bfc33a761ee763aa5535dce50f4870879cfcfeb610c94
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.496.0, @aws-sdk/types@npm:^3.222.0":
version: 3.496.0
resolution: "@aws-sdk/types@npm:3.496.0"
dependencies:
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 9ca9f978451ac6c7981879899c9f8959f3c84944487f1b8719ffa1285bce3e995b65409b64d74ee7da0219222fc5dd3284763635671ca302a627a09c316164f9
languageName: node
linkType: hard
"@aws-sdk/util-arn-parser@npm:3.495.0":
version: 3.495.0
resolution: "@aws-sdk/util-arn-parser@npm:3.495.0"
dependencies:
tslib: "npm:^2.5.0"
checksum: 8e739c9f9c1b78df5dd2e4ed72feae300966af19aa1c2361ceec4626df022304cc866e0494a4a6aac2e334927e5acc393fc7bf50e7c4eade8fe35a9e5a60642d
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/util-endpoints@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/types": "npm:^2.9.1"
"@smithy/util-endpoints": "npm:^1.1.1"
tslib: "npm:^2.5.0"
checksum: d1a9999d87eac4817c43936a6534f8ce4ede7fbc0c01bb09d1a704c75227014477360895fcb6f24baba2bc2a7e47f07245471b2c5eda37ca0728f233f795efa1
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.495.0
resolution: "@aws-sdk/util-locate-window@npm:3.495.0"
dependencies:
tslib: "npm:^2.5.0"
checksum: e1d33f519016dd3bb92ebdc192a49863c8a4bf5f8c5972c2518a600ecf8b3fc62c2271d79b6e91a42000c59fc9eee74aa2cf184268cd52048ce0a31af5e7117b
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/util-user-agent-browser@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/types": "npm:^2.9.1"
bowser: "npm:^2.11.0"
tslib: "npm:^2.5.0"
checksum: fdddb45a77e396236d42a666187640156a30e9c9d9d24676560b94f21c83cebc119bcb7dcfd6ba8aa1fed657b9ece21c958a6a8f0ec2fd3361365a696edf4558
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/util-user-agent-node@npm:3.496.0"
dependencies:
"@aws-sdk/types": "npm:3.496.0"
"@smithy/node-config-provider": "npm:^2.2.1"
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
peerDependencies:
aws-crt: ">=1.0.0"
peerDependenciesMeta:
aws-crt:
optional: true
checksum: 90e5ddb80fa645a522da74df2411861eab20e867a832d0147da53b8db0ccd9e9e09fd3f8a1dc7c8ced35863d977241dc52acf4277a02d0bf6d3271133c52c86e
languageName: node
linkType: hard
"@aws-sdk/util-utf8-browser@npm:^3.0.0":
version: 3.259.0
resolution: "@aws-sdk/util-utf8-browser@npm:3.259.0"
dependencies:
tslib: "npm:^2.3.1"
checksum: ff56ff252c0ea22b760b909ba5bbe9ca59a447066097e73b1e2ae50a6d366631ba560c373ec4e83b3e225d16238eeaf8def210fdbf135070b3dd3ceb1cc2ef9a
languageName: node
linkType: hard
"@aws-sdk/xml-builder@npm:3.496.0":
version: 3.496.0
resolution: "@aws-sdk/xml-builder@npm:3.496.0"
dependencies:
"@smithy/types": "npm:^2.9.1"
tslib: "npm:^2.5.0"
checksum: 2efe8c0e4098fbc9a5ab7864e4a1852d8c029ea12ec46a7585b75216555cc2204e0907258c1fa531945a0c79ec091ada8b0752dea89763e894adba3bbdab1cb0
languageName: node
linkType: hard
"@azure/abort-controller@npm:^1.0.0, @azure/abort-controller@npm:^1.0.4, @azure/abort-controller@npm:^1.1.0":
version: 1.1.0
resolution: "@azure/abort-controller@npm:1.1.0"
dependencies:
tslib: "npm:^2.2.0"
checksum: bb79f0faaa9e9c1ae3c4ec2523ea23ee0879cc491abb4b3ac2dd56c2cc2dfe4b7e8522ffa866d39c7145c0dd61387711368afe0d4eb6534daba7b67ed0a2a730
languageName: node
linkType: hard
"@azure/core-auth@npm:^1.3.0, @azure/core-auth@npm:^1.4.0, @azure/core-auth@npm:^1.5.0":
version: 1.5.0
resolution: "@azure/core-auth@npm:1.5.0"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
"@azure/core-util": "npm:^1.1.0"
tslib: "npm:^2.2.0"
checksum: b141a542cad2d36ebe8e151967bc3e425939c28ab41819268b5e0beef557fbf6425030ded6e89992f07cea87f609788985a1e6e97bb1c987f1010d53fcb123d5
languageName: node
linkType: hard
"@azure/core-client@npm:^1.3.0, @azure/core-client@npm:^1.4.0, @azure/core-client@npm:^1.5.0":
version: 1.7.3
resolution: "@azure/core-client@npm:1.7.3"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
"@azure/core-auth": "npm:^1.4.0"
"@azure/core-rest-pipeline": "npm:^1.9.1"
"@azure/core-tracing": "npm:^1.0.0"
"@azure/core-util": "npm:^1.0.0"
"@azure/logger": "npm:^1.0.0"
tslib: "npm:^2.2.0"
checksum: 410f03e6ee7e76c19c7c18790b87ec6e5a10c9de4023215b02496e0e5e338359b728e4cc9a71a38dc524ce7d06803ab27b042e011ec2dd027638b38bf09fa8db
languageName: node
linkType: hard
"@azure/core-http-compat@npm:^1.3.0":
version: 1.3.0
resolution: "@azure/core-http-compat@npm:1.3.0"
dependencies:
"@azure/abort-controller": "npm:^1.0.4"
"@azure/core-client": "npm:^1.3.0"
"@azure/core-rest-pipeline": "npm:^1.3.0"
checksum: a55f4ea0f70132c05ee50d3c3bb2785804b667974109146461895ca7dde093fc37a307f5d0beb44292ceff10ae7c6ea246a9e2b61614dcd51e4d718c30f134df
languageName: node
linkType: hard
"@azure/core-http@npm:^3.0.0":
version: 3.0.4
resolution: "@azure/core-http@npm:3.0.4"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
"@azure/core-auth": "npm:^1.3.0"
"@azure/core-tracing": "npm:1.0.0-preview.13"
"@azure/core-util": "npm:^1.1.1"
"@azure/logger": "npm:^1.0.0"
"@types/node-fetch": "npm:^2.5.0"
"@types/tunnel": "npm:^0.0.3"
form-data: "npm:^4.0.0"
node-fetch: "npm:^2.6.7"
process: "npm:^0.11.10"
tslib: "npm:^2.2.0"
tunnel: "npm:^0.0.6"
uuid: "npm:^8.3.0"
xml2js: "npm:^0.5.0"
checksum: 87c81a0fa47289f2f0fe4270000503e2a09faf0a4b93023df2bcf9fb77cb13bada994d1086b01284d2afdd7c3099f9d97e257f43e68f3a109366157ffb45c230
languageName: node
linkType: hard
"@azure/core-lro@npm:^2.2.0":
version: 2.5.4
resolution: "@azure/core-lro@npm:2.5.4"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
"@azure/core-util": "npm:^1.2.0"
"@azure/logger": "npm:^1.0.0"
tslib: "npm:^2.2.0"
checksum: 65d65aa5b90bbdd98bbee4093157618c7e3d8ac3d155f29f5d6b3ca9e2e3a8a49eb15b24d551dd8e51afd634410186b594fc2fcb24e982acd04ca16c279eca7c
languageName: node
linkType: hard
"@azure/core-paging@npm:^1.1.1":
version: 1.5.0
resolution: "@azure/core-paging@npm:1.5.0"
dependencies:
tslib: "npm:^2.2.0"
checksum: 634a1c6540d16cf047035f19d8866b561e8036059aec2ce0304d77999404e95458f47c33a3f523d20cefa329bad33ccc6bf7450efa8f7d77ceb3419d519b1c48
languageName: node
linkType: hard
"@azure/core-rest-pipeline@npm:^1.1.0, @azure/core-rest-pipeline@npm:^1.3.0, @azure/core-rest-pipeline@npm:^1.8.1, @azure/core-rest-pipeline@npm:^1.9.1":
version: 1.13.0
resolution: "@azure/core-rest-pipeline@npm:1.13.0"
dependencies:
"@azure/abort-controller": "npm:^1.1.0"
"@azure/core-auth": "npm:^1.4.0"
"@azure/core-tracing": "npm:^1.0.1"
"@azure/core-util": "npm:^1.3.0"
"@azure/logger": "npm:^1.0.0"
http-proxy-agent: "npm:^5.0.0"
https-proxy-agent: "npm:^5.0.0"
tslib: "npm:^2.2.0"
checksum: b12a97e244a9ef90b70efaa4abe151fe6671d42d758d9e28053e7bfff03714bc003463c88068d46a4124bc9e5996dddb23bdf6c3654a888b6e2426ea7707e251
languageName: node
linkType: hard
"@azure/core-tracing@npm:1.0.0-preview.13":
version: 1.0.0-preview.13
resolution: "@azure/core-tracing@npm:1.0.0-preview.13"
dependencies:
"@opentelemetry/api": "npm:^1.0.1"
tslib: "npm:^2.2.0"
checksum: 0977479165deefe1dcabbd68d18e44742ad18fa4bd0200b9d8b6647510c200800e8b47f8039a249086de9ff7eda37ea3f2beb85fa4878a08dd0251a71ea0cbe3
languageName: node
linkType: hard
"@azure/core-tracing@npm:^1.0.0, @azure/core-tracing@npm:^1.0.1":
version: 1.0.1
resolution: "@azure/core-tracing@npm:1.0.1"
dependencies:
tslib: "npm:^2.2.0"
checksum: bc8ff602392b76e9a1b38be9b56f6bcb33b1c44fc0d19196cbf6f7b5834b264d6a5989db867b77884ffa9b3ff29633120b524cec64f5bbc89c72a1f89fdb4ea1
languageName: node
linkType: hard
"@azure/core-util@npm:^1.0.0, @azure/core-util@npm:^1.1.0, @azure/core-util@npm:^1.1.1, @azure/core-util@npm:^1.2.0, @azure/core-util@npm:^1.3.0, @azure/core-util@npm:^1.6.1":
version: 1.6.1
resolution: "@azure/core-util@npm:1.6.1"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
tslib: "npm:^2.2.0"
checksum: e0f6148dc02b3d722ee9030a774f9711dbd393a02e4a09b57bcb27a916ee47b08403b51b264008e66b016894b15041bfc0d9d8fdb3d4e2f0bfdc6c47c2bee107
languageName: node
linkType: hard
"@azure/identity@npm:^3.4.1":
version: 3.4.1
resolution: "@azure/identity@npm:3.4.1"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
"@azure/core-auth": "npm:^1.5.0"
"@azure/core-client": "npm:^1.4.0"
"@azure/core-rest-pipeline": "npm:^1.1.0"
"@azure/core-tracing": "npm:^1.0.0"
"@azure/core-util": "npm:^1.6.1"
"@azure/logger": "npm:^1.0.0"
"@azure/msal-browser": "npm:^3.5.0"
"@azure/msal-node": "npm:^2.5.1"
events: "npm:^3.0.0"
jws: "npm:^4.0.0"
open: "npm:^8.0.0"
stoppable: "npm:^1.1.0"
tslib: "npm:^2.2.0"
checksum: 6365d9d03af1c6dbff91bba6353b4d6bdec82858796313e24bf82a91d35b984e91053c7ab07c55b48b27a12a47063c807b3435d018f7fad493f4e3288264d6ec
languageName: node
linkType: hard
"@azure/keyvault-keys@npm:^4.4.0":
version: 4.7.2
resolution: "@azure/keyvault-keys@npm:4.7.2"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
"@azure/core-auth": "npm:^1.3.0"
"@azure/core-client": "npm:^1.5.0"
"@azure/core-http-compat": "npm:^1.3.0"
"@azure/core-lro": "npm:^2.2.0"
"@azure/core-paging": "npm:^1.1.1"
"@azure/core-rest-pipeline": "npm:^1.8.1"
"@azure/core-tracing": "npm:^1.0.0"
"@azure/core-util": "npm:^1.0.0"
"@azure/logger": "npm:^1.0.0"
tslib: "npm:^2.2.0"
checksum: d1e209ceb3108920950213ed4b442e2f586c4fcf24a3a8b121f6f27ec8847b751cf9e515879f4640a479b4cca0d65158d6b45f7884d6e60a084e340b86e3fc62
languageName: node
linkType: hard
"@azure/logger@npm:^1.0.0":
version: 1.0.4
resolution: "@azure/logger@npm:1.0.4"
dependencies:
tslib: "npm:^2.2.0"
checksum: 15af549d8dbf027e7520fc65432577d52c73b5a30bce2c218f97ab7104b037ae6c31d9a5bfa6bc9c7873c05693261ab8d7f5b95c65db6b1a7c8624c7b655afc6
languageName: node
linkType: hard
"@azure/msal-browser@npm:^3.5.0":
version: 3.7.0
resolution: "@azure/msal-browser@npm:3.7.0"
dependencies:
"@azure/msal-common": "npm:14.6.0"
checksum: e46207f6d2eaf3ee174fad870d7c6bb13e0ec7c679a998676d12a865a678c52ef0b525b43c12f4c2011ab7791ba71f52e4fc383a9da0ef5d03ee2a3c33ffadd4
languageName: node
linkType: hard
"@azure/msal-common@npm:14.6.0":
version: 14.6.0
resolution: "@azure/msal-common@npm:14.6.0"
checksum: a585fdd328d4d86336f99a1a809998b55bad0fb012d78f093dcef94599381d29fb73ccd64d0917dab95979c75e1eed7c3bca5e68a9dd167b76d2804df3d85025
languageName: node
linkType: hard
"@azure/msal-node@npm:^2.5.1":
version: 2.6.1
resolution: "@azure/msal-node@npm:2.6.1"
dependencies:
"@azure/msal-common": "npm:14.6.0"
jsonwebtoken: "npm:^9.0.0"
uuid: "npm:^8.3.0"
checksum: 4c89152d2e8b24e8428e24ae726532924d5e321b167003c3644275f99dade426a10c55e58fd13e2f3b2c873683442f9a53b45d53d1f138d2e0172d9dd12b95c5
languageName: node
linkType: hard
"@azure/storage-blob@npm:^12.11.0":
version: 12.17.0
resolution: "@azure/storage-blob@npm:12.17.0"
dependencies:
"@azure/abort-controller": "npm:^1.0.0"
"@azure/core-http": "npm:^3.0.0"
"@azure/core-lro": "npm:^2.2.0"
"@azure/core-paging": "npm:^1.1.1"
"@azure/core-tracing": "npm:1.0.0-preview.13"
"@azure/logger": "npm:^1.0.0"
events: "npm:^3.0.0"
tslib: "npm:^2.2.0"
checksum: 462e04cdfcbc891a32522ba2c6cf922c2621996255b5d436411bc4c55f7bcd86ca2693881cad32df718187f574a2799cb118672ebf92f3842be02813735737ac
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.23.5":
version: 7.23.5
resolution: "@babel/code-frame@npm:7.23.5"
dependencies:
"@babel/highlight": "npm:^7.23.4"
chalk: "npm:^2.4.2"
checksum: a10e843595ddd9f97faa99917414813c06214f4d9205294013e20c70fbdf4f943760da37dec1d998bf3e6fc20fa2918a47c0e987a7e458663feb7698063ad7c6
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.23.5":
version: 7.23.5
resolution: "@babel/compat-data@npm:7.23.5"
checksum: 081278ed46131a890ad566a59c61600a5f9557bd8ee5e535890c8548192532ea92590742fd74bd9db83d74c669ef8a04a7e1c85cdea27f960233e3b83c3a957c
languageName: node
linkType: hard
"@babel/core@npm:^7.21.4, @babel/core@npm:^7.7.5":
version: 7.23.7
resolution: "@babel/core@npm:7.23.7"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.23.5"
"@babel/generator": "npm:^7.23.6"
"@babel/helper-compilation-targets": "npm:^7.23.6"
"@babel/helper-module-transforms": "npm:^7.23.3"
"@babel/helpers": "npm:^7.23.7"
"@babel/parser": "npm:^7.23.6"
"@babel/template": "npm:^7.22.15"
"@babel/traverse": "npm:^7.23.7"
"@babel/types": "npm:^7.23.6"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 38c9934973d384ed83369712978453eac91dc3f22167404dbdb272b64f602e74728a6f37012c53ee57e521b8ae2da60097f050497d9b6a212d28b59cdfb2cd1d
languageName: node
linkType: hard
"@babel/eslint-parser@npm:^7.21.3":
version: 7.23.3
resolution: "@babel/eslint-parser@npm:7.23.3"
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals": "npm:5.1.1-v1"
eslint-visitor-keys: "npm:^2.1.0"
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.11.0
eslint: ^7.5.0 || ^8.0.0
checksum: abb01d23acd80e983125cd72c547baaf7775bfca7a98fc57a2a95f2b70197a34c6bf861e255ab5c8740ace27c50a9966481503875fcc23b2636598740e4881f4
languageName: node
linkType: hard
"@babel/generator@npm:^7.23.6":
version: 7.23.6
resolution: "@babel/generator@npm:7.23.6"
dependencies:
"@babel/types": "npm:^7.23.6"
"@jridgewell/gen-mapping": "npm:^0.3.2"
"@jridgewell/trace-mapping": "npm:^0.3.17"
jsesc: "npm:^2.5.1"
checksum: 53540e905cd10db05d9aee0a5304e36927f455ce66f95d1253bb8a179f286b88fa7062ea0db354c566fe27f8bb96567566084ffd259f8feaae1de5eccc8afbda
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.23.6":
version: 7.23.6
resolution: "@babel/helper-compilation-targets@npm:7.23.6"
dependencies:
"@babel/compat-data": "npm:^7.23.5"
"@babel/helper-validator-option": "npm:^7.23.5"
browserslist: "npm:^4.22.2"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: ba38506d11185f48b79abf439462ece271d3eead1673dd8814519c8c903c708523428806f05f2ec5efd0c56e4e278698fac967e5a4b5ee842c32415da54bc6fa
languageName: node
linkType: hard
"@babel/helper-environment-visitor@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-environment-visitor@npm:7.22.20"
checksum: e762c2d8f5d423af89bd7ae9abe35bd4836d2eb401af868a63bbb63220c513c783e25ef001019418560b3fdc6d9a6fb67e6c0b650bcdeb3a2ac44b5c3d2bdd94
languageName: node
linkType: hard
"@babel/helper-function-name@npm:^7.23.0":
version: 7.23.0