-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
11579 lines (10412 loc) · 413 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@babel/cli@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/cli@npm:7.12.1"
dependencies:
"@nicolo-ribaudo/chokidar-2": "npm:^2.1.8"
chokidar: "npm:^3.4.0"
commander: "npm:^4.0.1"
convert-source-map: "npm:^1.1.0"
fs-readdir-recursive: "npm:^1.1.0"
glob: "npm:^7.0.0"
lodash: "npm:^4.17.19"
make-dir: "npm:^2.1.0"
slash: "npm:^2.0.0"
source-map: "npm:^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: 10c0/d7cbc29ceb14617509a07ce1e9edeba91b947fe67c08f73f4bdbfabbbc4b4c86b5e2b7f54b11bed74b9d95b48d93b30d5936646e41969e56219af33b1e8d499f
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/code-frame@npm:7.10.4"
dependencies:
"@babel/highlight": "npm:^7.10.4"
checksum: 10c0/69e0f52986a1f40231d891224f420436629b6678711b68c088e97b7bdba1607aeb5eb9cfb070275c433f0bf43c37c134845db80d1cdbf5ac88a69b0bdcce9402
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/compat-data@npm:7.12.1"
checksum: 10c0/d63c3347f8162e073255e3825eaa1509c04d0ae0ad57fc04f34d8c136b7c35187364aea203173c591c0bdd87e53c739910713221c49f93d9c3dafef57137b4e9
languageName: node
linkType: hard
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.3, @babel/core@npm:^7.7.5":
version: 7.12.3
resolution: "@babel/core@npm:7.12.3"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/generator": "npm:^7.12.1"
"@babel/helper-module-transforms": "npm:^7.12.1"
"@babel/helpers": "npm:^7.12.1"
"@babel/parser": "npm:^7.12.3"
"@babel/template": "npm:^7.10.4"
"@babel/traverse": "npm:^7.12.1"
"@babel/types": "npm:^7.12.1"
convert-source-map: "npm:^1.7.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.1"
json5: "npm:^2.1.2"
lodash: "npm:^4.17.19"
resolve: "npm:^1.3.2"
semver: "npm:^5.4.1"
source-map: "npm:^0.5.0"
checksum: 10c0/439b0d5c33c1f6f0da2dd6b2cccc1fc92cb1923b8b259e21a4decc13a7edae5ec59bc8a52e343a822404ac416b27e1b200a62715af11a91c1748b428762fd878
languageName: node
linkType: hard
"@babel/generator@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/generator@npm:7.12.1"
dependencies:
"@babel/types": "npm:^7.12.1"
jsesc: "npm:^2.5.1"
source-map: "npm:^0.5.0"
checksum: 10c0/3df4d1688152061a9469fc4b14cd60b5210d327e4fe4e161f5fcf44eda157223aa727b8c245e72e337520658b4ed129797212942e9bb7b0762b4a5171ca321ee
languageName: node
linkType: hard
"@babel/generator@npm:^7.12.5":
version: 7.12.5
resolution: "@babel/generator@npm:7.12.5"
dependencies:
"@babel/types": "npm:^7.12.5"
jsesc: "npm:^2.5.1"
source-map: "npm:^0.5.0"
checksum: 10c0/b1eef36d1c02859c3fef55ad02c29225e17d6934c3e08be5cc4271c31905f09a523d5880ed70eb0891caa2bfe4548326ba4a4138123d3ca868ecdac9b21f8579
languageName: node
linkType: hard
"@babel/helper-annotate-as-pure@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-annotate-as-pure@npm:7.10.4"
dependencies:
"@babel/types": "npm:^7.10.4"
checksum: 10c0/0023c4933a4c33267494f65063f3375f8c82671db1caf748db6a8c91682a7bbc72f6d43248a095cb5211cc8ab3812cbbfce99e972a9b1ce44edd25eeffca308c
languageName: node
linkType: hard
"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.10.4"
dependencies:
"@babel/helper-explode-assignable-expression": "npm:^7.10.4"
"@babel/types": "npm:^7.10.4"
checksum: 10c0/2e2894d28c7d85573ce34c360fad916e041aa74fe214bff9a9dd3f8bf7c4eba3353b32708b8ba7d5c8e51beb4c4c6e8e431dca112573fcd060b2e1390ea9f322
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-compilation-targets@npm:7.12.1"
dependencies:
"@babel/compat-data": "npm:^7.12.1"
"@babel/helper-validator-option": "npm:^7.12.1"
browserslist: "npm:^4.12.0"
semver: "npm:^5.5.0"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/9536d1b8d8fe71d75b57f1e23c205f92894d17585e61019739bf61e5de81faf165a855d97942f2d51435cf886a80c671c666e1c61fcedcaad46226d2e7b35864
languageName: node
linkType: hard
"@babel/helper-create-class-features-plugin@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-create-class-features-plugin@npm:7.12.1"
dependencies:
"@babel/helper-function-name": "npm:^7.10.4"
"@babel/helper-member-expression-to-functions": "npm:^7.12.1"
"@babel/helper-optimise-call-expression": "npm:^7.10.4"
"@babel/helper-replace-supers": "npm:^7.12.1"
"@babel/helper-split-export-declaration": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/781661418fe4d1099eb77ae10b147243027f0fb51aec1779a321c3bcf225bf0ce2a0702158eba03300a667d58d0bf696a68a886f109624f99ebd24337430dee6
languageName: node
linkType: hard
"@babel/helper-create-regexp-features-plugin@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.12.1"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.10.4"
"@babel/helper-regex": "npm:^7.10.4"
regexpu-core: "npm:^4.7.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/b348f0571fddde65ecd653aa6f7cdf30bf1f74defe1aa92adf467e04b16a85e7b4ca413ca21204d570baafc5e506400fa1c1c0a8328f804f20e9f72a813fea1b
languageName: node
linkType: hard
"@babel/helper-define-map@npm:^7.10.4":
version: 7.10.5
resolution: "@babel/helper-define-map@npm:7.10.5"
dependencies:
"@babel/helper-function-name": "npm:^7.10.4"
"@babel/types": "npm:^7.10.5"
lodash: "npm:^4.17.19"
checksum: 10c0/8bacffeb823c238f90fa7d04fbf42fa4331745b0897bc53a0bea0782beb89f2c916d5e801fa91281998607c3e86b717b98f4a49a603d73c8fafbf8ed689ce06c
languageName: node
linkType: hard
"@babel/helper-explode-assignable-expression@npm:^7.10.4":
version: 7.12.1
resolution: "@babel/helper-explode-assignable-expression@npm:7.12.1"
dependencies:
"@babel/types": "npm:^7.12.1"
checksum: 10c0/f43b9b8f220c7c4ee58c91956c02a72472f3341cbfb20a4bc3b1fb78b468157eb137c3342595908b85b228806ac5aac34fdd5617d981394b4df0ab09ce347b58
languageName: node
linkType: hard
"@babel/helper-function-name@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-function-name@npm:7.10.4"
dependencies:
"@babel/helper-get-function-arity": "npm:^7.10.4"
"@babel/template": "npm:^7.10.4"
"@babel/types": "npm:^7.10.4"
checksum: 10c0/3de73077cc789809d1265154a20e8710043955a949446539f5d27c615ba03065227de4a129dcf4f6ded397d66147a074d622f81e49bb6436aeb8e2cb198fdec0
languageName: node
linkType: hard
"@babel/helper-get-function-arity@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-get-function-arity@npm:7.10.4"
dependencies:
"@babel/types": "npm:^7.10.4"
checksum: 10c0/c8cac1968e79d127692f186a778599f84a2037a6778cd1891f5e4b0b3df8dc0570aabe3fa0d51705c5c9a25762696a9acad1cba751c8373b33c594ee1d00a7f4
languageName: node
linkType: hard
"@babel/helper-hoist-variables@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-hoist-variables@npm:7.10.4"
dependencies:
"@babel/types": "npm:^7.10.4"
checksum: 10c0/4cb45f0b68566015907dd84bf986bb22981eaac2d6706ada0cec6134647c370591e7a5f0722784dcbac32f0cccb787a038ae4fdf1976e8c07e25c00bf6fff779
languageName: node
linkType: hard
"@babel/helper-member-expression-to-functions@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-member-expression-to-functions@npm:7.12.1"
dependencies:
"@babel/types": "npm:^7.12.1"
checksum: 10c0/f6c51920d1d42ee152aed5a9ecca2632fdd60362613a1768f02a38ea71aed12bf5ea8052b418347f55f7247df265dc465c69f201caaf70c532ed18e887c2e984
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-module-imports@npm:7.12.1"
dependencies:
"@babel/types": "npm:^7.12.1"
checksum: 10c0/855e864383bf79eaacfb1db2ff471ec95ee5319dc6c7122df9ba5272a1675118bf2962c09cfc9bc97544a2d4f420c92e35ea7531d569e2653f08ef0dafdc8c23
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-module-transforms@npm:7.12.1"
dependencies:
"@babel/helper-module-imports": "npm:^7.12.1"
"@babel/helper-replace-supers": "npm:^7.12.1"
"@babel/helper-simple-access": "npm:^7.12.1"
"@babel/helper-split-export-declaration": "npm:^7.11.0"
"@babel/helper-validator-identifier": "npm:^7.10.4"
"@babel/template": "npm:^7.10.4"
"@babel/traverse": "npm:^7.12.1"
"@babel/types": "npm:^7.12.1"
lodash: "npm:^4.17.19"
checksum: 10c0/06db1959a97c6d0de63f0e987b540d3c6a4eb9434b8948e50b426f7e86a1fafa192b46e1ae603f34d60a3a0ba0025c2cb2c555444c4beb0575aa6980ad1577cb
languageName: node
linkType: hard
"@babel/helper-optimise-call-expression@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-optimise-call-expression@npm:7.10.4"
dependencies:
"@babel/types": "npm:^7.10.4"
checksum: 10c0/c5b78d1801ecc7a03317dd180d1f736f7e872a3d130b3ee8e461cbc981092a365583f976f38d414c73204759738cd6c5f79868e18eaf1fa408c51e1a69e150be
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.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
version: 7.10.4
resolution: "@babel/helper-plugin-utils@npm:7.10.4"
checksum: 10c0/113d0405281f5490658f7c1c3a81b4a37927375e1ebcccd2fd90be538a102da0c2d6024561aaf26bd1c71ef7688b5a8b96a87d938db8d9774454ab635011fc7f
languageName: node
linkType: hard
"@babel/helper-regex@npm:^7.10.4":
version: 7.10.5
resolution: "@babel/helper-regex@npm:7.10.5"
dependencies:
lodash: "npm:^4.17.19"
checksum: 10c0/bb068897376190164fc121de124dc131eca02500dc148d23a0d8b0eb61f95446278aad5b7faed8de5740a552b526597fcf210f6e4bdb544991e6c44337f556ab
languageName: node
linkType: hard
"@babel/helper-remap-async-to-generator@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-remap-async-to-generator@npm:7.12.1"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.10.4"
"@babel/helper-wrap-function": "npm:^7.10.4"
"@babel/types": "npm:^7.12.1"
checksum: 10c0/78b86df1c5aa38d54b28c150dbe8ac14005b4b6114492985d9ddcc69a78fce7d4a996e81dffef6856ed43292d5868bea8613667595a94e4096dc5a541bb13010
languageName: node
linkType: hard
"@babel/helper-replace-supers@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-replace-supers@npm:7.12.1"
dependencies:
"@babel/helper-member-expression-to-functions": "npm:^7.12.1"
"@babel/helper-optimise-call-expression": "npm:^7.10.4"
"@babel/traverse": "npm:^7.12.1"
"@babel/types": "npm:^7.12.1"
checksum: 10c0/947c6bc2001676d270b6055ef7246022a76a3e9b6a44e77da952cf945b35b43a1ddcbc4dffdcac249bac3208bf0ae7e34b559b386e5fff54f6bcf09ccc4100c0
languageName: node
linkType: hard
"@babel/helper-simple-access@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-simple-access@npm:7.12.1"
dependencies:
"@babel/types": "npm:^7.12.1"
checksum: 10c0/fcf9e5c31c48dd5cf95e0107e961bd32e06d3e1429e5fd78fb2c217427fd90f92ae9def4ed123b2b15b089ac63ec01b38f82fcbe994bc633f8dfb54310e09e80
languageName: node
linkType: hard
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.12.1"
dependencies:
"@babel/types": "npm:^7.12.1"
checksum: 10c0/ce2f7aa07f625d985e7f9783d552826d1645f7a29e57452691512feae7948f9f1c0ec7657c584a30b63f894cdb290e182b7596b0b77f332878ba0715adb3bb86
languageName: node
linkType: hard
"@babel/helper-split-export-declaration@npm:^7.10.4, @babel/helper-split-export-declaration@npm:^7.11.0":
version: 7.11.0
resolution: "@babel/helper-split-export-declaration@npm:7.11.0"
dependencies:
"@babel/types": "npm:^7.11.0"
checksum: 10c0/a17a2612f879348318b0e33196d3f9b790acae2b651f4623ba11bc927807b5ebbb672e036ed685d1bb8eb42ba3222cf459bb04e084629df7e7a731bf3a6190fc
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/helper-string-parser@npm:7.25.7"
checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-validator-identifier@npm:7.10.4"
checksum: 10c0/a381f72f2f714c3c4b5f51f2c406ffcb9a976bb71109d49ceb664e9e60d020fc076cefce883a45cd3c4a36a50e5a80ee3a85d183ce90220309062916adf6aed0
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.25.7":
version: 7.25.7
resolution: "@babel/helper-validator-identifier@npm:7.25.7"
checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helper-validator-option@npm:7.12.1"
checksum: 10c0/b1fc0d263624bffc7107ac49967ddfdffa4c8c855de0924de3d554456e88c3892f2b0ed9c53689e89ae680123b02ff1f4004d14f5c5ab9f224406200e6b69a19
languageName: node
linkType: hard
"@babel/helper-wrap-function@npm:^7.10.4":
version: 7.12.3
resolution: "@babel/helper-wrap-function@npm:7.12.3"
dependencies:
"@babel/helper-function-name": "npm:^7.10.4"
"@babel/template": "npm:^7.10.4"
"@babel/traverse": "npm:^7.10.4"
"@babel/types": "npm:^7.10.4"
checksum: 10c0/d6b60f73a471de6700ae053e8d233b5964a579ed314f3b6026a650caf74d1e810b7f08d5837eac8acf14e5444bbf3d8c414f5f2baf9ca3a2cb731b645791b62d
languageName: node
linkType: hard
"@babel/helpers@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/helpers@npm:7.12.1"
dependencies:
"@babel/template": "npm:^7.10.4"
"@babel/traverse": "npm:^7.12.1"
"@babel/types": "npm:^7.12.1"
checksum: 10c0/01416e87edb4fb7eaaefa5d0ddaa952b6694a7eb0bba70f5f4ec427e3620456d07937451076514c01a3028dcba3eb5ea96f942e6065afe3e015ec6f1e629757e
languageName: node
linkType: hard
"@babel/highlight@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/highlight@npm:7.10.4"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.10.4"
chalk: "npm:^2.0.0"
js-tokens: "npm:^4.0.0"
checksum: 10c0/1922bb5bd977b9e9958c8b54e13c01673c932de0d1ccffd9e3b77d4d6db5dfc667d05fddc1575e7fc06e69e224765b292595072dd9ae90b16c3b49b5c1e584b5
languageName: node
linkType: hard
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.10.4, @babel/parser@npm:^7.12.1, @babel/parser@npm:^7.12.3":
version: 7.12.3
resolution: "@babel/parser@npm:7.12.3"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/098b0c527019283dc3ce779a2091894ab3b2b07d179b3195c89189132b641d4c6395b377fbc76ac56a28032ab9a1c74e2b6844ca861c42bbca79499dc20f50b2
languageName: node
linkType: hard
"@babel/parser@npm:^7.12.5":
version: 7.12.5
resolution: "@babel/parser@npm:7.12.5"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/bf060d2623c0c963bbdbce97f40a23c6bd72d0516e088277febeaa40939747024432db20b6ac745e1e8c666d3223fac65f94380862848f550251eea15077c9c4
languageName: node
linkType: hard
"@babel/plugin-proposal-async-generator-functions@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/helper-remap-async-to-generator": "npm:^7.12.1"
"@babel/plugin-syntax-async-generators": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e2712a75e1b65500e208fe60a50a27d2d83aff4dc1d1c19bec484de8ddaeba5b4cb1731899560c67e04a8d7455d59effad113176de450e691f316604b40b40ff
languageName: node
linkType: hard
"@babel/plugin-proposal-class-properties@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-class-properties@npm:7.12.1"
dependencies:
"@babel/helper-create-class-features-plugin": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/42396a94ebffe254c4a6d1edc82894fd7cb45c48b690af7270ccc736d4a7d9c60c7ed44ec9c860a0c168ad2393579875c068d2ad5ef7b24ab250da782112a4cf
languageName: node
linkType: hard
"@babel/plugin-proposal-dynamic-import@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-dynamic-import@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/cac6514399618ee55a810d6d47d82ec8be8702b9975e78e0309151d7b1def055e1efefa67a876d9f03c06c30ff0e43dc842a5e303fcfc5d610d52312ab67e3a1
languageName: node
linkType: hard
"@babel/plugin-proposal-export-namespace-from@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/3d1030ae007185ad0ce475e6725f62db9339addaf32f00a392a3627601b08f5ce07b4cd988921813bc588bd866db7219056d6a349aa43b0d42c8d5e508600c22
languageName: node
linkType: hard
"@babel/plugin-proposal-json-strings@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-json-strings@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-json-strings": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/b031df011f03d2b62068a3acff2346bf2c23fc1c466d142438795254f612326656b4dbcdd1d613363f62ceb85293bafabfcb1e1219a1587d7b277a701cf0e956
languageName: node
linkType: hard
"@babel/plugin-proposal-logical-assignment-operators@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/3b9c2021b115d92f99d546cbd610b9c256a41c33acf2b7eb90ee4270658f2036f0d66d350855bcbb4f9759d2616bb3fec3f1df8d734318c12d4d55c7433534e5
languageName: node
linkType: hard
"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/1afc25f290d1913a02e9fdccbcdbf3b513c1761de04527e759698f837d89181d2e7f0a337e8d18417e4594b5d61a0dcfaa961d2ec282544308ffc47b6c1eccde
languageName: node
linkType: hard
"@babel/plugin-proposal-numeric-separator@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-numeric-separator@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-numeric-separator": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/1018857385f5bc38ff0a4b3103733ab7f370585bf40d48114d84de8520bf24790cdb5fa821522927685276bf4447aa05882a3b3d87496f9ad42bd333ddf1f8f5
languageName: node
linkType: hard
"@babel/plugin-proposal-object-rest-spread@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-object-rest-spread": "npm:^7.8.0"
"@babel/plugin-transform-parameters": "npm:^7.12.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/f773d59ead8b056b646d585e95d610cca2f0aeaa2eeaad74b3eb9e25821b06f27e361dd0aac9a088a10c22fee1ead8863f82a2be073e28eb04ca9a330a00941e
languageName: node
linkType: hard
"@babel/plugin-proposal-optional-catch-binding@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/a2fe726fcf2aafc876a18066288e8f97c9bc1f1195cf2a653067c4e66e4b376f46a692f2e5e30e43ceea3b5a7c820cf0bcf6dac6bfdf6229805bb25bbaa7f969
languageName: node
linkType: hard
"@babel/plugin-proposal-optional-chaining@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-optional-chaining@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.12.1"
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/fccd1f7c1b8aada3e815890999131140409bc8d49862f2a4325ede1f8f196b41c377b04502b232a9327df3e7c42649b63c53877e81c038bdfca175bfae6c3e06
languageName: node
linkType: hard
"@babel/plugin-proposal-private-methods@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-proposal-private-methods@npm:7.12.1"
dependencies:
"@babel/helper-create-class-features-plugin": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/620b7aca2f32ec3fe8696504f049834455696ab212fac0a63e13a230c4525b9f9ee2ce4bc99b82a225cbc889a7458bcba77ce686ca5854c3c33d812ba79cf204
languageName: node
linkType: hard
"@babel/plugin-proposal-unicode-property-regex@npm:^7.12.1, @babel/plugin-proposal-unicode-property-regex@npm:^7.4.4":
version: 7.12.1
resolution: "@babel/plugin-proposal-unicode-property-regex@npm:7.12.1"
dependencies:
"@babel/helper-create-regexp-features-plugin": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/9e7d93689e74938f332b6da70a71391e501a0feff2a78a39a47662b1e0e1f4166b69c2a352aaa827a6121a3eb4249e8b50ee15aeeb138964f35117a1949ba9fe
languageName: node
linkType: hard
"@babel/plugin-syntax-async-generators@npm:^7.8.0, @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": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d13efb282838481348c71073b6be6245b35d4f2f964a8f71e4174f235009f929ef7613df25f8d2338e2d3e44bc4265a9f8638c6aaa136d7a61fe95985f9725c8
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": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/686891b81af2bc74c39013655da368a480f17dd237bf9fbc32048e5865cb706d5a8f65438030da535b332b1d6b22feba336da8fa931f663b6b34e13147d12dde
languageName: node
linkType: hard
"@babel/plugin-syntax-class-properties@npm:^7.12.1, @babel/plugin-syntax-class-properties@npm:^7.8.3":
version: 7.12.1
resolution: "@babel/plugin-syntax-class-properties@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/da1587f0fa3294909e67595fac3f7b258413bb7731889875c93fcde8b9d91a371eb2694e3a853acbdfa8c381e92f016559f80caf29d3dc43a488c33d3ca26e9c
languageName: node
linkType: hard
"@babel/plugin-syntax-dynamic-import@npm:^7.8.0":
version: 7.8.3
resolution: "@babel/plugin-syntax-dynamic-import@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/9c50927bf71adf63f60c75370e2335879402648f468d0172bc912e303c6a3876927d8eb35807331b57f415392732ed05ab9b42c68ac30a936813ab549e0246c5
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": "npm:^7.8.3"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/5100d658ba563829700cd8d001ddc09f4c0187b1a13de300d729c5b3e87503f75a6d6c99c1794182f7f1a9f546ee009df4f15a0ce36376e206ed0012fa7cdc24
languageName: node
linkType: hard
"@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": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/0b08b5e4c3128523d8e346f8cfc86824f0da2697b1be12d71af50a31aff7a56ceb873ed28779121051475010c28d6146a6bfea8518b150b71eeb4e46190172ee
languageName: node
linkType: hard
"@babel/plugin-syntax-json-strings@npm:^7.8.0, @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": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e98f31b2ec406c57757d115aac81d0336e8434101c224edd9a5c93cefa53faf63eacc69f3138960c8b25401315af03df37f68d316c151c4b933136716ed6906e
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": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/2594cfbe29411ad5bc2ad4058de7b2f6a8c5b86eda525a993959438615479e59c012c14aec979e538d60a584a1a799b60d1b8942c3b18468cb9d99b8fd34cd0b
languageName: node
linkType: hard
"@babel/plugin-syntax-nullish-coalescing-operator@npm:^7.8.0, @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": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/2024fbb1162899094cfc81152449b12bd0cc7053c6d4bda8ac2852545c87d0a851b1b72ed9560673cbf3ef6248257262c3c04aabf73117215c1b9cc7dd2542ce
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": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/c55a82b3113480942c6aa2fcbe976ff9caa74b7b1109ff4369641dfbc88d1da348aceb3c31b6ed311c84d1e7c479440b961906c735d0ab494f688bf2fd5b9bb9
languageName: node
linkType: hard
"@babel/plugin-syntax-object-rest-spread@npm:^7.8.0, @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": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/ee1eab52ea6437e3101a0a7018b0da698545230015fc8ab129d292980ec6dff94d265e9e90070e8ae5fed42f08f1622c14c94552c77bcac784b37f503a82ff26
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-catch-binding@npm:^7.8.0, @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": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/27e2493ab67a8ea6d693af1287f7e9acec206d1213ff107a928e85e173741e1d594196f99fec50e9dde404b09164f39dec5864c767212154ffe1caa6af0bc5af
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-chaining@npm:^7.8.0, @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": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/46edddf2faa6ebf94147b8e8540dfc60a5ab718e2de4d01b2c0bdf250a4d642c2bd47cbcbb739febcb2bf75514dbcefad3c52208787994b8d0f8822490f55e81
languageName: node
linkType: hard
"@babel/plugin-syntax-top-level-await@npm:^7.12.1, @babel/plugin-syntax-top-level-await@npm:^7.8.3":
version: 7.12.1
resolution: "@babel/plugin-syntax-top-level-await@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/bebc2fff7f03368e4964e1c17246f0fdd6b71c68008d028576e6e64c258e714616a13c5586ea89817c30d341eec3d9ef8e3783def73dac5c2bce822c89e2c7fc
languageName: node
linkType: hard
"@babel/plugin-syntax-typescript@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-syntax-typescript@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/0b5b0f6242816bf2bd7c425c8409e9beeed1d0043c51a7e843a6bc4e3fa8cbaa67157dbc8439bfa156a119f34e228e3f7b9d2affbcde17e0f9a20df2123339e2
languageName: node
linkType: hard
"@babel/plugin-transform-arrow-functions@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-arrow-functions@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d90f3dcc97d7475e815aee017be808d20815db7690823313f6123e05e83eaebea4a4018ffd85d428c679f513114585385897144c98c55249bac3430e06d9ebb0
languageName: node
linkType: hard
"@babel/plugin-transform-async-to-generator@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-async-to-generator@npm:7.12.1"
dependencies:
"@babel/helper-module-imports": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/helper-remap-async-to-generator": "npm:^7.12.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/01aa4da43229b89796ef94494971015eb199f342fe9a1260c9771fa87db32e3460e15a7b4deb5bf6c0d4b05b75865eb18da94f3569582ec3634a3b5b7048e5de
languageName: node
linkType: hard
"@babel/plugin-transform-block-scoped-functions@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/dbb3d46870a3f6b4c441abb1f8870221d1a54d25726bd41601a4b1447d1251877615431620b4cc1a2e6ecc9241732f16a46e4ee1bd29058f01c88f654e405ea7
languageName: node
linkType: hard
"@babel/plugin-transform-block-scoping@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-block-scoping@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/59c6127d9164bfd3086fa2972f372de57164e5c538fb776ae87d64abcc687988e1f0a7b90e0f268a71f1a7815d96951b680656eca58bfe8379e2501c6cf51ae0
languageName: node
linkType: hard
"@babel/plugin-transform-classes@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-classes@npm:7.12.1"
dependencies:
"@babel/helper-annotate-as-pure": "npm:^7.10.4"
"@babel/helper-define-map": "npm:^7.10.4"
"@babel/helper-function-name": "npm:^7.10.4"
"@babel/helper-optimise-call-expression": "npm:^7.10.4"
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/helper-replace-supers": "npm:^7.12.1"
"@babel/helper-split-export-declaration": "npm:^7.10.4"
globals: "npm:^11.1.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/ae25d5f7fa2c249e6d6c6c284f0e28ac3c2da8a0aafbb61ee629b28a0224cff887c0c063e85e53e1b22f9d7e547822927b0fd4769f9b6807268b4210a54e6149
languageName: node
linkType: hard
"@babel/plugin-transform-computed-properties@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-computed-properties@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/b998ed6e49e9b660c0c292c6d014465afda407e3027be27a7338bbab1f8b0991ca725a2da5e8926b33f3869a724017895f2a396a7748a95b9a3e22670a9734e7
languageName: node
linkType: hard
"@babel/plugin-transform-destructuring@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-destructuring@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/af464e547dcf7732e08028eb0dab07df52dd15bbd8d1caf124acd3ef9415485bcfdf865ca5b7a78abff617a25d949fbd8f3b87b05016c2674964975bddc48309
languageName: node
linkType: hard
"@babel/plugin-transform-dotall-regex@npm:^7.12.1, @babel/plugin-transform-dotall-regex@npm:^7.4.4":
version: 7.12.1
resolution: "@babel/plugin-transform-dotall-regex@npm:7.12.1"
dependencies:
"@babel/helper-create-regexp-features-plugin": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/809663b9a3cd6a3e47ffeaa4680844edacfdcb13a7fa6ae3e81079bdc2835cd95f10526df37710306f090da3e3dc4744ecf261a066919ad0840282918f9b932e
languageName: node
linkType: hard
"@babel/plugin-transform-duplicate-keys@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-duplicate-keys@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/20806ce71cbc2f0b4b931c6e8c6300216eb9ece9743e2334c3f6ec44778b0781de01ce7a987738676857e33a5790982a51ffe639945e5d7a7029e77acf3442d2
languageName: node
linkType: hard
"@babel/plugin-transform-exponentiation-operator@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.12.1"
dependencies:
"@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.10.4"
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/3510dba1749a799d4a15d8b6ff8f1299c952c913d0e4c37dbbbc185fddbd8815970e6b30c8498c21a962c9fcaa373d2502fee5616080542fb9326d693d187c19
languageName: node
linkType: hard
"@babel/plugin-transform-for-of@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-for-of@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/087928e9424eaae00e5b8f8418bed79f061f2bce93e30f059973528675323f664c889a584da8d028833b5fae70ffec74297ab36f09c16486d7d295ddb807c038
languageName: node
linkType: hard
"@babel/plugin-transform-function-name@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-function-name@npm:7.12.1"
dependencies:
"@babel/helper-function-name": "npm:^7.10.4"
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/95649e556a840deb368e582cd400fecfcf299df4e8ea35a4d5c03975b0eb4e62f5e328a2ae9eeb5e0ec09e06c78f0c0a4fc9a95a2f6e322f1148951793c28bee
languageName: node
linkType: hard
"@babel/plugin-transform-literals@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-literals@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/52ba5c09ac3ceb4d078f7877b0c5103e52b96cdce0df78de21b9ef574ae60c439689e734583bb325d2eddf192b36d8d20352e45673f69493da0562a9d521085a
languageName: node
linkType: hard
"@babel/plugin-transform-member-expression-literals@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-member-expression-literals@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/c0c636e891126758519ecb32a97b18aa7d5283c3769f8f201ed5fe3a4d08cfd09b077f82bd98d236d8fe4c84d8d29f639cdbcd169228f81dda5eb89ab32dc8d4
languageName: node
linkType: hard
"@babel/plugin-transform-modules-amd@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-modules-amd@npm:7.12.1"
dependencies:
"@babel/helper-module-transforms": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
babel-plugin-dynamic-import-node: "npm:^2.3.3"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/4c4454495992e8607bd9f0809f4ddb17d8fea1fd9b84db4eccfa840a7838aa00f46f76b7ac6347912ca03900dd4f9b7a6ce3fdba1a460f3c13825e2562786011
languageName: node
linkType: hard
"@babel/plugin-transform-modules-commonjs@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.12.1"
dependencies:
"@babel/helper-module-transforms": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/helper-simple-access": "npm:^7.12.1"
babel-plugin-dynamic-import-node: "npm:^2.3.3"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/ab76a977aa4fbdc4a2a2453f2dee884b94c27a95f74cc5f54bac81d8c8d4082c4fddf2c1e089838ab42b8a54b431d0288e71e26942908f0a3e600a1f83aad18c
languageName: node
linkType: hard
"@babel/plugin-transform-modules-systemjs@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-modules-systemjs@npm:7.12.1"
dependencies:
"@babel/helper-hoist-variables": "npm:^7.10.4"
"@babel/helper-module-transforms": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/helper-validator-identifier": "npm:^7.10.4"
babel-plugin-dynamic-import-node: "npm:^2.3.3"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d377dcb25413d1fb386f98400f85858e36dbd09310f657575a0a67b2bbaea6c24ebce2693172fbf524476208e4f12e09c08b87657d8d63d866872a049af2d7eb
languageName: node
linkType: hard
"@babel/plugin-transform-modules-umd@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-modules-umd@npm:7.12.1"
dependencies:
"@babel/helper-module-transforms": "npm:^7.12.1"
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/367de52fce2ce23e241bd113fd93d1d7b4cd3a0dbd2a8ce7cf5ecfecf473863acf3f4153d4f48cfb51b5f25a167b3b320ef885a7381621262b2b69fd544c20d7
languageName: node
linkType: hard
"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.12.1"
dependencies:
"@babel/helper-create-regexp-features-plugin": "npm:^7.12.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/aa64a6041cf9a2017aef4c8af2152836ff068a3bd988160c5b485de5930b3b78eeab0b9d4487d606934834829b36c2d27fb6bbc5802328953012a978cb3061ac
languageName: node
linkType: hard
"@babel/plugin-transform-new-target@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-new-target@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/70d499f9c4cf120e526375a39f0d05affeacf0d1712ed9dafd67a7ebc8061218aadf58ed39d2380b8adf0551b9dd0abe7c14e25c2ff1c442622ad8ee50d4dd48
languageName: node
linkType: hard
"@babel/plugin-transform-object-super@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-object-super@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
"@babel/helper-replace-supers": "npm:^7.12.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/1faffe28336348d22b8d5d2a05bb4636356578236ca3c6ba63fd38a6a579503a3f6b1017dee4f972be9cadac74d8aa93e71989bee0425be10383b252db9565de
languageName: node
linkType: hard
"@babel/plugin-transform-parameters@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-parameters@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/57fd41c358b736125c9de8da6f29eeb1ffa30a997404052ff47ef50c459e4eea16ed3325a647f736399daa87372bc803a3ec055f280f12955a5c421f66fb7e0c
languageName: node
linkType: hard
"@babel/plugin-transform-property-literals@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-property-literals@npm:7.12.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/442106774928b6adc2b22b17e236ddb3e9858e7924fe81592d0ffe3ca083cc2ace1304e3dad4a7e26d4717c093d93ebc5004eddb77fd81a4a05a393328b282ae
languageName: node
linkType: hard
"@babel/plugin-transform-regenerator@npm:^7.12.1":
version: 7.12.1
resolution: "@babel/plugin-transform-regenerator@npm:7.12.1"