generated from CT-junior/aws-serverless-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
8511 lines (7677 loc) · 295 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
"2-thenable@npm:^1.0.0":
version: 1.0.0
resolution: "2-thenable@npm:1.0.0"
dependencies:
d: "npm:1"
es5-ext: "npm:^0.10.47"
checksum: 567cda6fb2fd8884b2a5efdfbec7476da9ec9e3bf84d8bcc637dcda09254c135b4fc91321c0d81a501a9bdafd2d8939f163c2a803c0bccd2f4b6631bbe2e4958
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/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/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/client-cloudformation@npm:^3.410.0":
version: 3.583.0
resolution: "@aws-sdk/client-cloudformation@npm:3.583.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sso-oidc": "npm:3.583.0"
"@aws-sdk/client-sts": "npm:3.583.0"
"@aws-sdk/core": "npm:3.582.0"
"@aws-sdk/credential-provider-node": "npm:3.583.0"
"@aws-sdk/middleware-host-header": "npm:3.577.0"
"@aws-sdk/middleware-logger": "npm:3.577.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.577.0"
"@aws-sdk/middleware-user-agent": "npm:3.583.0"
"@aws-sdk/region-config-resolver": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@aws-sdk/util-endpoints": "npm:3.583.0"
"@aws-sdk/util-user-agent-browser": "npm:3.577.0"
"@aws-sdk/util-user-agent-node": "npm:3.577.0"
"@smithy/config-resolver": "npm:^3.0.0"
"@smithy/core": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^3.0.1"
"@smithy/hash-node": "npm:^3.0.0"
"@smithy/invalid-dependency": "npm:^3.0.0"
"@smithy/middleware-content-length": "npm:^3.0.0"
"@smithy/middleware-endpoint": "npm:^3.0.0"
"@smithy/middleware-retry": "npm:^3.0.1"
"@smithy/middleware-serde": "npm:^3.0.0"
"@smithy/middleware-stack": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^3.0.0"
"@smithy/node-http-handler": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/smithy-client": "npm:^3.0.1"
"@smithy/types": "npm:^3.0.0"
"@smithy/url-parser": "npm:^3.0.0"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.1"
"@smithy/util-defaults-mode-node": "npm:^3.0.1"
"@smithy/util-endpoints": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^3.0.0"
"@smithy/util-retry": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^3.0.0"
"@smithy/util-waiter": "npm:^3.0.0"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 745453ed21b74c42a848d206b86584a400005ae1179b77a0ade2e023123d07f1ab0b689b779ec88e2e227bcf6abef483384b1c14c08fdfb31103c0aaf8818aca
languageName: node
linkType: hard
"@aws-sdk/client-lambda@npm:^3.509.0":
version: 3.583.0
resolution: "@aws-sdk/client-lambda@npm:3.583.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sso-oidc": "npm:3.583.0"
"@aws-sdk/client-sts": "npm:3.583.0"
"@aws-sdk/core": "npm:3.582.0"
"@aws-sdk/credential-provider-node": "npm:3.583.0"
"@aws-sdk/middleware-host-header": "npm:3.577.0"
"@aws-sdk/middleware-logger": "npm:3.577.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.577.0"
"@aws-sdk/middleware-user-agent": "npm:3.583.0"
"@aws-sdk/region-config-resolver": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@aws-sdk/util-endpoints": "npm:3.583.0"
"@aws-sdk/util-user-agent-browser": "npm:3.577.0"
"@aws-sdk/util-user-agent-node": "npm:3.577.0"
"@smithy/config-resolver": "npm:^3.0.0"
"@smithy/core": "npm:^2.0.1"
"@smithy/eventstream-serde-browser": "npm:^3.0.0"
"@smithy/eventstream-serde-config-resolver": "npm:^3.0.0"
"@smithy/eventstream-serde-node": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^3.0.1"
"@smithy/hash-node": "npm:^3.0.0"
"@smithy/invalid-dependency": "npm:^3.0.0"
"@smithy/middleware-content-length": "npm:^3.0.0"
"@smithy/middleware-endpoint": "npm:^3.0.0"
"@smithy/middleware-retry": "npm:^3.0.1"
"@smithy/middleware-serde": "npm:^3.0.0"
"@smithy/middleware-stack": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^3.0.0"
"@smithy/node-http-handler": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/smithy-client": "npm:^3.0.1"
"@smithy/types": "npm:^3.0.0"
"@smithy/url-parser": "npm:^3.0.0"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.1"
"@smithy/util-defaults-mode-node": "npm:^3.0.1"
"@smithy/util-endpoints": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^3.0.0"
"@smithy/util-retry": "npm:^3.0.0"
"@smithy/util-stream": "npm:^3.0.1"
"@smithy/util-utf8": "npm:^3.0.0"
"@smithy/util-waiter": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: e6d09780b5af0fe026057c7be4ecdfef35c8b33628a833135546d49504719a4c7736ab4060840878ae8449b4d73f8f5945a7a5e755e1bfa9472edccc726871ef
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.583.0":
version: 3.583.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.583.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.583.0"
"@aws-sdk/core": "npm:3.582.0"
"@aws-sdk/credential-provider-node": "npm:3.583.0"
"@aws-sdk/middleware-host-header": "npm:3.577.0"
"@aws-sdk/middleware-logger": "npm:3.577.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.577.0"
"@aws-sdk/middleware-user-agent": "npm:3.583.0"
"@aws-sdk/region-config-resolver": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@aws-sdk/util-endpoints": "npm:3.583.0"
"@aws-sdk/util-user-agent-browser": "npm:3.577.0"
"@aws-sdk/util-user-agent-node": "npm:3.577.0"
"@smithy/config-resolver": "npm:^3.0.0"
"@smithy/core": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^3.0.1"
"@smithy/hash-node": "npm:^3.0.0"
"@smithy/invalid-dependency": "npm:^3.0.0"
"@smithy/middleware-content-length": "npm:^3.0.0"
"@smithy/middleware-endpoint": "npm:^3.0.0"
"@smithy/middleware-retry": "npm:^3.0.1"
"@smithy/middleware-serde": "npm:^3.0.0"
"@smithy/middleware-stack": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^3.0.0"
"@smithy/node-http-handler": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/smithy-client": "npm:^3.0.1"
"@smithy/types": "npm:^3.0.0"
"@smithy/url-parser": "npm:^3.0.0"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.1"
"@smithy/util-defaults-mode-node": "npm:^3.0.1"
"@smithy/util-endpoints": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^3.0.0"
"@smithy/util-retry": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: e0a45101999dd522a377795d0aa8b0b321dc7528ae313e30803e985f6397e56ed2b349fd5308582f25a2cd883ecb169b404c9714cb1f576e9b28944357d53265
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.583.0":
version: 3.583.0
resolution: "@aws-sdk/client-sso@npm:3.583.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.582.0"
"@aws-sdk/middleware-host-header": "npm:3.577.0"
"@aws-sdk/middleware-logger": "npm:3.577.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.577.0"
"@aws-sdk/middleware-user-agent": "npm:3.583.0"
"@aws-sdk/region-config-resolver": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@aws-sdk/util-endpoints": "npm:3.583.0"
"@aws-sdk/util-user-agent-browser": "npm:3.577.0"
"@aws-sdk/util-user-agent-node": "npm:3.577.0"
"@smithy/config-resolver": "npm:^3.0.0"
"@smithy/core": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^3.0.1"
"@smithy/hash-node": "npm:^3.0.0"
"@smithy/invalid-dependency": "npm:^3.0.0"
"@smithy/middleware-content-length": "npm:^3.0.0"
"@smithy/middleware-endpoint": "npm:^3.0.0"
"@smithy/middleware-retry": "npm:^3.0.1"
"@smithy/middleware-serde": "npm:^3.0.0"
"@smithy/middleware-stack": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^3.0.0"
"@smithy/node-http-handler": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/smithy-client": "npm:^3.0.1"
"@smithy/types": "npm:^3.0.0"
"@smithy/url-parser": "npm:^3.0.0"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.1"
"@smithy/util-defaults-mode-node": "npm:^3.0.1"
"@smithy/util-endpoints": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^3.0.0"
"@smithy/util-retry": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 8f0b969d3e6a7a49b3953bb913aa0a8b794aa3d7dcd08509683ef088a2bd2463b85900c1090562800c5a64e39b90fa16e31eae93e0676faba711a1ce2d7e7396
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.583.0, @aws-sdk/client-sts@npm:^3.410.0":
version: 3.583.0
resolution: "@aws-sdk/client-sts@npm:3.583.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sso-oidc": "npm:3.583.0"
"@aws-sdk/core": "npm:3.582.0"
"@aws-sdk/credential-provider-node": "npm:3.583.0"
"@aws-sdk/middleware-host-header": "npm:3.577.0"
"@aws-sdk/middleware-logger": "npm:3.577.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.577.0"
"@aws-sdk/middleware-user-agent": "npm:3.583.0"
"@aws-sdk/region-config-resolver": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@aws-sdk/util-endpoints": "npm:3.583.0"
"@aws-sdk/util-user-agent-browser": "npm:3.577.0"
"@aws-sdk/util-user-agent-node": "npm:3.577.0"
"@smithy/config-resolver": "npm:^3.0.0"
"@smithy/core": "npm:^2.0.1"
"@smithy/fetch-http-handler": "npm:^3.0.1"
"@smithy/hash-node": "npm:^3.0.0"
"@smithy/invalid-dependency": "npm:^3.0.0"
"@smithy/middleware-content-length": "npm:^3.0.0"
"@smithy/middleware-endpoint": "npm:^3.0.0"
"@smithy/middleware-retry": "npm:^3.0.1"
"@smithy/middleware-serde": "npm:^3.0.0"
"@smithy/middleware-stack": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^3.0.0"
"@smithy/node-http-handler": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/smithy-client": "npm:^3.0.1"
"@smithy/types": "npm:^3.0.0"
"@smithy/url-parser": "npm:^3.0.0"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.1"
"@smithy/util-defaults-mode-node": "npm:^3.0.1"
"@smithy/util-endpoints": "npm:^2.0.0"
"@smithy/util-middleware": "npm:^3.0.0"
"@smithy/util-retry": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 144524fbdd0fff45a6f864961201b9f80db71dcb042002daf1b59914a23fc81d3736b30fd563b742ef60c3422e719a16b3c7acba1133107408b8ca2914702112
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.582.0":
version: 3.582.0
resolution: "@aws-sdk/core@npm:3.582.0"
dependencies:
"@smithy/core": "npm:^2.0.1"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/signature-v4": "npm:^3.0.0"
"@smithy/smithy-client": "npm:^3.0.1"
"@smithy/types": "npm:^3.0.0"
fast-xml-parser: "npm:4.2.5"
tslib: "npm:^2.6.2"
checksum: 61a7c0f629a08a0c66424735612d27b08335d351d3ae07e9c0d32752f338f5cf8dfe698c63b6c5e65c26be0f16483913f2b79ef971f2d64251b8e68f4881da8d
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/credential-provider-env@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 1fb3db7f2490661488dd4c72e55af7680782335c69534527f0185b97fb554a15f88721c25484c772f2ba498f734e6629b27dfac7d375f4ea7794cc814bc88e8e
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.582.0":
version: 3.582.0
resolution: "@aws-sdk/credential-provider-http@npm:3.582.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/fetch-http-handler": "npm:^3.0.1"
"@smithy/node-http-handler": "npm:^3.0.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/smithy-client": "npm:^3.0.1"
"@smithy/types": "npm:^3.0.0"
"@smithy/util-stream": "npm:^3.0.1"
tslib: "npm:^2.6.2"
checksum: 5899caec0dd289b7a16a120e86e34aba123dba3622e2f0d22205fa23ea4c42025b8e9a0fb51284e7d63141efda896c2069156364bfa07fa54c8f014146cb28e1
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.583.0":
version: 3.583.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.583.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.577.0"
"@aws-sdk/credential-provider-process": "npm:3.577.0"
"@aws-sdk/credential-provider-sso": "npm:3.583.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@smithy/credential-provider-imds": "npm:^3.0.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/shared-ini-file-loader": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.583.0
checksum: 06be28709b16513850c26d1212168c87f201580cef7bc65126a62b6509e76cca8b55859c69fbbdec0dfb59bbbdec988f19728949bc4f7b7a0d43d32906cd83d2
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.583.0":
version: 3.583.0
resolution: "@aws-sdk/credential-provider-node@npm:3.583.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.577.0"
"@aws-sdk/credential-provider-http": "npm:3.582.0"
"@aws-sdk/credential-provider-ini": "npm:3.583.0"
"@aws-sdk/credential-provider-process": "npm:3.577.0"
"@aws-sdk/credential-provider-sso": "npm:3.583.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@smithy/credential-provider-imds": "npm:^3.0.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/shared-ini-file-loader": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 51ff3841eb2c754998caa88e07a3357c962554886d4b57736ff8c0866f00a8edaaca21661b68e150ed611ae86413f13b5f65b70b69ebc184e2d0ccd109647ea9
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/credential-provider-process@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/shared-ini-file-loader": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: deb5b00cd052440705ca86df618d77862dc024c50efcc74a80975523076e634ad9570cdd78ada35dad486f721e8aaed95f0a3e9bf99f249e9d722eb8f4b434f7
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.583.0":
version: 3.583.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.583.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.583.0"
"@aws-sdk/token-providers": "npm:3.577.0"
"@aws-sdk/types": "npm:3.577.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/shared-ini-file-loader": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 7b91ea5d221e0a2460478201d173e86cdcd0b6470fe3490f05e50b5c277b53cbe6a36eac2fa66f42f83a74e1f14a41ab46dc124509a1ddac923e32c7ffef7be2
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.577.0
checksum: f7f297c2fdae913c6671b83ae9e89864c27941699b443993dc4c1eb20648adac335fa07ebf0aefffb9bec3e0cb78a5e6a93a778b65d0d192dad4d3a0942f38fe
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/middleware-host-header@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 83e28305f05d88450f93ffc2ea49288b407413054cb29dd969313a4b0df4910090fd6495314820fa2e59f951e21399ed73e7425a66ef98d777c1702ba5c103f4
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/middleware-logger@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: b1dd50f776aac1391fc6a114d06bea175cb7e6b7e2300125e624fccf32a28176910fc32746f70cef1ddfec8d9d4d66729dad0ecb4fd3b14d48e0a1dda7192754
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 375b9dd945c10f941e7f86697c38f1401cd225dd28ae264a21d0f2c88c5c89585af18b759687f139b4441c6402278c634a4f8baacb53070299cee18ecea47dba
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.583.0":
version: 3.583.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.583.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@aws-sdk/util-endpoints": "npm:3.583.0"
"@smithy/protocol-http": "npm:^4.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: f368181bf57af205c5176649bc111a869f60c54ce48081e4b03a6f51bb389a121635fe1b0d8f522f2e7de0eeb0e1b54a506f2dc6bda7dbd9170006c43317bfb2
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/region-config-resolver@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/node-config-provider": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
"@smithy/util-config-provider": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: c17be35a8a9f9a92a77190e38db5f218d12ada04bff531d72c888ee81f87c8faaab87756f80b312fab9aec51ba7662b0222c4562b0950fe8a751e04365516606
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/token-providers@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/property-provider": "npm:^3.0.0"
"@smithy/shared-ini-file-loader": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sso-oidc": ^3.577.0
checksum: 94e0e6e1cea556bbba4abf574bdc24590ebcf86a75d675e9f54283c764bec9b0da3b1c9bd76c6eee2e3fd6eeefa59012f64832fc2d96761f064119320ab78529
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.577.0, @aws-sdk/types@npm:^3.222.0":
version: 3.577.0
resolution: "@aws-sdk/types@npm:3.577.0"
dependencies:
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: a384ea32fcd0ae02a8058aa1f0d370de4c54f38a5e88bf649090e85bde09ef36efca49351f88669152626826441a7de8a3b1dfd0d6886553eeb2234d5205a196
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.583.0":
version: 3.583.0
resolution: "@aws-sdk/util-endpoints@npm:3.583.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/types": "npm:^3.0.0"
"@smithy/util-endpoints": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 6d3ea5729c08bff027ef2081178b448971295057ce50f28b67427f8e8a1c9920953d5e180d77634b791ef8319e1174fbe33c2ecd7944ad8212ae0e3873565445
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.568.0
resolution: "@aws-sdk/util-locate-window@npm:3.568.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 372acb9c6df3861afae4ced5d8d3aad40d8dc633684e765b6ed74baff7f4f30a778f96829ee81d56639c14cb4346043069a2b911c58387dd20591c0f6e3a524d
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/util-user-agent-browser@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/types": "npm:^3.0.0"
bowser: "npm:^2.11.0"
tslib: "npm:^2.6.2"
checksum: 11a0f949a0f3ff09e557d4d1c0ccc384db1753d5029d0aaa325f12482294199225e6027c9e62aab7273a84429630ad3c94d69fd7c87678ac22da896e75f4e992
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:3.577.0":
version: 3.577.0
resolution: "@aws-sdk/util-user-agent-node@npm:3.577.0"
dependencies:
"@aws-sdk/types": "npm:3.577.0"
"@smithy/node-config-provider": "npm:^3.0.0"
"@smithy/types": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
aws-crt: ">=1.0.0"
peerDependenciesMeta:
aws-crt:
optional: true
checksum: 494bae9a69d903fae1725ab833e39af207da50642f86ec3ae554694a548f66b0c8ca24fcc1967b8d197b71bf87f5f82b95b4782ca1d331fdefdeb3207b40a9b1
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: bdcf29a92a9a1010b44bf8bade3f1224cb6577a6550b39df97cc053d353f2868d355c25589d61e1da54691d65350d8578a496840ad770ed916a6c3af0971f657
languageName: node
linkType: hard
"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
dependencies:
"@jridgewell/trace-mapping": "npm:0.3.9"
checksum: b6e38a1712fab242c86a241c229cf562195aad985d0564bd352ac404be583029e89e93028ffd2c251d2c407ecac5fb0cbdca94a2d5c10f29ac806ede0508b3ff
languageName: node
linkType: hard
"@esbuild/linux-loong64@npm:0.14.54":
version: 0.14.54
resolution: "@esbuild/linux-loong64@npm:0.14.54"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
"@fastify/busboy@npm:^2.0.0":
version: 2.1.1
resolution: "@fastify/busboy@npm:2.1.1"
checksum: 2bb8a7eca8289ed14c9eb15239bc1019797454624e769b39a0b90ed204d032403adc0f8ed0d2aef8a18c772205fa7808cf5a1b91f21c7bfc7b6032150b1062c5
languageName: node
linkType: hard
"@firebase/analytics-compat@npm:0.2.10":
version: 0.2.10
resolution: "@firebase/analytics-compat@npm:0.2.10"
dependencies:
"@firebase/analytics": "npm:0.10.4"
"@firebase/analytics-types": "npm:0.8.2"
"@firebase/component": "npm:0.6.7"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app-compat": 0.x
checksum: 6dd463dab0279d22d8413accee1a1326e4f1937440b96fb25ae96490ee6ad6c5b32836ac1202f0baaf63d3bdb634e2470a970e7a37e9020b22d6323d4a59b134
languageName: node
linkType: hard
"@firebase/analytics-types@npm:0.8.2":
version: 0.8.2
resolution: "@firebase/analytics-types@npm:0.8.2"
checksum: 297fb7becbc51950c7de5809fed896c391d1e87b4d8bb4bf88f4e8760b2e32f903a7dd8e92de4424b49c4e2ecb60a44d49e2f9c68ac3f7ffe3a0194f78910392
languageName: node
linkType: hard
"@firebase/analytics@npm:0.10.4":
version: 0.10.4
resolution: "@firebase/analytics@npm:0.10.4"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/installations": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app": 0.x
checksum: 0b8f75ff08e7547399ae0f7bc68a76f54b55ef02f50b603abb0ffe36d60de2c006ecde8db825aff9a48cbf047b4225f8063afe9051383d28dae6498d76317132
languageName: node
linkType: hard
"@firebase/app-check-compat@npm:0.3.11":
version: 0.3.11
resolution: "@firebase/app-check-compat@npm:0.3.11"
dependencies:
"@firebase/app-check": "npm:0.8.4"
"@firebase/app-check-types": "npm:0.5.2"
"@firebase/component": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app-compat": 0.x
checksum: db8f2342ad4b7b3053d082472fe2b4b38572406228828513189adf13a827c80a65d4ce0b19c5f695baadea452fb695b774c9ae5b639a4b733a002df44cb3bbb1
languageName: node
linkType: hard
"@firebase/app-check-interop-types@npm:0.3.2":
version: 0.3.2
resolution: "@firebase/app-check-interop-types@npm:0.3.2"
checksum: 3effe656a4762c541838f4bde91b4498e51d48389046b930dc3dbb012e54b6ab0727f7c68a3e94198f633d57833346fc337a0847b6b03d2407030e1489d466fe
languageName: node
linkType: hard
"@firebase/app-check-types@npm:0.5.2":
version: 0.5.2
resolution: "@firebase/app-check-types@npm:0.5.2"
checksum: 2b33a7adfb7b6ebf5423940bf0af5909df69bf2d6184e12e989f6c76062077be16c31193795349862b4f8aab6b3059806b732a92995cae30fd77419f19a86c6e
languageName: node
linkType: hard
"@firebase/app-check@npm:0.8.4":
version: 0.8.4
resolution: "@firebase/app-check@npm:0.8.4"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app": 0.x
checksum: 0f4ea3c930141ae08c98dc67463d7b6c9b67c0a98a10768a6be7ba1ec56181ffcdeb5e26f60f6cb721794bd03d7e6132541148417f8da45473139c8a138a7d94
languageName: node
linkType: hard
"@firebase/app-compat@npm:0.2.35":
version: 0.2.35
resolution: "@firebase/app-compat@npm:0.2.35"
dependencies:
"@firebase/app": "npm:0.10.5"
"@firebase/component": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
checksum: 6de5c8666af2941b56e550f4207b151fade057b91c995cccc5a1f66abb809b9b92c30b3932d473903d17c57b0fa454bae432c3855ac5a5c6b2785e387852b4a2
languageName: node
linkType: hard
"@firebase/app-types@npm:0.9.2":
version: 0.9.2
resolution: "@firebase/app-types@npm:0.9.2"
checksum: 566b3714a4d7e8180514258e4b1549bf5b28ae0383b4ff53d3532a45e114048afdd27c1fef8688d871dd9e5ad5307e749776e23f094122655ac6b0fb550eb11a
languageName: node
linkType: hard
"@firebase/app@npm:0.10.5":
version: 0.10.5
resolution: "@firebase/app@npm:0.10.5"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
idb: "npm:7.1.1"
tslib: "npm:^2.1.0"
checksum: 55c4190e578efd083c8e22a7ba7b078b2c4c4911e08e79d5187b2779121f9552ee35490373d2f8a101285e6c57c4b8ea1b019137b0274eaee72aa10a790fb564
languageName: node
linkType: hard
"@firebase/auth-compat@npm:0.5.9":
version: 0.5.9
resolution: "@firebase/auth-compat@npm:0.5.9"
dependencies:
"@firebase/auth": "npm:1.7.4"
"@firebase/auth-types": "npm:0.12.2"
"@firebase/component": "npm:0.6.7"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
undici: "npm:5.28.4"
peerDependencies:
"@firebase/app-compat": 0.x
checksum: 671203fc6e2fe7d4fc4332129848f552839a771f405fff18502f5035b4e9eda76ad067c2e75b1cbe3e2d4d365d899b092a5f0bd1b395c0ac43c1464e213992fe
languageName: node
linkType: hard
"@firebase/auth-interop-types@npm:0.2.3":
version: 0.2.3
resolution: "@firebase/auth-interop-types@npm:0.2.3"
checksum: e55b8ded6bd1a5e6a2845c9c7ed520bb9a8a76e4ddf90249bf685986ac7b1fb079be2fa4edcb6a3aa81d1d56870a470eadcd5a8f20b797dccd803d72ed4c80aa
languageName: node
linkType: hard
"@firebase/auth-types@npm:0.12.2":
version: 0.12.2
resolution: "@firebase/auth-types@npm:0.12.2"
peerDependencies:
"@firebase/app-types": 0.x
"@firebase/util": 1.x
checksum: f55449381de8e2a24ffaf19f12b5c4a093c8323034253ea7a5f7afc946327d20b09f32a483c12960862a1c4814645ea80bc4343f0a9f22db5dc048ca82773132
languageName: node
linkType: hard
"@firebase/auth@npm:1.7.4":
version: 1.7.4
resolution: "@firebase/auth@npm:1.7.4"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
undici: "npm:5.28.4"
peerDependencies:
"@firebase/app": 0.x
"@react-native-async-storage/async-storage": ^1.18.1
peerDependenciesMeta:
"@react-native-async-storage/async-storage":
optional: true
checksum: e61a500b1d67cc1cdc3fff824f20400deb480a0015db1eaee5744026329bbc87d8c755ae6da8b22b9aed0fd42e0d6684c67cc1bb47697152f3e82bb7ae416b26
languageName: node
linkType: hard
"@firebase/component@npm:0.6.7":
version: 0.6.7
resolution: "@firebase/component@npm:0.6.7"
dependencies:
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
checksum: b41a1c654c6da7ed2570c403dac118b3633d05dc8d9769057fdb66ec04f2f3a8dcb7cff4a87dd5a0b9fa614854586d4376b5aadee6876450c1ee851b59d5b0da
languageName: node
linkType: hard
"@firebase/database-compat@npm:1.0.5":
version: 1.0.5
resolution: "@firebase/database-compat@npm:1.0.5"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/database": "npm:1.0.5"
"@firebase/database-types": "npm:1.0.3"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
checksum: e7256f2675860340d560143ef40af9d9e1d941798c166e97b95be3c278068524dfceac9a59fe689a8c6c3704a84faae674601f8504a481521dff43dbc3063b1f
languageName: node
linkType: hard
"@firebase/database-types@npm:1.0.3":
version: 1.0.3
resolution: "@firebase/database-types@npm:1.0.3"
dependencies:
"@firebase/app-types": "npm:0.9.2"
"@firebase/util": "npm:1.9.6"
checksum: ecc36c54552b42b063011d8c58d1645ac3a09a7da36b2cebd25774a1be7d8aa79f752671f75025df44c079289d0c4f42de3cfcdb48cd7fc73539ba93fdcfb476
languageName: node
linkType: hard
"@firebase/database@npm:1.0.5":
version: 1.0.5
resolution: "@firebase/database@npm:1.0.5"
dependencies:
"@firebase/app-check-interop-types": "npm:0.3.2"
"@firebase/auth-interop-types": "npm:0.2.3"
"@firebase/component": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
faye-websocket: "npm:0.11.4"
tslib: "npm:^2.1.0"
checksum: 1ea0bb014af9e1134f68868a2cfe97befae5c252cc728342d2f8b51ce06df2085dc87b443339eebd4a622c49abdd583bbe2ebf3bd3ac6cad0c148f4a61612c42
languageName: node
linkType: hard
"@firebase/firestore-compat@npm:0.3.32":
version: 0.3.32
resolution: "@firebase/firestore-compat@npm:0.3.32"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/firestore": "npm:4.6.3"
"@firebase/firestore-types": "npm:3.0.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app-compat": 0.x
checksum: 65ff915c6c1bb3ccc580887c91d7bb6470fbbb4035f3db24dc91ce297391ceb3d12ce2e311b8c7bcac7976e625089e8871cfe0e6a3c22d85945bb34b3022dc0a
languageName: node
linkType: hard
"@firebase/firestore-types@npm:3.0.2":
version: 3.0.2
resolution: "@firebase/firestore-types@npm:3.0.2"
peerDependencies:
"@firebase/app-types": 0.x
"@firebase/util": 1.x
checksum: 81e91f836a026ecb70937407ca8699add7abb5b050d8815620cde97c3eec3f78f7dfbb366225758909f0df31d9f21e98a84ba62701bd27ee38b2609898c11acd
languageName: node
linkType: hard
"@firebase/firestore@npm:4.6.3":
version: 4.6.3
resolution: "@firebase/firestore@npm:4.6.3"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/logger": "npm:0.4.2"
"@firebase/util": "npm:1.9.6"
"@firebase/webchannel-wrapper": "npm:1.0.0"
"@grpc/grpc-js": "npm:~1.9.0"
"@grpc/proto-loader": "npm:^0.7.8"
tslib: "npm:^2.1.0"
undici: "npm:5.28.4"
peerDependencies:
"@firebase/app": 0.x
checksum: a2edab1abb1ff2abb891c490bb81aa698128493847256c3ae7f20eefa97b51442c2689c0659c8e1daeb7f054d06687b6ae3db0680396a338d3228e8865933bd2
languageName: node
linkType: hard
"@firebase/functions-compat@npm:0.3.11":
version: 0.3.11
resolution: "@firebase/functions-compat@npm:0.3.11"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/functions": "npm:0.11.5"
"@firebase/functions-types": "npm:0.6.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app-compat": 0.x
checksum: 271609ea2d95a333b1fab1ed1d4dcec9b92299253f9a310519b1ee70d61be87029da75dd852ce736179c21886bd2f04bb7aee299e731ef88d9ebe3d00540b61a
languageName: node
linkType: hard
"@firebase/functions-types@npm:0.6.2":
version: 0.6.2
resolution: "@firebase/functions-types@npm:0.6.2"
checksum: 5b8733f9d4bd85a617d35dd10ce296d9ec0490494e584697c4eda8098ff1e865607d7880b84194e86c35d438bbcd714977c111180502d0d1b6b2da1cde1b37ca
languageName: node
linkType: hard
"@firebase/functions@npm:0.11.5":
version: 0.11.5
resolution: "@firebase/functions@npm:0.11.5"
dependencies:
"@firebase/app-check-interop-types": "npm:0.3.2"
"@firebase/auth-interop-types": "npm:0.2.3"
"@firebase/component": "npm:0.6.7"
"@firebase/messaging-interop-types": "npm:0.2.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
undici: "npm:5.28.4"
peerDependencies:
"@firebase/app": 0.x
checksum: 839dd2d9a4a9321bb53d210729246fe4db97e7c26dc562ee1b0c95579b111534fd4a27962e19d2a84cd35f62e0ef75d89c06ffa1177d0a178740cfdcf5325162
languageName: node
linkType: hard
"@firebase/installations-compat@npm:0.2.7":
version: 0.2.7
resolution: "@firebase/installations-compat@npm:0.2.7"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/installations": "npm:0.6.7"
"@firebase/installations-types": "npm:0.5.2"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app-compat": 0.x
checksum: b32f9ba4b7d6cdb6c932da28ebbd29a7c398065ec4bf353ac40cb2fc8b2f5a77608759635ade41b6d5e2c8f2047e1710beeb3babdfe116d8fc9c6b693ce922aa
languageName: node
linkType: hard
"@firebase/installations-types@npm:0.5.2":
version: 0.5.2
resolution: "@firebase/installations-types@npm:0.5.2"
peerDependencies:
"@firebase/app-types": 0.x
checksum: 2e795280c299d644b8c8e3fdfa5c6f20cb367dd3b7df32317211f84393fa169b33dee0cbed28de407f3b22dc8f1fb2f7a11ae5a373f8082cc570ef61ef6b91ba
languageName: node
linkType: hard
"@firebase/installations@npm:0.6.7":
version: 0.6.7
resolution: "@firebase/installations@npm:0.6.7"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/util": "npm:1.9.6"
idb: "npm:7.1.1"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app": 0.x
checksum: 643bc8f1e908b2edadbda422e86753c8599e94744f1e2c4e4ae60059d32c4001c76d3fd63377a53bc49e31e991fbfa2f0c31a46dd69ed3151cc7c96316184b6c
languageName: node
linkType: hard
"@firebase/logger@npm:0.4.2":
version: 0.4.2
resolution: "@firebase/logger@npm:0.4.2"
dependencies:
tslib: "npm:^2.1.0"
checksum: 961b4605220c0a56c5f3ccf4e6049e44c27303c1ca998c6fa1d19de785c76d93e3b1a3da455e9f40655711345d8d779912366e4f369d93eda8d08c407cc5b140
languageName: node
linkType: hard
"@firebase/messaging-compat@npm:0.2.9":
version: 0.2.9
resolution: "@firebase/messaging-compat@npm:0.2.9"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/messaging": "npm:0.12.9"
"@firebase/util": "npm:1.9.6"
tslib: "npm:^2.1.0"
peerDependencies:
"@firebase/app-compat": 0.x
checksum: 15140fc298bdd28b28fd052eb630770c4388887a9a1d29afa11d4e74cccd3238826fae97e7beb4196a286fe0555023f836442508f13776c6e371bf610819aa5d
languageName: node
linkType: hard
"@firebase/messaging-interop-types@npm:0.2.2":
version: 0.2.2
resolution: "@firebase/messaging-interop-types@npm:0.2.2"
checksum: 547f8ebf2c5a8dcbc484991b97d76bd3dc3eb4bd9d4e6ea2ffc652097c7065d92dc68d389ddb19fba41e0ce3b5f4cd757ed22f96b4744801149b0f8dbf323af7
languageName: node
linkType: hard
"@firebase/messaging@npm:0.12.9":
version: 0.12.9
resolution: "@firebase/messaging@npm:0.12.9"
dependencies:
"@firebase/component": "npm:0.6.7"
"@firebase/installations": "npm:0.6.7"
"@firebase/messaging-interop-types": "npm:0.2.2"
"@firebase/util": "npm:1.9.6"
idb: "npm:7.1.1"