forked from ovh-ux/ovh-manager-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
8533 lines (7162 loc) · 291 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
"@bower_components/angular-animate@angular/bower-angular-animate#1.6.x":
version "1.6.10"
resolved "https://codeload.github.com/angular/bower-angular-animate/tar.gz/531f49c338d8eb95e87e8a369684d8a5069a4aba"
"@bower_components/angular-aria@angular/bower-angular-aria#^1.6.x":
version "1.7.0"
resolved "https://codeload.github.com/angular/bower-angular-aria/tar.gz/2480afd9c4a995fe8e42ae54a713accfbb7a2084"
"@bower_components/angular-bootstrap@angular-ui/bootstrap-bower#1.3.x":
version "1.3.3"
resolved "https://codeload.github.com/angular-ui/bootstrap-bower/tar.gz/5d53287668135dbc1acfc3a0d453cd94b5311c3c"
"@bower_components/angular-chart.js@jtblin/angular-chart.js#^1.1.1":
version "1.1.1"
resolved "https://codeload.github.com/jtblin/angular-chart.js/tar.gz/74c95397d39fb7424aa245badebe92bc6f9248f5"
dependencies:
angular "1.x"
chart.js "2.3.x"
"@bower_components/angular-cookies@angular/bower-angular-cookies#1.6.x":
version "1.6.10"
resolved "https://codeload.github.com/angular/bower-angular-cookies/tar.gz/a2675d6a6f5176fe7252cbbba3fb1fbbf5e5f757"
"@bower_components/angular-dynamic-locale@lgalfaso/angular-dynamic-locale#0.1.x":
version "0.1.36"
resolved "https://codeload.github.com/lgalfaso/angular-dynamic-locale/tar.gz/6862d4b8f700c91eedf91f161d136590ed8090af"
dependencies:
"@types/angular" "^1.6.25"
"@bower_components/angular-i18n@angular/bower-angular-i18n#1.6.x":
version "1.6.10"
resolved "https://codeload.github.com/angular/bower-angular-i18n/tar.gz/2cab511b6d4ec6f137ee27dcea06289560b760e7"
"@bower_components/angular-messages@angular/bower-angular-messages#1.6.x":
version "1.6.10"
resolved "https://codeload.github.com/angular/bower-angular-messages/tar.gz/f598436ddf089b97a47e2626b5f0a41cc7035746"
"@bower_components/angular-mocks@angular/bower-angular-mocks#1.6.x":
version "1.6.10"
resolved "https://codeload.github.com/angular/bower-angular-mocks/tar.gz/ca366bd8f81416e73641340b8e06cf19b1942e6b"
"@bower_components/angular-moment@urish/angular-moment#^1.0.1":
version "1.2.0"
resolved "https://codeload.github.com/urish/angular-moment/tar.gz/06b565fe30e70ff9d20afd7d16e1ee8d86ddb4bb"
dependencies:
moment ">=2.8.0 <3.0.0"
"@bower_components/angular-resource@angular/bower-angular-resource#1.6.x":
version "1.6.10"
resolved "https://codeload.github.com/angular/bower-angular-resource/tar.gz/9c2935a6ea0d54540f7f8411185197e354768236"
"@bower_components/angular-sanitize@angular/bower-angular-sanitize#1.6.x":
version "1.6.10"
resolved "https://codeload.github.com/angular/bower-angular-sanitize/tar.gz/4edf1d245f0f3453d2766a16283ba5a70c82d55f"
"@bower_components/angular-scroll-glue@luegg/angularjs-scroll-glue#2.2.x":
version "2.2.0"
resolved "https://codeload.github.com/luegg/angularjs-scroll-glue/tar.gz/5990d90cbf84efdf837edcbf26cefe9adb676f5b"
"@bower_components/angular-strap@mgcrea/angular-strap#~2.3.6":
version "2.3.12"
resolved "https://codeload.github.com/mgcrea/angular-strap/tar.gz/bc1cb5cc10f253a0cce16ecda360879d77f10768"
"@bower_components/angular-translate-loader-partial@PascalPrecht/bower-angular-translate-loader-partial#2.16.x":
version "2.16.0"
resolved "https://codeload.github.com/PascalPrecht/bower-angular-translate-loader-partial/tar.gz/f5b90b99239b8757aa83cdd7f16de378cfa629bb"
dependencies:
angular-translate "~2.16.0"
"@bower_components/angular-translate@PascalPrecht/bower-angular-translate#2.16.x":
version "0.0.0"
resolved "https://codeload.github.com/PascalPrecht/bower-angular-translate/tar.gz/4e6c7fdcef6362e95a9faa615e72822a4290a03e"
"@bower_components/angular-ui-router@angular-ui/angular-ui-router-bower#^1.0.0":
version "1.0.18"
resolved "https://codeload.github.com/angular-ui/angular-ui-router-bower/tar.gz/78f9e48e7bba1f6047966b38555c9442e4b3f13e"
dependencies:
"@uirouter/core" "5.0.19"
"@bower_components/angular-ui-sortable@angular-ui/ui-sortable#0.14.x":
version "0.0.0"
resolved "https://codeload.github.com/angular-ui/ui-sortable/tar.gz/3068e2ffc169e47c2816cd09515a51c87357757d"
"@bower_components/angular-ui-validate@angular-ui/ui-validate#1.2.x":
version "1.2.3"
resolved "https://codeload.github.com/angular-ui/ui-validate/tar.gz/0d982055360032be2421b969fa1c83bf053e735a"
"@bower_components/angular-websocket@gdi2290/angular-websocket#^2.0.0":
version "2.0.0"
resolved "https://codeload.github.com/gdi2290/angular-websocket/tar.gz/f3b33c1a88a8e334d2cc23dad7afbd79cece044e"
dependencies:
angular "*"
ws "^1.0.0"
"@bower_components/angular@angular/bower-angular#1.6.9":
version "1.6.9"
resolved "https://codeload.github.com/angular/bower-angular/tar.gz/2d507370407cecd2aa5c339ba3140966bce6006b"
"@bower_components/animate.css@daneden/animate.css#~3.1.0":
version "3.1.1"
resolved "https://codeload.github.com/daneden/animate.css/tar.gz/1d0401008b73494fcde9d606140625ac38753e5c"
"@bower_components/at-internet-ui-router-plugin@ovh-ux/at-internet-ui-router-plugin#~1.0.0":
version "1.0.0"
resolved "https://codeload.github.com/ovh-ux/at-internet-ui-router-plugin/tar.gz/2de4ec8b476de10f816fcbbea5fdeceaa9f93cdc"
"@bower_components/bootstrap-additions@mgcrea/bootstrap-additions#~0.3.1":
version "0.3.1"
resolved "https://codeload.github.com/mgcrea/bootstrap-additions/tar.gz/e0ce1871fe1c88f7d395ba4849ef77c8bd80d1fb"
"@bower_components/bootstrap@twbs/bootstrap#~3.3.0":
version "3.3.7"
resolved "https://codeload.github.com/twbs/bootstrap/tar.gz/0b9c4a4007c44201dce9a6cc1a38407005c26c86"
"@bower_components/bs4@twbs/bootstrap#v4.0.0-beta":
version "4.0.0-beta"
resolved "https://codeload.github.com/twbs/bootstrap/tar.gz/35f80bb12e4e71fd777ee60ffa43711d8f84b1a6"
"@bower_components/chart.js@chartjs/Chart.js#2.x":
version "2.7.2"
resolved "https://codeload.github.com/chartjs/Chart.js/tar.gz/98f104cdd03617f1300b417b3d60c23d4e3e3403"
dependencies:
chartjs-color "^2.1.0"
moment "^2.10.2"
"@bower_components/d3@mbostock-bower/d3-bower#~3.5.13":
version "0.0.0"
resolved "https://codeload.github.com/mbostock-bower/d3-bower/tar.gz/7a826d211d5067867debf9ce24a9987e0cb02b6e"
"@bower_components/es5-shim@es-shims/es5-shim#~3.0.1":
version "3.0.2"
resolved "https://codeload.github.com/es-shims/es5-shim/tar.gz/e77568917008c0e69301582345b541b848a25e8c"
"@bower_components/flag-icon-css@lipis/flag-icon-css#~0.8.5":
version "0.8.6"
resolved "https://codeload.github.com/lipis/flag-icon-css/tar.gz/615237eb3ff120bc0a5331a526eb69153096994b"
"@bower_components/font-awesome@FortAwesome/Font-Awesome#4.x.x":
version "4.7.0"
resolved "https://codeload.github.com/FortAwesome/Font-Awesome/tar.gz/a8386aae19e200ddb0f6845b5feeee5eb7013687"
"@bower_components/jasmine-expect@errok/Jasmine-Matchers#master":
version "2.0.0-beta1"
resolved "https://codeload.github.com/errok/Jasmine-Matchers/tar.gz/cf07fb15d26af6c4788642131ff776c803c574a9"
"@bower_components/jquery-ui@components/jqueryui#~1.11.2":
version "1.11.4"
resolved "https://codeload.github.com/components/jqueryui/tar.gz/c34f8dbf3ba57b3784b93f26119f436c0e8288e1"
"@bower_components/jquery.cookie@carhartl/jquery-cookie#~1.4.0":
version "1.4.1"
resolved "https://codeload.github.com/carhartl/jquery-cookie/tar.gz/7f88a4e631aba8a8c688fd8999ce6b9bcfd50718"
"@bower_components/jquery.scrollTo@flesler/jquery.scrollTo#~1.4.14":
version "1.4.14"
resolved "https://codeload.github.com/flesler/jquery.scrollTo/tar.gz/025405d6bc60e810130ba33a63acc37fe32cdadc"
dependencies:
jquery ">=1.4"
"@bower_components/jquery@jquery/jquery-dist#2.1.x":
version "2.1.4"
resolved "https://codeload.github.com/jquery/jquery-dist/tar.gz/7751e69b615c6eca6f783a81e292a55725af6b85"
"@bower_components/json3@bestiejs/json3#~3.3.1":
version "3.3.2"
resolved "https://codeload.github.com/bestiejs/json3/tar.gz/dec5c2a5dc723ff867caa32a81ed93ab814f7426"
"@bower_components/jsplumb@sporritt/jsPlumb#1.7.4":
version "1.7.4"
resolved "https://codeload.github.com/sporritt/jsPlumb/tar.gz/43f6931055fb6eea3a368a7dd677bb6e9903b27b"
"@bower_components/jsurl@Sage/jsurl#v0.1.5":
version "0.1.5"
resolved "https://codeload.github.com/Sage/jsurl/tar.gz/b4f891f0fd1a63f4ada1cf5226260bb0345bd080"
"@bower_components/karma-read-json@pizzapanther/Karma-Read-JSON#~1.0.2":
version "0.0.0"
resolved "https://codeload.github.com/pizzapanther/Karma-Read-JSON/tar.gz/6b493ce9468e61cf77d258f965e0404682aa7f61"
"@bower_components/lodash@lodash/lodash#~3.10.1":
version "3.10.1"
resolved "https://codeload.github.com/lodash/lodash/tar.gz/dfbd78f71de0550068fc82ce6e013d443e5037d7"
"@bower_components/matchmedia-ng@AnalogJ/matchmedia-ng#1.0.x":
version "1.0.8"
resolved "https://codeload.github.com/AnalogJ/matchmedia-ng/tar.gz/0ec0c21a1c7be8991dc7ecd8a825d95b183355db"
"@bower_components/matchmedia@paulirish/matchMedia.js#~0.2.0":
version "0.0.0"
resolved "https://codeload.github.com/paulirish/matchMedia.js/tar.gz/3c67d9bfb525b1b0549448aa27769a289ba5be98"
"@bower_components/messenger@HubSpot/messenger#~1.4.1":
version "1.4.2"
resolved "https://codeload.github.com/HubSpot/messenger/tar.gz/a3df9a62a1677af45fb130e226a6cbf98c0cecf0"
"@bower_components/moment-duration-format@jsmreese/moment-duration-format#^1.3.0":
version "1.3.0"
resolved "https://codeload.github.com/jsmreese/moment-duration-format/tar.gz/8d0bf29a1eab180cb83d0f13f93f6974faedeafd"
"@bower_components/moment@moment/moment#>=2.19.3 <3.0.0":
version "2.22.1"
resolved "https://codeload.github.com/moment/moment/tar.gz/c58511b94eba1000c1d66b23e9a9ff963ff1cc89"
"@bower_components/ng-at-internet@ovh-ux/ng-at-internet#^3.0.0":
version "3.1.0"
resolved "https://codeload.github.com/ovh-ux/ng-at-internet/tar.gz/68d0da7af031e09e3b04415fe74b8610e826fb93"
"@bower_components/ng-slide-down@TheRusskiy/ng-slide-down#1.2.x":
version "1.2.0"
resolved "https://codeload.github.com/TheRusskiy/ng-slide-down/tar.gz/efdb323572486b7922ae46a638f153c8d5ee9a2e"
"@bower_components/ovh-angular-a-disabled@ovh-ux/ovh-angular-a-disabled#^0.1.1":
version "0.1.1"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-a-disabled/tar.gz/8d8b104dbeb12cde43e643409d2cc0d484409422"
"@bower_components/ovh-angular-actions-menu@ovh-ux/ovh-angular-actions-menu#^3.2.0":
version "3.2.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-actions-menu/tar.gz/b63ed0d2dbefc915b0bb18dc426ea7b83cc00c50"
"@bower_components/ovh-angular-browser-alert@ovh-ux/ovh-angular-browser-alert#^1.0.0":
version "1.0.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-browser-alert/tar.gz/8336865a63083e009ae66241b13fec92762c35d3"
"@bower_components/ovh-angular-checkbox-table@ovh-ux/ovh-angular-checkbox-table#^0.1.2":
version "0.1.2"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-checkbox-table/tar.gz/93ccadcaf75ce66a76f71e1c083edd9e95d56cc4"
dependencies:
angular "1.3.x"
angular-sanitize "1.3.x"
jquery "~2.1.3"
lodash "~3.3.0"
"@bower_components/ovh-angular-doc-url@ovh-ux/ovh-angular-doc-url#^0.0.7":
version "0.0.7"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-doc-url/tar.gz/7bb91949aaa9ab7b671f72033fb83648f6197352"
"@bower_components/ovh-angular-form-flat@ovh-ux/ovh-angular-form-flat#^3.2.2":
version "3.2.2"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-form-flat/tar.gz/485e48349cf43202c45fb16fde933d025a7e3414"
"@bower_components/ovh-angular-jquery-ui-droppable@ovh-ux/ovh-angular-jquery-ui-droppable#^0.1.1":
version "0.1.1"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-jquery-ui-droppable/tar.gz/698cd378ccd376458c4d4eafa6925d3fb9ecadf2"
"@bower_components/ovh-angular-jsplumb@ovh-ux/ovh-angular-jsplumb#^3.0.5":
version "3.0.5"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-jsplumb/tar.gz/f63fae6bb7a2750f64a2938eb148dd0088891cec"
"@bower_components/ovh-angular-list-view@ovh-ux/ovh-angular-list-view#^0.1.5":
version "0.1.5"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-list-view/tar.gz/b1f6bab92170041652ac340324dbe0d0847e0013"
dependencies:
angular-mock "^1.0.0"
less-plugin-remcalc "^0.0.1"
"@bower_components/ovh-angular-otrs@ovh-ux/ovh-angular-otrs#^6.1.1":
version "6.1.1"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-otrs/tar.gz/8a49021ab3ec36e0a7f5ecc288bbbc0cc5c10da9"
"@bower_components/ovh-angular-pagination-front@ovh-ux/ovh-angular-pagination-front#^5.1.0":
version "5.0.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-pagination-front/tar.gz/7b21072dfd25a8b1a5aece207a8e2f27e756b86c"
"@bower_components/ovh-angular-proxy-request@ovh-ux/ovh-angular-proxy-request#^0.1.0":
version "0.1.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-proxy-request/tar.gz/d68592b23ad4a8cea323cf0a2ce8158f997efb34"
"@bower_components/ovh-angular-q-allsettled@ovh-ux/ovh-angular-q-allSettled#^0.3.1":
version "0.3.1"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-q-allSettled/tar.gz/8019e225db83fa3b1d01650c6583b20d81d392c9"
"@bower_components/ovh-angular-responsive-page-switcher@ovh-ux/ovh-angular-responsive-page-switcher#^1.1.0":
version "1.1.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-responsive-page-switcher/tar.gz/6ee43608412234313ff9c8adb39db63b1965fb8b"
dependencies:
grunt-injector "^0.6.0"
"@bower_components/ovh-angular-responsive-popover@ovh-ux/ovh-angular-responsive-popover#^4.0.1":
version "4.0.1"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-responsive-popover/tar.gz/8645df39fae851071dac3b9286d55ce522ab1d59"
"@bower_components/ovh-angular-responsive-tabs@ovh-ux/ovh-angular-responsive-tabs#^4.0.0":
version "4.0.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-responsive-tabs/tar.gz/0aa90a9a3b281fc0422b33ba2ba121ab3a69b693"
"@bower_components/ovh-angular-sidebar-menu@ovh-ux/ovh-angular-sidebar-menu#^7.2.0":
version "7.2.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-sidebar-menu/tar.gz/4e8dbb3dd95292d5b38e0c5bd546543d10974b81"
"@bower_components/ovh-angular-slider@ovh-ux/ovh-angular-slider#^0.2.2":
version "0.2.3"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-slider/tar.gz/eeb148ccf526848c5d60c10dcba9e79a14d5fa91"
"@bower_components/ovh-angular-sso-auth-modal-plugin@ovh-ux/ovh-angular-sso-auth-modal-plugin#^1.0.15":
version "1.0.16"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-sso-auth-modal-plugin/tar.gz/30c7d85fc98367c5b5ee0442e0f9b88a07ea14d7"
"@bower_components/ovh-angular-sso-auth@ovh-ux/ovh-angular-sso-auth#^3.1.2":
version "3.1.5"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-sso-auth/tar.gz/f6034d10a1539c0658d60506720d3c1218b3231f"
"@bower_components/ovh-angular-stop-event@ovh-ux/ovh-angular-stop-event#^0.1.0":
version "0.1.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-stop-event/tar.gz/c7c5eae2e4941a2c48722df3c77b49558775291e"
"@bower_components/ovh-angular-swimming-poll@ovh-ux/ovh-angular-swimming-poll#^3.0.1":
version "3.0.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-swimming-poll/tar.gz/dfb6d59e8748084171fc34b169401e6183e2fe38"
"@bower_components/ovh-angular-tail-logs@ovh-ux/ovh-angular-tail-logs#^1.1.2":
version "1.1.1"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-tail-logs/tar.gz/46b1735714dbf22c6d90fd2b469fd42904f9a5ff"
"@bower_components/ovh-angular-toaster@ovh-ux/ovh-angular-toaster#^0.8.0":
version "0.8.0"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-toaster/tar.gz/06d24889e94b8d816afee8e94185697cf68f2338"
"@bower_components/ovh-angular-user-pref@ovh-ux/ovh-angular-user-pref#^0.3.1":
version "0.3.1"
resolved "https://codeload.github.com/ovh-ux/ovh-angular-user-pref/tar.gz/71d0b3c0606a2e2052505bda2a8e2ff06b0156e1"
"@bower_components/ovh-api-services@ovh-ux/ovh-api-services#^3.9.0":
version "3.9.1"
resolved "https://codeload.github.com/ovh-ux/ovh-api-services/tar.gz/b558819f9bf5b82dfee679cce2928579f023567f"
dependencies:
grunt-injector "^0.6.0"
"@bower_components/ovh-common-style@ovh-ux/ovh-common-style#^3.2.2":
version "3.2.2"
resolved "https://codeload.github.com/ovh-ux/ovh-common-style/tar.gz/cd9f7bea9240b7e2334ae5cd7e74529478b271d4"
"@bower_components/ovh-jquery-ui-draggable-ng@ovh-ux/ovh-jquery-ui-draggable-ng#^0.0.5":
version "0.0.5"
resolved "https://codeload.github.com/ovh-ux/ovh-jquery-ui-draggable-ng/tar.gz/1534d99081af3e8533049c20d940a50595bdc916"
"@bower_components/ovh-manager-webfont@ovh-ux/ovh-manager-webfont#^1.0.1":
version "1.0.2"
resolved "https://codeload.github.com/ovh-ux/ovh-manager-webfont/tar.gz/1d759c46c8c3ead4bc5e887a2336abd124a17c58"
"@bower_components/uri.js@medialize/URI.js#~1.15.0":
version "1.15.2"
resolved "https://codeload.github.com/medialize/URI.js/tar.gz/c51da7e8c0bdf46ae926d2388d3032e2347c61db"
"@bower_components/validator-js@chriso/validator.js#~3.37.0":
version "3.37.0"
resolved "https://codeload.github.com/chriso/validator.js/tar.gz/415a54e82d4aef157b8926e77aabb70b342a4eb5"
"@commitlint/cli@^6.1.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-6.2.0.tgz#b2f8190eb08ccd78eea65114b864f3c65eca466a"
dependencies:
"@commitlint/format" "^6.1.3"
"@commitlint/lint" "^6.2.0"
"@commitlint/load" "^6.1.3"
"@commitlint/read" "^6.1.3"
babel-polyfill "6.26.0"
chalk "2.3.1"
get-stdin "5.0.1"
lodash.merge "4.6.1"
lodash.pick "4.4.0"
meow "4.0.0"
"@commitlint/config-conventional@^6.1.0":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-6.1.3.tgz#6c06eeae04c5ac789c3618df4d52aeda89ffb810"
"@commitlint/ensure@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-6.1.3.tgz#813b58c9fdfae15351b72fe646a162ebdb71ea2a"
dependencies:
lodash.camelcase "4.3.0"
lodash.kebabcase "4.1.1"
lodash.snakecase "4.1.1"
lodash.startcase "4.4.0"
lodash.upperfirst "4.3.1"
"@commitlint/execute-rule@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-6.1.3.tgz#48928e736ef15e8710d332a15c7c899555e4e10b"
dependencies:
babel-runtime "6.26.0"
"@commitlint/format@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-6.1.3.tgz#414b9048a9af54587da96222717ba332347abde3"
dependencies:
babel-runtime "^6.23.0"
chalk "^2.0.1"
"@commitlint/is-ignored@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-6.1.3.tgz#89c9b964a4d6228875a579c2bf552d003734b7e8"
dependencies:
semver "5.5.0"
"@commitlint/lint@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-6.2.0.tgz#d78f219745b77362e1b814d5f4cec2ecc3266619"
dependencies:
"@commitlint/is-ignored" "^6.1.3"
"@commitlint/parse" "^6.1.3"
"@commitlint/rules" "^6.2.0"
babel-runtime "^6.23.0"
lodash.topairs "4.3.0"
"@commitlint/load@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-6.1.3.tgz#1be40711397958f316cf40577a9c879a16f00a54"
dependencies:
"@commitlint/execute-rule" "^6.1.3"
"@commitlint/resolve-extends" "^6.1.3"
babel-runtime "^6.23.0"
cosmiconfig "^4.0.0"
lodash.merge "4.6.1"
lodash.mergewith "4.6.1"
lodash.pick "4.4.0"
lodash.topairs "4.3.0"
resolve-from "4.0.0"
"@commitlint/message@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-6.1.3.tgz#5e0473330c887016010c4c56270723b8001145d2"
"@commitlint/parse@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-6.1.3.tgz#ff1e4d92c27cd676812bb6b9d76cd8853c0d9407"
dependencies:
conventional-changelog-angular "^1.3.3"
conventional-commits-parser "^2.1.0"
"@commitlint/read@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-6.1.3.tgz#9f9d8db50fbf67f3000921657ed6efadb8cf9f1a"
dependencies:
"@commitlint/top-level" "^6.1.3"
"@marionebl/sander" "^0.6.0"
babel-runtime "^6.23.0"
git-raw-commits "^1.3.0"
"@commitlint/resolve-extends@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-6.1.3.tgz#f45fcfe43860e05e38f3d94d54caed7ddaa41e25"
dependencies:
babel-runtime "6.26.0"
lodash.merge "4.6.1"
lodash.omit "4.5.0"
require-uncached "^1.0.3"
resolve-from "^4.0.0"
resolve-global "^0.1.0"
"@commitlint/rules@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-6.2.0.tgz#9391f65a16552822048d45a33ab6ce374686e06b"
dependencies:
"@commitlint/ensure" "^6.1.3"
"@commitlint/message" "^6.1.3"
"@commitlint/to-lines" "^6.1.3"
babel-runtime "^6.23.0"
"@commitlint/to-lines@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-6.1.3.tgz#7ab16a02caed8daa47e959269b96164610a29d0c"
"@commitlint/top-level@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-6.1.3.tgz#126dcb6de1676342c69cd42261483f4478547299"
dependencies:
find-up "^2.1.0"
"@marionebl/sander@^0.6.0":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b"
dependencies:
graceful-fs "^4.1.3"
mkdirp "^0.5.1"
rimraf "^2.5.2"
"@types/angular@^1.6.25":
version "1.6.45"
resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.45.tgz#5b0b91a51d717f6fc816d59e1234d5292f33f7b9"
"@types/jasmine@^2.5.36":
version "2.8.7"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.7.tgz#3fe583928ae0a22cdd34cedf930eeffeda2602fd"
"@types/node@^6.0.46":
version "6.0.111"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.111.tgz#85f880a1bab78d395a5de9bcb5319e73a0c31400"
"@types/q@^0.0.32":
version "0.0.32"
resolved "https://registry.yarnpkg.com/@types/q/-/q-0.0.32.tgz#bd284e57c84f1325da702babfc82a5328190c0c5"
"@types/selenium-webdriver@2.53.37":
version "2.53.37"
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-2.53.37.tgz#34f743c20e53ae7100ede90870fde554df2447f8"
"@uirouter/core@5.0.19":
version "5.0.19"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.19.tgz#fe2888190393a8c92584c354e65ab8322c1b0db4"
CSSselect@0.x:
version "0.7.0"
resolved "https://registry.yarnpkg.com/CSSselect/-/CSSselect-0.7.0.tgz#e4054c67b467465f3c9500c0da0aa7878c4babd2"
dependencies:
CSSwhat "0.4"
boolbase "~1.0.0"
domutils "1.4"
nth-check "~1.0.0"
CSSwhat@0.4:
version "0.4.7"
resolved "https://registry.yarnpkg.com/CSSwhat/-/CSSwhat-0.4.7.tgz#867da0ff39f778613242c44cfea83f0aa4ebdf9b"
JSONStream@^1.0.4:
version "1.3.3"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.3.tgz#27b4b8fbbfeab4e71bcf551e7f27be8d952239bf"
dependencies:
jsonparse "^1.2.0"
through ">=2.2.7 <3"
abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
abbrev@1.0.x:
version "1.0.9"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"
accepts@1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.3.tgz#c3ca7434938648c3e0d9c1e328dd68b622c284ca"
dependencies:
mime-types "~2.1.11"
negotiator "0.6.1"
accepts@~1.3.3, accepts@~1.3.4, accepts@~1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2"
dependencies:
mime-types "~2.1.18"
negotiator "0.6.1"
acorn-jsx@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
dependencies:
acorn "^3.0.4"
acorn@^3.0.4:
version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
acorn@^5.5.0:
version "5.5.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
acorn@~2.6.4:
version "2.6.4"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-2.6.4.tgz#eb1f45b4a43fa31d03701a5ec46f3b52673e90ee"
add-stream@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
adm-zip@0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.4.tgz#a61ed5ae6905c3aea58b3a657d25033091052736"
adm-zip@0.4.7:
version "0.4.7"
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.7.tgz#8606c2cbf1c426ce8c8ec00174447fd49b6eafc1"
adm-zip@^0.4.7:
version "0.4.11"
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.11.tgz#2aa54c84c4b01a9d0fb89bb11982a51f13e3d62a"
after@0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
agent-base@2:
version "2.1.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-2.1.1.tgz#d6de10d5af6132d5bd692427d46fc538539094c7"
dependencies:
extend "~3.0.0"
semver "~5.0.1"
ajv-keywords@^1.0.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
ajv-keywords@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
ajv@^4.7.0, ajv@^4.9.1:
version "4.11.8"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
dependencies:
co "^4.6.0"
json-stable-stringify "^1.0.1"
ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0:
version "5.5.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
dependencies:
co "^4.6.0"
fast-deep-equal "^1.0.0"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"
align-text@^0.1.1, align-text@^0.1.3:
version "0.1.4"
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
dependencies:
kind-of "^3.0.2"
longest "^1.0.1"
repeat-string "^1.5.2"
alter@~0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/alter/-/alter-0.2.0.tgz#c7588808617572034aae62480af26b1d4d1cb3cd"
dependencies:
stable "~0.1.3"
amdefine@>=0.0.4:
version "1.0.1"
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
angular-mock@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/angular-mock/-/angular-mock-1.0.0.tgz#67431849bf0add225b1d49e0a771659a4b360ba5"
angular-sanitize@1.3.x:
version "1.3.20"
resolved "https://registry.yarnpkg.com/angular-sanitize/-/angular-sanitize-1.3.20.tgz#5b1caa4176b8db2039d7d1c1527537a61be3cd67"
angular-translate@~2.16.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/angular-translate/-/angular-translate-2.16.0.tgz#6b7f84657d6534d25878cc55e6a2a06f7607299f"
dependencies:
angular ">=1.2.26 <=1.6"
angular@*, angular@1.x:
version "1.7.0"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.7.0.tgz#e45d679fc8d81040a4894c7ccc16a4e1ad0a9ca6"
angular@1.3.x:
version "1.3.20"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.3.20.tgz#b23a3d7c5e7f99f7d95b9b4d49b9ac355269baee"
"angular@>=1.2.26 <=1.6":
version "1.6.10"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.6.10.tgz#eed3080a34d29d0f681ff119b18ce294e3f74826"
ansi-escapes@^1.1.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
ansi-escapes@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
ansi-gray@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/ansi-gray/-/ansi-gray-0.1.1.tgz#2962cf54ec9792c48510a3deb524436861ef7251"
dependencies:
ansi-wrap "0.1.0"
ansi-regex@^0.2.0, ansi-regex@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-0.2.1.tgz#0d8e946967a3d8143f93e24e298525fc1b2235f9"
ansi-regex@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
ansi-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
ansi-styles@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de"
ansi-styles@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
dependencies:
color-convert "^1.9.0"
ansi-wrap@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf"
anymatch@^1.3.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a"
dependencies:
micromatch "^2.1.5"
normalize-path "^2.0.0"
aproba@^1.0.3:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
archive-type@^3.0.0, archive-type@^3.0.1:
version "3.2.0"
resolved "https://registry.yarnpkg.com/archive-type/-/archive-type-3.2.0.tgz#9cd9c006957ebe95fadad5bd6098942a813737f6"
dependencies:
file-type "^3.1.0"
are-we-there-yet@~1.1.2:
version "1.1.4"
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d"
dependencies:
delegates "^1.0.0"
readable-stream "^2.0.6"
argparse@^1.0.2, argparse@^1.0.7:
version "1.0.10"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
dependencies:
sprintf-js "~1.0.2"
arr-diff@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
dependencies:
arr-flatten "^1.0.1"
arr-flatten@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
array-differ@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031"
array-find-index@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
array-flatten@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
array-ify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
array-slice@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5"
array-union@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
dependencies:
array-uniq "^1.0.1"
array-uniq@^1.0.0, array-uniq@^1.0.1, array-uniq@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
array-unique@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
arraybuffer.slice@0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz#f33b2159f0532a3f3107a272c0ccfbd1ad2979ca"
arrify@^1.0.0, arrify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
asap@~2.0.3:
version "2.0.6"
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
asn1@~0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86"
assert-plus@1.0.0, assert-plus@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
assert-plus@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234"
async-each-series@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/async-each-series/-/async-each-series-1.1.0.tgz#f42fd8155d38f21a5b8ea07c28e063ed1700b138"
async-each@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
async-foreach@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
async@1.x, async@^1.2.1, async@^1.4.0, async@^1.5.2, async@~1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
async@^0.9.0:
version "0.9.2"
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
async@^2.0.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
dependencies:
lodash "^4.17.10"
async@~0.2.6:
version "0.2.10"
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"
async@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9"
asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
autoprefixer@^6.0.0:
version "6.7.7"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c835658e35ce3f9984099db00585c782014"
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"
aws-sign2@~0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
aws4@^1.2.1, aws4@^1.6.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.7.0.tgz#d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289"
babel-code-frame@^6.16.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
dependencies:
chalk "^1.1.3"
esutils "^2.0.2"
js-tokens "^3.0.2"
babel-core@^6.0.0, babel-core@^6.0.12, babel-core@^6.26.0, babel-core@^6.6.5:
version "6.26.3"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
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.1.1:
version "7.2.3"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
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:
version "6.26.1"
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90"
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:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d"
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:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz#a5f56dab41a25f97ecb498c7ebaca9819f95be5f"
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:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
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:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d"
dependencies:
babel-runtime "^6.22.0"
babel-types "^6.24.1"
babel-helper-hoist-variables@^6.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76"
dependencies:
babel-runtime "^6.22.0"
babel-types "^6.24.1"
babel-helper-optimise-call-expression@^6.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
dependencies:
babel-runtime "^6.22.0"
babel-types "^6.24.1"
babel-helper-regex@^6.24.1:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz#325c59f902f82f24b74faceed0363954f6495e72"
dependencies:
babel-runtime "^6.26.0"
babel-types "^6.26.0"
lodash "^4.17.4"
babel-helper-replace-supers@^6.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a"
dependencies:
babel-helper-optimise-call-expression "^6.24.1"
babel-messages "^6.23.0"
babel-runtime "^6.22.0"
babel-template "^6.24.1"
babel-traverse "^6.24.1"
babel-types "^6.24.1"
babel-helpers@^6.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
dependencies:
babel-runtime "^6.22.0"
babel-template "^6.24.1"
babel-messages@^6.23.0:
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
dependencies:
babel-runtime "^6.22.0"
babel-plugin-check-es2015-constants@^6.22.0:
version "6.22.0"