-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
15415 lines (13352 loc) · 530 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 IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@choojs/findup@^0.2.0":
"integrity" "sha512-YstAqNb0MCN8PjdLCDfRsBcGVRN41f3vgLvaI0IrIcBp4AqILRSS0DeWNGkicC+f/zRIPJLc+9RURVSepwvfBw=="
"resolved" "https://registry.npmjs.org/@choojs/findup/-/findup-0.2.1.tgz"
"version" "0.2.1"
dependencies:
"commander" "^2.15.1"
"@gulp-sourcemaps/identity-map@1.X":
"integrity" "sha512-ciiioYMLdo16ShmfHBXJBOFm3xPC4AuwO4xeRpFeHz7WK9PYsWCmigagG2XyzZpubK4a3qNKoUBDhbzHfa50LQ=="
"resolved" "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.2.tgz"
"version" "1.0.2"
dependencies:
"acorn" "^5.0.3"
"css" "^2.2.1"
"normalize-path" "^2.1.1"
"source-map" "^0.6.0"
"through2" "^2.0.3"
"@gulp-sourcemaps/map-sources@1.X":
"integrity" "sha1-iQrnxdjId/bThIYCFazp1+yUW9o="
"resolved" "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz"
"version" "1.0.0"
dependencies:
"normalize-path" "^2.0.1"
"through2" "^2.0.3"
"@mapbox/geojson-rewind@^0.5.0":
"integrity" "sha512-73l/qJQgj/T/zO1JXVfuVvvKDgikD/7D/rHAD28S9BG1OTstgmftrmqfCx4U+zQAmtsB6HcDA3a7ymdnJZAQgg=="
"resolved" "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.0.tgz"
"version" "0.5.0"
dependencies:
"concat-stream" "~2.0.0"
"minimist" "^1.2.5"
"@mapbox/geojson-types@^1.0.2":
"integrity" "sha512-e9EBqHHv3EORHrSfbR9DqecPNn+AmuAoQxV6aL8Xu30bJMJR1o8PZLZzpk1Wq7/NfCbuhmakHTPYRhoqLsXRnw=="
"resolved" "https://registry.npmjs.org/@mapbox/geojson-types/-/geojson-types-1.0.2.tgz"
"version" "1.0.2"
"@mapbox/jsonlint-lines-primitives@^2.0.2":
"integrity" "sha1-zlblOfg1UrWNENZy6k1vya3HsjQ="
"resolved" "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz"
"version" "2.0.2"
"@mapbox/mapbox-gl-supported@^1.5.0":
"integrity" "sha512-/PT1P6DNf7vjEEiPkVIRJkvibbqWtqnyGaBz3nfRdcxclNSnSdaLU5tfAgcD7I8Yt5i+L19s406YLl1koLnLbg=="
"resolved" "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.5.0.tgz"
"version" "1.5.0"
"@mapbox/point-geometry@^0.1.0", "@mapbox/point-geometry@~0.1.0", "@mapbox/point-geometry@0.1.0":
"integrity" "sha1-ioP5M1x4YO/6Lu7KJUMyqgru2PI="
"resolved" "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz"
"version" "0.1.0"
"@mapbox/tiny-sdf@^1.1.1":
"integrity" "sha512-Ihn1nZcGIswJ5XGbgFAvVumOgWpvIjBX9jiRlIl46uQG9vJOF51ViBYHF95rEZupuyQbEmhLaDPLQlU7fUTsBg=="
"resolved" "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-1.1.1.tgz"
"version" "1.1.1"
"@mapbox/unitbezier@^0.0.0":
"integrity" "sha1-FWUb1VOme4WB+zmIEMmK2Go0Uk4="
"resolved" "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz"
"version" "0.0.0"
"@mapbox/vector-tile@^1.3.1":
"integrity" "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw=="
"resolved" "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz"
"version" "1.3.1"
dependencies:
"@mapbox/point-geometry" "~0.1.0"
"@mapbox/whoots-js@^3.1.0":
"integrity" "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q=="
"resolved" "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz"
"version" "3.1.0"
"@plotly/d3-sankey-circular@0.33.1":
"integrity" "sha512-FgBV1HEvCr3DV7RHhDsPXyryknucxtfnLwPtCKKxdolKyTFYoLX/ibEfX39iFYIL7DYbVeRtP43dbFcrHNE+KQ=="
"resolved" "https://registry.npmjs.org/@plotly/d3-sankey-circular/-/d3-sankey-circular-0.33.1.tgz"
"version" "0.33.1"
dependencies:
"d3-array" "^1.2.1"
"d3-collection" "^1.0.4"
"d3-shape" "^1.2.0"
"elementary-circuits-directed-graph" "^1.0.4"
"@plotly/d3-sankey@0.7.2":
"integrity" "sha512-2jdVos1N3mMp3QW0k2q1ph7Gd6j5PY1YihBrwpkFnKqO+cqtZq3AdEYUeSGXMeLsBDQYiqTVcihYfk8vr5tqhw=="
"resolved" "https://registry.npmjs.org/@plotly/d3-sankey/-/d3-sankey-0.7.2.tgz"
"version" "0.7.2"
dependencies:
"d3-array" "1"
"d3-collection" "1"
"d3-shape" "^1.2.0"
"@plotly/point-cluster@^3.1.9":
"integrity" "sha512-MwaI6g9scKf68Orpr1pHZ597pYx9uP8UEFXLPbsCmuw3a84obwz6pnMXGc90VhgDNeNiLEdlmuK7CPo+5PIxXw=="
"resolved" "https://registry.npmjs.org/@plotly/point-cluster/-/point-cluster-3.1.9.tgz"
"version" "3.1.9"
dependencies:
"array-bounds" "^1.0.1"
"binary-search-bounds" "^2.0.4"
"clamp" "^1.0.1"
"defined" "^1.0.0"
"dtype" "^2.0.0"
"flatten-vertex-data" "^1.0.2"
"is-obj" "^1.0.1"
"math-log2" "^1.0.1"
"parse-rect" "^1.2.0"
"pick-by-alias" "^1.2.0"
"@turf/area@^6.0.1":
"integrity" "sha512-Zv+3N1ep9P5JvR0YOYagLANyapGWQBh8atdeR3bKpWcigVXFsEKNUw03U/5xnh+cKzm7yozHD6MFJkqQv55y0g=="
"resolved" "https://registry.npmjs.org/@turf/area/-/area-6.0.1.tgz"
"version" "6.0.1"
dependencies:
"@turf/helpers" "6.x"
"@turf/meta" "6.x"
"@turf/bbox@^6.0.1":
"integrity" "sha512-EGgaRLettBG25Iyx7VyUINsPpVj1x3nFQFiGS3ER8KCI1MximzNLsam3eXRabqQDjyAKyAE1bJ4EZEpGvspQxw=="
"resolved" "https://registry.npmjs.org/@turf/bbox/-/bbox-6.0.1.tgz"
"version" "6.0.1"
dependencies:
"@turf/helpers" "6.x"
"@turf/meta" "6.x"
"@turf/centroid@^6.0.2":
"integrity" "sha512-auyDauOtC4eddH7GC3CHFTDu2PKhpSeKCRhwhHhXtJqn2dWCJQNIoCeJRmfXRIbzCWhWvgvQafvvhq8HNvmvWw=="
"resolved" "https://registry.npmjs.org/@turf/centroid/-/centroid-6.0.2.tgz"
"version" "6.0.2"
dependencies:
"@turf/helpers" "6.x"
"@turf/meta" "6.x"
"@turf/helpers@6.x":
"integrity" "sha512-vJvrdOZy1ngC7r3MDA7zIGSoIgyrkWcGnNIEaqn/APmw+bVLF2gAW7HIsdTxd12s5wQMqEpqIQrmrbRRZ0xC7g=="
"resolved" "https://registry.npmjs.org/@turf/helpers/-/helpers-6.1.4.tgz"
"version" "6.1.4"
"@turf/meta@6.x":
"integrity" "sha512-VA7HJkx7qF1l3+GNGkDVn2oXy4+QoLP6LktXAaZKjuT1JI0YESat7quUkbCMy4zP9lAUuvS4YMslLyTtr919FA=="
"resolved" "https://registry.npmjs.org/@turf/meta/-/meta-6.0.2.tgz"
"version" "6.0.2"
dependencies:
"@turf/helpers" "6.x"
"@types/node@^8.0.19":
"integrity" "sha512-EibsnbJerd0hBFaDjJStFrVbVBAtOy4dgL8zZFw0uOvPqzBAX59Ci8cgjg3+RgJIWhsB5A4c+pi+D4P9tQQh/A=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-8.10.38.tgz"
"version" "8.10.38"
"3d-view@^2.0.0":
"integrity" "sha1-gxrpQtdQjFCAHj4G+v4ejFdOF74="
"resolved" "https://registry.npmjs.org/3d-view/-/3d-view-2.0.0.tgz"
"version" "2.0.0"
dependencies:
"matrix-camera-controller" "^2.1.1"
"orbit-camera-controller" "^4.0.0"
"turntable-camera-controller" "^3.0.0"
"a-big-triangle@^1.0.3":
"integrity" "sha1-7v0wsCqPUl6LH3K7a7GwwWdRx5Q="
"resolved" "https://registry.npmjs.org/a-big-triangle/-/a-big-triangle-1.0.3.tgz"
"version" "1.0.3"
dependencies:
"gl-buffer" "^2.1.1"
"gl-vao" "^1.2.0"
"weak-map" "^1.0.5"
"abab@^2.0.0":
"integrity" "sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w=="
"resolved" "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz"
"version" "2.0.0"
"abbrev@1":
"integrity" "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
"resolved" "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz"
"version" "1.1.1"
"abs-svg-path@^0.1.1", "abs-svg-path@~0.1.1":
"integrity" "sha1-32Acjo0roQ1KdtYl4japo5wnI78="
"resolved" "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz"
"version" "0.1.1"
"accepts@~1.3.4":
"integrity" "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA=="
"resolved" "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz"
"version" "1.3.7"
dependencies:
"mime-types" "~2.1.24"
"negotiator" "0.6.2"
"access-sniff@^3.2.0":
"integrity" "sha512-HLvH8e5g312urx6ZRo+nxSHjhVHEcuUxbpjFaFQ1LZOtN19L0CSb5ppwxtxy0QZ05zYAcWmXH6lVurdb+mGuUw=="
"resolved" "https://registry.npmjs.org/access-sniff/-/access-sniff-3.2.0.tgz"
"version" "3.2.0"
dependencies:
"axios" "^0.18.0"
"bluebird" "^3.5.1"
"chalk" "^2.3.1"
"commander" "^2.14.1"
"glob" "^7.1.2"
"html_codesniffer" "^2.1.1"
"jsdom" "^11.6.2"
"mkdirp" "^0.5.1"
"phantomjs-prebuilt" "^2.1.16"
"rc" "^1.2.5"
"underscore" "^1.8.3"
"unixify" "^1.0.0"
"validator" "^9.4.1"
"accessory@~1.1.0":
"integrity" "sha1-eDPpg5oy3tdtJgIfNqQXB6Ug9ZM="
"resolved" "https://registry.npmjs.org/accessory/-/accessory-1.1.0.tgz"
"version" "1.1.0"
dependencies:
"ap" "~0.2.0"
"balanced-match" "~0.2.0"
"dot-parts" "~1.0.0"
"acorn-dynamic-import@^4.0.0":
"integrity" "sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw=="
"resolved" "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz"
"version" "4.0.0"
"acorn-globals@^4.1.0":
"integrity" "sha512-hMtHj3s5RnuhvHPowpBYvJVj3rAar82JiDQHvGs1zO0l10ocX/xEdBShNHTJaboucJUsScghp74pH3s7EnHHQw=="
"resolved" "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.0.tgz"
"version" "4.3.0"
dependencies:
"acorn" "^6.0.1"
"acorn-walk" "^6.0.1"
"acorn-jsx@^3.0.0":
"integrity" "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s="
"resolved" "http://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz"
"version" "3.0.1"
dependencies:
"acorn" "^3.0.4"
"acorn-jsx@^5.2.0":
"integrity" "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng=="
"resolved" "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz"
"version" "5.3.1"
"acorn-node@^1.2.0", "acorn-node@^1.3.0", "acorn-node@^1.5.2":
"integrity" "sha512-rIhNEZuNI8ibQcL7ANm/mGyPukIaZsRNX9psFNQURyJW0nu6k8wjSDld20z6v2mDBWqX13pIEnk9gGZJHIlEXg=="
"resolved" "https://registry.npmjs.org/acorn-node/-/acorn-node-1.6.2.tgz"
"version" "1.6.2"
dependencies:
"acorn" "^6.0.2"
"acorn-dynamic-import" "^4.0.0"
"acorn-walk" "^6.1.0"
"xtend" "^4.0.1"
"acorn-walk@^6.0.1", "acorn-walk@^6.1.0":
"integrity" "sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw=="
"resolved" "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz"
"version" "6.1.1"
"acorn@^3.0.4":
"integrity" "sha1-ReN/s56No/JbruP/U2niu18iAXo="
"resolved" "http://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz"
"version" "3.3.0"
"acorn@^5.0.3", "acorn@^5.2.1", "acorn@^5.5.0", "acorn@^5.5.3", "acorn@5.X":
"integrity" "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
"resolved" "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz"
"version" "5.7.3"
"acorn@^6.0.1":
"integrity" "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg=="
"resolved" "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz"
"version" "6.0.4"
"acorn@^6.0.2":
"integrity" "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg=="
"resolved" "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz"
"version" "6.0.4"
"acorn@^6.4.1":
"integrity" "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="
"resolved" "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz"
"version" "6.4.2"
"acorn@^7.1.1":
"integrity" "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
"resolved" "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
"version" "7.4.1"
"add-line-numbers@^1.0.1":
"integrity" "sha1-SNu96kfb0jTer+rGyTzqb3C0t+M="
"resolved" "https://registry.npmjs.org/add-line-numbers/-/add-line-numbers-1.0.1.tgz"
"version" "1.0.1"
dependencies:
"pad-left" "^1.0.2"
"affine-hull@^1.0.0":
"integrity" "sha1-dj/x040GPOt+Jy8X7k17vK+QXF0="
"resolved" "https://registry.npmjs.org/affine-hull/-/affine-hull-1.0.0.tgz"
"version" "1.0.0"
dependencies:
"robust-orientation" "^1.1.3"
"after@0.8.2":
"integrity" "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8="
"resolved" "https://registry.npmjs.org/after/-/after-0.8.2.tgz"
"version" "0.8.2"
"agent-base@^4.1.0", "agent-base@^4.2.0", "agent-base@4":
"integrity" "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg=="
"resolved" "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz"
"version" "4.2.1"
dependencies:
"es6-promisify" "^5.0.0"
"ajv-keywords@^2.1.0":
"integrity" "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I="
"resolved" "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz"
"version" "2.1.1"
"ajv@^5.2.3":
"integrity" "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU="
"resolved" "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz"
"version" "5.5.2"
dependencies:
"co" "^4.6.0"
"fast-deep-equal" "^1.0.0"
"fast-json-stable-stringify" "^2.0.0"
"json-schema-traverse" "^0.3.0"
"ajv@^5.3.0":
"integrity" "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU="
"resolved" "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz"
"version" "5.5.2"
dependencies:
"co" "^4.6.0"
"fast-deep-equal" "^1.0.0"
"fast-json-stable-stringify" "^2.0.0"
"json-schema-traverse" "^0.3.0"
"ajv@^6.5.5":
"integrity" "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww=="
"resolved" "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz"
"version" "6.6.1"
dependencies:
"fast-deep-equal" "^2.0.1"
"fast-json-stable-stringify" "^2.0.0"
"json-schema-traverse" "^0.4.1"
"uri-js" "^4.2.2"
"almost-equal@^1.1.0":
"integrity" "sha1-+FHGMROHV5lCdqou++jfowZszN0="
"resolved" "https://registry.npmjs.org/almost-equal/-/almost-equal-1.1.0.tgz"
"version" "1.1.0"
"alpha-complex@^1.0.0":
"integrity" "sha1-kIZYcNawVCrnPAwTHU75iWabctI="
"resolved" "https://registry.npmjs.org/alpha-complex/-/alpha-complex-1.0.0.tgz"
"version" "1.0.0"
dependencies:
"circumradius" "^1.0.0"
"delaunay-triangulate" "^1.1.6"
"alpha-shape@^1.0.0":
"integrity" "sha1-yDEJkj7P2mZ9IWP+Tyb+JHJvZKk="
"resolved" "https://registry.npmjs.org/alpha-shape/-/alpha-shape-1.0.0.tgz"
"version" "1.0.0"
dependencies:
"alpha-complex" "^1.0.0"
"simplicial-complex-boundary" "^1.0.0"
"alphanum-sort@^1.0.1", "alphanum-sort@^1.0.2":
"integrity" "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
"resolved" "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz"
"version" "1.0.2"
"amdefine@>=0.0.4":
"integrity" "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU="
"resolved" "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
"version" "1.0.1"
"ansi-align@^1.0.0":
"integrity" "sha1-LwwWWIKXOa3V67FeawxuNCPwFro="
"resolved" "https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz"
"version" "1.1.0"
dependencies:
"string-width" "^1.0.1"
"ansi-align@^2.0.0":
"integrity" "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38="
"resolved" "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz"
"version" "2.0.0"
dependencies:
"string-width" "^2.0.0"
"ansi-colors@^1.0.1":
"integrity" "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA=="
"resolved" "http://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz"
"version" "1.1.0"
dependencies:
"ansi-wrap" "^0.1.0"
"ansi-cyan@^0.1.1":
"integrity" "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM="
"resolved" "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz"
"version" "0.1.1"
dependencies:
"ansi-wrap" "0.1.0"
"ansi-escapes@^3.0.0":
"integrity" "sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw=="
"resolved" "http://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz"
"version" "3.1.0"
"ansi-gray@^0.1.1":
"integrity" "sha1-KWLPVOyXksSFEKPetSRDaGHvclE="
"resolved" "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz"
"version" "0.1.1"
dependencies:
"ansi-wrap" "0.1.0"
"ansi-red@^0.1.1":
"integrity" "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw="
"resolved" "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz"
"version" "0.1.1"
dependencies:
"ansi-wrap" "0.1.0"
"ansi-regex@^0.2.0", "ansi-regex@^0.2.1":
"integrity" "sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk="
"resolved" "http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
"version" "0.2.1"
"ansi-regex@^2.0.0":
"integrity" "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
"resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
"version" "2.1.1"
"ansi-regex@^3.0.0":
"integrity" "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
"resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz"
"version" "3.0.0"
"ansi-regex@^4.1.0":
"integrity" "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
"resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz"
"version" "4.1.0"
"ansi-regex@^5.0.0":
"integrity" "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
"resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz"
"version" "5.0.0"
"ansi-styles@^1.1.0":
"integrity" "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94="
"resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
"version" "1.1.0"
"ansi-styles@^2.2.1":
"integrity" "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
"resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
"version" "2.2.1"
"ansi-styles@^3.2.0", "ansi-styles@^3.2.1":
"integrity" "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="
"resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
"version" "3.2.1"
dependencies:
"color-convert" "^1.9.0"
"ansi-styles@^4.0.0":
"integrity" "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
"resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
"version" "4.3.0"
dependencies:
"color-convert" "^2.0.1"
"ansi-wrap@^0.1.0", "ansi-wrap@0.1.0":
"integrity" "sha1-qCJQ3bABXponyoLoLqYDu/pF768="
"resolved" "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz"
"version" "0.1.0"
"anymatch@~3.1.1":
"integrity" "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg=="
"resolved" "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz"
"version" "3.1.1"
dependencies:
"normalize-path" "^3.0.0"
"picomatch" "^2.0.4"
"ap@~0.2.0":
"integrity" "sha1-rglCYAspkS8NKxTsYMRejzMLYRA="
"resolved" "https://registry.npmjs.org/ap/-/ap-0.2.0.tgz"
"version" "0.2.0"
"apartment@^1.1.1":
"integrity" "sha1-/ZQGzcyodTWULxWzYKGrWkqpfiY="
"resolved" "https://registry.npmjs.org/apartment/-/apartment-1.1.1.tgz"
"version" "1.1.1"
dependencies:
"css" "2.2.1"
"get-stdin" "5.0.1"
"lodash" "3.10.1"
"minimist" "1.2.0"
"aproba@^1.0.3":
"integrity" "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
"resolved" "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz"
"version" "1.2.0"
"archive-type@^3.0.0", "archive-type@^3.0.1":
"integrity" "sha1-nNnABpV+vpX62tW9YJiUKoE3N/Y="
"resolved" "https://registry.npmjs.org/archive-type/-/archive-type-3.2.0.tgz"
"version" "3.2.0"
dependencies:
"file-type" "^3.1.0"
"archy@^1.0.0":
"integrity" "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA="
"resolved" "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz"
"version" "1.0.0"
"are-we-there-yet@~1.1.2":
"integrity" "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w=="
"resolved" "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz"
"version" "1.1.5"
dependencies:
"delegates" "^1.0.0"
"readable-stream" "^2.0.6"
"argparse@^1.0.2", "argparse@^1.0.7":
"integrity" "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg=="
"resolved" "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz"
"version" "1.0.10"
dependencies:
"sprintf-js" "~1.0.2"
"arr-diff@^1.0.1":
"integrity" "sha1-aHwydYFjWI/vfeezb6vklesaOZo="
"resolved" "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz"
"version" "1.1.0"
dependencies:
"arr-flatten" "^1.0.1"
"array-slice" "^0.2.3"
"arr-diff@^2.0.0":
"integrity" "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8="
"resolved" "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz"
"version" "2.0.0"
dependencies:
"arr-flatten" "^1.0.1"
"arr-diff@^4.0.0":
"integrity" "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
"resolved" "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz"
"version" "4.0.0"
"arr-flatten@^1.0.1", "arr-flatten@^1.1.0":
"integrity" "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="
"resolved" "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz"
"version" "1.1.0"
"arr-union@^2.0.1":
"integrity" "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0="
"resolved" "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz"
"version" "2.1.0"
"arr-union@^3.1.0":
"integrity" "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
"resolved" "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz"
"version" "3.1.0"
"array-bounds@^1.0.0", "array-bounds@^1.0.1":
"integrity" "sha512-8wdW3ZGk6UjMPJx/glyEt0sLzzwAE1bhToPsO1W2pbpR2gULyxe3BjSiuJFheP50T/GgODVPz2fuMUmIywt8cQ=="
"resolved" "https://registry.npmjs.org/array-bounds/-/array-bounds-1.0.1.tgz"
"version" "1.0.1"
"array-differ@^1.0.0":
"integrity" "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE="
"resolved" "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
"version" "1.0.0"
"array-each@^1.0.1":
"integrity" "sha1-p5SvDAWrF1KEbudTofIRoFugxE8="
"resolved" "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz"
"version" "1.0.1"
"array-equal@^1.0.0":
"integrity" "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM="
"resolved" "http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz"
"version" "1.0.0"
"array-filter@~0.0.0":
"integrity" "sha1-fajPLiZijtcygDWB/SH2fKzS7uw="
"resolved" "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz"
"version" "0.0.1"
"array-find-index@^1.0.1":
"integrity" "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E="
"resolved" "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
"version" "1.0.2"
"array-map@~0.0.0":
"integrity" "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI="
"resolved" "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz"
"version" "0.0.0"
"array-normalize@^1.1.4":
"integrity" "sha512-fCp0wKFLjvSPmCn4F5Tiw4M3lpMZoHlCjfcs7nNzuj3vqQQ1/a8cgB9DXcpDSn18c+coLnaW7rqfcYCvKbyJXg=="
"resolved" "https://registry.npmjs.org/array-normalize/-/array-normalize-1.1.4.tgz"
"version" "1.1.4"
dependencies:
"array-bounds" "^1.0.0"
"array-range@^1.0.1":
"integrity" "sha1-9W5GWRhDYRxqVvd+8C7afFAIm/w="
"resolved" "https://registry.npmjs.org/array-range/-/array-range-1.0.1.tgz"
"version" "1.0.1"
"array-rearrange@^2.2.2":
"integrity" "sha512-UfobP5N12Qm4Qu4fwLDIi2v6+wZsSf6snYSxAMeKhrh37YGnNWZPRmVEKc/2wfms53TLQnzfpG8wCx2Y/6NG1w=="
"resolved" "https://registry.npmjs.org/array-rearrange/-/array-rearrange-2.2.2.tgz"
"version" "2.2.2"
"array-reduce@~0.0.0":
"integrity" "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys="
"resolved" "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz"
"version" "0.0.0"
"array-slice@^0.2.3":
"integrity" "sha1-3Tz7gO15c6dRF82sabC5nshhhvU="
"resolved" "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz"
"version" "0.2.3"
"array-slice@^1.0.0":
"integrity" "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w=="
"resolved" "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz"
"version" "1.1.0"
"array-union@^1.0.1":
"integrity" "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk="
"resolved" "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz"
"version" "1.0.2"
dependencies:
"array-uniq" "^1.0.1"
"array-uniq@^1.0.0", "array-uniq@^1.0.1", "array-uniq@^1.0.2":
"integrity" "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
"resolved" "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz"
"version" "1.0.3"
"array-unique@^0.2.1":
"integrity" "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM="
"resolved" "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz"
"version" "0.2.1"
"array-unique@^0.3.2":
"integrity" "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
"resolved" "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz"
"version" "0.3.2"
"arraybuffer.slice@~0.0.7":
"integrity" "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog=="
"resolved" "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz"
"version" "0.0.7"
"arrify@^1.0.0", "arrify@^1.0.1":
"integrity" "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
"resolved" "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz"
"version" "1.0.1"
"asap@~2.0.3", "asap@~2.0.6":
"integrity" "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
"resolved" "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz"
"version" "2.0.6"
"asn1.js@^4.0.0":
"integrity" "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw=="
"resolved" "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz"
"version" "4.10.1"
dependencies:
"bn.js" "^4.0.0"
"inherits" "^2.0.1"
"minimalistic-assert" "^1.0.0"
"asn1@~0.2.3":
"integrity" "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg=="
"resolved" "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz"
"version" "0.2.4"
dependencies:
"safer-buffer" "~2.1.0"
"assert-plus@^0.2.0":
"integrity" "sha1-104bh+ev/A24qttwIfP+SBAasjQ="
"resolved" "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz"
"version" "0.2.0"
"assert-plus@^1.0.0", "assert-plus@1.0.0":
"integrity" "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
"resolved" "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
"version" "1.0.0"
"assert@^1.4.0":
"integrity" "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE="
"resolved" "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz"
"version" "1.4.1"
dependencies:
"util" "0.10.3"
"asset-resolver@0.3.3":
"integrity" "sha1-GVJY/cA6AXOdZHIUHT6OALVk6Ns="
"resolved" "https://registry.npmjs.org/asset-resolver/-/asset-resolver-0.3.3.tgz"
"version" "0.3.3"
dependencies:
"bluebird" "3.4.7"
"debug" "2.6.1"
"filesize" "3.5.5"
"globby" "6.1.0"
"hash" "0.2.0"
"lodash" "4.17.4"
"meow" "3.7.0"
"mime" "1.3.4"
"object" "0.1.1"
"request" "2.79.0"
"assign-symbols@^1.0.0":
"integrity" "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
"resolved" "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz"
"version" "1.0.0"
"ast-types@0.x.x":
"integrity" "sha512-2mP3TwtkY/aTv5X3ZsMpNAbOnyoC/aMJwJSoaELPkHId0nSQgFcnU4dRW3isxiz7+zBexk0ym3WNVjMiQBnJSw=="
"resolved" "https://registry.npmjs.org/ast-types/-/ast-types-0.11.7.tgz"
"version" "0.11.7"
"async-each-series@^1.1.0":
"integrity" "sha1-9C/YFV048hpbjqB8KOBj7RcAsTg="
"resolved" "https://registry.npmjs.org/async-each-series/-/async-each-series-1.1.0.tgz"
"version" "1.1.0"
"async-each-series@0.1.1":
"integrity" "sha1-dhfBkXQB/Yykooqtzj266Yr+tDI="
"resolved" "https://registry.npmjs.org/async-each-series/-/async-each-series-0.1.1.tgz"
"version" "0.1.1"
"async-foreach@^0.1.3":
"integrity" "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI="
"resolved" "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz"
"version" "0.1.3"
"async-limiter@~1.0.0":
"integrity" "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
"resolved" "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz"
"version" "1.0.0"
"async@^2.3.0":
"integrity" "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ=="
"resolved" "https://registry.npmjs.org/async/-/async-2.6.1.tgz"
"version" "2.6.1"
dependencies:
"lodash" "^4.17.10"
"async@^2.4.1":
"integrity" "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ=="
"resolved" "https://registry.npmjs.org/async/-/async-2.6.1.tgz"
"version" "2.6.1"
dependencies:
"lodash" "^4.17.10"
"async@^2.6.0":
"integrity" "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ=="
"resolved" "https://registry.npmjs.org/async/-/async-2.6.1.tgz"
"version" "2.6.1"
dependencies:
"lodash" "^4.17.10"
"async@~1.0.0":
"integrity" "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k="
"resolved" "http://registry.npmjs.org/async/-/async-1.0.0.tgz"
"version" "1.0.0"
"async@~1.5.2", "async@1.5.2":
"integrity" "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
"resolved" "http://registry.npmjs.org/async/-/async-1.5.2.tgz"
"version" "1.5.2"
"async@2.6.0":
"integrity" "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw=="
"resolved" "https://registry.npmjs.org/async/-/async-2.6.0.tgz"
"version" "2.6.0"
dependencies:
"lodash" "^4.14.0"
"asynckit@^0.4.0":
"integrity" "sha1-x57Zf380y48robyXkLzDZkdLS3k="
"resolved" "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
"version" "0.4.0"
"atob-lite@^1.0.0":
"integrity" "sha1-uI3KYAaSK5YglPdVaCa6sxxKKWs="
"resolved" "https://registry.npmjs.org/atob-lite/-/atob-lite-1.0.0.tgz"
"version" "1.0.0"
"atob-lite@^2.0.0":
"integrity" "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY="
"resolved" "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz"
"version" "2.0.0"
"atob@^2.1.1":
"integrity" "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
"resolved" "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz"
"version" "2.1.2"
"atob@~1.1.0":
"integrity" "sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M="
"resolved" "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz"
"version" "1.1.3"
"autoprefixer@^6.3.1":
"integrity" "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ="
"resolved" "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.7.7.tgz"
"version" "6.7.7"
dependencies:
"browserslist" "^1.7.6"
"caniuse-db" "^1.0.30000634"
"normalize-range" "^0.1.2"
"num2fraction" "^1.2.2"
"postcss" "^5.2.16"
"postcss-value-parser" "^3.2.3"
"autoprefixer@^7.0.0", "autoprefixer@^7.1.2":
"integrity" "sha512-Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ=="
"resolved" "http://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.6.tgz"
"version" "7.2.6"
dependencies:
"browserslist" "^2.11.3"
"caniuse-lite" "^1.0.30000805"
"normalize-range" "^0.1.2"
"num2fraction" "^1.2.2"
"postcss" "^6.0.17"
"postcss-value-parser" "^3.2.3"
"aws-sign2@~0.6.0":
"integrity" "sha1-FDQt0428yU0OW4fXY81jYSwOeU8="
"resolved" "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz"
"version" "0.6.0"
"aws-sign2@~0.7.0":
"integrity" "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
"resolved" "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz"
"version" "0.7.0"
"aws4@^1.2.1", "aws4@^1.8.0":
"integrity" "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ=="
"resolved" "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz"
"version" "1.8.0"
"axios@^0.18.0":
"integrity" "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI="
"resolved" "http://registry.npmjs.org/axios/-/axios-0.18.0.tgz"
"version" "0.18.0"
dependencies:
"follow-redirects" "^1.3.0"
"is-buffer" "^1.1.5"
"axios@0.19.0":
"integrity" "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ=="
"resolved" "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz"
"version" "0.19.0"
dependencies:
"follow-redirects" "1.5.10"
"is-buffer" "^2.0.2"
"babel-code-frame@^6.22.0", "babel-code-frame@^6.26.0":
"integrity" "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s="
"resolved" "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz"
"version" "6.26.0"
dependencies:
"chalk" "^1.1.3"
"esutils" "^2.0.2"
"js-tokens" "^3.0.2"
"babel-core@^6.0.14", "babel-core@^6.26.0":
"integrity" "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA=="
"resolved" "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz"
"version" "6.26.3"
dependencies:
"babel-code-frame" "^6.26.0"
"babel-generator" "^6.26.0"
"babel-helpers" "^6.24.1"
"babel-messages" "^6.23.0"
"babel-register" "^6.26.0"
"babel-runtime" "^6.26.0"
"babel-template" "^6.26.0"
"babel-traverse" "^6.26.0"
"babel-types" "^6.26.0"
"babylon" "^6.18.0"
"convert-source-map" "^1.5.1"
"debug" "^2.6.9"
"json5" "^0.5.1"
"lodash" "^4.17.4"
"minimatch" "^3.0.4"
"path-is-absolute" "^1.0.1"
"private" "^0.1.8"
"slash" "^1.0.0"
"source-map" "^0.5.7"
"babel-eslint@^7.2.3":
"integrity" "sha1-sv4tgBJkcPXBlELcdXJTqJdxCCc="
"resolved" "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.2.3.tgz"
"version" "7.2.3"
dependencies:
"babel-code-frame" "^6.22.0"
"babel-traverse" "^6.23.1"
"babel-types" "^6.23.0"
"babylon" "^6.17.0"
"babel-generator@^6.26.0":
"integrity" "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA=="
"resolved" "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz"
"version" "6.26.1"
dependencies:
"babel-messages" "^6.23.0"
"babel-runtime" "^6.26.0"
"babel-types" "^6.26.0"
"detect-indent" "^4.0.0"
"jsesc" "^1.3.0"
"lodash" "^4.17.4"
"source-map" "^0.5.7"
"trim-right" "^1.0.1"
"babel-helper-call-delegate@^6.24.1":
"integrity" "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340="
"resolved" "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz"
"version" "6.24.1"
dependencies:
"babel-helper-hoist-variables" "^6.24.1"
"babel-runtime" "^6.22.0"
"babel-traverse" "^6.24.1"
"babel-types" "^6.24.1"
"babel-helper-define-map@^6.24.1":
"integrity" "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8="
"resolved" "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz"
"version" "6.26.0"
dependencies:
"babel-helper-function-name" "^6.24.1"
"babel-runtime" "^6.26.0"
"babel-types" "^6.26.0"
"lodash" "^4.17.4"
"babel-helper-function-name@^6.24.1":
"integrity" "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk="
"resolved" "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz"
"version" "6.24.1"
dependencies:
"babel-helper-get-function-arity" "^6.24.1"
"babel-runtime" "^6.22.0"
"babel-template" "^6.24.1"
"babel-traverse" "^6.24.1"
"babel-types" "^6.24.1"
"babel-helper-get-function-arity@^6.24.1":
"integrity" "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0="
"resolved" "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz"
"version" "6.24.1"
dependencies:
"babel-runtime" "^6.22.0"
"babel-types" "^6.24.1"
"babel-helper-hoist-variables@^6.24.1":
"integrity" "sha1-HssnaJydJVE+rbyZFKc/VAi+enY="
"resolved" "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz"
"version" "6.24.1"
dependencies:
"babel-runtime" "^6.22.0"
"babel-types" "^6.24.1"
"babel-helper-optimise-call-expression@^6.24.1":
"integrity" "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc="
"resolved" "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz"
"version" "6.24.1"
dependencies:
"babel-runtime" "^6.22.0"
"babel-types" "^6.24.1"
"babel-helper-regex@^6.24.1":
"integrity" "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI="
"resolved" "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz"
"version" "6.26.0"
dependencies:
"babel-runtime" "^6.26.0"
"babel-types" "^6.26.0"
"lodash" "^4.17.4"