-
Notifications
You must be signed in to change notification settings - Fork 15
/
npm-shrinkwrap.json
9166 lines (9166 loc) · 313 KB
/
npm-shrinkwrap.json
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
{
"name": "ramda-repl",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"JSONStream": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.2.1.tgz",
"integrity": "sha1-MqpXkOeZSBCDtJtLf6lOI7rmm/k=",
"requires": {
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
}
},
"abab": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
"dev": true
},
"acorn": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz",
"integrity": "sha1-yM4n3grMdtiW0rH6099YjZ6C8BQ="
},
"acorn-globals": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
"integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
"dev": true,
"requires": {
"acorn": "^7.1.1",
"acorn-walk": "^7.1.1"
},
"dependencies": {
"acorn": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
"integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
"dev": true
}
}
},
"acorn-jsx": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
"integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=",
"dev": true,
"requires": {
"acorn": "^3.0.4"
},
"dependencies": {
"acorn": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
"integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=",
"dev": true
}
}
},
"acorn-walk": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
"integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
"dev": true
},
"ajv": {
"version": "4.7.5",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-4.7.5.tgz",
"integrity": "sha1-9EFyrsGFFOa6Y1DMX64O6bFC5ow=",
"dev": true,
"requires": {
"co": "^4.6.0",
"json-stable-stringify": "^1.0.1"
},
"dependencies": {
"json-stable-stringify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
"integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
"dev": true,
"requires": {
"jsonify": "~0.0.0"
}
}
}
},
"ajv-keywords": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.1.1.tgz",
"integrity": "sha1-AlULxgWj5XYEFWViivly4GxUnVA=",
"dev": true
},
"align-text": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
"integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
"dev": true,
"requires": {
"kind-of": "^3.0.2",
"longest": "^1.0.1",
"repeat-string": "^1.5.2"
}
},
"alphanum-sort": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
"dev": true
},
"amdefine": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz",
"integrity": "sha1-/RdHRwDLXMnCtwnwvp0jzjwZjDM=",
"dev": true,
"optional": true
},
"ansi-escapes": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
"integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=",
"dev": true
},
"ansi-regex": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
"integrity": "sha1-xQYbbg74qBd15Q9dZhUb9r83EQc="
},
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
},
"any-promise": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz",
"integrity": "sha1-gwtoCqflbzNFHUsEnzvYBESY7ic=",
"dev": true
},
"anymatch": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz",
"integrity": "sha1-o+Uvo5FoyCX/V7AkgSbOWo/5VQc=",
"dev": true,
"requires": {
"arrify": "^1.0.0",
"micromatch": "^2.1.5"
}
},
"argparse": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
"dev": true,
"requires": {
"sprintf-js": "~1.0.2"
}
},
"arr-diff": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
"integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
"requires": {
"arr-flatten": "^1.0.1"
}
},
"arr-flatten": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
"integrity": "sha1-5f/lTUXhnzLyFukeuZyM6JK7YEs="
},
"array-filter": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz",
"integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw="
},
"array-map": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz",
"integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI="
},
"array-reduce": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz",
"integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys="
},
"array-union": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
"dev": true,
"requires": {
"array-uniq": "^1.0.1"
}
},
"array-uniq": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
"integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
"dev": true
},
"array-unique": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
"integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM="
},
"arrify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
"dev": true
},
"asn1": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
"integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
"dev": true
},
"asn1.js": {
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.8.1.tgz",
"integrity": "sha1-OUm39f0ei+3BO+Or6/R3+TSQyBA=",
"requires": {
"bn.js": "^4.0.0",
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
}
},
"assert": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/assert/-/assert-1.3.0.tgz",
"integrity": "sha1-A5OaYiWCqBLMICMgoLmlbJuBWEk=",
"requires": {
"util": "0.10.3"
}
},
"assert-plus": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
"integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
"dev": true,
"optional": true
},
"astw": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz",
"integrity": "sha1-CBIayCiNNWEcDO7GY/bNVFYEiX0=",
"requires": {
"acorn": "^1.0.3"
}
},
"async": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz",
"integrity": "sha1-rDYTsdqb7RtHUQu0ZRuJMeRxRsc=",
"dev": true
},
"async-each": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
"integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
"dev": true
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
"dev": true
},
"autoprefixer": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.0.tgz",
"integrity": "sha1-kQ3gqg8ir0x9UDZ8vJ1NQSlFFi8=",
"dev": true,
"requires": {
"browserslist": "~1.4.0",
"caniuse-db": "^1.0.30000540",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^5.2.2",
"postcss-value-parser": "^3.2.3"
},
"dependencies": {
"postcss": {
"version": "5.2.18",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
"integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
"dev": true,
"requires": {
"chalk": "^1.1.3",
"js-base64": "^2.1.9",
"source-map": "^0.5.6",
"supports-color": "^3.2.3"
}
},
"supports-color": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
"integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==",
"dev": true,
"requires": {
"has-flag": "^1.0.0"
}
}
}
},
"aws-sign2": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
"integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
"dev": true,
"optional": true
},
"aws4": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz",
"integrity": "sha1-/efVKSRm0jDl7g9OA42d+qsI/GE=",
"dev": true,
"optional": true
},
"babel-code-frame": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.16.0.tgz",
"integrity": "sha1-+Q5g2ghikJ084JhzO105h8l8uN4=",
"requires": {
"chalk": "^1.1.0",
"esutils": "^2.0.2",
"js-tokens": "^2.0.0"
}
},
"babel-core": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.16.0.tgz",
"integrity": "sha1-z4u/3wCXxBRhldgNnsltc6zzh9U=",
"requires": {
"babel-code-frame": "^6.16.0",
"babel-generator": "^6.16.0",
"babel-helpers": "^6.16.0",
"babel-messages": "^6.8.0",
"babel-register": "^6.16.0",
"babel-runtime": "^6.9.1",
"babel-template": "^6.16.0",
"babel-traverse": "^6.16.0",
"babel-types": "^6.16.0",
"babylon": "^6.11.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",
"lodash": "^4.2.0",
"minimatch": "^3.0.2",
"path-exists": "^1.0.0",
"path-is-absolute": "^1.0.0",
"private": "^0.1.6",
"shebang-regex": "^1.0.0",
"slash": "^1.0.0",
"source-map": "^0.5.0"
}
},
"babel-generator": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.16.0.tgz",
"integrity": "sha1-LDjuYmma3OJl8KMs4YosIc8Pyng=",
"requires": {
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.16.0",
"detect-indent": "^3.0.1",
"jsesc": "^1.3.0",
"lodash": "^4.2.0",
"source-map": "^0.5.0"
}
},
"babel-helper-bindify-decorators": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.8.0.tgz",
"integrity": "sha1-s0gFowsUM8wAQvcFT4inEzwUSQk=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-builder-binary-assignment-operator-visitor": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.15.0.tgz",
"integrity": "sha1-OenuFD95e2QiYuRkbGgcMgie8as=",
"requires": {
"babel-helper-explode-assignable-expression": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.15.0"
}
},
"babel-helper-call-delegate": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.8.0.tgz",
"integrity": "sha1-nSg+dIZ3m2sEgYZKEbNx6lwB+mQ=",
"requires": {
"babel-helper-hoist-variables": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-define-map": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.9.0.tgz",
"integrity": "sha1-Zin5sqfljhjoN5pX0eb7spaZAvs=",
"requires": {
"babel-helper-function-name": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.9.0",
"lodash": "^4.2.0"
}
},
"babel-helper-explode-assignable-expression": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.8.0.tgz",
"integrity": "sha1-mzUl4Ft2HDuIkZ1zCii60ZZ+ZVY=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-explode-class": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-explode-class/-/babel-helper-explode-class-6.8.0.tgz",
"integrity": "sha1-GWoijMaepXMIaV5OvRo2zz+Oyj0=",
"requires": {
"babel-helper-bindify-decorators": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-function-name": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.8.0.tgz",
"integrity": "sha1-oDNroUUmoHXN9QL8UtP+hLEvejQ=",
"requires": {
"babel-helper-get-function-arity": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.8.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-get-function-arity": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.8.0.tgz",
"integrity": "sha1-iCdsJL0lHN9vYbb4n3RfSGztkq8=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-hoist-variables": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.8.0.tgz",
"integrity": "sha1-iwdm3AJuqepCO8KzTmZaTac3Oq8=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-optimise-call-expression": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.8.0.tgz",
"integrity": "sha1-QXVijpyJ/DYXSQTycHDynThWfwY=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
}
},
"babel-helper-regex": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.9.0.tgz",
"integrity": "sha1-x0Jl/eGA/5oWc1/uBeY8rbngsFc=",
"requires": {
"babel-runtime": "^6.9.0",
"babel-types": "^6.9.0",
"lodash": "^4.2.0"
}
},
"babel-helper-remap-async-to-generator": {
"version": "6.16.2",
"resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.16.2.tgz",
"integrity": "sha1-JDFb3oMmxgAi3AU8zoTP441yS4I=",
"requires": {
"babel-helper-function-name": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.16.0",
"babel-traverse": "^6.16.0",
"babel-types": "^6.16.0"
}
},
"babel-helper-replace-supers": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.16.0.tgz",
"integrity": "sha1-Icl2I8x+QwhVdT8lJ0ASJiajnms=",
"requires": {
"babel-helper-optimise-call-expression": "^6.8.0",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.16.0",
"babel-traverse": "^6.16.0",
"babel-types": "^6.16.0"
}
},
"babel-helpers": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.16.0.tgz",
"integrity": "sha1-EJXsENmSeUYFU+Z+s+7plz04Z+M=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-template": "^6.16.0"
}
},
"babel-messages": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz",
"integrity": "sha1-v1BHNsqWfm1l7wrbWipflHyODrk=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-check-es2015-constants": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.8.0.tgz",
"integrity": "sha1-2/Akwy7Te/2o3uHnbaAjhqjSb+c=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-syntax-async-functions": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
"integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU="
},
"babel-plugin-syntax-async-generators": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz",
"integrity": "sha1-a8lj67FuzLrmuStZbrfzXDQqi5o="
},
"babel-plugin-syntax-class-constructor-call": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.13.0.tgz",
"integrity": "sha1-lvsunxd9yiKCQGXeQ5Ly/jSGt2U="
},
"babel-plugin-syntax-class-properties": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
"integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94="
},
"babel-plugin-syntax-decorators": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz",
"integrity": "sha1-MSVjtNvePMgGzuPkFszurd0RrAs="
},
"babel-plugin-syntax-do-expressions": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.13.0.tgz",
"integrity": "sha1-V0d1YTmqJtOQ0JQQsDdEugfkeW0="
},
"babel-plugin-syntax-exponentiation-operator": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
"integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4="
},
"babel-plugin-syntax-export-extensions": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz",
"integrity": "sha1-cKFITw+QiaToStRLrDU8lbmxJyE="
},
"babel-plugin-syntax-function-bind": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.13.0.tgz",
"integrity": "sha1-SMSV8Xe98xqYHnMvVa3AvdJgH0Y="
},
"babel-plugin-syntax-object-rest-spread": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
"integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U="
},
"babel-plugin-syntax-trailing-function-commas": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.13.0.tgz",
"integrity": "sha1-K4S31T3XRPlP8frXZpQGJ0sj9UE="
},
"babel-plugin-transform-async-generator-functions": {
"version": "6.16.2",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.16.2.tgz",
"integrity": "sha1-a3rVP6eOUEn2UCM9in7o9xbwjh0=",
"requires": {
"babel-helper-remap-async-to-generator": "^6.16.2",
"babel-plugin-syntax-async-generators": "^6.5.0",
"babel-runtime": "^5.0.0"
},
"dependencies": {
"babel-runtime": {
"version": "5.8.38",
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-5.8.38.tgz",
"integrity": "sha1-HAsC62MxL18If/IEUIJ7QlydTBk=",
"requires": {
"core-js": "^1.0.0"
}
},
"core-js": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
"integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY="
}
}
},
"babel-plugin-transform-async-to-generator": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.16.0.tgz",
"integrity": "sha1-Gew2yxSGtZ+fRorfpCzhOQjKKZk=",
"requires": {
"babel-helper-remap-async-to-generator": "^6.16.0",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-cjs-system-require": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-cjs-system-require/-/babel-plugin-transform-cjs-system-require-0.1.1.tgz",
"integrity": "sha1-/+8m0xvCcOgr271DfbJ3foUWKik=",
"dev": true,
"optional": true
},
"babel-plugin-transform-cjs-system-wrapper": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-cjs-system-wrapper/-/babel-plugin-transform-cjs-system-wrapper-0.2.1.tgz",
"integrity": "sha1-6FUHiHe1bU0bkrn5Gzf1mdsCAOM=",
"dev": true,
"optional": true,
"requires": {
"babel-plugin-transform-cjs-system-require": "^0.1.1",
"babel-template": "^6.9.0"
}
},
"babel-plugin-transform-class-constructor-call": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.8.0.tgz",
"integrity": "sha1-bnQLyA8W0pX6WY2SUYZmAgqQYZI=",
"requires": {
"babel-plugin-syntax-class-constructor-call": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.8.0"
}
},
"babel-plugin-transform-class-properties": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.16.0.tgz",
"integrity": "sha1-lpvKJNNOQB0hTza4r1wTRoWbyQQ=",
"requires": {
"babel-helper-function-name": "^6.8.0",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-runtime": "^6.9.1"
}
},
"babel-plugin-transform-decorators": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.13.0.tgz",
"integrity": "sha1-gtZcFHCug+LRPuvssKHCR21i2p0=",
"requires": {
"babel-helper-define-map": "^6.8.0",
"babel-helper-explode-class": "^6.8.0",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.8.0",
"babel-types": "^6.13.0"
}
},
"babel-plugin-transform-do-expressions": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.8.0.tgz",
"integrity": "sha1-/aaSrzOYNcwlW7dUTvuPfBMGwnM=",
"requires": {
"babel-plugin-syntax-do-expressions": "^6.8.0",
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-arrow-functions": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.8.0.tgz",
"integrity": "sha1-W2Ovwxgb3JqMTUgbWk8/fX/vPZ0=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-block-scoped-functions": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.8.0.tgz",
"integrity": "sha1-7ZXWKcS1pxriloK5mPcNmDPrNm0=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-block-scoping": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.15.0.tgz",
"integrity": "sha1-W0Q8oUK+jR22qMKuQvUZWLZrcPY=",
"requires": {
"babel-runtime": "^6.9.0",
"babel-template": "^6.15.0",
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"lodash": "^4.2.0"
}
},
"babel-plugin-transform-es2015-classes": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.14.0.tgz",
"integrity": "sha1-h9UUnukftHWSJAn5r1srpdHjkoc=",
"requires": {
"babel-helper-define-map": "^6.9.0",
"babel-helper-function-name": "^6.8.0",
"babel-helper-optimise-call-expression": "^6.8.0",
"babel-helper-replace-supers": "^6.14.0",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-template": "^6.14.0",
"babel-traverse": "^6.14.0",
"babel-types": "^6.14.0"
}
},
"babel-plugin-transform-es2015-computed-properties": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.8.0.tgz",
"integrity": "sha1-9RAQ/WGzvXtrYKX9/TB7t6UnmHA=",
"requires": {
"babel-helper-define-map": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.8.0"
}
},
"babel-plugin-transform-es2015-destructuring": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.16.0.tgz",
"integrity": "sha1-BQ/ghm9dU7NgYu4QzfW/5k+Slic=",
"requires": {
"babel-runtime": "^6.9.0"
}
},
"babel-plugin-transform-es2015-duplicate-keys": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.8.0.tgz",
"integrity": "sha1-/Y9/cXH8EIzBxwwxZLnxWoHCX30=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
}
},
"babel-plugin-transform-es2015-for-of": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.8.0.tgz",
"integrity": "sha1-gu2hObpCcN2hNcPsGx8oE/pi8jw=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-function-name": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.9.0.tgz",
"integrity": "sha1-jBNbF9vQZOW7pW7FEbqu4vyoJxk=",
"requires": {
"babel-helper-function-name": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.9.0"
}
},
"babel-plugin-transform-es2015-literals": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.8.0.tgz",
"integrity": "sha1-UKouXHlY/CqyXXTsEX4MyY8EZGg=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-modules-amd": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.8.0.tgz",
"integrity": "sha1-JdlUqgvwQDH8RtKo5iMLsau95KM=",
"requires": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.8.0"
}
},
"babel-plugin-transform-es2015-modules-commonjs": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.16.0.tgz",
"integrity": "sha1-CjS0R7yIrRpwmIttGZzKbQuWyJI=",
"requires": {
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.16.0",
"babel-types": "^6.16.0"
}
},
"babel-plugin-transform-es2015-modules-systemjs": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.14.0.tgz",
"integrity": "sha1-xRm1xz4yOI5nnJse30Gy/CPcMwM=",
"requires": {
"babel-helper-hoist-variables": "^6.8.0",
"babel-runtime": "^6.11.6",
"babel-template": "^6.14.0"
}
},
"babel-plugin-transform-es2015-modules-umd": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.12.0.tgz",
"integrity": "sha1-XXNVnrSSZnde0oHEC+iKQhvTcaM=",
"requires": {
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.8.0"
}
},
"babel-plugin-transform-es2015-object-super": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.8.0.tgz",
"integrity": "sha1-G4WHQKWkQAiHwj3P9vTVbupKJMU=",
"requires": {
"babel-helper-replace-supers": "^6.8.0",
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-parameters": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.16.0.tgz",
"integrity": "sha1-RS7hUpBZnMDAuMrsUvntjppiMPM=",
"requires": {
"babel-helper-call-delegate": "^6.8.0",
"babel-helper-get-function-arity": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-template": "^6.16.0",
"babel-traverse": "^6.16.0",
"babel-types": "^6.16.0"
}
},
"babel-plugin-transform-es2015-shorthand-properties": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.8.0.tgz",
"integrity": "sha1-8KTF/UcWMKzzM8LZnD1ne/CVIUk=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
}
},
"babel-plugin-transform-es2015-spread": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.8.0.tgz",
"integrity": "sha1-Ahf3N+O4IfpaZp8YfG7VkgXwXpw=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-sticky-regex": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.8.0.tgz",
"integrity": "sha1-5z0wCkQKNdXGT1wqNE3CNuPfR74=",
"requires": {
"babel-helper-regex": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
}
},
"babel-plugin-transform-es2015-template-literals": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.8.0.tgz",
"integrity": "sha1-huuHbQosY12k7ASLT33p38iX5ms=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-typeof-symbol": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.8.0.tgz",
"integrity": "sha1-hMKesSGTckgJVaAg/vemXETzBTM=",
"requires": {
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-es2015-unicode-regex": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.11.0.tgz",
"integrity": "sha1-YpjOq6rYjVCj9POS2N6ZcmD27yw=",
"requires": {
"babel-helper-regex": "^6.8.0",
"babel-runtime": "^6.0.0",
"regexpu-core": "^2.0.0"
}
},
"babel-plugin-transform-exponentiation-operator": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.8.0.tgz",
"integrity": "sha1-2yV0LpM56t5nbKms7Eb5VVmaaKQ=",
"requires": {
"babel-helper-builder-binary-assignment-operator-visitor": "^6.8.0",
"babel-plugin-syntax-exponentiation-operator": "^6.8.0",
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-export-extensions": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.8.0.tgz",
"integrity": "sha1-+oD/ZVtjZUlDG/049rgXvYLkf1s=",
"requires": {
"babel-plugin-syntax-export-extensions": "^6.8.0",
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-function-bind": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.8.0.tgz",
"integrity": "sha1-5/M0zmn1DSj+hQqCLqqrn6T02CE=",
"requires": {
"babel-plugin-syntax-function-bind": "^6.8.0",
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-global-system-wrapper": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-global-system-wrapper/-/babel-plugin-transform-global-system-wrapper-0.0.1.tgz",
"integrity": "sha1-r7RpzsDgRom5/n6LH9KA/JSm2PI=",
"dev": true,
"optional": true,
"requires": {
"babel-template": "^6.9.0"
}
},
"babel-plugin-transform-object-rest-spread": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.16.0.tgz",
"integrity": "sha1-20QdVv/8GZkFL96+Li8l69KONqk=",
"requires": {
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-runtime": "^6.0.0"
}
},
"babel-plugin-transform-regenerator": {
"version": "6.16.1",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.16.1.tgz",
"integrity": "sha1-p13msEihQVSq4UsBInVsW+05L1k=",
"requires": {
"babel-runtime": "^6.9.0",
"babel-types": "^6.16.0",
"private": "~0.1.5"
}
},
"babel-plugin-transform-strict-mode": {
"version": "6.11.3",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.11.3.tgz",
"integrity": "sha1-GDdBMlEmvH7Jz0wPwlfT58pa/UA=",
"requires": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
}
},
"babel-plugin-transform-system-register": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/babel-plugin-transform-system-register/-/babel-plugin-transform-system-register-0.0.1.tgz",
"integrity": "sha1-nf9AOQwnY6xRjwsq18XqT2WlviU=",
"dev": true,
"optional": true
},
"babel-polyfill": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.16.0.tgz",
"integrity": "sha1-LUUCHfh+JqN0ttTRqcZZZNF/JCI=",
"requires": {
"babel-runtime": "^6.9.1",
"core-js": "^2.4.0",
"regenerator-runtime": "^0.9.5"
}
},
"babel-preset-es2015": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.16.0.tgz",
"integrity": "sha1-Wazs0e++uvSPiUBIQPL+eMTSrVw=",
"requires": {
"babel-plugin-check-es2015-constants": "^6.3.13",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.14.0",
"babel-plugin-transform-es2015-classes": "^6.14.0",
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
"babel-plugin-transform-es2015-duplicate-keys": "^6.6.0",
"babel-plugin-transform-es2015-for-of": "^6.6.0",
"babel-plugin-transform-es2015-function-name": "^6.9.0",
"babel-plugin-transform-es2015-literals": "^6.3.13",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.14.0",