forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
13866 lines (12534 loc) · 496 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.12.0":
version: 7.12.0
resolution: "@babel/cli@npm:7.12.0"
dependencies:
chokidar: ^3.4.0
chokidarAt2: "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz"
commander: ^4.0.1
convert-source-map: ^1.1.0
fs-readdir-recursive: ^1.1.0
glob: ^7.0.0
lodash: ^4.17.19
make-dir: ^2.1.0
slash: ^2.0.0
source-map: ^0.5.0
peerDependencies:
"@babel/core": ^7.0.0-0
dependenciesMeta:
chokidar:
optional: true
chokidarAt2:
optional: true
bin:
babel: ./bin/babel.js
babel-external-helpers: ./bin/babel-external-helpers.js
checksum: ea8a7a6d660537c2621dc6f417669c046dae73854cba8794a5aef9c8e504a8edcac5822ed363b5525faf2d8bf7411066e7da68f30429739caeb3cbe8ade78706
languageName: node
linkType: hard
"@babel/cli@workspace:packages/babel-cli":
version: 0.0.0-use.local
resolution: "@babel/cli@workspace:packages/babel-cli"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-fixtures": "workspace:*"
"@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents
chokidar: ^3.4.0
commander: ^4.0.1
convert-source-map: ^1.1.0
fs-readdir-recursive: ^1.1.0
glob: ^7.0.0
lodash: ^4.17.19
make-dir: ^2.1.0
rimraf: ^3.0.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
languageName: unknown
linkType: soft
"@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": ^7.10.4
checksum: 05245d3b22a3ae849439195c4ee9ce9903dfd8c3fcb5124e77923c45e9f1ceac971cce4c61505974f411a9db432949531abe10ddee92937a0a9c306dc380a5b2
languageName: node
linkType: hard
"@babel/code-frame@workspace:*, @babel/code-frame@workspace:^7.10.4, @babel/code-frame@workspace:packages/babel-code-frame":
version: 0.0.0-use.local
resolution: "@babel/code-frame@workspace:packages/babel-code-frame"
dependencies:
"@babel/highlight": "workspace:^7.10.4"
chalk: ^2.0.0
strip-ansi: ^4.0.0
languageName: unknown
linkType: soft
"@babel/compat-data@npm:^7.12.0":
version: 7.12.0
resolution: "@babel/compat-data@npm:7.12.0"
checksum: bf9bc320a5112217336b63df46369057d8a1a24d7c7800d7f1eb5580abce08286baa4beb097cbf1b76b4f87bb590beee83f4ebe8377b3bbd2987c7a6bbcf3103
languageName: node
linkType: hard
"@babel/compat-data@workspace:^7.12.1, @babel/compat-data@workspace:^7.12.5, @babel/compat-data@workspace:packages/babel-compat-data":
version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies:
electron-to-chromium: 1.3.583
lodash: ^4.17.19
mdn-browser-compat-data: 1.0.38
languageName: unknown
linkType: soft
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.0, @babel/core@npm:^7.7.5":
version: 7.12.0
resolution: "@babel/core@npm:7.12.0"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/generator": ^7.12.0
"@babel/helper-module-transforms": ^7.12.0
"@babel/helpers": ^7.10.4
"@babel/parser": ^7.12.0
"@babel/template": ^7.10.4
"@babel/traverse": ^7.12.0
"@babel/types": ^7.12.0
convert-source-map: ^1.7.0
debug: ^4.1.0
gensync: ^1.0.0-beta.1
json5: ^2.1.2
lodash: ^4.17.19
resolve: ^1.3.2
semver: ^5.4.1
source-map: ^0.5.0
checksum: 544d841fe50d27a1be8e353c32c0ce67d54938575b8c664dfd0838ee2deac790d14ddede9068401ea42fbf1b1bea1e8a25ecd201c4b3e5b444b58007087de6c7
languageName: node
linkType: hard
"@babel/core@npm:^7.12.1, @babel/core@npm:^7.12.3":
version: 7.12.3
resolution: "@babel/core@npm:7.12.3"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/generator": ^7.12.1
"@babel/helper-module-transforms": ^7.12.1
"@babel/helpers": ^7.12.1
"@babel/parser": ^7.12.3
"@babel/template": ^7.10.4
"@babel/traverse": ^7.12.1
"@babel/types": ^7.12.1
convert-source-map: ^1.7.0
debug: ^4.1.0
gensync: ^1.0.0-beta.1
json5: ^2.1.2
lodash: ^4.17.19
resolve: ^1.3.2
semver: ^5.4.1
source-map: ^0.5.0
checksum: 110eb092da34c8061db81647d3110e72438a805418195238ac0bb5ab5aec0fa9be9a1ce6350d442865254e088c7ee6edafafc2fbb72f105eb70414ac211e0995
languageName: node
linkType: hard
"@babel/core@workspace:*, @babel/core@workspace:^7.12.1, @babel/core@workspace:packages/babel-core":
version: 0.0.0-use.local
resolution: "@babel/core@workspace:packages/babel-core"
dependencies:
"@babel/code-frame": "workspace:^7.10.4"
"@babel/generator": "workspace:^7.12.1"
"@babel/helper-module-transforms": "workspace:^7.12.1"
"@babel/helper-transform-fixture-test-runner": "workspace:*"
"@babel/helpers": "workspace:^7.12.1"
"@babel/parser": "workspace:^7.12.3"
"@babel/template": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.1"
convert-source-map: ^1.7.0
debug: ^4.1.0
gensync: ^1.0.0-beta.1
json5: ^2.1.2
lodash: ^4.17.19
resolve: ^1.3.2
semver: ^5.4.1
source-map: ^0.5.0
languageName: unknown
linkType: soft
"@babel/eslint-config-internal@workspace:*, @babel/eslint-config-internal@workspace:eslint/babel-eslint-config-internal":
version: 0.0.0-use.local
resolution: "@babel/eslint-config-internal@workspace:eslint/babel-eslint-config-internal"
peerDependencies:
"@babel/eslint-parser": ^7.10.4
eslint-plugin-flowtype: ^4.6.0
languageName: unknown
linkType: soft
"@babel/eslint-parser@workspace:*, @babel/eslint-parser@workspace:^7.12.1, @babel/eslint-parser@workspace:eslint/babel-eslint-parser":
version: 0.0.0-use.local
resolution: "@babel/eslint-parser@workspace:eslint/babel-eslint-parser"
dependencies:
"@babel/core": "workspace:*"
dedent: ^0.7.0
eslint: ^7.5.0
eslint-scope: 5.1.0
eslint-visitor-keys: ^1.3.0
lodash.clonedeep: ^4.5.0
semver: ^6.3.0
peerDependencies:
"@babel/core": ">=7.11.0"
eslint: ">=7.5.0"
languageName: unknown
linkType: soft
"@babel/eslint-plugin-development-internal@workspace:*, @babel/eslint-plugin-development-internal@workspace:eslint/babel-eslint-plugin-development-internal":
version: 0.0.0-use.local
resolution: "@babel/eslint-plugin-development-internal@workspace:eslint/babel-eslint-plugin-development-internal"
dependencies:
eslint: ^7.5.0
peerDependencies:
"@babel/eslint-parser": ">=7.11.0"
eslint: ">=7.5.0"
languageName: unknown
linkType: soft
"@babel/eslint-plugin-development@workspace:*, @babel/eslint-plugin-development@workspace:eslint/babel-eslint-plugin-development":
version: 0.0.0-use.local
resolution: "@babel/eslint-plugin-development@workspace:eslint/babel-eslint-plugin-development"
dependencies:
eslint: ^7.5.0
languageName: unknown
linkType: soft
"@babel/eslint-plugin@workspace:eslint/babel-eslint-plugin":
version: 0.0.0-use.local
resolution: "@babel/eslint-plugin@workspace:eslint/babel-eslint-plugin"
dependencies:
eslint: ^7.5.0
eslint-rule-composer: ^0.3.0
lodash.clonedeep: ^4.5.0
peerDependencies:
"@babel/eslint-parser": ">=7.11.0"
eslint: ">=7.5.0"
languageName: unknown
linkType: soft
"@babel/eslint-shared-fixtures@workspace:eslint/babel-eslint-shared-fixtures":
version: 0.0.0-use.local
resolution: "@babel/eslint-shared-fixtures@workspace:eslint/babel-eslint-shared-fixtures"
dependencies:
"@babel/core": "workspace:^7.12.1"
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1"
"@babel/plugin-proposal-decorators": "workspace:^7.12.1"
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.1"
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.1"
"@babel/plugin-proposal-private-methods": "workspace:^7.12.1"
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.1"
"@babel/preset-env": "workspace:^7.12.1"
"@babel/preset-flow": "workspace:^7.12.1"
"@babel/preset-react": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/eslint-tests@workspace:eslint/babel-eslint-tests":
version: 0.0.0-use.local
resolution: "@babel/eslint-tests@workspace:eslint/babel-eslint-tests"
dependencies:
"@babel/eslint-parser": "workspace:^7.12.1"
dedent: ^0.7.0
eslint: ^7.5.0
eslint-plugin-import: ^2.22.0
languageName: unknown
linkType: soft
"@babel/generator@npm:^7.12.0, @babel/generator@npm:^7.12.1, @babel/generator@npm:^7.12.5":
version: 7.12.5
resolution: "@babel/generator@npm:7.12.5"
dependencies:
"@babel/types": ^7.12.5
jsesc: ^2.5.1
source-map: ^0.5.0
checksum: 7706cb3d29060e6dfcdbc982ded9a02f0bda36329cc35aabc6b3f9f30ef7b3b3bcaba51c24714663f3ea9529994cd3461ab8a664b26398208b9b9a96476bf43c
languageName: node
linkType: hard
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:^7.12.5, @babel/generator@workspace:packages/babel-generator":
version: 0.0.0-use.local
resolution: "@babel/generator@workspace:packages/babel-generator"
dependencies:
"@babel/helper-fixtures": "workspace:*"
"@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.12.5"
jsesc: ^2.5.1
source-map: ^0.5.0
languageName: unknown
linkType: soft
"@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": ^7.10.4
checksum: 535cdf631e1e6c0bfd6820d2509c69373e2f48148505ddc2325ce8fe85302dc5681d6f6fd41261cacc458a0431edeff7c6115056144b80b02c10e111d2941c36
languageName: node
linkType: hard
"@babel/helper-annotate-as-pure@workspace:^7.10.4, @babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure":
version: 0.0.0-use.local
resolution: "@babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure"
dependencies:
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@babel/helper-bindify-decorators@workspace:^7.12.1, @babel/helper-bindify-decorators@workspace:packages/babel-helper-bindify-decorators":
version: 0.0.0-use.local
resolution: "@babel/helper-bindify-decorators@workspace:packages/babel-helper-bindify-decorators"
dependencies:
"@babel/traverse": "workspace:*"
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@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": ^7.10.4
"@babel/types": ^7.10.4
checksum: 369530a1971c92d09bd3fae3387bf752abffa9a1f285ab55f45cdf0ac9a2e8ed1a28cd4dc31b0d5672ee0aac91435e3fdcf1196f67870ac0f9a768e3d9295d60
languageName: node
linkType: hard
"@babel/helper-builder-binary-assignment-operator-visitor@workspace:^7.10.4, @babel/helper-builder-binary-assignment-operator-visitor@workspace:packages/babel-helper-builder-binary-assignment-operator-visitor":
version: 0.0.0-use.local
resolution: "@babel/helper-builder-binary-assignment-operator-visitor@workspace:packages/babel-helper-builder-binary-assignment-operator-visitor"
dependencies:
"@babel/helper-explode-assignable-expression": "workspace:^7.10.4"
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@babel/helper-builder-react-jsx-experimental@workspace:^7.12.1, @babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental":
version: 0.0.0-use.local
resolution: "@babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental"
dependencies:
"@babel/helper-annotate-as-pure": "workspace:^7.10.4"
"@babel/helper-module-imports": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/helper-builder-react-jsx@workspace:^7.10.4, @babel/helper-builder-react-jsx@workspace:packages/babel-helper-builder-react-jsx":
version: 0.0.0-use.local
resolution: "@babel/helper-builder-react-jsx@workspace:packages/babel-helper-builder-react-jsx"
dependencies:
"@babel/helper-annotate-as-pure": "workspace:^7.10.4"
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@babel/helper-call-delegate@workspace:packages/babel-helper-call-delegate":
version: 0.0.0-use.local
resolution: "@babel/helper-call-delegate@workspace:packages/babel-helper-call-delegate"
dependencies:
"@babel/helper-hoist-variables": "workspace:^7.10.4"
"@babel/traverse": "workspace:*"
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/helper-compilation-targets@npm:^7.12.0":
version: 7.12.0
resolution: "@babel/helper-compilation-targets@npm:7.12.0"
dependencies:
"@babel/compat-data": ^7.12.0
"@babel/helper-validator-option": ^7.12.0
browserslist: ^4.12.0
semver: ^5.5.0
peerDependencies:
"@babel/core": ^7.0.0
checksum: 3b399bffde96af8a2c7f86aea4efcb00053425ba84211af7b0c9090495979ffc95322a441a80a58bb89b641a1dcb4d1c34056bad7317e530d0e81cb2f6f81480
languageName: node
linkType: hard
"@babel/helper-compilation-targets@workspace:^7.12.1, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
version: 0.0.0-use.local
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
dependencies:
"@babel/compat-data": "workspace:^7.12.5"
"@babel/core": "workspace:*"
"@babel/helper-validator-option": "workspace:^7.12.1"
browserslist: ^4.14.5
semver: ^5.5.0
peerDependencies:
"@babel/core": ^7.0.0
languageName: unknown
linkType: soft
"@babel/helper-create-class-features-plugin@npm:^7.10.4, @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": ^7.10.4
"@babel/helper-member-expression-to-functions": ^7.12.1
"@babel/helper-optimise-call-expression": ^7.10.4
"@babel/helper-replace-supers": ^7.12.1
"@babel/helper-split-export-declaration": ^7.10.4
peerDependencies:
"@babel/core": ^7.0.0
checksum: d686eae70dc985b5e0dae85b7ec690930939b564be7f2c09ca2838a52f562f5753fa5d8a12f7305303597f9f8658d51cb36ec71e6e234b1d1385a36c632ea61f
languageName: node
linkType: hard
"@babel/helper-create-class-features-plugin@workspace:^7.12.1, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
version: 0.0.0-use.local
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-function-name": "workspace:^7.10.4"
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1"
"@babel/helper-optimise-call-expression": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-replace-supers": "workspace:^7.12.1"
"@babel/helper-split-export-declaration": "workspace:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0
languageName: unknown
linkType: soft
"@babel/helper-create-regexp-features-plugin@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.10.4"
dependencies:
"@babel/helper-annotate-as-pure": ^7.10.4
"@babel/helper-regex": ^7.10.4
regexpu-core: ^4.7.0
peerDependencies:
"@babel/core": ^7.0.0
checksum: 6d1728b614b35daf5f4cef73769286685f86aaebf6caec1d50b8f2edbcb7a74399cf4381c436405476f97ef3411d025c54f2a2674f1c01580a970e634d492963
languageName: node
linkType: hard
"@babel/helper-create-regexp-features-plugin@workspace:^7.12.1, @babel/helper-create-regexp-features-plugin@workspace:packages/babel-helper-create-regexp-features-plugin":
version: 0.0.0-use.local
resolution: "@babel/helper-create-regexp-features-plugin@workspace:packages/babel-helper-create-regexp-features-plugin"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-annotate-as-pure": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-regex": "workspace:^7.10.4"
regexpu-core: ^4.7.1
peerDependencies:
"@babel/core": ^7.0.0
languageName: unknown
linkType: soft
"@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": ^7.10.4
"@babel/types": ^7.10.5
lodash: ^4.17.19
checksum: 964cab640de84daa572d75e07216cf9d1aeeca3552acec0516d3aa10533836741f7391ab957e8b22624bd6b25473d8bd53f4b8d4af8713871601af02d31072ae
languageName: node
linkType: hard
"@babel/helper-define-map@workspace:^7.10.4, @babel/helper-define-map@workspace:packages/babel-helper-define-map":
version: 0.0.0-use.local
resolution: "@babel/helper-define-map@workspace:packages/babel-helper-define-map"
dependencies:
"@babel/helper-function-name": "workspace:^7.10.4"
"@babel/types": "workspace:^7.10.5"
lodash: ^4.17.19
languageName: unknown
linkType: soft
"@babel/helper-explode-assignable-expression@npm:^7.10.4":
version: 7.11.4
resolution: "@babel/helper-explode-assignable-expression@npm:7.11.4"
dependencies:
"@babel/types": ^7.10.4
checksum: 22aa9c75c7eeb8bf42c268a8f4aad00abf12f315f59d912cc26b5895f4c1efec919e4f09b00a6c67a8fa8d7c5a212ca3d758748e60d401d41a322e319b312092
languageName: node
linkType: hard
"@babel/helper-explode-assignable-expression@workspace:^7.10.4, @babel/helper-explode-assignable-expression@workspace:packages/babel-helper-explode-assignable-expression":
version: 0.0.0-use.local
resolution: "@babel/helper-explode-assignable-expression@workspace:packages/babel-helper-explode-assignable-expression"
dependencies:
"@babel/traverse": "workspace:*"
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/helper-explode-class@workspace:packages/babel-helper-explode-class":
version: 0.0.0-use.local
resolution: "@babel/helper-explode-class@workspace:packages/babel-helper-explode-class"
dependencies:
"@babel/helper-bindify-decorators": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/helper-fixtures@npm:^7.10.5":
version: 7.10.5
resolution: "@babel/helper-fixtures@npm:7.10.5"
dependencies:
lodash: ^4.17.19
semver: ^5.3.0
checksum: f432d3509c466fd6ed78aea019250648844b13cd7b329b8ceadd4d739e157afaac107f5ab5ba65f4ded75f33c610d72ce28ad16348fbab3db0b23196387f8d5d
languageName: node
linkType: hard
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.10.5, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
version: 0.0.0-use.local
resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures"
dependencies:
lodash: ^4.17.19
semver: ^5.3.0
languageName: unknown
linkType: soft
"@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": ^7.10.4
"@babel/template": ^7.10.4
"@babel/types": ^7.10.4
checksum: 41ab8f48bbb7d4a65a90a4cf50c79c386d3c30e0dac10bc3ce311fda2ca971d82289a07570a785ebac92686854237ea1e511e74f2577a38c7ec2d67f2a250a9e
languageName: node
linkType: hard
"@babel/helper-function-name@workspace:^7.10.4, @babel/helper-function-name@workspace:packages/babel-helper-function-name":
version: 0.0.0-use.local
resolution: "@babel/helper-function-name@workspace:packages/babel-helper-function-name"
dependencies:
"@babel/helper-get-function-arity": "workspace:^7.10.4"
"@babel/template": "workspace:^7.10.4"
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@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": ^7.10.4
checksum: 4f0ddd43405e5a43c0638ddeb9fd6fc562ce8f338983ae603d4824ce4b586c2ca2fbc0ca93864357ba3a28f699029653749c6b49ec8576cb512ab0f404500999
languageName: node
linkType: hard
"@babel/helper-get-function-arity@workspace:^7.10.4, @babel/helper-get-function-arity@workspace:packages/babel-helper-get-function-arity":
version: 0.0.0-use.local
resolution: "@babel/helper-get-function-arity@workspace:packages/babel-helper-get-function-arity"
dependencies:
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@babel/helper-hoist-variables@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-hoist-variables@npm:7.10.4"
dependencies:
"@babel/types": ^7.10.4
checksum: 0bc1976366e1535920ac46ecf89700a738bb38f1413ca42f1bc11bef708f297f011078077355dfe81b3e5af8ef696c5fb752408d6b65f85c71839c28ce95afaa
languageName: node
linkType: hard
"@babel/helper-hoist-variables@workspace:^7.10.4, @babel/helper-hoist-variables@workspace:packages/babel-helper-hoist-variables":
version: 0.0.0-use.local
resolution: "@babel/helper-hoist-variables@workspace:packages/babel-helper-hoist-variables"
dependencies:
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@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": ^7.12.1
checksum: ae0cd0594bcc0343663747b28aa3433a312164eab259f919d184d39aed60dc2602b4cf0c7e287a22583c244cfc467b9097a289c1c4fd383f435ad10642c6a3d6
languageName: node
linkType: hard
"@babel/helper-member-expression-to-functions@workspace:^7.12.1, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
version: 0.0.0-use.local
resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions"
dependencies:
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/helper-module-imports@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-module-imports@npm:7.10.4"
dependencies:
"@babel/types": ^7.10.4
checksum: 84d03b58e7f04daf7c5a80765c527c24021ddbf4051567381528e2b351a550451dd87f67bf7a66f251dffcc979cd2ddaa01e1defd8b8db1095d38005e18eb806
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.12.1":
version: 7.12.5
resolution: "@babel/helper-module-imports@npm:7.12.5"
dependencies:
"@babel/types": ^7.12.5
checksum: 7f63b03496f0d03dac33050e9f925b0b32c5acffb2f4f5bb5936431e5da3df03792f67033875005e00dd7a3b565ffc95b4af3da276ae6ff8f81d860d7acbfe65
languageName: node
linkType: hard
"@babel/helper-module-imports@workspace:^7.12.1, @babel/helper-module-imports@workspace:packages/babel-helper-module-imports":
version: 0.0.0-use.local
resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports"
dependencies:
"@babel/core": "workspace:*"
"@babel/types": "workspace:^7.12.5"
languageName: unknown
linkType: soft
"@babel/helper-module-transforms@npm:^7.10.4, @babel/helper-module-transforms@npm:^7.10.5, @babel/helper-module-transforms@npm:^7.12.0":
version: 7.12.0
resolution: "@babel/helper-module-transforms@npm:7.12.0"
dependencies:
"@babel/helper-module-imports": ^7.10.4
"@babel/helper-replace-supers": ^7.12.0
"@babel/helper-simple-access": ^7.10.4
"@babel/helper-split-export-declaration": ^7.11.0
"@babel/helper-validator-identifier": ^7.10.4
"@babel/template": ^7.10.4
"@babel/traverse": ^7.12.0
"@babel/types": ^7.12.0
lodash: ^4.17.19
checksum: c16664e32a45e37b53227381e4913138597c04e2aa2e58528e0f6de8613f8b26011e31bf1207a1605c686b68663cc6fe27b4b1df4f9ce5fd9bb5a4d95469a0c0
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": ^7.12.1
"@babel/helper-replace-supers": ^7.12.1
"@babel/helper-simple-access": ^7.12.1
"@babel/helper-split-export-declaration": ^7.11.0
"@babel/helper-validator-identifier": ^7.10.4
"@babel/template": ^7.10.4
"@babel/traverse": ^7.12.1
"@babel/types": ^7.12.1
lodash: ^4.17.19
checksum: 902ed2b8e9ff45d33d20379f84b2269741a3a6108eb6c5e9e139186fd72e5bb405fac84bdcb7fae135c0cf4a5464d30bfb78ad00fc163b329aa9caa3630e7dd2
languageName: node
linkType: hard
"@babel/helper-module-transforms@workspace:^7.12.1, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
version: 0.0.0-use.local
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
dependencies:
"@babel/helper-module-imports": "workspace:^7.12.1"
"@babel/helper-replace-supers": "workspace:^7.12.1"
"@babel/helper-simple-access": "workspace:^7.12.1"
"@babel/helper-split-export-declaration": "workspace:^7.11.0"
"@babel/helper-validator-identifier": "workspace:^7.10.4"
"@babel/template": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.1"
lodash: ^4.17.19
languageName: unknown
linkType: soft
"@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": ^7.10.4
checksum: 70dd5a6daf6dc9f176dbfcac4afc1390d872821abe4ffaedf3ff0b1dbda8fb4b49efdeb612ae86c08f0773340583ce6e393a7a059727991aaa51b18de1fc0960
languageName: node
linkType: hard
"@babel/helper-optimise-call-expression@workspace:^7.10.4, @babel/helper-optimise-call-expression@workspace:packages/babel-helper-optimise-call-expression":
version: 0.0.0-use.local
resolution: "@babel/helper-optimise-call-expression@workspace:packages/babel-helper-optimise-call-expression"
dependencies:
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@babel/helper-plugin-test-runner@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-plugin-test-runner@npm:7.10.4"
dependencies:
"@babel/helper-transform-fixture-test-runner": ^7.10.4
checksum: 54ce123479801f42a371cf51738eca7badd2eaec2fb8c7ad2f3264a3a01662a556cb956900e84ab8de99c6752950dbdaa0e0ee664800ce3f852b42637fa2ccf4
languageName: node
linkType: hard
"@babel/helper-plugin-test-runner@workspace:*, @babel/helper-plugin-test-runner@workspace:packages/babel-helper-plugin-test-runner":
version: 0.0.0-use.local
resolution: "@babel/helper-plugin-test-runner@workspace:packages/babel-helper-plugin-test-runner"
dependencies:
"@babel/helper-transform-fixture-test-runner": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@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: 9f617e619a3557cb5fae8885e91cd94ba4ee16fb345e0360de0d7dc037efb10cc604939ecc1038ccdb71aa37e7e78f20133d7bbbebecb8f6dcdb557650366d92
languageName: node
linkType: hard
"@babel/helper-plugin-utils@workspace:^7.10.1, @babel/helper-plugin-utils@workspace:^7.10.4, @babel/helper-plugin-utils@workspace:packages/babel-helper-plugin-utils":
version: 0.0.0-use.local
resolution: "@babel/helper-plugin-utils@workspace:packages/babel-helper-plugin-utils"
languageName: unknown
linkType: soft
"@babel/helper-regex@npm:^7.10.4":
version: 7.10.5
resolution: "@babel/helper-regex@npm:7.10.5"
dependencies:
lodash: ^4.17.19
checksum: 956b9f22da2e996670b5f0b61450d3ed4efa462a5ebec5af7967da7a7759670a04ec4887152d43ea6b695c320370cac022987a9647d4caa86f0662605d7fc82f
languageName: node
linkType: hard
"@babel/helper-regex@workspace:^7.10.4, @babel/helper-regex@workspace:packages/babel-helper-regex":
version: 0.0.0-use.local
resolution: "@babel/helper-regex@workspace:packages/babel-helper-regex"
dependencies:
lodash: ^4.17.19
languageName: unknown
linkType: soft
"@babel/helper-remap-async-to-generator@npm:^7.10.4":
version: 7.11.4
resolution: "@babel/helper-remap-async-to-generator@npm:7.11.4"
dependencies:
"@babel/helper-annotate-as-pure": ^7.10.4
"@babel/helper-wrap-function": ^7.10.4
"@babel/template": ^7.10.4
"@babel/types": ^7.10.4
checksum: 5f19329b439ce2bd65d3500e25204720ab0144382b3f7d26ed2855531e569dfa659c500f10805e752bc6fa9db691096f92c5c60ac9e849fc75e8f7519eb828d7
languageName: node
linkType: hard
"@babel/helper-remap-async-to-generator@workspace:^7.12.1, @babel/helper-remap-async-to-generator@workspace:packages/babel-helper-remap-async-to-generator":
version: 0.0.0-use.local
resolution: "@babel/helper-remap-async-to-generator@workspace:packages/babel-helper-remap-async-to-generator"
dependencies:
"@babel/helper-annotate-as-pure": "workspace:^7.10.4"
"@babel/helper-wrap-function": "workspace:^7.10.4"
"@babel/traverse": "workspace:*"
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/helper-replace-supers@npm:^7.10.4, @babel/helper-replace-supers@npm:^7.12.0, @babel/helper-replace-supers@npm:^7.12.1":
version: 7.12.5
resolution: "@babel/helper-replace-supers@npm:7.12.5"
dependencies:
"@babel/helper-member-expression-to-functions": ^7.12.1
"@babel/helper-optimise-call-expression": ^7.10.4
"@babel/traverse": ^7.12.5
"@babel/types": ^7.12.5
checksum: 5a9ac871de38e65128e082bcca925298a4dd1501b1b79d79ebf7fc3c03490dcc1e397d582f513543f908f962dcb161a0ce4d968423b0c209c4321487bf2d5ec9
languageName: node
linkType: hard
"@babel/helper-replace-supers@workspace:^7.12.1, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
version: 0.0.0-use.local
resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers"
dependencies:
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1"
"@babel/helper-optimise-call-expression": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.12.5"
"@babel/types": "workspace:^7.12.5"
languageName: unknown
linkType: soft
"@babel/helper-simple-access@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-simple-access@npm:7.10.4"
dependencies:
"@babel/template": ^7.10.4
"@babel/types": ^7.10.4
checksum: a7ce52a2295b9290b70cfbdd5667ec42de1a170de2f9d6e8321b3864e631bca729fbb537fbcc85396b7ce921abc2c844a452e70996fcd582dd31433c33ef0f9d
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": ^7.12.1
checksum: ca44e3f694957d4026e2837905cd4f4ec60d73f49f8d65d8592afa6d797cb000f261ce7db1ed3e14b51200467f4c04917cb84ebe395f3d153462ccce1b980322
languageName: node
linkType: hard
"@babel/helper-simple-access@workspace:^7.12.1, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access":
version: 0.0.0-use.local
resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access"
dependencies:
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.11.0":
version: 7.11.0
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.11.0"
dependencies:
"@babel/types": ^7.11.0
checksum: c5995c834fbaeb8d573184c54e637add2c1b558f6f8a52a84d0c1777a564b634b94917f2b232d1ee4a96ae34587fdeb28b5dae1a45f3e3620cbff0da340aa287
languageName: node
linkType: hard
"@babel/helper-skip-transparent-expression-wrappers@workspace:^7.12.1, @babel/helper-skip-transparent-expression-wrappers@workspace:packages/babel-helper-skip-transparent-expression-wrappers":
version: 0.0.0-use.local
resolution: "@babel/helper-skip-transparent-expression-wrappers@workspace:packages/babel-helper-skip-transparent-expression-wrappers"
dependencies:
"@babel/traverse": "workspace:*"
"@babel/types": "workspace:^7.12.1"
languageName: unknown
linkType: soft
"@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": ^7.11.0
checksum: ddfc44d0cf75ee3a73e71b18e8b9b67d256f6e8496e550ab0b1342ef8cd62dd232c13ac77569e319869b1515a9733863e69a143e76f52e9fc1b51ee374b8869b
languageName: node
linkType: hard
"@babel/helper-split-export-declaration@workspace:^7.10.4, @babel/helper-split-export-declaration@workspace:^7.11.0, @babel/helper-split-export-declaration@workspace:packages/babel-helper-split-export-declaration":
version: 0.0.0-use.local
resolution: "@babel/helper-split-export-declaration@workspace:packages/babel-helper-split-export-declaration"
dependencies:
"@babel/types": "workspace:^7.11.0"
languageName: unknown
linkType: soft
"@babel/helper-transform-fixture-test-runner@npm:^7.10.4":
version: 7.12.1
resolution: "@babel/helper-transform-fixture-test-runner@npm:7.12.1"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/core": ^7.12.1
"@babel/helper-fixtures": ^7.10.5
"@babel/polyfill": ^7.12.1
babel-check-duplicated-nodes: ^1.0.0
jest-diff: ^24.8.0
lodash: ^4.17.19
quick-lru: 5.1.0
resolve: ^1.3.2
source-map: ^0.5.0
checksum: 31ec4894643391a919b75798c63bfef6551a5b469721e751b982833323957bb04cb9eabb5864e8eb51b8da4d924127342256ac6132b94745f5f445336be43dde
languageName: node
linkType: hard
"@babel/helper-transform-fixture-test-runner@workspace:*, @babel/helper-transform-fixture-test-runner@workspace:^7.10.4, @babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner":
version: 0.0.0-use.local
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
dependencies:
"@babel/code-frame": "workspace:^7.10.4"
"@babel/core": "workspace:^7.12.1"
"@babel/helper-fixtures": "workspace:^7.10.5"
"@babel/polyfill": "workspace:^7.12.1"
babel-check-duplicated-nodes: ^1.0.0
jest-diff: ^24.8.0
lodash: ^4.17.19
quick-lru: 5.1.0
resolve: ^1.3.2
source-map: ^0.5.0
languageName: unknown
linkType: soft
"@babel/helper-validator-identifier@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-validator-identifier@npm:7.10.4"
checksum: 25098ef842e3ffecdd9a7216f6173da7ad7be1b0b3e454a9f6965055154b9ad7a4acd2f218ba3d2efc0821bdab97837b3cb815844af7d72f66f89d446a54efc6
languageName: node
linkType: hard
"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.10.4, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier":
version: 0.0.0-use.local
resolution: "@babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier"
dependencies:
charcodes: ^0.2.0
unicode-13.0.0: ^0.8.0
languageName: unknown
linkType: soft
"@babel/helper-validator-option@npm:^7.12.0":
version: 7.12.0
resolution: "@babel/helper-validator-option@npm:7.12.0"
checksum: 50db7721df31b3d08adf40cd2d0de6041ae118589612f32b707e81a432bcb54ba3323458724c38aa90c611f3fc67adb1f1e25ab929038e8833d49b37b03824e0
languageName: node
linkType: hard
"@babel/helper-validator-option@workspace:^7.12.1, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option":
version: 0.0.0-use.local
resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option"
languageName: unknown
linkType: soft
"@babel/helper-wrap-function@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helper-wrap-function@npm:7.10.4"
dependencies:
"@babel/helper-function-name": ^7.10.4
"@babel/template": ^7.10.4
"@babel/traverse": ^7.10.4
"@babel/types": ^7.10.4
checksum: 4d5fe2db333b8f64f85057562ab49d825ad64ec53b94b92d2229645f7373e6e67a51e9eb108ac5d91933687a576ab4cd1f663a66caf140a6911d2a07e7efba24
languageName: node
linkType: hard
"@babel/helper-wrap-function@workspace:^7.10.4, @babel/helper-wrap-function@workspace:packages/babel-helper-wrap-function":
version: 0.0.0-use.local
resolution: "@babel/helper-wrap-function@workspace:packages/babel-helper-wrap-function"
dependencies:
"@babel/helper-function-name": "workspace:^7.10.4"
"@babel/template": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.10.4"
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
"@babel/helpers@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/helpers@npm:7.10.4"
dependencies:
"@babel/template": ^7.10.4
"@babel/traverse": ^7.10.4
"@babel/types": ^7.10.4
checksum: 96859c490ac07fe30fe2b6ad8e474325d2504ffcc8b720b0f22a01e8334d79b4fb3051720c2146390579f7781cbc5923cb32d4e23e51b811c83aaa644fe17f2a
languageName: node
linkType: hard
"@babel/helpers@npm:^7.12.1":
version: 7.12.5
resolution: "@babel/helpers@npm:7.12.5"
dependencies:
"@babel/template": ^7.10.4
"@babel/traverse": ^7.12.5
"@babel/types": ^7.12.5
checksum: 5cc171461d6d38c3d46494e3b35c390ea051fc3a3406cdf378960c57a1656a8e1f799e7b00080a82552ebb1ee7054a1e648421eaf73f31ad12c12a03b0b42bc0
languageName: node
linkType: hard
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.12.1, @babel/helpers@workspace:packages/babel-helpers":
version: 0.0.0-use.local
resolution: "@babel/helpers@workspace:packages/babel-helpers"
dependencies:
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/template": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.12.5"
"@babel/types": "workspace:^7.12.5"
languageName: unknown
linkType: soft
"@babel/highlight@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/highlight@npm:7.10.4"
dependencies:
"@babel/helper-validator-identifier": ^7.10.4
chalk: ^2.0.0
js-tokens: ^4.0.0
checksum: c167b938af9797e7630dd922398ceb1a079469085b9c0a7274f093f9f2b1ef9f0a5efec89592e81cbab7c87a537d32c238cea97d288b7af9a0d26b2bceb7a439
languageName: node
linkType: hard
"@babel/highlight@workspace:^7.10.4, @babel/highlight@workspace:packages/babel-highlight":
version: 0.0.0-use.local
resolution: "@babel/highlight@workspace:packages/babel-highlight"
dependencies:
"@babel/helper-validator-identifier": "workspace:^7.10.4"
chalk: ^2.0.0
js-tokens: ^4.0.0
strip-ansi: ^4.0.0
languageName: unknown
linkType: soft
"@babel/node@workspace:packages/babel-node":
version: 0.0.0-use.local
resolution: "@babel/node@workspace:packages/babel-node"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-fixtures": "workspace:*"
"@babel/register": "workspace:^7.12.1"
"@babel/runtime": "workspace:*"
commander: ^4.0.1
core-js: ^3.2.1
fs-readdir-recursive: ^1.0.0
lodash: ^4.17.19
make-dir: ^2.1.0
node-environment-flags: ^1.0.5
regenerator-runtime: ^0.13.4
resolve: ^1.13.1
rimraf: ^3.0.0
v8flags: ^3.1.1
peerDependencies:
"@babel/core": ^7.0.0-0
bin:
babel-node: ./bin/babel-node.js
languageName: unknown
linkType: soft
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.10.4, @babel/parser@npm:^7.12.0, @babel/parser@npm:^7.12.3, @babel/parser@npm:^7.12.5":
version: 7.12.5