generated from fox-one/fe-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
17642 lines (15892 loc) · 599 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: 4
cacheKey: 7
"@babel/cli@npm:^7.13.16":
version: 7.16.0
resolution: "@babel/cli@npm:7.16.0"
dependencies:
"@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents.3
chokidar: ^3.4.0
commander: ^4.0.1
convert-source-map: ^1.1.0
fs-readdir-recursive: ^1.1.0
glob: ^7.0.0
make-dir: ^2.1.0
slash: ^2.0.0
source-map: ^0.5.0
peerDependencies:
"@babel/core": ^7.0.0-0
dependenciesMeta:
"@nicolo-ribaudo/chokidar-2":
optional: true
chokidar:
optional: true
bin:
babel: ./bin/babel.js
babel-external-helpers: ./bin/babel-external-helpers.js
checksum: 6e62acbaf436c34b7f43daf153f9cfe95d9aac416d517697b362f6521ae946dcf43a6e1bff650bad50ef834327dc1cde150e07d6f904699fa535c53b03166a33
languageName: node
linkType: hard
"@babel/code-frame@npm:7.12.11":
version: 7.12.11
resolution: "@babel/code-frame@npm:7.12.11"
dependencies:
"@babel/highlight": ^7.10.4
checksum: 033d3fb3bf911929c0d904282ee69d1197c8d8ae9c6492aaab09e530bca8c463b11c190185dfda79866556facb5bb4c8dc0b4b32b553d021987fcc28c8dd9c6c
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/code-frame@npm:7.16.0"
dependencies:
"@babel/highlight": ^7.16.0
checksum: 68f2008dcf74807f9202d1962b6a848466bde608dc7e07640c9ddf561d7dfea05032e0f4f758ba389288c1812f4d2d56533c2b31869278b1101a044198335944
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.13.11, @babel/compat-data@npm:^7.16.0, @babel/compat-data@npm:^7.16.4":
version: 7.16.4
resolution: "@babel/compat-data@npm:7.16.4"
checksum: 5735fb9156d2ddb795404fa5259e23f34c0d6bd0f1fd4924b0ba3f55d59b71a1eccecc98a7a7deffa44fd57275c7024f5ea89fd4c1a5320cec61e0dd96bf9cf4
languageName: node
linkType: hard
"@babel/core@npm:7.16.5, @babel/core@npm:^7.1.0, @babel/core@npm:^7.11.0, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.7.5, @babel/core@npm:^7.8.4":
version: 7.16.5
resolution: "@babel/core@npm:7.16.5"
dependencies:
"@babel/code-frame": ^7.16.0
"@babel/generator": ^7.16.5
"@babel/helper-compilation-targets": ^7.16.3
"@babel/helper-module-transforms": ^7.16.5
"@babel/helpers": ^7.16.5
"@babel/parser": ^7.16.5
"@babel/template": ^7.16.0
"@babel/traverse": ^7.16.5
"@babel/types": ^7.16.0
convert-source-map: ^1.7.0
debug: ^4.1.0
gensync: ^1.0.0-beta.2
json5: ^2.1.2
semver: ^6.3.0
source-map: ^0.5.0
checksum: d4972e8fc0277d1bc8e194137eb8d32a81eda295aa2ac91afba0325857687efe99f1a44ccdd69e9f24c96ea0f3ac4701e89600f2f03add1aa7d86f9ff8d0c5d0
languageName: node
linkType: hard
"@babel/generator@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/generator@npm:7.16.5"
dependencies:
"@babel/types": ^7.16.0
jsesc: ^2.5.1
source-map: ^0.5.0
checksum: 05fbbe82237cd4c863ab7847b2b1fb4f691a9a98b8fdcb1c90bcbe5f0073c53df84c688c0185698e63255ada177fb81764a486546cd15c15db6cf3fd878955f6
languageName: node
linkType: hard
"@babel/helper-annotate-as-pure@npm:^7.15.4, @babel/helper-annotate-as-pure@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-annotate-as-pure@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: e3fe5e1e9bbb498c8e9d21c51829f39f1b067d54ee257eae9707d5b49dd71270cfdeb33a604622aef2eb82eb80bddf00f7449ee1c04892ac65863827c103d42c
languageName: node
linkType: hard
"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.16.5"
dependencies:
"@babel/helper-explode-assignable-expression": ^7.16.0
"@babel/types": ^7.16.0
checksum: e36cc5d7d7f6cf2b945095ea275e22df21961e76f59643de4a3928e9d28313c9b306c63907c2ebb24865c963c6b8f6f28c1bf477e92f963f07a15a1b310523f6
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.16.3, @babel/helper-compilation-targets@npm:^7.9.6":
version: 7.16.3
resolution: "@babel/helper-compilation-targets@npm:7.16.3"
dependencies:
"@babel/compat-data": ^7.16.0
"@babel/helper-validator-option": ^7.14.5
browserslist: ^4.17.5
semver: ^6.3.0
peerDependencies:
"@babel/core": ^7.0.0
checksum: a80805a2955ff3e5acd84293c8cecf7f323da69b4b2e2c2735c745720297415eb3982859907c7c5ebb2426761bababa8fcb9aa4c7bea87ddb8fbdb495bf00341
languageName: node
linkType: hard
"@babel/helper-create-class-features-plugin@npm:^7.16.0, @babel/helper-create-class-features-plugin@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-create-class-features-plugin@npm:7.16.5"
dependencies:
"@babel/helper-annotate-as-pure": ^7.16.0
"@babel/helper-environment-visitor": ^7.16.5
"@babel/helper-function-name": ^7.16.0
"@babel/helper-member-expression-to-functions": ^7.16.5
"@babel/helper-optimise-call-expression": ^7.16.0
"@babel/helper-replace-supers": ^7.16.5
"@babel/helper-split-export-declaration": ^7.16.0
peerDependencies:
"@babel/core": ^7.0.0
checksum: 7be96cada194c817220017352099d8f8ae2d31a0d4477dae947de16f6c40a6f5fdad951f763bf4b6b616168377a8d9a84cf38a8253b81e544455099461a3506f
languageName: node
linkType: hard
"@babel/helper-create-regexp-features-plugin@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.16.0"
dependencies:
"@babel/helper-annotate-as-pure": ^7.16.0
regexpu-core: ^4.7.1
peerDependencies:
"@babel/core": ^7.0.0
checksum: f08140d4a052a09973f487fc7a401398d807b85e30489d60183ceef45f3bd7526198a6e85791882ea276d80828457a36bd244f9e0334e9e201f155d03c75cf7a
languageName: node
linkType: hard
"@babel/helper-define-polyfill-provider@npm:^0.3.0":
version: 0.3.0
resolution: "@babel/helper-define-polyfill-provider@npm:0.3.0"
dependencies:
"@babel/helper-compilation-targets": ^7.13.0
"@babel/helper-module-imports": ^7.12.13
"@babel/helper-plugin-utils": ^7.13.0
"@babel/traverse": ^7.13.0
debug: ^4.1.1
lodash.debounce: ^4.0.8
resolve: ^1.14.2
semver: ^6.1.2
peerDependencies:
"@babel/core": ^7.4.0-0
checksum: f4c21c4c1b3b78ab540289d87c92ad1653c3ac7446170adbc5d8c1d45415e2399860794214cb89ac0da0a4375036009fc9b464fffd54597b361c20dd8fd84a68
languageName: node
linkType: hard
"@babel/helper-environment-visitor@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-environment-visitor@npm:7.16.5"
dependencies:
"@babel/types": ^7.16.0
checksum: 833fb7e96607fb3d210885ab0f324f618f125c842f4a3efb635ffa937951f4f48f9378a72befc2b0ca874c8d2a8f457465bc2160f30d44d19e6a2d60689a3ede
languageName: node
linkType: hard
"@babel/helper-explode-assignable-expression@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-explode-assignable-expression@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: 97e5391bc8124216533a1a1bd3081a81339fe501703a141bf844fcfe92f60bc18869ed5c64773407e17239e9ff88b12d1887d2000e3dc5e4d5ab8ada1eae782d
languageName: node
linkType: hard
"@babel/helper-function-name@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-function-name@npm:7.16.0"
dependencies:
"@babel/helper-get-function-arity": ^7.16.0
"@babel/template": ^7.16.0
"@babel/types": ^7.16.0
checksum: 781dc4f096a6672af946a8af6d931d8bcf0786b5563f3af96ca882acb9043db3eab3b6f534d0f832816d9d9750bf71c185623793f33a1647b587786347c04088
languageName: node
linkType: hard
"@babel/helper-get-function-arity@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-get-function-arity@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: 5baa3974e92566a88325bf4965c17d6dadae315c339f58891a8ee077141a270155d0a2e4b8459212b29c21fc35f841bf720b560168ae67fb47b7625534f76703
languageName: node
linkType: hard
"@babel/helper-hoist-variables@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-hoist-variables@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: f0df62f1680ae995e605892fde0e6be1f993820d84ab69410865dc4f1a6087115a81ad15e9a462208eedbf85c6c6a487316819ae7a069093d8074b6d980376dc
languageName: node
linkType: hard
"@babel/helper-member-expression-to-functions@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-member-expression-to-functions@npm:7.16.5"
dependencies:
"@babel/types": ^7.16.0
checksum: 88cc339c7940d8a97984dcac7a0d9c2e31cd4edb829c9ffff4a330dca0c8f6c1fe2c065534bb0c705f5b1b08b92b3fff0c9ea47a41e2624cdab10eb04ede3b13
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.12.13, @babel/helper-module-imports@npm:^7.15.4, @babel/helper-module-imports@npm:^7.16.0, @babel/helper-module-imports@npm:^7.8.3":
version: 7.16.0
resolution: "@babel/helper-module-imports@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: 27edeff530d36e5ab43244d80bfb5510bd9335ebfff68824c0367e8ca0775c42a252501ad030fc496d68c7fcab382a4e49b4526c9962010dce6a1154e5010530
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-module-transforms@npm:7.16.5"
dependencies:
"@babel/helper-environment-visitor": ^7.16.5
"@babel/helper-module-imports": ^7.16.0
"@babel/helper-simple-access": ^7.16.0
"@babel/helper-split-export-declaration": ^7.16.0
"@babel/helper-validator-identifier": ^7.15.7
"@babel/template": ^7.16.0
"@babel/traverse": ^7.16.5
"@babel/types": ^7.16.0
checksum: ba9e16529b4b035853369e384cc90f1d708739c18e96d66a24fea7f7897846ab5aaf3969fd83f769fbb2c97c640c0b87849b25880fd9b1bca52d1488e0a7c970
languageName: node
linkType: hard
"@babel/helper-optimise-call-expression@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-optimise-call-expression@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: 42e74faf58f675cb3946e6bf783910f0f587c0496885b45337ff8b0e0d4dd630377fd5a9b9d7b55283ad008af4efb0088b6d24c141528b43130b6e4bae6eb229
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.16.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
version: 7.16.5
resolution: "@babel/helper-plugin-utils@npm:7.16.5"
checksum: 3d5f008efc99005d270915802598be40dc71529f8f567d73f3ac7b293777e99d17148dd08f738b28dc35a01ff990c9876538c433eb22b7859fdd0d11d1ed5491
languageName: node
linkType: hard
"@babel/helper-remap-async-to-generator@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-remap-async-to-generator@npm:7.16.5"
dependencies:
"@babel/helper-annotate-as-pure": ^7.16.0
"@babel/helper-wrap-function": ^7.16.5
"@babel/types": ^7.16.0
checksum: c239a40353c8e5aa2fbe71ab117945d724a8163b7d6ffd9340d35efef98ef6fe4df2e4c27f6db9ec6eb155fd0c83e4fbbb68eb65c697992b62ffa14a5a3c35e6
languageName: node
linkType: hard
"@babel/helper-replace-supers@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-replace-supers@npm:7.16.5"
dependencies:
"@babel/helper-environment-visitor": ^7.16.5
"@babel/helper-member-expression-to-functions": ^7.16.5
"@babel/helper-optimise-call-expression": ^7.16.0
"@babel/traverse": ^7.16.5
"@babel/types": ^7.16.0
checksum: 0d7af87a0c7f7b0a0ed784fd1c5768f9b2c8b5e6af8746cca65baa3efa2dae54988e374071125573b3efb827d9d655e01288f842049122b36dc2b2ca2d7df913
languageName: node
linkType: hard
"@babel/helper-simple-access@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-simple-access@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: 33fbc6b4d43732c614dc44812f88ea084ae62960d5e880ab30756712fbcf3900e82353bc35e431a00682d7c3a3d1440c2df3db26ccc8df24b9e2cf62db5a80c2
languageName: node
linkType: hard
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: 34d9d028bf68e558c25cb9347576620f596fbb934e31a3c688fdfdbea2f8d7df16a20bff17eb5e85f1af55f7125cc29c6f895db6d196be6ed2701a51b16d822b
languageName: node
linkType: hard
"@babel/helper-split-export-declaration@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/helper-split-export-declaration@npm:7.16.0"
dependencies:
"@babel/types": ^7.16.0
checksum: abd39afcbda5f375e4d86767a89992d750b9fd071eefee441595c2d38937dd280ae7610079c3ef796961e07041277e79c3dd163170e7be6570ff4559801bf6e4
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.15.7":
version: 7.15.7
resolution: "@babel/helper-validator-identifier@npm:7.15.7"
checksum: eb3eaea69de1e69c0c74e15b3934aa844b248d3bda6d5fa97f8c46fc16eada6153d2f519379ec3801b794bb5b72a88e087a18bbe6682cd72ce0c7a69144f2f7a
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/helper-validator-option@npm:7.14.5"
checksum: aded46b377d25f5966aab30506cdb95908bae18ea5d062e86c646e9afcef911327da80e637e06c3542ea2ba01cab903d18e91fc8a12fbf7b15e0b3e8ee0b9d3b
languageName: node
linkType: hard
"@babel/helper-wrap-function@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helper-wrap-function@npm:7.16.5"
dependencies:
"@babel/helper-function-name": ^7.16.0
"@babel/template": ^7.16.0
"@babel/traverse": ^7.16.5
"@babel/types": ^7.16.0
checksum: 09375661efeed7e4f7b2a1d8f6579627acf517c23106a9321f9eed4260215c57890a22c5a711842a2db3952bf09699e8852c93efa6c102c73382819163eb8bad
languageName: node
linkType: hard
"@babel/helpers@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/helpers@npm:7.16.5"
dependencies:
"@babel/template": ^7.16.0
"@babel/traverse": ^7.16.5
"@babel/types": ^7.16.0
checksum: 0a707c8b76396749b82d32f190a8811d1fd0d09a2adcc507cd66c7d5088c716f402fbeb2837f3ff52a44182ce296d99c1cbe95b60791b603df2d0d8bd4d6ec17
languageName: node
linkType: hard
"@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/highlight@npm:7.16.0"
dependencies:
"@babel/helper-validator-identifier": ^7.15.7
chalk: ^2.0.0
js-tokens: ^4.0.0
checksum: 25bbf22feeb5a4e7a395a9f5206683681273acba3eb1ccba03bd5780dbe4847f47465e549715b37384638b92a7fba70cb025aeefabff171ae6e9afe825647345
languageName: node
linkType: hard
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.0, @babel/parser@npm:^7.16.5":
version: 7.16.6
resolution: "@babel/parser@npm:7.16.6"
bin:
parser: ./bin/babel-parser.js
checksum: d95bb26dcf06ac0414a3cb6fea20938c2cbfe2d2738e240ac0926e3d43a2f79d621a0392ecba0bdb08f168c4edb079a86dae853315712653abb41806cc6bd8e4
languageName: node
linkType: hard
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.16.2":
version: 7.16.2
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.16.2"
dependencies:
"@babel/helper-plugin-utils": ^7.14.5
peerDependencies:
"@babel/core": ^7.0.0
checksum: 300e9c1561b680e4e6e14da1ee70df6ec41b51e25aea78843d0c735a429c85821344c256683baa4e262a3a5ca7ee67ec7e746d445f92faea1af11ae9c0e47ea6
languageName: node
linkType: hard
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.16.0"
dependencies:
"@babel/helper-plugin-utils": ^7.14.5
"@babel/helper-skip-transparent-expression-wrappers": ^7.16.0
"@babel/plugin-proposal-optional-chaining": ^7.16.0
peerDependencies:
"@babel/core": ^7.13.0
checksum: 5c747d1741a921b0e0d44cb0cb37cae34856336e744e6c169d84262a9c0a22452aeae681b815a97c98031865f6956e44150eb0f18384a40f25eee2751ebde1d5
languageName: node
linkType: hard
"@babel/plugin-proposal-async-generator-functions@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/helper-remap-async-to-generator": ^7.16.5
"@babel/plugin-syntax-async-generators": ^7.8.4
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: d1782a487385add077c0fded2879b5f062d85f028f6a85dc7bc96d5e919c0543caa54d0ab1f92eeb9f7b6d21b6087b2bbe6b108b002d3ff07a6c144003a3538b
languageName: node
linkType: hard
"@babel/plugin-proposal-class-properties@npm:^7.13.0, @babel/plugin-proposal-class-properties@npm:^7.16.5, @babel/plugin-proposal-class-properties@npm:^7.8.3":
version: 7.16.5
resolution: "@babel/plugin-proposal-class-properties@npm:7.16.5"
dependencies:
"@babel/helper-create-class-features-plugin": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: b078e1c2bc8692d876ea6fb2331df836c9a9771265bb025be078a333ccd66ade4f08599d70a2a4070f806aad4508d589854b8c6d28702c071dc4498f981a6377
languageName: node
linkType: hard
"@babel/plugin-proposal-class-static-block@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-class-static-block@npm:7.16.5"
dependencies:
"@babel/helper-create-class-features-plugin": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-class-static-block": ^7.14.5
peerDependencies:
"@babel/core": ^7.12.0
checksum: f253f1482b248320677f4cff8723d1daae7f582f813e3073d3429889bcaee17ed945735c3a082f33d909e0316ee383f879e3da5aeb1d9a675a5c6702244fa246
languageName: node
linkType: hard
"@babel/plugin-proposal-decorators@npm:^7.8.3":
version: 7.16.5
resolution: "@babel/plugin-proposal-decorators@npm:7.16.5"
dependencies:
"@babel/helper-create-class-features-plugin": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-decorators": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 2cf2dbd4f70c3f5b26b048a320ceb035e9281ab6c3bf5f786a4946ded7e499bb33919d6b9b000d16369af226af750c93a5c3f541a379fc349422bcf50a949048
languageName: node
linkType: hard
"@babel/plugin-proposal-dynamic-import@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-dynamic-import@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-dynamic-import": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 9ccde1ddd742fa92eb322d6cf1f2e3aca5f2142168b6583c81e9f8a79ec4ad468bdca4af07eec94997a5d2acf99b45ba670847e9c58a18378a3f07426d361e5e
languageName: node
linkType: hard
"@babel/plugin-proposal-export-namespace-from@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-export-namespace-from": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: efa7c7d74d5bd5ec8664800c25d96edd21e213434a3050bc3608ab91b7b80564b1c5337bfd0e6466424da4c13fa3bebe5450012d34e59c51d5b7c6cea75a7cef
languageName: node
linkType: hard
"@babel/plugin-proposal-json-strings@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-json-strings@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-json-strings": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 53ffb953a1109cc510cfaeef5901476b153a599a750aa6eefd6a5c24cd452e61aaff7c29b07546859e490f032fe175d175c7296ce10076a35ef1b8e920dbdd1b
languageName: node
linkType: hard
"@babel/plugin-proposal-logical-assignment-operators@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-logical-assignment-operators": ^7.10.4
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 80f17da7e326e7bf110e72e468a991a8518121b717c788de19661e0efa26b9152ea07b0fa3a3348a65c41ccad7d12ff4ef727696f806cfb2af92a214022ae559
languageName: node
linkType: hard
"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.13.8, @babel/plugin-proposal-nullish-coalescing-operator@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 06f13ea50f06a4837f8ac85313fc5e48e6b0afa1f23ea9d6fdff0a529f8872a0be4ef321ca1041c61dfbe23c4d392bfe8465612c2d88dc3f38be20bee6b0f881
languageName: node
linkType: hard
"@babel/plugin-proposal-numeric-separator@npm:^7.12.13, @babel/plugin-proposal-numeric-separator@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-numeric-separator@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-numeric-separator": ^7.10.4
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: d828250e0ee08a7a4280177db08c18afb730ee53b7c9cff1cf32fd5fe63f9ed9f628ff666129c5f79a8a37ef952c655b9c3b09a582f2f5c999de1bc60e0aa0c4
languageName: node
linkType: hard
"@babel/plugin-proposal-object-rest-spread@npm:^7.13.8, @babel/plugin-proposal-object-rest-spread@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.16.5"
dependencies:
"@babel/compat-data": ^7.16.4
"@babel/helper-compilation-targets": ^7.16.3
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
"@babel/plugin-transform-parameters": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 1b1f6951a86ffeb48924ad77cda0a5676a522e91b595f6d3e5c3863cf43e3f1ef904a20e535598ee1edb4e5702c309f1a58ad94609c8c0738002dbaebe41e939
languageName: node
linkType: hard
"@babel/plugin-proposal-optional-catch-binding@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-optional-catch-binding": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: f8eb2ef2895c6b35f5e5ffdee7e5d1d07761929070199519bf0e9122d49740d5b16b0645ac76adf062e9b8082bc487dd0d76a54bdca89b2a3c314e99e18ef357
languageName: node
linkType: hard
"@babel/plugin-proposal-optional-chaining@npm:^7.13.12, @babel/plugin-proposal-optional-chaining@npm:^7.16.0, @babel/plugin-proposal-optional-chaining@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-optional-chaining@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
"@babel/helper-skip-transparent-expression-wrappers": ^7.16.0
"@babel/plugin-syntax-optional-chaining": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 132a2c553a0b0a84bbf64b6d10f6dcbe156719f634d3deef11c392675e85351c79261eb2c279d623dd7f7843297b5e8234ae8fa287415e81ed50b2601b20a49b
languageName: node
linkType: hard
"@babel/plugin-proposal-private-methods@npm:^7.13.0, @babel/plugin-proposal-private-methods@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-private-methods@npm:7.16.5"
dependencies:
"@babel/helper-create-class-features-plugin": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: e749f94be7ce495e63548ba8c6b1b282c23f2d091e0bcb2396cd508e15d299f47022f3cb52a833e515c7073b44b5e62adce49f94a733b0eb5ce7f7f3608d4ee8
languageName: node
linkType: hard
"@babel/plugin-proposal-private-property-in-object@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.16.5"
dependencies:
"@babel/helper-annotate-as-pure": ^7.16.0
"@babel/helper-create-class-features-plugin": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
"@babel/plugin-syntax-private-property-in-object": ^7.14.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 311a7d4fec391b950d7f3b8e6c06ec8e9758dba7fb29365c836aa52afbe11e345bcce157fa827823378cb7d35ce5936f072c7423d88f337f0fe4ccf652041c71
languageName: node
linkType: hard
"@babel/plugin-proposal-unicode-property-regex@npm:^7.16.5, @babel/plugin-proposal-unicode-property-regex@npm:^7.4.4":
version: 7.16.5
resolution: "@babel/plugin-proposal-unicode-property-regex@npm:7.16.5"
dependencies:
"@babel/helper-create-regexp-features-plugin": ^7.16.0
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: f56ce4d8779ba20e7faaf6abc39982a71033d9a5da7da6cedbc6d2e7925ebf1bbb67ae7a5a3c6ba5105a2d778ee23b4ecf6aed211bfe04d41d27b208a14a36ac
languageName: node
linkType: hard
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
version: 7.8.4
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 39685944ffe342981afb1fe3af824305e94ee249b1841c78c1112f93d256d3d405902ac146ab3bad8c243710f081621f9fbf53c62474800d398293c99521c8ef
languageName: node
linkType: hard
"@babel/plugin-syntax-bigint@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-bigint@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 8c9b610377af48e1d8ec0d5ad5eec5e462fbc775b20f367e0ebc2656b98b4cc73a952e8b5ab8641e6de0d04923f3843dd73ce00a71ef5cac9940822ff776c8ec
languageName: node
linkType: hard
"@babel/plugin-syntax-class-properties@npm:^7.12.13, @babel/plugin-syntax-class-properties@npm:^7.8.3":
version: 7.12.13
resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13"
dependencies:
"@babel/helper-plugin-utils": ^7.12.13
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 3023dec8acd42e0b691d9cdf21bc6931fe3e3d53c2231bdfe3eca3afeab168723f7315991550a163748bc49dbcd3c95632b77ec56f5e1d89bc5029cfeb7f0f7b
languageName: node
linkType: hard
"@babel/plugin-syntax-class-static-block@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": ^7.14.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 43bef611dd3912e3adcea1bcb587eaba1b8c8f24dfb134f191488e3521453d4f0a36408e6a3e27b512bee6e1b569c889db31a270d5576e9c34a80326bbc6bd7d
languageName: node
linkType: hard
"@babel/plugin-syntax-decorators@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-syntax-decorators@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: baeec227ea92436cf356caf0562829a711b8f9d1d4f9adaafac0fed36568713621d8ed8f4abf2b6545a9ae4c3e509dd4b33d8adb5accd2dcae42d0261761e3dd
languageName: node
linkType: hard
"@babel/plugin-syntax-dynamic-import@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-dynamic-import@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 134a6f37feac0e6d55f8188232e11798ccf699b02d50a4daf9c040f52a22ee32923a6a979443ecc865f4014937ffe67ac11b81aa5668b6792238c647314f41c9
languageName: node
linkType: hard
"@babel/plugin-syntax-export-namespace-from@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-export-namespace-from@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 832e007319bc5040818012d51eb91c3ad4c38a1ea696e9a9805df4d601d8c4f061032cb61494946e7bdaa5db0422a6bb6f39577cd0e5c8323b6bb2c364406dcb
languageName: node
linkType: hard
"@babel/plugin-syntax-import-meta@npm:^7.10.4, @babel/plugin-syntax-import-meta@npm:^7.8.3":
version: 7.10.4
resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": ^7.10.4
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 685ee8f0b5b675952e02e1cabcde4d92638918a66ed515b2663e2e0b2246210a0768325423d5642f8687653a449357826675ccfcb712676be260a0ae13313828
languageName: node
linkType: hard
"@babel/plugin-syntax-json-strings@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-json-strings@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 1a7dabf0a4b264cb235966c4256aad131567eba20e41de731fa9127d371454a2f702e27fd7bedac65efb0df847e5cece7bcb5507a931604d1c2ecb7390adaa1f
languageName: node
linkType: hard
"@babel/plugin-syntax-jsx@npm:^7.0.0, @babel/plugin-syntax-jsx@npm:^7.16.5, @babel/plugin-syntax-jsx@npm:^7.2.0, @babel/plugin-syntax-jsx@npm:^7.8.3":
version: 7.16.5
resolution: "@babel/plugin-syntax-jsx@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: f3c393cb555d76680890d3caabe70205d2355fe265e257683c398029a716952525f64ddcccb9c1a25751f0a986ab588aff7317e9e199affb1fd7976129243792
languageName: node
linkType: hard
"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4, @babel/plugin-syntax-logical-assignment-operators@npm:^7.8.3":
version: 7.10.4
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": ^7.10.4
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 5b82f717707d278e58d12649932bf3327923361f051cd4517a5b63d7ebfe39cb6cdfb37aa199b5a441db305301a3c8de01c946d25d1f4c4ecb94322a23ac9e73
languageName: node
linkType: hard
"@babel/plugin-syntax-nullish-coalescing-operator@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-nullish-coalescing-operator@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 4ba03753759a2d9783b792c060147a20f474f76c42edf77cbf89c6669f9f22ffb3cbba4facdd8ce651129db6089a81feca1f7e42da75244eabedecba37bd20be
languageName: node
linkType: hard
"@babel/plugin-syntax-numeric-separator@npm:^7.10.4, @babel/plugin-syntax-numeric-separator@npm:^7.8.3":
version: 7.10.4
resolution: "@babel/plugin-syntax-numeric-separator@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": ^7.10.4
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 47ae8782939ccc41f94b1d46b8b7a63363b003b8b7544bddae8dd454a8d51b38bbd4f9c26e91ecfb5fc16dc5f2228700e3030def63c5d07046073ec8fabc4665
languageName: node
linkType: hard
"@babel/plugin-syntax-object-rest-spread@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-object-rest-spread@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: db5dfb39faceddba8b80c586e331e17c3a1f79941f80eaa070b91fb920582bffe8bba46f6bebbdaf7c1f9b0bbe2a68493c28e1c9fb0ced864da739c0cd52ce43
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-catch-binding@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-optional-catch-binding@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: f03d07526674ecdb3388e1d648ec250250968e13c037a7110e37d3eab0b82b07d6605332772afdf19f1831dfd3bdbbf0288a7d9097097d30b9548388ea693a07
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-chaining@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-optional-chaining@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": ^7.8.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 2a50685d023bc609b01a3fd7ed3af03bc36c575da8d02199ed51cb24e8e068f26a128a20486cd502abe9e1d4c02e0264b8a58f1a5143e1291ca3508a948ada97
languageName: node
linkType: hard
"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": ^7.14.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 1f987725a8e705c255bd3f47d4154445ccc8706c021e4abd0e3ac28bd2ea15f2dd9f44a4db04ca476909c86a366c737a9fcd808a38cfd84ee670c817ef05207f
languageName: node
linkType: hard
"@babel/plugin-syntax-top-level-await@npm:^7.12.13, @babel/plugin-syntax-top-level-await@npm:^7.14.5, @babel/plugin-syntax-top-level-await@npm:^7.8.3":
version: 7.14.5
resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": ^7.14.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 642baff7c2150f146aa2ae94f8fa93f8aa81f5d82731241c60054037938cbde8031898194a216ec567af9b35bc4f394be3cd87d76aea39c8e32d68927ea67601
languageName: node
linkType: hard
"@babel/plugin-syntax-typescript@npm:^7.16.0":
version: 7.16.5
resolution: "@babel/plugin-syntax-typescript@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: a43d00e6c1624a2bafbf7fe258136b3bbe65040482b5f5737e70cd1c22db65edabfd41af1d369fb98795e442d28f365d1c56fbc23a7cdfeffd41097069db415f
languageName: node
linkType: hard
"@babel/plugin-transform-arrow-functions@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-arrow-functions@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 9d91dfbe2cda02fc9a6240725ebdf4556f66318f124dbfd92234594b7ad0660100f2c42b192181bf674af277802f3b36b4489c325b2fe81db7ea0bf9d8b1d8e7
languageName: node
linkType: hard
"@babel/plugin-transform-async-to-generator@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-async-to-generator@npm:7.16.5"
dependencies:
"@babel/helper-module-imports": ^7.16.0
"@babel/helper-plugin-utils": ^7.16.5
"@babel/helper-remap-async-to-generator": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: c507509aafae12c2dda12194946ec4decca88898e2e7cdb3bc5c8ff873c4abed7366718e14a2278feec073ffcb94abda05c38c78a8cff30415316d7d10009338
languageName: node
linkType: hard
"@babel/plugin-transform-block-scoped-functions@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: cc3aa741f3c604e667a44c1b0c8cb69565ed5987cf92056a64612fdb56d44e9ba3517a7142f23562e04c75290e2a350d512fab2d24481d59fe73f5192acba708
languageName: node
linkType: hard
"@babel/plugin-transform-block-scoping@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-block-scoping@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 49d9efeddc5152fcfb09c7788015298f3b289fec1ca7ef669c5c53164b44d489c1a842b8c067ad92d474d9ca5cd4319c5cc058ec99b4950256f86823f3b2b204
languageName: node
linkType: hard
"@babel/plugin-transform-classes@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-classes@npm:7.16.5"
dependencies:
"@babel/helper-annotate-as-pure": ^7.16.0
"@babel/helper-environment-visitor": ^7.16.5
"@babel/helper-function-name": ^7.16.0
"@babel/helper-optimise-call-expression": ^7.16.0
"@babel/helper-plugin-utils": ^7.16.5
"@babel/helper-replace-supers": ^7.16.5
"@babel/helper-split-export-declaration": ^7.16.0
globals: ^11.1.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 3b8ed64cb135de196b8d578a0274b71b79cf583ad3bc6ee83dfe274ac905e47f536adbc92d2af6d7e44045694d10f487bd2c06585956e8b4b35b8a6909848ca9
languageName: node
linkType: hard
"@babel/plugin-transform-computed-properties@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-computed-properties@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 884e5c9f9197de755f452a4d1e3361ca9850eff08c521a534091388d320b9f4b1d506799c0464d99801e3b27a94ea889e1b81b9d5c12dda59ddf27ab6e8472a4
languageName: node
linkType: hard
"@babel/plugin-transform-destructuring@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-destructuring@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 0ba79ba04fe2abde7f6ec1334c4e2e8c6f928b984aa7d9e469e7c1247dc770da3c0fc2ec1b429f04f8bdf3f3cf8943790470b860f59a955811ec9129015b7d9d
languageName: node
linkType: hard
"@babel/plugin-transform-dotall-regex@npm:^7.16.5, @babel/plugin-transform-dotall-regex@npm:^7.4.4":
version: 7.16.5
resolution: "@babel/plugin-transform-dotall-regex@npm:7.16.5"
dependencies:
"@babel/helper-create-regexp-features-plugin": ^7.16.0
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: f050effc1ad1d52f605201f7b347ff9b88293c20837a18ed64cee700e69e3fad17ec7e6642a6623aaa42a84f9da947a338c49927ab5fb8beb6d3dee7bacb6f4b
languageName: node
linkType: hard
"@babel/plugin-transform-duplicate-keys@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-duplicate-keys@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 3d86e95986cfcd3752e92a3f9a7987fa904f5606e9263ae310f98509636fe5cd035340a3ec46751da455d17b3f805ffab47f9a33c41e737a9d1a59c8c9095026
languageName: node
linkType: hard
"@babel/plugin-transform-exponentiation-operator@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.16.5"
dependencies:
"@babel/helper-builder-binary-assignment-operator-visitor": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: d8735bb1526275b9c7464b0deeab872344a68080b04d5d5c1b114894f9715a7dea1dd9ce373c1b6ebe7eb5ab2a7b977ff8494fb952664c9d7d9a1ff31e4d0e28
languageName: node
linkType: hard
"@babel/plugin-transform-for-of@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-for-of@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: bae7048a3684bb8e59011461606620c8697c9617e38b53c9388af3a875036edb276b4704a41a96711c3ec517550b5410dac42c8ba50d6d5d77f373d668c2a876
languageName: node
linkType: hard
"@babel/plugin-transform-function-name@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-function-name@npm:7.16.5"
dependencies:
"@babel/helper-function-name": ^7.16.0
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 5d9d38b71eed7d5dc2b22bab14075aa4850d67edf98e6dd688437358a94cd99e7d88fd77d622395c5cfd2924a929ffb4883d50a63397197c40f4478530f1a0a1
languageName: node
linkType: hard
"@babel/plugin-transform-literals@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-literals@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 602b714c8a762a06cb0127bd6e672ac33e622ca1c134092fd7a283cdec2d1023f1b072fc846f7d553832dbf6211b826014503d606933fd40ea3b2a04f656e9cd
languageName: node
linkType: hard
"@babel/plugin-transform-member-expression-literals@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-member-expression-literals@npm:7.16.5"
dependencies:
"@babel/helper-plugin-utils": ^7.16.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: b0ba0c0046c760477d3b7f06359b4006607977412f72387fdd04483052eab2f684ae2772fd49ceb35a81c38aeb5a74946fb85da5959a88eb5d85c43461322f37
languageName: node
linkType: hard
"@babel/plugin-transform-modules-amd@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-modules-amd@npm:7.16.5"
dependencies:
"@babel/helper-module-transforms": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
babel-plugin-dynamic-import-node: ^2.3.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 338878dbd9d77f392018994e0c8e88bf591825d433adc41d7729fbc0ef2084be93d13ea642c0796553b762d4b64bc64c5a02937e96f411bd596f9d0bcfa1f968
languageName: node
linkType: hard
"@babel/plugin-transform-modules-commonjs@npm:^7.16.5":
version: 7.16.5
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.16.5"
dependencies:
"@babel/helper-module-transforms": ^7.16.5
"@babel/helper-plugin-utils": ^7.16.5
"@babel/helper-simple-access": ^7.16.0
babel-plugin-dynamic-import-node: ^2.3.3
peerDependencies: