diff --git a/README.md b/README.md index 8a852cb..cca4aaa 100644 --- a/README.md +++ b/README.md @@ -77,20 +77,20 @@ If you want to use svg as icon type copy the **Use it** ```html -
-
1.5
-
-
+
+
1.5
+
+
-
+
-
+
@@ -112,8 +112,8 @@ The actual star rating value. The color of the stars depends on the rating numbe - .value-4 - .value-5 ```html -
-
+
+
...stars...
@@ -125,8 +125,8 @@ If set, every rating value will have a half star at the end. - .half ```html -
-
+
+
...stars...
@@ -139,9 +139,9 @@ The text next to the stars. - (Just additional HTML) ```html -
-
My text
-
+
+
My text
+
...stars...
@@ -154,9 +154,9 @@ The position of the label. - .label-hidden ```html -
-
3.5
-
+
+
3.5
+
...stars...
@@ -172,9 +172,9 @@ The position of the label. - .label-left ```html -
-
Good
-
+
+
Good
+
...stars...
@@ -188,8 +188,8 @@ The position of the label. If the start use the whole space or not. ```html -
-
+
+
...stars...
@@ -204,8 +204,8 @@ The height and width of the stars. - .medium - .large ```html -
-
+
+
...stars...
@@ -222,8 +222,8 @@ Static color of stars. - .color-positive ```html -
-
+
+
...stars...
@@ -237,8 +237,8 @@ Static color of stars. The click callback is disabled, colors are transparent ```html -
-
+
+
...stars...
@@ -252,8 +252,8 @@ The direction of the stars and label. - .direction-ltr ```html -
-
+
+
...stars...
@@ -268,8 +268,8 @@ The duration of the animation in ms. - .slow ```html -
-
+
+
...stars...
@@ -285,16 +285,16 @@ The type of start resource to use. - .custom-icon (i.e. font-awesome) ```html -
-
+
+
-
+
-
+
@@ -321,8 +321,8 @@ The type of start resource to use. - .theme-kununu ```html -
-
+
+
...stars...
diff --git a/dist/css/star-rating.css b/dist/css/star-rating.css index 1e9cade..2c43e5c 100644 --- a/dist/css/star-rating.css +++ b/dist/css/star-rating.css @@ -1,6 +1,7 @@ @charset "UTF-8"; /*VARIABLES ====================================================*/ +/*Classname of project*/ /*Range*/ /*Spacing*/ /*Colors*/ @@ -32,7 +33,7 @@ /* Star element ==================================================================*/ -.star { +.bp-star { position: relative; width: 20px; height: 20px; @@ -71,7 +72,7 @@ Disabled =================================================*/ } -.star svg, .star i { +.bp-star svg, .bp-star i { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -95,98 +96,98 @@ Disabled font-style: normal; } -.star svg.star-half, .star svg.star-filled, .star i.star-half, .star i.star-filled { +.bp-star svg.star-half, .bp-star svg.star-filled, .bp-star i.star-half, .bp-star i.star-filled { opacity: 0; } -.star i { +.bp-star i { top: 1px; display: none; } -.star.icon i, .rating.star-icon i { +.bp-star.icon i, .bp-rating.star-icon i { font-size: 25px; line-height: 25px; } -.star.icon i.star-empty:before, .rating.star-icon i.star-empty:before { +.bp-star.icon i.star-empty:before, .bp-rating.star-icon i.star-empty:before { content: "☆"; } -.star.icon i.star-half:before, .rating.star-icon i.star-half:before { +.bp-star.icon i.star-half:before, .bp-rating.star-icon i.star-half:before { content: "★"; } -.star.icon i.star-filled:before, .rating.star-icon i.star-filled:before { +.bp-star.icon i.star-filled:before, .bp-rating.star-icon i.star-filled:before { content: "★"; } -.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i { +.bp-star.custom-icon i, .bp-rating.star-custom-icon i, .rating.theme-kununu .star-container .star i { font-size: 18px; line-height: 18px; } -.star.empty svg.star-half, .rating.hover:hover.value-1.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-1 .star-container .star svg.star-half, .rating.hover:hover.value-2.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-2 .star-container .star svg.star-half, .rating.hover:hover.value-3.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-3 .star-container .star svg.star-half, .rating.hover:hover.value-4.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-4 .star-container .star svg.star-half, .rating.hover:hover.value-5.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-5 .star-container .star svg.star-half, .rating.hover:hover.value-6.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-6 .star-container .star svg.star-half, .star.empty svg.star-filled, .rating.hover:hover.value-1.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-1 .star-container .star svg.star-filled, .rating.hover:hover.value-2.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-2 .star-container .star svg.star-filled, .rating.hover:hover.value-3.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-3 .star-container .star svg.star-filled, .rating.hover:hover.value-4.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-4 .star-container .star svg.star-filled, .rating.hover:hover.value-5.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-5 .star-container .star svg.star-filled, .rating.hover:hover.value-6.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-6 .star-container .star svg.star-filled, .star.empty i.star-half, .rating.hover:hover.value-1.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-1 .star-container .star i.star-half, .rating.hover:hover.value-2.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-2 .star-container .star i.star-half, .rating.hover:hover.value-3.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-3 .star-container .star i.star-half, .rating.hover:hover.value-4.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-4 .star-container .star i.star-half, .rating.hover:hover.value-5.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-5 .star-container .star i.star-half, .rating.hover:hover.value-6.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-6 .star-container .star i.star-half, .star.empty i.star-filled, .rating.hover:hover.value-1.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-1 .star-container .star i.star-filled, .rating.hover:hover.value-2.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-2 .star-container .star i.star-filled, .rating.hover:hover.value-3.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-3 .star-container .star i.star-filled, .rating.hover:hover.value-4.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-4 .star-container .star i.star-filled, .rating.hover:hover.value-5.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-5 .star-container .star i.star-filled, .rating.hover:hover.value-6.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-6 .star-container .star i.star-filled { +.bp-star.empty svg.star-half, .bp-star.empty svg.star-filled, .bp-star.empty i.star-half, .bp-star.empty i.star-filled { opacity: 0; } -.star.empty svg.star-empty, .rating.hover:hover.value-1.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-1 .star-container .star svg.star-empty, .rating.hover:hover.value-2.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-2 .star-container .star svg.star-empty, .rating.hover:hover.value-3.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-3 .star-container .star svg.star-empty, .rating.hover:hover.value-4.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-4 .star-container .star svg.star-empty, .rating.hover:hover.value-5.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-5 .star-container .star svg.star-empty, .rating.hover:hover.value-6.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-6 .star-container .star svg.star-empty, .star.empty i.star-empty, .rating.hover:hover.value-1.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-1 .star-container .star i.star-empty, .rating.hover:hover.value-2.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-2 .star-container .star i.star-empty, .rating.hover:hover.value-3.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-3 .star-container .star i.star-empty, .rating.hover:hover.value-4.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-4 .star-container .star i.star-empty, .rating.hover:hover.value-5.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-5 .star-container .star i.star-empty, .rating.hover:hover.value-6.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-6 .star-container .star i.star-empty { +.bp-star.empty svg.star-empty, .bp-star.empty i.star-empty { opacity: 1; } -.star.half svg.star-filled, .rating.value-0.half .star:nth-child(1) svg.star-filled, .rating.value-1.half .star-container .star:nth-child(2) svg.star-filled, .rating.value-2.half .star-container .star:nth-child(3) svg.star-filled, .rating.value-3.half .star-container .star:nth-child(4) svg.star-filled, .rating.value-4.half .star-container .star:nth-child(5) svg.star-filled, .rating.value-5.half .star-container .star:nth-child(6) svg.star-filled, .star.half svg.star-empty, .rating.value-0.half .star:nth-child(1) svg.star-empty, .rating.value-1.half .star-container .star:nth-child(2) svg.star-empty, .rating.value-2.half .star-container .star:nth-child(3) svg.star-empty, .rating.value-3.half .star-container .star:nth-child(4) svg.star-empty, .rating.value-4.half .star-container .star:nth-child(5) svg.star-empty, .rating.value-5.half .star-container .star:nth-child(6) svg.star-empty, .star.half i.star-filled, .rating.value-0.half .star:nth-child(1) i.star-filled, .rating.value-1.half .star-container .star:nth-child(2) i.star-filled, .rating.value-2.half .star-container .star:nth-child(3) i.star-filled, .rating.value-3.half .star-container .star:nth-child(4) i.star-filled, .rating.value-4.half .star-container .star:nth-child(5) i.star-filled, .rating.value-5.half .star-container .star:nth-child(6) i.star-filled, .star.half i.star-empty, .rating.value-0.half .star:nth-child(1) i.star-empty, .rating.value-1.half .star-container .star:nth-child(2) i.star-empty, .rating.value-2.half .star-container .star:nth-child(3) i.star-empty, .rating.value-3.half .star-container .star:nth-child(4) i.star-empty, .rating.value-4.half .star-container .star:nth-child(5) i.star-empty, .rating.value-5.half .star-container .star:nth-child(6) i.star-empty { +.bp-star.half svg.star-filled, .bp-rating.value-0.half .bp-star:nth-child(1) svg.star-filled, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-filled, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-filled, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-filled, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-filled, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-filled, .bp-star.half svg.star-empty, .bp-rating.value-0.half .bp-star:nth-child(1) svg.star-empty, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-empty, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-empty, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-empty, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-empty, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-empty, .bp-star.half i.star-filled, .bp-rating.value-0.half .bp-star:nth-child(1) i.star-filled, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-filled, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-filled, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-filled, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-filled, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-filled, .bp-star.half i.star-empty, .bp-rating.value-0.half .bp-star:nth-child(1) i.star-empty, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-empty, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-empty, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-empty, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-empty, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-empty { opacity: 0; } -.star.half svg.star-half, .rating.value-0.half .star:nth-child(1) svg.star-half, .rating.value-1.half .star-container .star:nth-child(2) svg.star-half, .rating.value-2.half .star-container .star:nth-child(3) svg.star-half, .rating.value-3.half .star-container .star:nth-child(4) svg.star-half, .rating.value-4.half .star-container .star:nth-child(5) svg.star-half, .rating.value-5.half .star-container .star:nth-child(6) svg.star-half, .star.half i.star-half, .rating.value-0.half .star:nth-child(1) i.star-half, .rating.value-1.half .star-container .star:nth-child(2) i.star-half, .rating.value-2.half .star-container .star:nth-child(3) i.star-half, .rating.value-3.half .star-container .star:nth-child(4) i.star-half, .rating.value-4.half .star-container .star:nth-child(5) i.star-half, .rating.value-5.half .star-container .star:nth-child(6) i.star-half { +.bp-star.half svg.star-half, .bp-rating.value-0.half .bp-star:nth-child(1) svg.star-half, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-half, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-half, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-half, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-half, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-half, .bp-star.half i.star-half, .bp-rating.value-0.half .bp-star:nth-child(1) i.star-half, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-half, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-half, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-half, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-half, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-half { opacity: 1; } -.star.filled svg.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty, .star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled { +.bp-star.filled svg.star-empty, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-empty, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-empty, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-empty, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-empty, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-empty, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-empty, .bp-star.filled svg.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled, .bp-star.filled i.star-empty, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-empty, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-empty, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-empty, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-empty, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-empty, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-empty, .bp-star.filled i.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled { opacity: 0; } -.star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled { +.bp-star.filled svg.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled, .bp-star.filled i.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled { opacity: 1; } -.star.default svg, .star-container .star svg { +.bp-star.default svg, .bp-star-container .bp-star.star svg { fill: #999; } -.star.default i, .star-container .star i { +.bp-star.default i, .bp-star-container .bp-star.star i { color: #999; } -.star.negative svg, .rating.hover:hover.hover-1 .star-container .star svg, .rating.hover:hover.hover-2 .star-container .star svg, .rating.value-0.half .star svg, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star svg, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star svg, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star svg, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star svg, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star svg { +.bp-star.negative svg, .bp-rating.value-0.half .bp-star svg, .bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star svg, .bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star svg, .bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star svg, .bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star svg, .bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star svg { fill: #f03c56; } -.star.negative i, .rating.hover:hover.hover-1 .star-container .star i, .rating.hover:hover.hover-2 .star-container .star i, .rating.value-0.half .star i, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star i, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star i, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star i, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star i, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star i { +.bp-star.negative i, .bp-rating.value-0.half .bp-star i, .bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star i, .bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star i, .bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star i, .bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star i, .bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star i { color: #f03c56; } -.star.ok svg, .rating.hover:hover.hover-3 .star-container .star svg { +.bp-star.ok svg { fill: #ffc058; } -.star.ok i, .rating.hover:hover.hover-3 .star-container .star i { +.bp-star.ok i { color: #ffc058; } -.star.positive svg, .rating.value-6 .star-container .star svg, .rating.value-7 .star-container .star svg, .rating.value-8 .star-container .star svg, .rating.value-9 .star-container .star svg, .rating.value-10 .star-container .star svg, .rating.value-11 .star-container .star svg, .rating.value-12 .star-container .star svg, .rating.hover:hover.hover-4 .star-container .star svg, .rating.hover:hover.hover-5 .star-container .star svg, .rating.hover:hover.hover-6 .star-container .star svg { +.bp-star.positive svg, .bp-rating.value-6 .bp-star-container .bp-star svg, .bp-rating.value-7 .bp-star-container .bp-star svg, .bp-rating.value-8 .bp-star-container .bp-star svg, .bp-rating.value-9 .bp-star-container .bp-star svg, .bp-rating.value-10 .bp-star-container .bp-star svg, .bp-rating.value-11 .bp-star-container .bp-star svg, .bp-rating.value-12 .bp-star-container .bp-star svg { fill: #7ed321; } -.star.positive i, .rating.value-6 .star-container .star i, .rating.value-7 .star-container .star i, .rating.value-8 .star-container .star i, .rating.value-9 .star-container .star i, .rating.value-10 .star-container .star i, .rating.value-11 .star-container .star i, .rating.value-12 .star-container .star i, .rating.hover:hover.hover-4 .star-container .star i, .rating.hover:hover.hover-5 .star-container .star i, .rating.hover:hover.hover-6 .star-container .star i { +.bp-star.positive i, .bp-rating.value-6 .bp-star-container .bp-star i, .bp-rating.value-7 .bp-star-container .bp-star i, .bp-rating.value-8 .bp-star-container .bp-star i, .bp-rating.value-9 .bp-star-container .bp-star i, .bp-rating.value-10 .bp-star-container .bp-star i, .bp-rating.value-11 .bp-star-container .bp-star i, .bp-rating.value-12 .bp-star-container .bp-star i { color: #7ed321; } -.star.svg i, .rating.star-svg i { +.bp-star.svg i, .bp-rating.star-svg i { display: none; } -.star.svg svg, .rating.star-svg svg { +.bp-star.svg svg, .bp-rating.star-svg svg { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -194,11 +195,11 @@ Disabled display: flex; } -.star.custom-icon svg, .rating.star-custom-icon svg, .rating.theme-kununu .star-container .star svg, .star.icon svg, .rating.star-icon svg { +.bp-star.custom-icon svg, .bp-rating.star-custom-icon svg, .rating.theme-kununu .star-container .star svg, .bp-star.icon svg, .bp-rating.star-icon svg { display: none; } -.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i, .star.icon i, .rating.star-icon i { +.bp-star.custom-icon i, .bp-rating.star-custom-icon i, .rating.theme-kununu .star-container .star i, .bp-star.icon i, .bp-rating.star-icon i { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -206,48 +207,48 @@ Disabled display: flex; } -.star.small, .rating.small .star { +.bp-star.small, .bp-rating.small .bp-star { width: 10px; height: 9, 5px; } -.star.small i, .rating.small .star i { +.bp-star.small i, .bp-rating.small .bp-star i { font-size: 11px; line-height: 10px; } -.star.medium, .rating.medium .star { +.bp-star.medium, .bp-rating.medium .bp-star { width: 20px; height: 20px; } -.star.medium i, .rating.medium .star i { +.bp-star.medium i, .bp-rating.medium .bp-star i { font-size: 25px; line-height: 25px; } -.star.large, .rating.large .star { +.bp-star.large, .bp-rating.large .bp-star { width: 35px; height: 33.3px; } -.star.large i, .rating.large .star i { +.bp-star.large i, .bp-rating.large .bp-star i { font-size: 36px; line-height: 35px; } -.star.disabled, .rating.disabled .star-container .star { +.bp-star.disabled, .bp-rating.disabled .bp-star-container .bp-star { opacity: 0.5; } -.star.direction-rtl svg.star-half, .star-container.direction-rtl .star svg.star-half, .rating.direction-rtl .star-container .star svg.star-half, .star.direction-rtl i.star-half, .star-container.direction-rtl .star i.star-half, .rating.direction-rtl .star-container .star i.star-half { +.bp-star.direction-rtl svg.star-half, .bp-star-container.direction-rtl .star svg.star-half, .bp-rating.direction-rtl .bp-star-container .star svg.star-half, .bp-rating.direction-rtl .bp-star-container .bp-star svg.star-half, .bp-star.direction-rtl i.star-half, .bp-star-container.direction-rtl .star i.star-half, .bp-rating.direction-rtl .bp-star-container .star i.star-half, .bp-rating.direction-rtl .bp-star-container .bp-star i.star-half { -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } -.star.direction-ltr svg.star-half, .star-container.direction-ltr .star svg.star-half, .star.direction-ltr i.star-half, .star-container.direction-ltr .star i.star-half { +.bp-star.direction-ltr svg.star-half, .bp-star-container.direction-ltr .star svg.star-half, .bp-star.direction-ltr i.star-half, .bp-star-container.direction-ltr .star i.star-half { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); @@ -257,7 +258,7 @@ Disabled /* Label Element ===================================================================*/ -.label-value { +.bp-label-value { font-size: 18px; line-height: 18px; /* @@ -268,29 +269,29 @@ Label Element =================================================*/ } -.label-value.small, .rating.small .label-value { +.bp-label-value.small, .bp-rating.small .bp-label-value { font-size: 9.5px; line-height: 9.5px; } -.label-value.medium, .rating.medium .label-value { +.bp-label-value.medium, .bp-rating.medium .bp-label-value { font-size: 18px; line-height: 25px; } -.label-value.large, .rating.large .label-value { +.bp-label-value.large, .bp-rating.large .bp-label-value { font-size: 28px; line-height: 35px; } -.label-value.disabled, .rating.disabled .label-value { +.bp-label-value.disabled, .bp-rating.disabled .bp-label-value { opacity: 0.5; } /* Star Container ==================================================================*/ -.star-container { +.bp-star-container { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -324,39 +325,39 @@ Star Container ======================================================*/ } -.star-container + .star { +.bp-star-container + .star { margin-left: 5px; } -.star-container .star { +.bp-star-container .star { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.star-container .star svg, .star-container .star i { +.bp-star-container .star svg, .bp-star-container .star i { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.star-container svg { +.bp-star-container svg { z-index: 2; } -.star-container i { +.bp-star-container i { z-index: 1; } -.star-container.direction-rtl, .rating.direction-rtl .star-container { +.bp-star-container.direction-rtl, .bp-rating.direction-rtl .bp-star-container { direction: rtl; } -.star-container.direction-ltr { +.bp-star-container.direction-ltr { direction: ltr; } -.star-container.space-no, .rating.space-no .star-container { +.bp-star-container.space-no, .bp-rating.space-no .bp-star-container { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; @@ -369,7 +370,7 @@ Star Container justify-content: center; } -.star-container.space-between, .rating.space-between .star-container { +.bp-star-container.space-between, .bp-rating.space-between .bp-star-container { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; @@ -382,7 +383,7 @@ Star Container justify-content: space-between; } -.star-container.space-around, .rating.space-around .star-container { +.bp-star-container.space-around, .bp-rating.space-around .bp-star-container { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; @@ -396,7 +397,7 @@ Star Container /* Rating Component ========================================================================= */ -.rating { +.bp-rating { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -440,59 +441,203 @@ Rating Component ====================================================*/ } -.rating.value-1 .star-container .star svg { +.bp-rating.value-1 .bp-star-container .bp-star svg { fill: #f03c56; } -.rating.value-1 .star-container .star i { +.bp-rating.value-1 .bp-star-container .bp-star i { color: #f03c56; } -.rating.value-2 .star-container .star svg { +.bp-rating.value-2 .bp-star-container .bp-star svg { fill: #f03c56; } -.rating.value-2 .star-container .star i { +.bp-rating.value-2 .bp-star-container .bp-star i { color: #f03c56; } -.rating.value-3 .star-container .star svg { +.bp-rating.value-3 .bp-star-container .bp-star svg { fill: #ffc058; } -.rating.value-3 .star-container .star i { +.bp-rating.value-3 .bp-star-container .bp-star i { color: #ffc058; } -.rating.value-4 .star-container .star svg { +.bp-rating.value-4 .bp-star-container .bp-star svg { fill: #7ed321; } -.rating.value-4 .star-container .star i { +.bp-rating.value-4 .bp-star-container .bp-star i { color: #7ed321; } -.rating.value-5 .star-container .star svg { +.bp-rating.value-5 .bp-star-container .bp-star svg { fill: #7ed321; } -.rating.value-5 .star-container .star i { +.bp-rating.value-5 .bp-star-container .bp-star i { color: #7ed321; } -.rating.value-6 .star-container .star svg { +.bp-rating.value-6 .bp-star-container .bp-star svg { fill: #7ed321; } -.rating.value-6 .star-container .star i { +.bp-rating.value-6 .bp-star-container .bp-star i { color: #7ed321; } -.rating.label-hidden .label-value { +.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star svg { + fill: #f03c56; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star i { + color: #f03c56; +} + +.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star svg { + fill: #f03c56; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star i { + color: #f03c56; +} + +.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star svg { + fill: #ffc058; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star i { + color: #ffc058; +} + +.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star svg { + fill: #7ed321; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star i { + color: #7ed321; +} + +.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star svg { + fill: #7ed321; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star i { + color: #7ed321; +} + +.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star svg { + fill: #7ed321; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star i { + color: #7ed321; +} + +.bp-rating.label-hidden .bp-label-value { display: none; } -.rating.label-visible { +.bp-rating.label-visible { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -500,7 +645,7 @@ Rating Component display: flex; } -.rating.label-top { +.bp-rating.label-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; @@ -510,13 +655,13 @@ Rating Component flex-direction: column; } -.rating.label-top .label-value + .star-container { +.bp-rating.label-top .bp-label-value + .bp-star-container { margin-left: 0; margin-right: 0; margin-top: 5px; } -.rating.label-left .label-value { +.bp-rating.label-left .bp-label-value { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; @@ -524,12 +669,12 @@ Rating Component flex: 0 0 auto; } -.rating.label-left .label-value + .star-container { +.bp-rating.label-left .bp-label-value + .bp-star-container { margin-left: 5px; margin-right: 0; } -.rating.label-right { +.bp-rating.label-right { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; @@ -539,12 +684,12 @@ Rating Component flex-direction: row-reverse; } -.rating.label-right .label-value + .star-container { +.bp-rating.label-right .bp-label-value + .bp-star-container { margin-left: 0; margin-right: 5px; } -.rating.label-bottom { +.bp-rating.label-bottom { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; @@ -554,101 +699,101 @@ Rating Component flex-direction: column-reverse; } -.rating.label-bottom .label-value + .star-container { +.bp-rating.label-bottom .bp-label-value + .bp-star-container { margin-left: 0; margin-right: 0; margin-bottom: 5px; } -.rating.direction-rtl { +.bp-rating.direction-rtl { direction: rtl; } -.rating.direction-ltr { +.bp-rating.direction-ltr { direction: ltr; } -.rating.color-default .star-container .star svg { +.bp-rating.color-default .bp-star-container .bp-star svg { fill: #999 !important; } -.rating.color-default .star-container .star i { +.bp-rating.color-default .bp-star-container .bp-star i { color: #999 !important; } -.rating.color-ok .star-container .star svg { +.bp-rating.color-ok .bp-star-container .bp-star svg { fill: #ffc058 !important; } -.rating.color-ok .star-container .star i { +.bp-rating.color-ok .bp-star-container .bp-star i { color: #ffc058 !important; } -.rating.color-positive .star-container .star svg { +.bp-rating.color-positive .bp-star-container .bp-star svg { fill: #7ed321 !important; } -.rating.color-positive .star-container .star i { +.bp-rating.color-positive .bp-star-container .bp-star i { color: #7ed321 !important; } -.rating.color-negative .star-container .star svg { +.bp-rating.color-negative .bp-star-container .bp-star svg { fill: #f03c56 !important; } -.rating.color-negative .star-container .star i { +.bp-rating.color-negative .bp-star-container .bp-star i { color: #f03c56 !important; } -.rating.immediately .star-container { +.bp-rating.immediately .bp-star-container { -webkit-transition: all none; -moz-transition: all none; transition: all none; } -.rating.immediately .star-container .star { +.bp-rating.immediately .bp-star-container .bp-star { -webkit-transition: none; -moz-transition: none; transition: none; } -.rating.immediately .star-container .star svg, .rating.immediately .star-container .star i { +.bp-rating.immediately .bp-star-container .bp-star svg, .bp-rating.immediately .bp-star-container .bp-star i { -webkit-transition: none; -moz-transition: none; transition: none; } -.rating.noticeable .star-container { +.bp-rating.noticeable .bp-star-container { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.rating.noticeable .star-container .star { +.bp-rating.noticeable .bp-star-container .bp-star { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.rating.noticeable .star-container .star svg, .rating.noticeable .star-container .star i { +.bp-rating.noticeable .bp-star-container .bp-star svg, .bp-rating.noticeable .bp-star-container .bp-star i { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.rating.slow .star-container { +.bp-rating.slow .bp-star-container { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; } -.rating.slow .star-container .star { +.bp-rating.slow .bp-star-container .bp-star { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; } -.rating.slow .star-container .star svg, .rating.slow .star-container .star i { +.bp-rating.slow .bp-star-container .bp-star svg, .bp-rating.slow .bp-star-container .bp-star i { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; @@ -848,7 +993,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-0.half .star:nth-child(1), .rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(2) .star:nth-child(1), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(3) .star:nth-child(1), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(4) .star:nth-child(1), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(5) .star:nth-child(1), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(6) .star:nth-child(1) { +.rating.theme-rolling-stars.value-0.half .star:nth-child(1), .bp-rating.value-0.half .rating.theme-rolling-stars.value-0.bp-star:nth-child(1) .star:nth-child(1), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(2) .star:nth-child(1), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(3) .star:nth-child(1), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(4) .star:nth-child(1), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(5) .star:nth-child(1), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(6) .star:nth-child(1) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -860,7 +1005,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2), .rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(2) .star-container .star:nth-child(2), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(3) .star-container .star:nth-child(2), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(4) .star-container .star:nth-child(2), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(5) .star-container .star:nth-child(2), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(6) .star-container .star:nth-child(2) { +.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2), .bp-rating.value-0.half .rating.theme-rolling-stars.value-1.bp-star:nth-child(1) .star-container .star:nth-child(2), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(2) .star-container .star:nth-child(2), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(3) .star-container .star:nth-child(2), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(4) .star-container .star:nth-child(2), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(5) .star-container .star:nth-child(2), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(6) .star-container .star:nth-child(2) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -872,7 +1017,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3), .rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(2) .star-container .star:nth-child(3), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(3) .star-container .star:nth-child(3), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(4) .star-container .star:nth-child(3), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(5) .star-container .star:nth-child(3), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(6) .star-container .star:nth-child(3) { +.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3), .bp-rating.value-0.half .rating.theme-rolling-stars.value-2.bp-star:nth-child(1) .star-container .star:nth-child(3), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(2) .star-container .star:nth-child(3), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(3) .star-container .star:nth-child(3), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(4) .star-container .star:nth-child(3), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(5) .star-container .star:nth-child(3), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(6) .star-container .star:nth-child(3) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -884,7 +1029,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4), .rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(2) .star-container .star:nth-child(4), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(3) .star-container .star:nth-child(4), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(4) .star-container .star:nth-child(4), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(5) .star-container .star:nth-child(4), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(6) .star-container .star:nth-child(4) { +.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4), .bp-rating.value-0.half .rating.theme-rolling-stars.value-3.bp-star:nth-child(1) .star-container .star:nth-child(4), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(2) .star-container .star:nth-child(4), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(3) .star-container .star:nth-child(4), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(4) .star-container .star:nth-child(4), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(5) .star-container .star:nth-child(4), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(6) .star-container .star:nth-child(4) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -896,7 +1041,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5), .rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(2) .star-container .star:nth-child(5), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(3) .star-container .star:nth-child(5), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(4) .star-container .star:nth-child(5), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(5) .star-container .star:nth-child(5), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(6) .star-container .star:nth-child(5) { +.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5), .bp-rating.value-0.half .rating.theme-rolling-stars.value-4.bp-star:nth-child(1) .star-container .star:nth-child(5), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(2) .star-container .star:nth-child(5), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(3) .star-container .star:nth-child(5), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(4) .star-container .star:nth-child(5), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(5) .star-container .star:nth-child(5), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(6) .star-container .star:nth-child(5) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -908,7 +1053,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6), .rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(2) .star-container .star:nth-child(6), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(3) .star-container .star:nth-child(6), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(4) .star-container .star:nth-child(6), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(5) .star-container .star:nth-child(6), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(6) .star-container .star:nth-child(6) { +.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6), .bp-rating.value-0.half .rating.theme-rolling-stars.value-5.bp-star:nth-child(1) .star-container .star:nth-child(6), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(2) .star-container .star:nth-child(6), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(3) .star-container .star:nth-child(6), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(4) .star-container .star:nth-child(6), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(5) .star-container .star:nth-child(6), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(6) .star-container .star:nth-child(6) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; diff --git a/dist/css/star-rating.min.css b/dist/css/star-rating.min.css index 58cc18a..b78972c 100644 --- a/dist/css/star-rating.min.css +++ b/dist/css/star-rating.min.css @@ -1 +1 @@ -@charset "UTF-8";.center-all,.star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.star{position:relative;width:20px;height:20px}.star i,.star svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;font-style:normal}.star i.star-filled,.star i.star-half,.star svg.star-filled,.star svg.star-half{opacity:0}.star i{top:1px;display:none}.rating.star-icon i,.star.icon i{font-size:25px;line-height:25px}.rating.star-icon i.star-empty:before,.star.icon i.star-empty:before{content:"☆"}.rating.star-icon i.star-filled:before,.rating.star-icon i.star-half:before,.star.icon i.star-filled:before,.star.icon i.star-half:before{content:"★"}.rating.star-custom-icon i,.rating.theme-kununu .star-container .star i,.star.custom-icon i{font-size:18px;line-height:18px}.rating.hover:hover.hover-1 .star-container .star i.star-filled,.rating.hover:hover.hover-1 .star-container .star i.star-half,.rating.hover:hover.hover-1 .star-container .star svg.star-filled,.rating.hover:hover.hover-1 .star-container .star svg.star-half,.rating.hover:hover.hover-2 .star-container .star i.star-filled,.rating.hover:hover.hover-2 .star-container .star i.star-half,.rating.hover:hover.hover-2 .star-container .star svg.star-filled,.rating.hover:hover.hover-2 .star-container .star svg.star-half,.rating.hover:hover.hover-3 .star-container .star i.star-filled,.rating.hover:hover.hover-3 .star-container .star i.star-half,.rating.hover:hover.hover-3 .star-container .star svg.star-filled,.rating.hover:hover.hover-3 .star-container .star svg.star-half,.rating.hover:hover.hover-4 .star-container .star i.star-filled,.rating.hover:hover.hover-4 .star-container .star i.star-half,.rating.hover:hover.hover-4 .star-container .star svg.star-filled,.rating.hover:hover.hover-4 .star-container .star svg.star-half,.rating.hover:hover.hover-5 .star-container .star i.star-filled,.rating.hover:hover.hover-5 .star-container .star i.star-half,.rating.hover:hover.hover-5 .star-container .star svg.star-filled,.rating.hover:hover.hover-5 .star-container .star svg.star-half,.rating.hover:hover.hover-6 .star-container .star i.star-filled,.rating.hover:hover.hover-6 .star-container .star i.star-half,.rating.hover:hover.hover-6 .star-container .star svg.star-filled,.rating.hover:hover.hover-6 .star-container .star svg.star-half,.rating.hover:hover.value-1.half .star-container .star i.star-filled,.rating.hover:hover.value-1.half .star-container .star i.star-half,.rating.hover:hover.value-1.half .star-container .star svg.star-filled,.rating.hover:hover.value-1.half .star-container .star svg.star-half,.rating.hover:hover.value-2.half .star-container .star i.star-filled,.rating.hover:hover.value-2.half .star-container .star i.star-half,.rating.hover:hover.value-2.half .star-container .star svg.star-filled,.rating.hover:hover.value-2.half .star-container .star svg.star-half,.rating.hover:hover.value-3.half .star-container .star i.star-filled,.rating.hover:hover.value-3.half .star-container .star i.star-half,.rating.hover:hover.value-3.half .star-container .star svg.star-filled,.rating.hover:hover.value-3.half .star-container .star svg.star-half,.rating.hover:hover.value-4.half .star-container .star i.star-filled,.rating.hover:hover.value-4.half .star-container .star i.star-half,.rating.hover:hover.value-4.half .star-container .star svg.star-filled,.rating.hover:hover.value-4.half .star-container .star svg.star-half,.rating.hover:hover.value-5.half .star-container .star i.star-filled,.rating.hover:hover.value-5.half .star-container .star i.star-half,.rating.hover:hover.value-5.half .star-container .star svg.star-filled,.rating.hover:hover.value-5.half .star-container .star svg.star-half,.rating.hover:hover.value-6.half .star-container .star i.star-filled,.rating.hover:hover.value-6.half .star-container .star i.star-half,.rating.hover:hover.value-6.half .star-container .star svg.star-filled,.rating.hover:hover.value-6.half .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-half,.star.empty i.star-filled,.star.empty i.star-half,.star.empty svg.star-filled,.star.empty svg.star-half{opacity:0}.rating.hover:hover.hover-1 .star-container .star i.star-empty,.rating.hover:hover.hover-1 .star-container .star svg.star-empty,.rating.hover:hover.hover-2 .star-container .star i.star-empty,.rating.hover:hover.hover-2 .star-container .star svg.star-empty,.rating.hover:hover.hover-3 .star-container .star i.star-empty,.rating.hover:hover.hover-3 .star-container .star svg.star-empty,.rating.hover:hover.hover-4 .star-container .star i.star-empty,.rating.hover:hover.hover-4 .star-container .star svg.star-empty,.rating.hover:hover.hover-5 .star-container .star i.star-empty,.rating.hover:hover.hover-5 .star-container .star svg.star-empty,.rating.hover:hover.hover-6 .star-container .star i.star-empty,.rating.hover:hover.hover-6 .star-container .star svg.star-empty,.rating.hover:hover.value-1.half .star-container .star i.star-empty,.rating.hover:hover.value-1.half .star-container .star svg.star-empty,.rating.hover:hover.value-2.half .star-container .star i.star-empty,.rating.hover:hover.value-2.half .star-container .star svg.star-empty,.rating.hover:hover.value-3.half .star-container .star i.star-empty,.rating.hover:hover.value-3.half .star-container .star svg.star-empty,.rating.hover:hover.value-4.half .star-container .star i.star-empty,.rating.hover:hover.value-4.half .star-container .star svg.star-empty,.rating.hover:hover.value-5.half .star-container .star i.star-empty,.rating.hover:hover.value-5.half .star-container .star svg.star-empty,.rating.hover:hover.value-6.half .star-container .star i.star-empty,.rating.hover:hover.value-6.half .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-empty,.star.empty i.star-empty,.star.empty svg.star-empty{opacity:1}.rating.value-0.half .star:nth-child(1) i.star-empty,.rating.value-0.half .star:nth-child(1) i.star-filled,.rating.value-0.half .star:nth-child(1) svg.star-empty,.rating.value-0.half .star:nth-child(1) svg.star-filled,.rating.value-1.half .star-container .star:nth-child(2) i.star-empty,.rating.value-1.half .star-container .star:nth-child(2) i.star-filled,.rating.value-1.half .star-container .star:nth-child(2) svg.star-empty,.rating.value-1.half .star-container .star:nth-child(2) svg.star-filled,.rating.value-2.half .star-container .star:nth-child(3) i.star-empty,.rating.value-2.half .star-container .star:nth-child(3) i.star-filled,.rating.value-2.half .star-container .star:nth-child(3) svg.star-empty,.rating.value-2.half .star-container .star:nth-child(3) svg.star-filled,.rating.value-3.half .star-container .star:nth-child(4) i.star-empty,.rating.value-3.half .star-container .star:nth-child(4) i.star-filled,.rating.value-3.half .star-container .star:nth-child(4) svg.star-empty,.rating.value-3.half .star-container .star:nth-child(4) svg.star-filled,.rating.value-4.half .star-container .star:nth-child(5) i.star-empty,.rating.value-4.half .star-container .star:nth-child(5) i.star-filled,.rating.value-4.half .star-container .star:nth-child(5) svg.star-empty,.rating.value-4.half .star-container .star:nth-child(5) svg.star-filled,.rating.value-5.half .star-container .star:nth-child(6) i.star-empty,.rating.value-5.half .star-container .star:nth-child(6) i.star-filled,.rating.value-5.half .star-container .star:nth-child(6) svg.star-empty,.rating.value-5.half .star-container .star:nth-child(6) svg.star-filled,.star.half i.star-empty,.star.half i.star-filled,.star.half svg.star-empty,.star.half svg.star-filled{opacity:0}.rating.value-0.half .star:nth-child(1) i.star-half,.rating.value-0.half .star:nth-child(1) svg.star-half,.rating.value-1.half .star-container .star:nth-child(2) i.star-half,.rating.value-1.half .star-container .star:nth-child(2) svg.star-half,.rating.value-2.half .star-container .star:nth-child(3) i.star-half,.rating.value-2.half .star-container .star:nth-child(3) svg.star-half,.rating.value-3.half .star-container .star:nth-child(4) i.star-half,.rating.value-3.half .star-container .star:nth-child(4) svg.star-half,.rating.value-4.half .star-container .star:nth-child(5) i.star-half,.rating.value-4.half .star-container .star:nth-child(5) svg.star-half,.rating.value-5.half .star-container .star:nth-child(6) i.star-half,.rating.value-5.half .star-container .star:nth-child(6) svg.star-half,.star.half i.star-half,.star.half svg.star-half{opacity:1}.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty,.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty,.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty,.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty,.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty,.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty,.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty,.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty,.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty,.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty,.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty,.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty,.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty,.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty,.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty,.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty,.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty,.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty,.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty,.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty,.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty,.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty,.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty,.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty,.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,.star.filled i.star-empty,.star.filled i.star-filled,.star.filled svg.star-empty,.star.filled svg.star-filled{opacity:0}.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,.star.filled i.star-filled,.star.filled svg.star-filled{opacity:1}.star-container .star svg,.star.default svg{fill:#999}.star-container .star i,.star.default i{color:#999}.rating.hover:hover.hover-1 .star-container .star svg,.rating.hover:hover.hover-2 .star-container .star svg,.rating.value-0.half .star svg,.rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star svg,.rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star svg,.rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star svg,.rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star svg,.rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star svg,.star.negative svg{fill:#f03c56}.rating.hover:hover.hover-1 .star-container .star i,.rating.hover:hover.hover-2 .star-container .star i,.rating.value-0.half .star i,.rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star i,.rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star i,.rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star i,.rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star i,.rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star i,.star.negative i{color:#f03c56}.rating.hover:hover.hover-3 .star-container .star svg,.star.ok svg{fill:#ffc058}.rating.hover:hover.hover-3 .star-container .star i,.star.ok i{color:#ffc058}.rating.hover:hover.hover-4 .star-container .star svg,.rating.hover:hover.hover-5 .star-container .star svg,.rating.hover:hover.hover-6 .star-container .star svg,.rating.value-6 .star-container .star svg,.rating.value-7 .star-container .star svg,.rating.value-8 .star-container .star svg,.rating.value-9 .star-container .star svg,.rating.value-10 .star-container .star svg,.rating.value-11 .star-container .star svg,.rating.value-12 .star-container .star svg,.star.positive svg{fill:#7ed321}.rating.hover:hover.hover-4 .star-container .star i,.rating.hover:hover.hover-5 .star-container .star i,.rating.hover:hover.hover-6 .star-container .star i,.rating.value-6 .star-container .star i,.rating.value-7 .star-container .star i,.rating.value-8 .star-container .star i,.rating.value-9 .star-container .star i,.rating.value-10 .star-container .star i,.rating.value-11 .star-container .star i,.rating.value-12 .star-container .star i,.star.positive i{color:#7ed321}.rating.star-svg i,.star.svg i{display:none}.rating.star-svg svg,.star.svg svg{display:-webkit-box;display:-ms-flexbox;display:flex}.rating.star-custom-icon svg,.rating.star-icon svg,.rating.theme-kununu .star-container .star svg,.star.custom-icon svg,.star.icon svg{display:none}.rating.star-custom-icon i,.rating.star-icon i,.rating.theme-kununu .star-container .star i,.star.custom-icon i,.star.icon i{display:-webkit-box;display:-ms-flexbox;display:flex}.rating.small .star,.star.small{width:10px;height:9,5px}.rating.small .star i,.star.small i{font-size:11px;line-height:10px}.rating.medium .star,.star.medium{width:20px;height:20px}.rating.medium .star i,.star.medium i{font-size:25px;line-height:25px}.rating.large .star,.star.large{width:35px;height:33.3px}.rating.large .star i,.star.large i{font-size:36px;line-height:35px}.rating.disabled .star-container .star,.star.disabled{opacity:.5}.rating.direction-rtl .star-container .star i.star-half,.rating.direction-rtl .star-container .star svg.star-half,.star-container.direction-rtl .star i.star-half,.star-container.direction-rtl .star svg.star-half,.star.direction-rtl i.star-half,.star.direction-rtl svg.star-half{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.star-container.direction-ltr .star i.star-half,.star-container.direction-ltr .star svg.star-half,.star.direction-ltr i.star-half,.star.direction-ltr svg.star-half{-webkit-transform:scale(1);transform:scale(1)}.label-value{font-size:18px;line-height:18px}.label-value.small,.rating.small .label-value{font-size:9.5px;line-height:9.5px}.label-value.medium,.rating.medium .label-value{font-size:18px;line-height:25px}.label-value.large,.rating.large .label-value{font-size:28px;line-height:35px}.label-value.disabled,.rating.disabled .label-value{opacity:.5}.star-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:5px;margin-right:5px;-webkit-transition:all .3s ease;transition:all .3s ease}.star-container+.star{margin-left:5px}.star-container .star,.star-container .star i,.star-container .star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.star-container svg{z-index:2}.star-container i{z-index:1}.rating.direction-rtl .star-container,.star-container.direction-rtl{direction:rtl}.star-container.direction-ltr{direction:ltr}.rating.space-no .star-container,.star-container.space-no{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rating.space-between .star-container,.star-container.space-between{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rating.space-around .star-container,.star-container.space-around{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-pack:distribute;justify-content:space-around}.rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px}.rating.value-1 .star-container .star svg{fill:#f03c56}.rating.value-1 .star-container .star i{color:#f03c56}.rating.value-2 .star-container .star svg{fill:#f03c56}.rating.value-2 .star-container .star i{color:#f03c56}.rating.value-3 .star-container .star svg{fill:#ffc058}.rating.value-3 .star-container .star i{color:#ffc058}.rating.value-4 .star-container .star svg{fill:#7ed321}.rating.value-4 .star-container .star i{color:#7ed321}.rating.value-5 .star-container .star svg{fill:#7ed321}.rating.value-5 .star-container .star i{color:#7ed321}.rating.value-6 .star-container .star svg{fill:#7ed321}.rating.value-6 .star-container .star i{color:#7ed321}.rating.label-hidden .label-value{display:none}.rating.label-visible{display:-webkit-box;display:-ms-flexbox;display:flex}.rating.label-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rating.label-top .label-value+.star-container{margin-left:0;margin-right:0;margin-top:5px}.rating.label-left .label-value{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.rating.label-left .label-value+.star-container{margin-left:5px;margin-right:0}.rating.label-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rating.label-right .label-value+.star-container{margin-left:0;margin-right:5px}.rating.label-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.rating.label-bottom .label-value+.star-container{margin-left:0;margin-right:0;margin-bottom:5px}.rating.direction-rtl{direction:rtl}.rating.direction-ltr{direction:ltr}.rating.color-default .star-container .star svg{fill:#999!important}.rating.color-default .star-container .star i{color:#999!important}.rating.color-ok .star-container .star svg{fill:#ffc058!important}.rating.color-ok .star-container .star i{color:#ffc058!important}.rating.color-positive .star-container .star svg{fill:#7ed321!important}.rating.color-positive .star-container .star i{color:#7ed321!important}.rating.color-negative .star-container .star svg{fill:#f03c56!important}.rating.color-negative .star-container .star i{color:#f03c56!important}.rating.immediately .star-container{-webkit-transition:all none;transition:all none}.rating.immediately .star-container .star,.rating.immediately .star-container .star i,.rating.immediately .star-container .star svg{-webkit-transition:none;transition:none}.rating.noticeable .star-container,.rating.noticeable .star-container .star,.rating.noticeable .star-container .star i,.rating.noticeable .star-container .star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.rating.slow .star-container,.rating.slow .star-container .star,.rating.slow .star-container .star i,.rating.slow .star-container .star svg{-webkit-transition:all .8s ease;transition:all .8s ease}.rating.theme-kununu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:78px}.rating.theme-kununu .label-value,.rating.theme-kununu .star-container{width:100%}.rating.theme-kununu .label-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px 6px 0 0;height:50px;border:1px solid #e9ecec;border-bottom:0;font-size:18px;font-weight:700;color:#2f3940;letter-spacing:-1px;background-color:#f8f8f8}.rating.theme-kununu .star-container{border-radius:0 0 6px 6px;padding:2px 0 4px;margin-left:0;margin-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#99c613;border:1px solid #99c613;border-bottom:0}.rating.theme-kununu .star-container .star{height:11px;width:11px}.rating.theme-kununu .star-container .star i{font-size:11px;color:#fff;text-align:center}.rating.theme-google-places .label-value{color:#e7711b;font-family:arial,sans-serif;font-size:13px;line-height:15px}.rating.theme-google-places .star-container{width:65px;margin-left:2px}.rating.theme-google-places .star-container .star i{font-size:17px;color:#e7711b!important}.rating.theme-google-places .star-container .star i.star-empty{opacity:1!important;color:#e1e1e1!important}.rating.theme-google-places .star-container .star i.star-empty:before{content:"★"}.rating.theme-google-places .star-container .star i.star-half{width:7px;overflow:hidden}.rating.theme-google-places .star-container .star i.star-filled:before,.rating.theme-google-places .star-container .star i.star-half:before{content:"★"}.rating.theme-rolling-stars .star-container .star{-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.rating.theme-rolling-stars.value-0.half .star:nth-child(1),.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1),.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2),.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2),.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3),.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3),.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4),.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4),.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5),.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5),.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6),.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6),.rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1),.rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2),.rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3),.rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4),.rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5),.rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(2) .star:nth-child(1),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(2) .star-container .star:nth-child(2),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(2) .star-container .star:nth-child(3),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(2) .star-container .star:nth-child(4),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(2) .star-container .star:nth-child(5),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(2) .star-container .star:nth-child(6),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(3) .star:nth-child(1),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(3) .star-container .star:nth-child(2),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(3) .star-container .star:nth-child(3),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(3) .star-container .star:nth-child(4),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(3) .star-container .star:nth-child(5),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(3) .star-container .star:nth-child(6),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(4) .star:nth-child(1),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(4) .star-container .star:nth-child(2),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(4) .star-container .star:nth-child(3),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(4) .star-container .star:nth-child(4),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(4) .star-container .star:nth-child(5),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(4) .star-container .star:nth-child(6),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(5) .star:nth-child(1),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(5) .star-container .star:nth-child(2),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(5) .star-container .star:nth-child(3),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(5) .star-container .star:nth-child(4),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(5) .star-container .star:nth-child(5),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(5) .star-container .star:nth-child(6),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(6) .star:nth-child(1),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(6) .star-container .star:nth-child(2),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(6) .star-container .star:nth-child(3),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(6) .star-container .star:nth-child(4),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(6) .star-container .star:nth-child(5),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(6) .star-container .star:nth-child(6){-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(1turn);transform:rotate(1turn)} \ No newline at end of file +@charset "UTF-8";.bp-star,.center-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-star{position:relative;width:20px;height:20px}.bp-star i,.bp-star svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;font-style:normal}.bp-star i.star-filled,.bp-star i.star-half,.bp-star svg.star-filled,.bp-star svg.star-half{opacity:0}.bp-star i{top:1px;display:none}.bp-rating.star-icon i,.bp-star.icon i{font-size:25px;line-height:25px}.bp-rating.star-icon i.star-empty:before,.bp-star.icon i.star-empty:before{content:"☆"}.bp-rating.star-icon i.star-filled:before,.bp-rating.star-icon i.star-half:before,.bp-star.icon i.star-filled:before,.bp-star.icon i.star-half:before{content:"★"}.bp-rating.star-custom-icon i,.bp-star.custom-icon i,.rating.theme-kununu .star-container .star i{font-size:18px;line-height:18px}.bp-star.empty i.star-filled,.bp-star.empty i.star-half,.bp-star.empty svg.star-filled,.bp-star.empty svg.star-half{opacity:0}.bp-star.empty i.star-empty,.bp-star.empty svg.star-empty{opacity:1}.bp-rating.value-0.half .bp-star:nth-child(1) i.star-empty,.bp-rating.value-0.half .bp-star:nth-child(1) i.star-filled,.bp-rating.value-0.half .bp-star:nth-child(1) svg.star-empty,.bp-rating.value-0.half .bp-star:nth-child(1) svg.star-filled,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-empty,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-filled,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-empty,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-filled,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-empty,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-filled,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-empty,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-filled,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-empty,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-filled,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-empty,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-filled,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-empty,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-filled,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-empty,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-filled,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-empty,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-filled,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-empty,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-filled,.bp-star.half i.star-empty,.bp-star.half i.star-filled,.bp-star.half svg.star-empty,.bp-star.half svg.star-filled{opacity:0}.bp-rating.value-0.half .bp-star:nth-child(1) i.star-half,.bp-rating.value-0.half .bp-star:nth-child(1) svg.star-half,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-half,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-half,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-half,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-half,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-half,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-half,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-half,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-half,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-half,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-half,.bp-star.half i.star-half,.bp-star.half svg.star-half{opacity:1}.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-empty,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-empty,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-empty,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-empty,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-empty,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-empty,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-empty,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-empty,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-empty,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-empty,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-empty,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-empty,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled,.bp-star.filled i.star-empty,.bp-star.filled i.star-filled,.bp-star.filled svg.star-empty,.bp-star.filled svg.star-filled{opacity:0}.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled,.bp-star.filled i.star-filled,.bp-star.filled svg.star-filled{opacity:1}.bp-star-container .bp-star.star svg,.bp-star.default svg{fill:#999}.bp-star-container .bp-star.star i,.bp-star.default i{color:#999}.bp-rating.value-0.half .bp-star svg,.bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star svg,.bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star svg,.bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star svg,.bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star svg,.bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star svg,.bp-star.negative svg{fill:#f03c56}.bp-rating.value-0.half .bp-star i,.bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star i,.bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star i,.bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star i,.bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star i,.bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star i,.bp-star.negative i{color:#f03c56}.bp-star.ok svg{fill:#ffc058}.bp-star.ok i{color:#ffc058}.bp-rating.value-6 .bp-star-container .bp-star svg,.bp-rating.value-7 .bp-star-container .bp-star svg,.bp-rating.value-8 .bp-star-container .bp-star svg,.bp-rating.value-9 .bp-star-container .bp-star svg,.bp-rating.value-10 .bp-star-container .bp-star svg,.bp-rating.value-11 .bp-star-container .bp-star svg,.bp-rating.value-12 .bp-star-container .bp-star svg,.bp-star.positive svg{fill:#7ed321}.bp-rating.value-6 .bp-star-container .bp-star i,.bp-rating.value-7 .bp-star-container .bp-star i,.bp-rating.value-8 .bp-star-container .bp-star i,.bp-rating.value-9 .bp-star-container .bp-star i,.bp-rating.value-10 .bp-star-container .bp-star i,.bp-rating.value-11 .bp-star-container .bp-star i,.bp-rating.value-12 .bp-star-container .bp-star i,.bp-star.positive i{color:#7ed321}.bp-rating.star-svg i,.bp-star.svg i{display:none}.bp-rating.star-svg svg,.bp-star.svg svg{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-rating.star-custom-icon svg,.bp-rating.star-icon svg,.bp-star.custom-icon svg,.bp-star.icon svg,.rating.theme-kununu .star-container .star svg{display:none}.bp-rating.star-custom-icon i,.bp-rating.star-icon i,.bp-star.custom-icon i,.bp-star.icon i,.rating.theme-kununu .star-container .star i{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-rating.small .bp-star,.bp-star.small{width:10px;height:9,5px}.bp-rating.small .bp-star i,.bp-star.small i{font-size:11px;line-height:10px}.bp-rating.medium .bp-star,.bp-star.medium{width:20px;height:20px}.bp-rating.medium .bp-star i,.bp-star.medium i{font-size:25px;line-height:25px}.bp-rating.large .bp-star,.bp-star.large{width:35px;height:33.3px}.bp-rating.large .bp-star i,.bp-star.large i{font-size:36px;line-height:35px}.bp-rating.disabled .bp-star-container .bp-star,.bp-star.disabled{opacity:.5}.bp-rating.direction-rtl .bp-star-container .bp-star i.star-half,.bp-rating.direction-rtl .bp-star-container .bp-star svg.star-half,.bp-rating.direction-rtl .bp-star-container .star i.star-half,.bp-rating.direction-rtl .bp-star-container .star svg.star-half,.bp-star-container.direction-rtl .star i.star-half,.bp-star-container.direction-rtl .star svg.star-half,.bp-star.direction-rtl i.star-half,.bp-star.direction-rtl svg.star-half{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.bp-star-container.direction-ltr .star i.star-half,.bp-star-container.direction-ltr .star svg.star-half,.bp-star.direction-ltr i.star-half,.bp-star.direction-ltr svg.star-half{-webkit-transform:scale(1);transform:scale(1)}.bp-label-value{font-size:18px;line-height:18px}.bp-label-value.small,.bp-rating.small .bp-label-value{font-size:9.5px;line-height:9.5px}.bp-label-value.medium,.bp-rating.medium .bp-label-value{font-size:18px;line-height:25px}.bp-label-value.large,.bp-rating.large .bp-label-value{font-size:28px;line-height:35px}.bp-label-value.disabled,.bp-rating.disabled .bp-label-value{opacity:.5}.bp-star-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:5px;margin-right:5px;-webkit-transition:all .3s ease;transition:all .3s ease}.bp-star-container+.star{margin-left:5px}.bp-star-container .star,.bp-star-container .star i,.bp-star-container .star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.bp-star-container svg{z-index:2}.bp-star-container i{z-index:1}.bp-rating.direction-rtl .bp-star-container,.bp-star-container.direction-rtl{direction:rtl}.bp-star-container.direction-ltr{direction:ltr}.bp-rating.space-no .bp-star-container,.bp-star-container.space-no{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-rating.space-between .bp-star-container,.bp-star-container.space-between{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bp-rating.space-around .bp-star-container,.bp-star-container.space-around{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-pack:distribute;justify-content:space-around}.bp-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px}.bp-rating.value-1 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.value-1 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.value-2 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.value-2 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.value-3 .bp-star-container .bp-star svg{fill:#ffc058}.bp-rating.value-3 .bp-star-container .bp-star i{color:#ffc058}.bp-rating.value-4 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.value-4 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.value-5 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.value-5 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.value-6 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.value-6 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star svg{fill:#ffc058}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star i{color:#ffc058}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.label-hidden .bp-label-value{display:none}.bp-rating.label-visible{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-rating.label-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-rating.label-top .bp-label-value+.bp-star-container{margin-left:0;margin-right:0;margin-top:5px}.bp-rating.label-left .bp-label-value{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.bp-rating.label-left .bp-label-value+.bp-star-container{margin-left:5px;margin-right:0}.bp-rating.label-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bp-rating.label-right .bp-label-value+.bp-star-container{margin-left:0;margin-right:5px}.bp-rating.label-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.bp-rating.label-bottom .bp-label-value+.bp-star-container{margin-left:0;margin-right:0;margin-bottom:5px}.bp-rating.direction-rtl{direction:rtl}.bp-rating.direction-ltr{direction:ltr}.bp-rating.color-default .bp-star-container .bp-star svg{fill:#999!important}.bp-rating.color-default .bp-star-container .bp-star i{color:#999!important}.bp-rating.color-ok .bp-star-container .bp-star svg{fill:#ffc058!important}.bp-rating.color-ok .bp-star-container .bp-star i{color:#ffc058!important}.bp-rating.color-positive .bp-star-container .bp-star svg{fill:#7ed321!important}.bp-rating.color-positive .bp-star-container .bp-star i{color:#7ed321!important}.bp-rating.color-negative .bp-star-container .bp-star svg{fill:#f03c56!important}.bp-rating.color-negative .bp-star-container .bp-star i{color:#f03c56!important}.bp-rating.immediately .bp-star-container{-webkit-transition:all none;transition:all none}.bp-rating.immediately .bp-star-container .bp-star,.bp-rating.immediately .bp-star-container .bp-star i,.bp-rating.immediately .bp-star-container .bp-star svg{-webkit-transition:none;transition:none}.bp-rating.noticeable .bp-star-container,.bp-rating.noticeable .bp-star-container .bp-star,.bp-rating.noticeable .bp-star-container .bp-star i,.bp-rating.noticeable .bp-star-container .bp-star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.bp-rating.slow .bp-star-container,.bp-rating.slow .bp-star-container .bp-star,.bp-rating.slow .bp-star-container .bp-star i,.bp-rating.slow .bp-star-container .bp-star svg{-webkit-transition:all .8s ease;transition:all .8s ease}.rating.theme-kununu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:78px}.rating.theme-kununu .label-value,.rating.theme-kununu .star-container{width:100%}.rating.theme-kununu .label-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px 6px 0 0;height:50px;border:1px solid #e9ecec;border-bottom:0;font-size:18px;font-weight:700;color:#2f3940;letter-spacing:-1px;background-color:#f8f8f8}.rating.theme-kununu .star-container{border-radius:0 0 6px 6px;padding:2px 0 4px;margin-left:0;margin-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#99c613;border:1px solid #99c613;border-bottom:0}.rating.theme-kununu .star-container .star{height:11px;width:11px}.rating.theme-kununu .star-container .star i{font-size:11px;color:#fff;text-align:center}.rating.theme-google-places .label-value{color:#e7711b;font-family:arial,sans-serif;font-size:13px;line-height:15px}.rating.theme-google-places .star-container{width:65px;margin-left:2px}.rating.theme-google-places .star-container .star i{font-size:17px;color:#e7711b!important}.rating.theme-google-places .star-container .star i.star-empty{opacity:1!important;color:#e1e1e1!important}.rating.theme-google-places .star-container .star i.star-empty:before{content:"★"}.rating.theme-google-places .star-container .star i.star-half{width:7px;overflow:hidden}.rating.theme-google-places .star-container .star i.star-filled:before,.rating.theme-google-places .star-container .star i.star-half:before{content:"★"}.rating.theme-rolling-stars .star-container .star{-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.bp-rating.value-0.half .rating.theme-rolling-stars.value-0.bp-star:nth-child(1) .star:nth-child(1),.bp-rating.value-0.half .rating.theme-rolling-stars.value-1.bp-star:nth-child(1) .star-container .star:nth-child(2),.bp-rating.value-0.half .rating.theme-rolling-stars.value-2.bp-star:nth-child(1) .star-container .star:nth-child(3),.bp-rating.value-0.half .rating.theme-rolling-stars.value-3.bp-star:nth-child(1) .star-container .star:nth-child(4),.bp-rating.value-0.half .rating.theme-rolling-stars.value-4.bp-star:nth-child(1) .star-container .star:nth-child(5),.bp-rating.value-0.half .rating.theme-rolling-stars.value-5.bp-star:nth-child(1) .star-container .star:nth-child(6),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(2) .star:nth-child(1),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(2) .star-container .star:nth-child(2),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(2) .star-container .star:nth-child(3),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(2) .star-container .star:nth-child(4),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(2) .star-container .star:nth-child(5),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(2) .star-container .star:nth-child(6),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(3) .star:nth-child(1),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(3) .star-container .star:nth-child(2),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(3) .star-container .star:nth-child(3),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(3) .star-container .star:nth-child(4),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(3) .star-container .star:nth-child(5),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(3) .star-container .star:nth-child(6),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(4) .star:nth-child(1),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(4) .star-container .star:nth-child(2),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(4) .star-container .star:nth-child(3),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(4) .star-container .star:nth-child(4),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(4) .star-container .star:nth-child(5),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(4) .star-container .star:nth-child(6),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(5) .star:nth-child(1),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(5) .star-container .star:nth-child(2),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(5) .star-container .star:nth-child(3),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(5) .star-container .star:nth-child(4),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(5) .star-container .star:nth-child(5),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(5) .star-container .star:nth-child(6),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(6) .star:nth-child(1),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(6) .star-container .star:nth-child(2),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(6) .star-container .star:nth-child(3),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(6) .star-container .star:nth-child(4),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(6) .star-container .star:nth-child(5),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(6) .star-container .star:nth-child(6),.rating.theme-rolling-stars.value-0.half .star:nth-child(1),.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1),.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2),.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2),.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3),.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3),.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4),.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4),.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5),.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5),.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6),.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6){-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(1turn);transform:rotate(1turn)} \ No newline at end of file diff --git a/dist/kss-documentation/elements.kss.scss b/dist/kss-documentation/elements.kss.scss index c7ea868..7495e95 100644 --- a/dist/kss-documentation/elements.kss.scss +++ b/dist/kss-documentation/elements.kss.scss @@ -13,7 +13,7 @@ The star rating component consists of: markup: Star: -
+
@@ -25,25 +25,25 @@ markup:
Star Container: -
-
+
+
-
+
-
+
Label: -
good
+
good
sg-wrapper:
@@ -60,7 +60,7 @@ Star Element The Star element. markup: -
+
@@ -79,7 +79,7 @@ The Star element visualizes the interactive star element it it's three fill stat .filled - displays the star element as filled markup: -
+
@@ -104,7 +104,7 @@ The different star colors. .negative - Stars is colored negative markup: -
+
@@ -118,7 +118,7 @@ markup:
-
+
@@ -132,7 +132,7 @@ markup:
-
+
@@ -152,7 +152,7 @@ The different star types. .custom-icon - Stars character icon is used markup: -
+
@@ -166,7 +166,7 @@ markup:
-
+
@@ -180,7 +180,7 @@ markup:
-
+
@@ -208,7 +208,7 @@ The different star icons. .fa.fa-gear - ionicons star-icon markup: -
+
@@ -225,7 +225,7 @@ The Star sizes. .large - displays star in large size markup: -
+
@@ -248,7 +248,7 @@ The Star element in disabled state. .disabled - displays star in disabled state markup: -
+
@@ -270,7 +270,7 @@ The the direction of the star icon. .direction-ltr - displays star icon in left to right direction. markup: -
+
@@ -296,18 +296,18 @@ Star Container The wrapper container for many stars. markup: -
-
+
+
-
+
-
+
@@ -327,8 +327,8 @@ The the direction of the star container. markup: -
-
+
+
@@ -339,7 +339,7 @@ markup:
-
+
@@ -350,7 +350,7 @@ markup:
-
+
@@ -375,18 +375,18 @@ The spacing between stars. .space-around - stars take all available space to position. Space is only around the stars. markup: -
-
+
+
-
+
-
+
@@ -402,7 +402,7 @@ Label Element The Label element. markup: -
3.5
+
3.5
Styleguide 1.2.3 */ @@ -417,7 +417,7 @@ The Label element. .large - displays star in large size markup: -
3.5
+
3.5
Styleguide 1.2.3.1 */ @@ -430,7 +430,7 @@ The Label n disabled state. .disabled - displays label in disabled state markup: -
3.5
+
3.5
Styleguide 1.2.3.2 -*/ \ No newline at end of file +*/ diff --git a/dist/kss-documentation/modifiers.kss.scss b/dist/kss-documentation/modifiers.kss.scss index eff70cf..2d0749d 100644 --- a/dist/kss-documentation/modifiers.kss.scss +++ b/dist/kss-documentation/modifiers.kss.scss @@ -14,10 +14,10 @@ Options are: (in this html is additional angular markup to make the showcase interactive) markup: -
-
3.5
-
-
+
+
3.5
+
+
@@ -28,7 +28,7 @@ Options are:
-
+
@@ -39,7 +39,7 @@ Options are:
-
+
@@ -50,7 +50,7 @@ Options are:
-
+
@@ -61,7 +61,7 @@ Options are:
-
+
@@ -92,9 +92,9 @@ Default colors are red for values equal to 2 or below, yellow for 3, and green f .value-5 - 5 rating markup: -
-
-
+
+
+
@@ -105,7 +105,7 @@ markup:
-
+
@@ -116,7 +116,7 @@ markup:
-
+
@@ -127,7 +127,7 @@ markup:
-
+
@@ -138,7 +138,7 @@ markup:
-
+
@@ -170,9 +170,9 @@ The star and all previous the one the mouse hovers are visible as filled and hav .hover-5 - hover over 5th star markup: -
-
-
+
+
+
@@ -183,7 +183,7 @@ markup:
-
+
@@ -194,7 +194,7 @@ markup:
-
+
@@ -205,7 +205,7 @@ markup:
-
+
@@ -216,7 +216,7 @@ markup:
-
+
@@ -242,9 +242,9 @@ Default colors are red for values equal to 2 or below, yellow for 3, and green f .half - rating with half stars on the end markup: -
-
-
+
+
+
@@ -255,7 +255,7 @@ markup:
-
+
@@ -266,7 +266,7 @@ markup:
-
+
@@ -277,7 +277,7 @@ markup:
-
+
@@ -288,7 +288,7 @@ markup:
-
+
@@ -301,9 +301,9 @@ markup:
-
-
-
+
+
+
@@ -314,7 +314,7 @@ markup:
-
+
@@ -325,7 +325,7 @@ markup:
-
+
@@ -336,7 +336,7 @@ markup:
-
+
@@ -347,7 +347,7 @@ markup:
-
+
@@ -360,9 +360,9 @@ markup:
-
-
-
+
+
+
@@ -373,7 +373,7 @@ markup:
-
+
@@ -384,7 +384,7 @@ markup:
-
+
@@ -395,7 +395,7 @@ markup:
-
+
@@ -406,7 +406,7 @@ markup:
-
+
@@ -419,9 +419,9 @@ markup:
-
-
-
+
+
+
@@ -432,7 +432,7 @@ markup:
-
+
@@ -443,7 +443,7 @@ markup:
-
+
@@ -454,7 +454,7 @@ markup:
-
+
@@ -464,7 +464,7 @@ markup: -
+
@@ -477,9 +477,9 @@ markup:
-
-
-
+
+
+
@@ -490,7 +490,7 @@ markup:
-
+
@@ -501,7 +501,7 @@ markup:
-
+
@@ -512,7 +512,7 @@ markup:
-
+
@@ -523,7 +523,7 @@ markup:
-
+
@@ -536,9 +536,9 @@ markup:
-
-
-
+
+
+
@@ -549,7 +549,7 @@ markup:
-
+
@@ -560,7 +560,7 @@ markup:
-
+
@@ -571,7 +571,7 @@ markup:
-
+
@@ -582,7 +582,7 @@ markup:
-
+
@@ -595,9 +595,9 @@ markup:
-
-
-
+
+
+
@@ -608,7 +608,7 @@ markup:
-
+
@@ -619,7 +619,7 @@ markup:
-
+
@@ -630,7 +630,7 @@ markup:
-
+
@@ -641,7 +641,7 @@ markup:
-
+
@@ -670,9 +670,9 @@ Additional to the default size medium there are more sizes, small and large. .large - Large size markup: -
-
-
+
+
+
@@ -680,7 +680,7 @@ markup:
-
+
@@ -688,14 +688,14 @@ markup:
-
+
-
+
@@ -703,7 +703,7 @@ markup:
-
+
@@ -711,7 +711,7 @@ markup:
-
+
@@ -734,9 +734,9 @@ Different space options .space-around - stars take all available space to position. Space is only around the stars. markup: -
-
-
+
+
+
@@ -744,7 +744,7 @@ markup:
-
+
@@ -752,7 +752,7 @@ markup:
-
+
@@ -760,7 +760,7 @@ markup:
-
+
@@ -768,7 +768,7 @@ markup:
-
+
@@ -793,9 +793,9 @@ Overriding default colors of ratings to display the color independent of the rat .color-negative - Stars are always colored negative markup: -
-
-
+
+
+
@@ -806,7 +806,7 @@ markup:
-
+
@@ -817,7 +817,7 @@ markup:
-
+
@@ -828,7 +828,7 @@ markup:
-
+
@@ -839,7 +839,7 @@ markup:
-
+
@@ -852,9 +852,9 @@ markup:
-
-
-
+
+
+
@@ -865,7 +865,7 @@ markup:
-
+
@@ -876,7 +876,7 @@ markup:
-
+
@@ -887,7 +887,7 @@ markup:
-
+
@@ -898,7 +898,7 @@ markup:
-
+
@@ -911,9 +911,9 @@ markup:
-
-
-
+
+
+
@@ -924,7 +924,7 @@ markup:
-
+
@@ -935,7 +935,7 @@ markup:
-
+
@@ -946,7 +946,7 @@ markup:
-
+
@@ -957,7 +957,7 @@ markup:
-
+
@@ -970,9 +970,9 @@ markup:
-
-
-
+
+
+
@@ -983,7 +983,7 @@ markup:
-
+
@@ -994,7 +994,7 @@ markup:
-
+
@@ -1005,7 +1005,7 @@ markup:
-
+
@@ -1016,7 +1016,7 @@ markup:
-
+
@@ -1029,9 +1029,9 @@ markup:
-
-
-
+
+
+
@@ -1042,7 +1042,7 @@ markup:
-
+
@@ -1053,7 +1053,7 @@ markup:
-
+
@@ -1064,7 +1064,7 @@ markup:
-
+
@@ -1075,7 +1075,7 @@ markup:
-
+
@@ -1088,9 +1088,9 @@ markup:
-
-
-
+
+
+
@@ -1101,7 +1101,7 @@ markup:
-
+
@@ -1112,7 +1112,7 @@ markup:
-
+
@@ -1123,7 +1123,7 @@ markup:
-
+
@@ -1134,7 +1134,7 @@ markup:
-
+
@@ -1147,9 +1147,9 @@ markup:
-
-
-
+
+
+
@@ -1160,7 +1160,7 @@ markup:
-
+
@@ -1171,7 +1171,7 @@ markup:
-
+
@@ -1182,7 +1182,7 @@ markup:
-
+
@@ -1193,7 +1193,7 @@ markup:
-
+
@@ -1223,10 +1223,10 @@ Displays the rating value as text label. markup: -
-
0
-
-
+
+
0
+
+
@@ -1234,7 +1234,7 @@ markup:
-
+
@@ -1242,7 +1242,7 @@ markup:
-
+
@@ -1250,7 +1250,7 @@ markup:
-
+
@@ -1258,7 +1258,7 @@ markup:
-
+
@@ -1268,10 +1268,10 @@ markup:
-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -1279,7 +1279,7 @@ markup:
-
+
@@ -1287,7 +1287,7 @@ markup:
-
+
@@ -1295,7 +1295,7 @@ markup:
-
+
@@ -1303,7 +1303,7 @@ markup:
-
+
@@ -1311,7 +1311,7 @@ markup:
-
+
@@ -1321,10 +1321,10 @@ markup:
-
-
3.1
-
-
+
+
3.1
+
+
@@ -1332,7 +1332,7 @@ markup:
-
+
@@ -1340,7 +1340,7 @@ markup:
-
+
@@ -1348,7 +1348,7 @@ markup:
-
+
@@ -1356,7 +1356,7 @@ markup:
-
+
@@ -1366,10 +1366,10 @@ markup:
-
-
Good
-
-
+
+
Good
+
+
@@ -1377,7 +1377,7 @@ markup:
-
+
@@ -1385,7 +1385,7 @@ markup:
-
+
@@ -1393,7 +1393,7 @@ markup:
-
+
@@ -1401,7 +1401,7 @@ markup:
-
+
@@ -1423,9 +1423,9 @@ Styleguide 1.1.6 .disabled - Stars are grayed out, no interaction is possible markup: -
-
-
+
+
+
@@ -1433,7 +1433,7 @@ Styleguide 1.1.6
-
+
@@ -1441,7 +1441,7 @@ Styleguide 1.1.6
-
+
@@ -1449,7 +1449,7 @@ Styleguide 1.1.6
-
+
@@ -1457,7 +1457,7 @@ Styleguide 1.1.6
-
+
@@ -1467,10 +1467,10 @@ Styleguide 1.1.6
-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -1478,7 +1478,7 @@ Styleguide 1.1.6
-
+
@@ -1486,7 +1486,7 @@ Styleguide 1.1.6
-
+
@@ -1494,7 +1494,7 @@ Styleguide 1.1.6
-
+
@@ -1502,7 +1502,7 @@ Styleguide 1.1.6
-
+
@@ -1512,10 +1512,10 @@ Styleguide 1.1.6
-
-
3.1
-
-
+
+
3.1
+
+
@@ -1523,7 +1523,7 @@ Styleguide 1.1.6
-
+
@@ -1531,7 +1531,7 @@ Styleguide 1.1.6
-
+
@@ -1539,7 +1539,7 @@ Styleguide 1.1.6
-
+
@@ -1547,7 +1547,7 @@ Styleguide 1.1.6
-
+
@@ -1557,10 +1557,10 @@ Styleguide 1.1.6
-
-
-
Good
-
+
+
+
Good
+
@@ -1568,7 +1568,7 @@ Styleguide 1.1.6
-
+
@@ -1576,7 +1576,7 @@ Styleguide 1.1.6
-
+
@@ -1584,7 +1584,7 @@ Styleguide 1.1.6
-
+
@@ -1592,7 +1592,7 @@ Styleguide 1.1.6
-
+
@@ -1601,11 +1601,11 @@ Styleguide 1.1.6
-
- Styleguide 1.1.7 - */ +Styleguide 1.1.7 +*/ + /* Animation Speed @@ -1616,9 +1616,9 @@ Styleguide 1.1.6 .slow - Transition runs very slow markup: -
-
-
+
+
+
@@ -1626,7 +1626,7 @@ Styleguide 1.1.6
-
+
@@ -1634,7 +1634,7 @@ Styleguide 1.1.6
-
+
@@ -1642,7 +1642,7 @@ Styleguide 1.1.6
-
+
@@ -1650,7 +1650,7 @@ Styleguide 1.1.6
-
+
@@ -1674,9 +1674,9 @@ Styleguide 1.1.6 .star-svg - Star-Vectors form the shipped svg images markup: -
-
-
+
+
+
@@ -1686,11 +1686,11 @@ Styleguide 1.1.6 - - - + + +
-
+
@@ -1700,11 +1700,11 @@ Styleguide 1.1.6 - - - + + +
-
+
@@ -1714,11 +1714,11 @@ Styleguide 1.1.6 - - - + + +
-
+
@@ -1728,11 +1728,11 @@ Styleguide 1.1.6 - - - + + +
-
+
@@ -1742,9 +1742,9 @@ Styleguide 1.1.6 - - - + + +
@@ -1762,10 +1762,10 @@ Styleguide 1.1.6 markup: -
-
3.5
-
-
+
+
3.5
+
+
@@ -1776,7 +1776,7 @@ Styleguide 1.1.6
-
+
@@ -1787,7 +1787,7 @@ Styleguide 1.1.6
-
+
@@ -1798,7 +1798,7 @@ Styleguide 1.1.6
-
+
@@ -1809,7 +1809,7 @@ Styleguide 1.1.6
-
+
@@ -1835,10 +1835,10 @@ Label hidden or not .label-visible - stars take all available space to position. Space is only around the stars. markup: -
-
3.5
-
-
+
+
3.5
+
+
@@ -1846,7 +1846,7 @@ markup:
-
+
@@ -1854,7 +1854,7 @@ markup:
-
+
@@ -1862,7 +1862,7 @@ markup:
-
+
@@ -1870,7 +1870,7 @@ markup:
-
+
diff --git a/dist/kss-documentation/themes.kss.scss b/dist/kss-documentation/themes.kss.scss index d3f61ee..84eacf1 100644 --- a/dist/kss-documentation/themes.kss.scss +++ b/dist/kss-documentation/themes.kss.scss @@ -10,10 +10,10 @@ For demo-purpos the theme-[name]-gb classes are created. .theme-google-places - google-places theme markup: -
-
{{data.rating}},57
-
-
+
+
{{data.rating}},57
+
+
@@ -35,21 +35,21 @@ Star types position test All icons should lay exactly on top of each other. markup: -
+
-
+
-
+
diff --git a/dist/package.json b/dist/package.json index b407e08..d8f1dc4 100644 --- a/dist/package.json +++ b/dist/package.json @@ -74,13 +74,13 @@ }, "dependencies": {}, "scripts": { - "INLINE_DOCUMENTATION" : "To release the project: bump version, run changelog, run project:build, check travis,", - "project:build":"npm run clean:dist && npm run build && npm run styleguide", + "INLINE_DOCUMENTATION": "To release the project: bump version, run changelog, run project:build, check travis,", + "project:build": "npm run clean:dist && npm run build && npm run styleguide", "build": "npm run build:css && npm run build:asstest", "build:css": "gulp project:build", - "build:asstest" : "copyfiles -u 0 README.md ./dist && copyfiles -u 0 ./package.json ./dist && copyfiles -u 0 ./LICENSE ./dist", + "build:asstest": "copyfiles -u 0 README.md ./dist && copyfiles -u 0 ./package.json ./dist && copyfiles -u 0 ./LICENSE ./dist", "styleguide": "npm run styleguide:assets && npm run styleguide:build", - "styleguide:assets": "copyfiles -u 2 ./dist/css/* ./docs/assets/css && copyfiles -u 2 ./dist/images/* ./docs/assets/images && copyfiles -u 3 ./node_modules/font-awesome/css/font-awesome.css ./docs/assets/css", + "styleguide:assets": "copyfiles -u 2 ./dist/css/* ./docs/assets/css && copyfiles -u 2 ./dist/images/* ./docs/assets/images && copyfiles -u 2 ./docs-assets/fontawesome/fontawesome-all.min.css ./docs/assets/css && copyfiles -u 3 ./docs-assets/fontawesome/webfonts/* ./docs/assets/webfonts", "styleguide:build": "./node_modules/.bin/kss --config ./kss-config.json", "version:bump": "gulp version:bump", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", diff --git a/dist/scss/_elements.scss b/dist/scss/_elements.scss index 00f5caf..2b4492f 100644 --- a/dist/scss/_elements.scss +++ b/dist/scss/_elements.scss @@ -15,7 +15,7 @@ /* Star element ==================================================================*/ -.star { +.#{$projectClass}-star { position: relative; width: $default-star-width; height: $default-star-height; @@ -224,7 +224,7 @@ Disabled Label Element ===================================================================*/ -.label-value { +.#{$projectClass}-label-value { font-size: $default-label-font-size; line-height: $default-label-line-height; @@ -258,7 +258,7 @@ Label Element /* Star Container ==================================================================*/ -.star-container { +.#{$projectClass}-star-container { display: flex; align-items: center; flex: 0 0 auto; @@ -294,13 +294,13 @@ Star Container &.direction-rtl { direction: rtl; .star { - @extend .star.direction-rtl; + @extend .#{$projectClass}-star.direction-rtl; } } &.direction-ltr { direction: ltr; .star { - @extend .star.direction-ltr; + @extend .#{$projectClass}-star.direction-ltr; } } @@ -322,4 +322,4 @@ Star Container justify-content: space-around; } -} \ No newline at end of file +} diff --git a/dist/scss/_modifiers.scss b/dist/scss/_modifiers.scss index 605962e..a60b966 100644 --- a/dist/scss/_modifiers.scss +++ b/dist/scss/_modifiers.scss @@ -3,7 +3,7 @@ /* Rating Component ========================================================================= */ -.rating { +.#{$projectClass}-rating { display: flex; align-items: center; justify-content: center; @@ -14,12 +14,12 @@ Rating Component @for $i from $minRatingValue through $maxNumOfStars { &.value-#{$i} { - .star-container { - .star:nth-child(-n+#{$i}) { + .#{$projectClass}-star-container { + .#{$projectClass}-star:nth-child(-n+#{$i}) { @extend .filled; } - .star { + .#{$projectClass}-star { @if $i <= 2 { svg { fill: $color-negative-rating; @@ -55,12 +55,12 @@ Rating Component @for $i from $maxNumOfStars through $maxNumOfStars*2 { &.value-#{$i} { - .star-container { - .star:nth-child(-n+#{$i}) { - @extend .star.filled + .#{$projectClass}-star-container { + .#{$projectClass}-star:nth-child(-n+#{$i}) { + @extend .#{$projectClass}-star.filled } - .star { + .#{$projectClass}-star { @extend .positive; } } @@ -79,31 +79,60 @@ Rating Component &.value-#{$i}.half, &.hover-#{$i} { - .star-container { - .star { - @extend .empty; + .#{$projectClass}-star-container { + .#{$projectClass}-star { + &.star-half, + &.star-filled { + opacity: 0; + } + &.star-empty { + opacity: 1; + } } } } &.hover-#{$i} { - .star-container { - - .star:nth-child(-n+#{$i}) { - @extend .filled; + .#{$projectClass}-star-container { + + .#{$projectClass}-star:nth-child(-n+#{$i}) { + svg, i { + &.star-empty, + &.star-filled { + opacity: 0; + } + &.star-filled { + opacity: 1; + } + } } - .star { + .#{$projectClass}-star { @if $i <= 2 { - @extend .star.negative; + svg { + fill: $color-negative-rating; + } + i { + color: $color-negative-rating; + } } @if $i == 3 { - @extend .ok; + svg { + fill: $color-ok-rating; + } + i { + color: $color-ok-rating; + } } @if $i >= 4 { - @extend .positive; + svg { + fill: $color-positive-rating; + } + i { + color: $color-positive-rating; + } } } } @@ -117,10 +146,10 @@ Rating Component //if we hals ratings > 0 && < 1 we color the first star &.value-0.half { - .star { + .#{$projectClass}-star { @extend .negative; } - .star:nth-child(1) { + .#{$projectClass}-star:nth-child(1) { @extend .half; } } @@ -128,9 +157,9 @@ Rating Component @for $i from $minRatingValue through $maxNumOfStars { &.value-#{$i}.half { - .star-container { + .#{$projectClass}-star-container { @if ($i < $maxNumOfStars) { - .star:nth-child(#{$i+1}) { + .#{$projectClass}-star:nth-child(#{$i+1}) { @extend .half; } } @@ -142,7 +171,7 @@ Rating Component /*Label Visible ====================================================*/ &.label-hidden { - .label-value { + .#{$projectClass}-label-value { display: none; } } @@ -155,8 +184,8 @@ Rating Component &.label-top { flex-direction: column; - .label-value { - + .star-container { + .#{$projectClass}-label-value { + + .#{$projectClass}-star-container { margin-left: 0; margin-right: 0; margin-top: $default-stars-label-margin; @@ -164,10 +193,10 @@ Rating Component } } - &.label-left .label-value { + &.label-left .#{$projectClass}-label-value { flex: 0 0 auto; - + .star-container { + + .#{$projectClass}-star-container { margin-left: $default-stars-label-margin; margin-right: 0; } @@ -176,8 +205,8 @@ Rating Component &.label-right { flex-direction: row-reverse; - .label-value { - + .star-container { + .#{$projectClass}-label-value { + + .#{$projectClass}-star-container { margin-left: 0; margin-right: $default-stars-label-margin; } @@ -187,8 +216,8 @@ Rating Component &.label-bottom { flex-direction: column-reverse; - .label-value { - + .star-container { + .#{$projectClass}-label-value { + + .#{$projectClass}-star-container { margin-left: 0; margin-right: 0; margin-bottom: $default-stars-label-margin; @@ -202,10 +231,10 @@ Rating Component &.direction-rtl { direction: rtl; - .star-container { - @extend .star-container.direction-rtl; - .star { - @extend .star.direction-rtl; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.direction-rtl; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.direction-rtl; } } } @@ -216,72 +245,72 @@ Rating Component /* Star Type ====================================================*/ &.star-icon { - @extend .star.icon; + @extend .#{$projectClass}-star.icon; } &.star-custom-icon { - @extend .star.custom-icon; + @extend .#{$projectClass}-star.custom-icon; } &.star-svg { - @extend .star.svg; + @extend .#{$projectClass}-star.svg; } /* Sizes ==========================================================*/ &.small { - .star { - @extend .star.small; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.small; } - .label-value { - @extend .label-value.small; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.small; } } &.medium { - .star { - @extend .star.medium; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.medium; } - .label-value { - @extend .label-value.medium; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.medium; } } &.large { - .star { - @extend .star.large; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.large; } - .label-value { - @extend .label-value.large; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.large; } } /* Space ====================================================*/ &.space-no { - .star-container { - @extend .star-container.space-no; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.space-no; } } &.space-between { - .star-container { - @extend .star-container.space-between; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.space-between; } } &.space-around { - .star-container { - @extend .star-container.space-around; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.space-around; } } /* Static Color ====================================================*/ &.color-default { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-default-rating !important; } @@ -293,8 +322,8 @@ Rating Component } &.color-ok { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-ok-rating !important; } @@ -306,8 +335,8 @@ Rating Component } &.color-positive { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-positive-rating !important; } @@ -319,8 +348,8 @@ Rating Component } &.color-negative { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-negative-rating !important; } @@ -334,12 +363,12 @@ Rating Component /*Disabled ====================================================*/ &.disabled { - .label-value { - @extend .label-value.disabled; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.disabled; } - .star-container { - .star { - @extend .star.disabled; + .#{$projectClass}-star-container { + .#{$projectClass}-star { + @extend .#{$projectClass}-star.disabled; } } } @@ -347,9 +376,9 @@ Rating Component /*AnimationSpeed ====================================================*/ &.immediately - .star-container { + .#{$projectClass}-star-container { transition: all $immediately-animation-type; - .star { + .#{$projectClass}-star { transition: $immediately-animation-type; svg, i { transition: $immediately-animation-type; @@ -358,9 +387,9 @@ Rating Component } &.noticeable { - .star-container { + .#{$projectClass}-star-container { transition: all $default-animation-speed $default-animation-type; - .star { + .#{$projectClass}-star { transition: all $default-animation-speed $default-animation-type; svg, i { transition: all $default-animation-speed $default-animation-type; @@ -370,9 +399,9 @@ Rating Component } &.slow { - .star-container { + .#{$projectClass}-star-container { transition: all $slow-animation-speed $default-animation-type; - .star { + .#{$projectClass}-star { transition: all $slow-animation-speed $default-animation-type; svg, i { transition: all $slow-animation-speed $default-animation-type; @@ -381,4 +410,4 @@ Rating Component } } -} \ No newline at end of file +} diff --git a/dist/scss/_themes.scss b/dist/scss/_themes.scss index 4cb9a4c..c32745c 100644 --- a/dist/scss/_themes.scss +++ b/dist/scss/_themes.scss @@ -53,7 +53,7 @@ .star { height: 11px; width: 11px; - @extend .star.custom-icon; + @extend .#{$projectClass}-star.custom-icon; i { font-size: 11px; @@ -159,4 +159,4 @@ } -} \ No newline at end of file +} diff --git a/dist/scss/_variables.scss b/dist/scss/_variables.scss index 62a7158..21d1dae 100644 --- a/dist/scss/_variables.scss +++ b/dist/scss/_variables.scss @@ -3,10 +3,13 @@ /*VARIABLES ====================================================*/ +/*Classname of project*/ +$projectClass: "bp"; + /*Range*/ -$minRatingValue: 1; -$maxNumOfStars: 6; -$numFractions: 3; +$minRatingValue: 1 !default; +$maxNumOfStars: 6 !default; +$numFractions: 3 !default; $fractionSize: $maxNumOfStars/$numFractions; /*Spacing*/ @@ -73,4 +76,4 @@ $default-star-character-half: "\2605"; $default-star-character-filled: "\2605"; /*Disabled*/ -$disabled-opacity: 0.5; \ No newline at end of file +$disabled-opacity: 0.5; diff --git a/docs/assets/css/star-rating.css b/docs/assets/css/star-rating.css index 1e9cade..2c43e5c 100644 --- a/docs/assets/css/star-rating.css +++ b/docs/assets/css/star-rating.css @@ -1,6 +1,7 @@ @charset "UTF-8"; /*VARIABLES ====================================================*/ +/*Classname of project*/ /*Range*/ /*Spacing*/ /*Colors*/ @@ -32,7 +33,7 @@ /* Star element ==================================================================*/ -.star { +.bp-star { position: relative; width: 20px; height: 20px; @@ -71,7 +72,7 @@ Disabled =================================================*/ } -.star svg, .star i { +.bp-star svg, .bp-star i { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -95,98 +96,98 @@ Disabled font-style: normal; } -.star svg.star-half, .star svg.star-filled, .star i.star-half, .star i.star-filled { +.bp-star svg.star-half, .bp-star svg.star-filled, .bp-star i.star-half, .bp-star i.star-filled { opacity: 0; } -.star i { +.bp-star i { top: 1px; display: none; } -.star.icon i, .rating.star-icon i { +.bp-star.icon i, .bp-rating.star-icon i { font-size: 25px; line-height: 25px; } -.star.icon i.star-empty:before, .rating.star-icon i.star-empty:before { +.bp-star.icon i.star-empty:before, .bp-rating.star-icon i.star-empty:before { content: "☆"; } -.star.icon i.star-half:before, .rating.star-icon i.star-half:before { +.bp-star.icon i.star-half:before, .bp-rating.star-icon i.star-half:before { content: "★"; } -.star.icon i.star-filled:before, .rating.star-icon i.star-filled:before { +.bp-star.icon i.star-filled:before, .bp-rating.star-icon i.star-filled:before { content: "★"; } -.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i { +.bp-star.custom-icon i, .bp-rating.star-custom-icon i, .rating.theme-kununu .star-container .star i { font-size: 18px; line-height: 18px; } -.star.empty svg.star-half, .rating.hover:hover.value-1.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-1 .star-container .star svg.star-half, .rating.hover:hover.value-2.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-2 .star-container .star svg.star-half, .rating.hover:hover.value-3.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-3 .star-container .star svg.star-half, .rating.hover:hover.value-4.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-4 .star-container .star svg.star-half, .rating.hover:hover.value-5.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-5 .star-container .star svg.star-half, .rating.hover:hover.value-6.half .star-container .star svg.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-half, .rating.hover:hover.hover-6 .star-container .star svg.star-half, .star.empty svg.star-filled, .rating.hover:hover.value-1.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-1 .star-container .star svg.star-filled, .rating.hover:hover.value-2.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-2 .star-container .star svg.star-filled, .rating.hover:hover.value-3.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-3 .star-container .star svg.star-filled, .rating.hover:hover.value-4.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-4 .star-container .star svg.star-filled, .rating.hover:hover.value-5.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-5 .star-container .star svg.star-filled, .rating.hover:hover.value-6.half .star-container .star svg.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-filled, .rating.hover:hover.hover-6 .star-container .star svg.star-filled, .star.empty i.star-half, .rating.hover:hover.value-1.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-1 .star-container .star i.star-half, .rating.hover:hover.value-2.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-2 .star-container .star i.star-half, .rating.hover:hover.value-3.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-3 .star-container .star i.star-half, .rating.hover:hover.value-4.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-4 .star-container .star i.star-half, .rating.hover:hover.value-5.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-5 .star-container .star i.star-half, .rating.hover:hover.value-6.half .star-container .star i.star-half, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-half, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-half, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-half, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-half, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-half, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-half, .rating.hover:hover.hover-6 .star-container .star i.star-half, .star.empty i.star-filled, .rating.hover:hover.value-1.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-1 .star-container .star i.star-filled, .rating.hover:hover.value-2.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-2 .star-container .star i.star-filled, .rating.hover:hover.value-3.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-3 .star-container .star i.star-filled, .rating.hover:hover.value-4.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-4 .star-container .star i.star-filled, .rating.hover:hover.value-5.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-5 .star-container .star i.star-filled, .rating.hover:hover.value-6.half .star-container .star i.star-filled, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-filled, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-filled, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-filled, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-filled, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-filled, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-filled, .rating.hover:hover.hover-6 .star-container .star i.star-filled { +.bp-star.empty svg.star-half, .bp-star.empty svg.star-filled, .bp-star.empty i.star-half, .bp-star.empty i.star-filled { opacity: 0; } -.star.empty svg.star-empty, .rating.hover:hover.value-1.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-1 .star-container .star svg.star-empty, .rating.hover:hover.value-2.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-2 .star-container .star svg.star-empty, .rating.hover:hover.value-3.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-3 .star-container .star svg.star-empty, .rating.hover:hover.value-4.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-4 .star-container .star svg.star-empty, .rating.hover:hover.value-5.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-5 .star-container .star svg.star-empty, .rating.hover:hover.value-6.half .star-container .star svg.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-empty, .rating.hover:hover.hover-6 .star-container .star svg.star-empty, .star.empty i.star-empty, .rating.hover:hover.value-1.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-1 .star-container .star i.star-empty, .rating.hover:hover.value-2.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-2 .star-container .star i.star-empty, .rating.hover:hover.value-3.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-3 .star-container .star i.star-empty, .rating.hover:hover.value-4.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-4 .star-container .star i.star-empty, .rating.hover:hover.value-5.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-5 .star-container .star i.star-empty, .rating.hover:hover.value-6.half .star-container .star i.star-empty, .rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-empty, .rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-empty, .rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-empty, .rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-empty, .rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-empty, .rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-empty, .rating.hover:hover.hover-6 .star-container .star i.star-empty { +.bp-star.empty svg.star-empty, .bp-star.empty i.star-empty { opacity: 1; } -.star.half svg.star-filled, .rating.value-0.half .star:nth-child(1) svg.star-filled, .rating.value-1.half .star-container .star:nth-child(2) svg.star-filled, .rating.value-2.half .star-container .star:nth-child(3) svg.star-filled, .rating.value-3.half .star-container .star:nth-child(4) svg.star-filled, .rating.value-4.half .star-container .star:nth-child(5) svg.star-filled, .rating.value-5.half .star-container .star:nth-child(6) svg.star-filled, .star.half svg.star-empty, .rating.value-0.half .star:nth-child(1) svg.star-empty, .rating.value-1.half .star-container .star:nth-child(2) svg.star-empty, .rating.value-2.half .star-container .star:nth-child(3) svg.star-empty, .rating.value-3.half .star-container .star:nth-child(4) svg.star-empty, .rating.value-4.half .star-container .star:nth-child(5) svg.star-empty, .rating.value-5.half .star-container .star:nth-child(6) svg.star-empty, .star.half i.star-filled, .rating.value-0.half .star:nth-child(1) i.star-filled, .rating.value-1.half .star-container .star:nth-child(2) i.star-filled, .rating.value-2.half .star-container .star:nth-child(3) i.star-filled, .rating.value-3.half .star-container .star:nth-child(4) i.star-filled, .rating.value-4.half .star-container .star:nth-child(5) i.star-filled, .rating.value-5.half .star-container .star:nth-child(6) i.star-filled, .star.half i.star-empty, .rating.value-0.half .star:nth-child(1) i.star-empty, .rating.value-1.half .star-container .star:nth-child(2) i.star-empty, .rating.value-2.half .star-container .star:nth-child(3) i.star-empty, .rating.value-3.half .star-container .star:nth-child(4) i.star-empty, .rating.value-4.half .star-container .star:nth-child(5) i.star-empty, .rating.value-5.half .star-container .star:nth-child(6) i.star-empty { +.bp-star.half svg.star-filled, .bp-rating.value-0.half .bp-star:nth-child(1) svg.star-filled, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-filled, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-filled, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-filled, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-filled, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-filled, .bp-star.half svg.star-empty, .bp-rating.value-0.half .bp-star:nth-child(1) svg.star-empty, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-empty, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-empty, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-empty, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-empty, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-empty, .bp-star.half i.star-filled, .bp-rating.value-0.half .bp-star:nth-child(1) i.star-filled, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-filled, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-filled, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-filled, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-filled, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-filled, .bp-star.half i.star-empty, .bp-rating.value-0.half .bp-star:nth-child(1) i.star-empty, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-empty, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-empty, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-empty, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-empty, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-empty { opacity: 0; } -.star.half svg.star-half, .rating.value-0.half .star:nth-child(1) svg.star-half, .rating.value-1.half .star-container .star:nth-child(2) svg.star-half, .rating.value-2.half .star-container .star:nth-child(3) svg.star-half, .rating.value-3.half .star-container .star:nth-child(4) svg.star-half, .rating.value-4.half .star-container .star:nth-child(5) svg.star-half, .rating.value-5.half .star-container .star:nth-child(6) svg.star-half, .star.half i.star-half, .rating.value-0.half .star:nth-child(1) i.star-half, .rating.value-1.half .star-container .star:nth-child(2) i.star-half, .rating.value-2.half .star-container .star:nth-child(3) i.star-half, .rating.value-3.half .star-container .star:nth-child(4) i.star-half, .rating.value-4.half .star-container .star:nth-child(5) i.star-half, .rating.value-5.half .star-container .star:nth-child(6) i.star-half { +.bp-star.half svg.star-half, .bp-rating.value-0.half .bp-star:nth-child(1) svg.star-half, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-half, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-half, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-half, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-half, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-half, .bp-star.half i.star-half, .bp-rating.value-0.half .bp-star:nth-child(1) i.star-half, .bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-half, .bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-half, .bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-half, .bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-half, .bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-half { opacity: 1; } -.star.filled svg.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty, .star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-empty, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled { +.bp-star.filled svg.star-empty, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-empty, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-empty, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-empty, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-empty, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-empty, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-empty, .bp-star.filled svg.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled, .bp-star.filled i.star-empty, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-empty, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-empty, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-empty, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-empty, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-empty, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-empty, .bp-star.filled i.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled { opacity: 0; } -.star.filled svg.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled, .star.filled i.star-filled, .rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled, .rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled, .rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled, .rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled, .rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled, .rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled, .rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled, .rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled, .rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled, .rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled, .rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled, .rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled, .rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled { +.bp-star.filled svg.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled, .bp-star.filled i.star-filled, .bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled, .bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled, .bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled, .bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled, .bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled, .bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled, .bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled, .bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled, .bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled, .bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled, .bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled, .bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled { opacity: 1; } -.star.default svg, .star-container .star svg { +.bp-star.default svg, .bp-star-container .bp-star.star svg { fill: #999; } -.star.default i, .star-container .star i { +.bp-star.default i, .bp-star-container .bp-star.star i { color: #999; } -.star.negative svg, .rating.hover:hover.hover-1 .star-container .star svg, .rating.hover:hover.hover-2 .star-container .star svg, .rating.value-0.half .star svg, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star svg, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star svg, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star svg, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star svg, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star svg { +.bp-star.negative svg, .bp-rating.value-0.half .bp-star svg, .bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star svg, .bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star svg, .bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star svg, .bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star svg, .bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star svg { fill: #f03c56; } -.star.negative i, .rating.hover:hover.hover-1 .star-container .star i, .rating.hover:hover.hover-2 .star-container .star i, .rating.value-0.half .star i, .rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star i, .rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star i, .rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star i, .rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star i, .rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star i { +.bp-star.negative i, .bp-rating.value-0.half .bp-star i, .bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star i, .bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star i, .bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star i, .bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star i, .bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star i { color: #f03c56; } -.star.ok svg, .rating.hover:hover.hover-3 .star-container .star svg { +.bp-star.ok svg { fill: #ffc058; } -.star.ok i, .rating.hover:hover.hover-3 .star-container .star i { +.bp-star.ok i { color: #ffc058; } -.star.positive svg, .rating.value-6 .star-container .star svg, .rating.value-7 .star-container .star svg, .rating.value-8 .star-container .star svg, .rating.value-9 .star-container .star svg, .rating.value-10 .star-container .star svg, .rating.value-11 .star-container .star svg, .rating.value-12 .star-container .star svg, .rating.hover:hover.hover-4 .star-container .star svg, .rating.hover:hover.hover-5 .star-container .star svg, .rating.hover:hover.hover-6 .star-container .star svg { +.bp-star.positive svg, .bp-rating.value-6 .bp-star-container .bp-star svg, .bp-rating.value-7 .bp-star-container .bp-star svg, .bp-rating.value-8 .bp-star-container .bp-star svg, .bp-rating.value-9 .bp-star-container .bp-star svg, .bp-rating.value-10 .bp-star-container .bp-star svg, .bp-rating.value-11 .bp-star-container .bp-star svg, .bp-rating.value-12 .bp-star-container .bp-star svg { fill: #7ed321; } -.star.positive i, .rating.value-6 .star-container .star i, .rating.value-7 .star-container .star i, .rating.value-8 .star-container .star i, .rating.value-9 .star-container .star i, .rating.value-10 .star-container .star i, .rating.value-11 .star-container .star i, .rating.value-12 .star-container .star i, .rating.hover:hover.hover-4 .star-container .star i, .rating.hover:hover.hover-5 .star-container .star i, .rating.hover:hover.hover-6 .star-container .star i { +.bp-star.positive i, .bp-rating.value-6 .bp-star-container .bp-star i, .bp-rating.value-7 .bp-star-container .bp-star i, .bp-rating.value-8 .bp-star-container .bp-star i, .bp-rating.value-9 .bp-star-container .bp-star i, .bp-rating.value-10 .bp-star-container .bp-star i, .bp-rating.value-11 .bp-star-container .bp-star i, .bp-rating.value-12 .bp-star-container .bp-star i { color: #7ed321; } -.star.svg i, .rating.star-svg i { +.bp-star.svg i, .bp-rating.star-svg i { display: none; } -.star.svg svg, .rating.star-svg svg { +.bp-star.svg svg, .bp-rating.star-svg svg { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -194,11 +195,11 @@ Disabled display: flex; } -.star.custom-icon svg, .rating.star-custom-icon svg, .rating.theme-kununu .star-container .star svg, .star.icon svg, .rating.star-icon svg { +.bp-star.custom-icon svg, .bp-rating.star-custom-icon svg, .rating.theme-kununu .star-container .star svg, .bp-star.icon svg, .bp-rating.star-icon svg { display: none; } -.star.custom-icon i, .rating.star-custom-icon i, .rating.theme-kununu .star-container .star i, .star.icon i, .rating.star-icon i { +.bp-star.custom-icon i, .bp-rating.star-custom-icon i, .rating.theme-kununu .star-container .star i, .bp-star.icon i, .bp-rating.star-icon i { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -206,48 +207,48 @@ Disabled display: flex; } -.star.small, .rating.small .star { +.bp-star.small, .bp-rating.small .bp-star { width: 10px; height: 9, 5px; } -.star.small i, .rating.small .star i { +.bp-star.small i, .bp-rating.small .bp-star i { font-size: 11px; line-height: 10px; } -.star.medium, .rating.medium .star { +.bp-star.medium, .bp-rating.medium .bp-star { width: 20px; height: 20px; } -.star.medium i, .rating.medium .star i { +.bp-star.medium i, .bp-rating.medium .bp-star i { font-size: 25px; line-height: 25px; } -.star.large, .rating.large .star { +.bp-star.large, .bp-rating.large .bp-star { width: 35px; height: 33.3px; } -.star.large i, .rating.large .star i { +.bp-star.large i, .bp-rating.large .bp-star i { font-size: 36px; line-height: 35px; } -.star.disabled, .rating.disabled .star-container .star { +.bp-star.disabled, .bp-rating.disabled .bp-star-container .bp-star { opacity: 0.5; } -.star.direction-rtl svg.star-half, .star-container.direction-rtl .star svg.star-half, .rating.direction-rtl .star-container .star svg.star-half, .star.direction-rtl i.star-half, .star-container.direction-rtl .star i.star-half, .rating.direction-rtl .star-container .star i.star-half { +.bp-star.direction-rtl svg.star-half, .bp-star-container.direction-rtl .star svg.star-half, .bp-rating.direction-rtl .bp-star-container .star svg.star-half, .bp-rating.direction-rtl .bp-star-container .bp-star svg.star-half, .bp-star.direction-rtl i.star-half, .bp-star-container.direction-rtl .star i.star-half, .bp-rating.direction-rtl .bp-star-container .star i.star-half, .bp-rating.direction-rtl .bp-star-container .bp-star i.star-half { -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } -.star.direction-ltr svg.star-half, .star-container.direction-ltr .star svg.star-half, .star.direction-ltr i.star-half, .star-container.direction-ltr .star i.star-half { +.bp-star.direction-ltr svg.star-half, .bp-star-container.direction-ltr .star svg.star-half, .bp-star.direction-ltr i.star-half, .bp-star-container.direction-ltr .star i.star-half { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); @@ -257,7 +258,7 @@ Disabled /* Label Element ===================================================================*/ -.label-value { +.bp-label-value { font-size: 18px; line-height: 18px; /* @@ -268,29 +269,29 @@ Label Element =================================================*/ } -.label-value.small, .rating.small .label-value { +.bp-label-value.small, .bp-rating.small .bp-label-value { font-size: 9.5px; line-height: 9.5px; } -.label-value.medium, .rating.medium .label-value { +.bp-label-value.medium, .bp-rating.medium .bp-label-value { font-size: 18px; line-height: 25px; } -.label-value.large, .rating.large .label-value { +.bp-label-value.large, .bp-rating.large .bp-label-value { font-size: 28px; line-height: 35px; } -.label-value.disabled, .rating.disabled .label-value { +.bp-label-value.disabled, .bp-rating.disabled .bp-label-value { opacity: 0.5; } /* Star Container ==================================================================*/ -.star-container { +.bp-star-container { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -324,39 +325,39 @@ Star Container ======================================================*/ } -.star-container + .star { +.bp-star-container + .star { margin-left: 5px; } -.star-container .star { +.bp-star-container .star { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.star-container .star svg, .star-container .star i { +.bp-star-container .star svg, .bp-star-container .star i { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.star-container svg { +.bp-star-container svg { z-index: 2; } -.star-container i { +.bp-star-container i { z-index: 1; } -.star-container.direction-rtl, .rating.direction-rtl .star-container { +.bp-star-container.direction-rtl, .bp-rating.direction-rtl .bp-star-container { direction: rtl; } -.star-container.direction-ltr { +.bp-star-container.direction-ltr { direction: ltr; } -.star-container.space-no, .rating.space-no .star-container { +.bp-star-container.space-no, .bp-rating.space-no .bp-star-container { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; @@ -369,7 +370,7 @@ Star Container justify-content: center; } -.star-container.space-between, .rating.space-between .star-container { +.bp-star-container.space-between, .bp-rating.space-between .bp-star-container { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; @@ -382,7 +383,7 @@ Star Container justify-content: space-between; } -.star-container.space-around, .rating.space-around .star-container { +.bp-star-container.space-around, .bp-rating.space-around .bp-star-container { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; @@ -396,7 +397,7 @@ Star Container /* Rating Component ========================================================================= */ -.rating { +.bp-rating { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -440,59 +441,203 @@ Rating Component ====================================================*/ } -.rating.value-1 .star-container .star svg { +.bp-rating.value-1 .bp-star-container .bp-star svg { fill: #f03c56; } -.rating.value-1 .star-container .star i { +.bp-rating.value-1 .bp-star-container .bp-star i { color: #f03c56; } -.rating.value-2 .star-container .star svg { +.bp-rating.value-2 .bp-star-container .bp-star svg { fill: #f03c56; } -.rating.value-2 .star-container .star i { +.bp-rating.value-2 .bp-star-container .bp-star i { color: #f03c56; } -.rating.value-3 .star-container .star svg { +.bp-rating.value-3 .bp-star-container .bp-star svg { fill: #ffc058; } -.rating.value-3 .star-container .star i { +.bp-rating.value-3 .bp-star-container .bp-star i { color: #ffc058; } -.rating.value-4 .star-container .star svg { +.bp-rating.value-4 .bp-star-container .bp-star svg { fill: #7ed321; } -.rating.value-4 .star-container .star i { +.bp-rating.value-4 .bp-star-container .bp-star i { color: #7ed321; } -.rating.value-5 .star-container .star svg { +.bp-rating.value-5 .bp-star-container .bp-star svg { fill: #7ed321; } -.rating.value-5 .star-container .star i { +.bp-rating.value-5 .bp-star-container .bp-star i { color: #7ed321; } -.rating.value-6 .star-container .star svg { +.bp-rating.value-6 .bp-star-container .bp-star svg { fill: #7ed321; } -.rating.value-6 .star-container .star i { +.bp-rating.value-6 .bp-star-container .bp-star i { color: #7ed321; } -.rating.label-hidden .label-value { +.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled, .bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star svg { + fill: #f03c56; +} + +.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star i { + color: #f03c56; +} + +.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled, .bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star svg { + fill: #f03c56; +} + +.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star i { + color: #f03c56; +} + +.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled, .bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star svg { + fill: #ffc058; +} + +.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star i { + color: #ffc058; +} + +.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled, .bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star svg { + fill: #7ed321; +} + +.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star i { + color: #7ed321; +} + +.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled, .bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star svg { + fill: #7ed321; +} + +.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star i { + color: #7ed321; +} + +.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-half, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-half, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-half, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-half, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-half, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-half, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-filled, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-filled, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-filled, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-filled, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-filled, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-filled, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-filled, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-half, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-empty, .bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-empty, .bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-empty, .bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-empty, .bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-empty, .bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-empty, .bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-empty, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-empty { + opacity: 1; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled { + opacity: 0; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled, .bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled { + opacity: 1; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star svg { + fill: #7ed321; +} + +.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star i { + color: #7ed321; +} + +.bp-rating.label-hidden .bp-label-value { display: none; } -.rating.label-visible { +.bp-rating.label-visible { display: -webkit-box; display: -webkit-flex; display: -moz-box; @@ -500,7 +645,7 @@ Rating Component display: flex; } -.rating.label-top { +.bp-rating.label-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; @@ -510,13 +655,13 @@ Rating Component flex-direction: column; } -.rating.label-top .label-value + .star-container { +.bp-rating.label-top .bp-label-value + .bp-star-container { margin-left: 0; margin-right: 0; margin-top: 5px; } -.rating.label-left .label-value { +.bp-rating.label-left .bp-label-value { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; @@ -524,12 +669,12 @@ Rating Component flex: 0 0 auto; } -.rating.label-left .label-value + .star-container { +.bp-rating.label-left .bp-label-value + .bp-star-container { margin-left: 5px; margin-right: 0; } -.rating.label-right { +.bp-rating.label-right { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; @@ -539,12 +684,12 @@ Rating Component flex-direction: row-reverse; } -.rating.label-right .label-value + .star-container { +.bp-rating.label-right .bp-label-value + .bp-star-container { margin-left: 0; margin-right: 5px; } -.rating.label-bottom { +.bp-rating.label-bottom { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; @@ -554,101 +699,101 @@ Rating Component flex-direction: column-reverse; } -.rating.label-bottom .label-value + .star-container { +.bp-rating.label-bottom .bp-label-value + .bp-star-container { margin-left: 0; margin-right: 0; margin-bottom: 5px; } -.rating.direction-rtl { +.bp-rating.direction-rtl { direction: rtl; } -.rating.direction-ltr { +.bp-rating.direction-ltr { direction: ltr; } -.rating.color-default .star-container .star svg { +.bp-rating.color-default .bp-star-container .bp-star svg { fill: #999 !important; } -.rating.color-default .star-container .star i { +.bp-rating.color-default .bp-star-container .bp-star i { color: #999 !important; } -.rating.color-ok .star-container .star svg { +.bp-rating.color-ok .bp-star-container .bp-star svg { fill: #ffc058 !important; } -.rating.color-ok .star-container .star i { +.bp-rating.color-ok .bp-star-container .bp-star i { color: #ffc058 !important; } -.rating.color-positive .star-container .star svg { +.bp-rating.color-positive .bp-star-container .bp-star svg { fill: #7ed321 !important; } -.rating.color-positive .star-container .star i { +.bp-rating.color-positive .bp-star-container .bp-star i { color: #7ed321 !important; } -.rating.color-negative .star-container .star svg { +.bp-rating.color-negative .bp-star-container .bp-star svg { fill: #f03c56 !important; } -.rating.color-negative .star-container .star i { +.bp-rating.color-negative .bp-star-container .bp-star i { color: #f03c56 !important; } -.rating.immediately .star-container { +.bp-rating.immediately .bp-star-container { -webkit-transition: all none; -moz-transition: all none; transition: all none; } -.rating.immediately .star-container .star { +.bp-rating.immediately .bp-star-container .bp-star { -webkit-transition: none; -moz-transition: none; transition: none; } -.rating.immediately .star-container .star svg, .rating.immediately .star-container .star i { +.bp-rating.immediately .bp-star-container .bp-star svg, .bp-rating.immediately .bp-star-container .bp-star i { -webkit-transition: none; -moz-transition: none; transition: none; } -.rating.noticeable .star-container { +.bp-rating.noticeable .bp-star-container { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.rating.noticeable .star-container .star { +.bp-rating.noticeable .bp-star-container .bp-star { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.rating.noticeable .star-container .star svg, .rating.noticeable .star-container .star i { +.bp-rating.noticeable .bp-star-container .bp-star svg, .bp-rating.noticeable .bp-star-container .bp-star i { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } -.rating.slow .star-container { +.bp-rating.slow .bp-star-container { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; } -.rating.slow .star-container .star { +.bp-rating.slow .bp-star-container .bp-star { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; } -.rating.slow .star-container .star svg, .rating.slow .star-container .star i { +.bp-rating.slow .bp-star-container .bp-star svg, .bp-rating.slow .bp-star-container .bp-star i { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; @@ -848,7 +993,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-0.half .star:nth-child(1), .rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(2) .star:nth-child(1), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(3) .star:nth-child(1), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(4) .star:nth-child(1), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(5) .star:nth-child(1), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(6) .star:nth-child(1) { +.rating.theme-rolling-stars.value-0.half .star:nth-child(1), .bp-rating.value-0.half .rating.theme-rolling-stars.value-0.bp-star:nth-child(1) .star:nth-child(1), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(2) .star:nth-child(1), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(3) .star:nth-child(1), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(4) .star:nth-child(1), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(5) .star:nth-child(1), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(6) .star:nth-child(1) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -860,7 +1005,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2), .rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(2) .star-container .star:nth-child(2), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(3) .star-container .star:nth-child(2), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(4) .star-container .star:nth-child(2), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(5) .star-container .star:nth-child(2), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(6) .star-container .star:nth-child(2) { +.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2), .bp-rating.value-0.half .rating.theme-rolling-stars.value-1.bp-star:nth-child(1) .star-container .star:nth-child(2), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(2) .star-container .star:nth-child(2), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(3) .star-container .star:nth-child(2), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(4) .star-container .star:nth-child(2), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(5) .star-container .star:nth-child(2), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(6) .star-container .star:nth-child(2) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -872,7 +1017,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3), .rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(2) .star-container .star:nth-child(3), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(3) .star-container .star:nth-child(3), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(4) .star-container .star:nth-child(3), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(5) .star-container .star:nth-child(3), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(6) .star-container .star:nth-child(3) { +.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3), .bp-rating.value-0.half .rating.theme-rolling-stars.value-2.bp-star:nth-child(1) .star-container .star:nth-child(3), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(2) .star-container .star:nth-child(3), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(3) .star-container .star:nth-child(3), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(4) .star-container .star:nth-child(3), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(5) .star-container .star:nth-child(3), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(6) .star-container .star:nth-child(3) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -884,7 +1029,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4), .rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(2) .star-container .star:nth-child(4), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(3) .star-container .star:nth-child(4), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(4) .star-container .star:nth-child(4), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(5) .star-container .star:nth-child(4), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(6) .star-container .star:nth-child(4) { +.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4), .bp-rating.value-0.half .rating.theme-rolling-stars.value-3.bp-star:nth-child(1) .star-container .star:nth-child(4), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(2) .star-container .star:nth-child(4), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(3) .star-container .star:nth-child(4), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(4) .star-container .star:nth-child(4), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(5) .star-container .star:nth-child(4), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(6) .star-container .star:nth-child(4) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -896,7 +1041,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5), .rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(2) .star-container .star:nth-child(5), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(3) .star-container .star:nth-child(5), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(4) .star-container .star:nth-child(5), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(5) .star-container .star:nth-child(5), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(6) .star-container .star:nth-child(5) { +.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5), .bp-rating.value-0.half .rating.theme-rolling-stars.value-4.bp-star:nth-child(1) .star-container .star:nth-child(5), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(2) .star-container .star:nth-child(5), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(3) .star-container .star:nth-child(5), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(4) .star-container .star:nth-child(5), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(5) .star-container .star:nth-child(5), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(6) .star-container .star:nth-child(5) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; @@ -908,7 +1053,7 @@ Rating Component transform: rotate(360deg); } -.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6), .rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6), .rating.value-1.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(2) .star-container .star:nth-child(6), .rating.value-2.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(3) .star-container .star:nth-child(6), .rating.value-3.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(4) .star-container .star:nth-child(6), .rating.value-4.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(5) .star-container .star:nth-child(6), .rating.value-5.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(6) .star-container .star:nth-child(6) { +.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6), .bp-rating.value-0.half .rating.theme-rolling-stars.value-5.bp-star:nth-child(1) .star-container .star:nth-child(6), .bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(2) .star-container .star:nth-child(6), .bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(3) .star-container .star:nth-child(6), .bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(4) .star-container .star:nth-child(6), .bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(5) .star-container .star:nth-child(6), .bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(6) .star-container .star:nth-child(6) { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -moz-transition: transform 1s, -moz-transform 1s; diff --git a/docs/assets/css/star-rating.min.css b/docs/assets/css/star-rating.min.css index 58cc18a..b78972c 100644 --- a/docs/assets/css/star-rating.min.css +++ b/docs/assets/css/star-rating.min.css @@ -1 +1 @@ -@charset "UTF-8";.center-all,.star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.star{position:relative;width:20px;height:20px}.star i,.star svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;font-style:normal}.star i.star-filled,.star i.star-half,.star svg.star-filled,.star svg.star-half{opacity:0}.star i{top:1px;display:none}.rating.star-icon i,.star.icon i{font-size:25px;line-height:25px}.rating.star-icon i.star-empty:before,.star.icon i.star-empty:before{content:"☆"}.rating.star-icon i.star-filled:before,.rating.star-icon i.star-half:before,.star.icon i.star-filled:before,.star.icon i.star-half:before{content:"★"}.rating.star-custom-icon i,.rating.theme-kununu .star-container .star i,.star.custom-icon i{font-size:18px;line-height:18px}.rating.hover:hover.hover-1 .star-container .star i.star-filled,.rating.hover:hover.hover-1 .star-container .star i.star-half,.rating.hover:hover.hover-1 .star-container .star svg.star-filled,.rating.hover:hover.hover-1 .star-container .star svg.star-half,.rating.hover:hover.hover-2 .star-container .star i.star-filled,.rating.hover:hover.hover-2 .star-container .star i.star-half,.rating.hover:hover.hover-2 .star-container .star svg.star-filled,.rating.hover:hover.hover-2 .star-container .star svg.star-half,.rating.hover:hover.hover-3 .star-container .star i.star-filled,.rating.hover:hover.hover-3 .star-container .star i.star-half,.rating.hover:hover.hover-3 .star-container .star svg.star-filled,.rating.hover:hover.hover-3 .star-container .star svg.star-half,.rating.hover:hover.hover-4 .star-container .star i.star-filled,.rating.hover:hover.hover-4 .star-container .star i.star-half,.rating.hover:hover.hover-4 .star-container .star svg.star-filled,.rating.hover:hover.hover-4 .star-container .star svg.star-half,.rating.hover:hover.hover-5 .star-container .star i.star-filled,.rating.hover:hover.hover-5 .star-container .star i.star-half,.rating.hover:hover.hover-5 .star-container .star svg.star-filled,.rating.hover:hover.hover-5 .star-container .star svg.star-half,.rating.hover:hover.hover-6 .star-container .star i.star-filled,.rating.hover:hover.hover-6 .star-container .star i.star-half,.rating.hover:hover.hover-6 .star-container .star svg.star-filled,.rating.hover:hover.hover-6 .star-container .star svg.star-half,.rating.hover:hover.value-1.half .star-container .star i.star-filled,.rating.hover:hover.value-1.half .star-container .star i.star-half,.rating.hover:hover.value-1.half .star-container .star svg.star-filled,.rating.hover:hover.value-1.half .star-container .star svg.star-half,.rating.hover:hover.value-2.half .star-container .star i.star-filled,.rating.hover:hover.value-2.half .star-container .star i.star-half,.rating.hover:hover.value-2.half .star-container .star svg.star-filled,.rating.hover:hover.value-2.half .star-container .star svg.star-half,.rating.hover:hover.value-3.half .star-container .star i.star-filled,.rating.hover:hover.value-3.half .star-container .star i.star-half,.rating.hover:hover.value-3.half .star-container .star svg.star-filled,.rating.hover:hover.value-3.half .star-container .star svg.star-half,.rating.hover:hover.value-4.half .star-container .star i.star-filled,.rating.hover:hover.value-4.half .star-container .star i.star-half,.rating.hover:hover.value-4.half .star-container .star svg.star-filled,.rating.hover:hover.value-4.half .star-container .star svg.star-half,.rating.hover:hover.value-5.half .star-container .star i.star-filled,.rating.hover:hover.value-5.half .star-container .star i.star-half,.rating.hover:hover.value-5.half .star-container .star svg.star-filled,.rating.hover:hover.value-5.half .star-container .star svg.star-half,.rating.hover:hover.value-6.half .star-container .star i.star-filled,.rating.hover:hover.value-6.half .star-container .star i.star-half,.rating.hover:hover.value-6.half .star-container .star svg.star-filled,.rating.hover:hover.value-6.half .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-half,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-filled,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-half,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-filled,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-half,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-filled,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-half,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-filled,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-half,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-filled,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-half,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-filled,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-half,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-filled,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-half,.star.empty i.star-filled,.star.empty i.star-half,.star.empty svg.star-filled,.star.empty svg.star-half{opacity:0}.rating.hover:hover.hover-1 .star-container .star i.star-empty,.rating.hover:hover.hover-1 .star-container .star svg.star-empty,.rating.hover:hover.hover-2 .star-container .star i.star-empty,.rating.hover:hover.hover-2 .star-container .star svg.star-empty,.rating.hover:hover.hover-3 .star-container .star i.star-empty,.rating.hover:hover.hover-3 .star-container .star svg.star-empty,.rating.hover:hover.hover-4 .star-container .star i.star-empty,.rating.hover:hover.hover-4 .star-container .star svg.star-empty,.rating.hover:hover.hover-5 .star-container .star i.star-empty,.rating.hover:hover.hover-5 .star-container .star svg.star-empty,.rating.hover:hover.hover-6 .star-container .star i.star-empty,.rating.hover:hover.hover-6 .star-container .star svg.star-empty,.rating.hover:hover.value-1.half .star-container .star i.star-empty,.rating.hover:hover.value-1.half .star-container .star svg.star-empty,.rating.hover:hover.value-2.half .star-container .star i.star-empty,.rating.hover:hover.value-2.half .star-container .star svg.star-empty,.rating.hover:hover.value-3.half .star-container .star i.star-empty,.rating.hover:hover.value-3.half .star-container .star svg.star-empty,.rating.hover:hover.value-4.half .star-container .star i.star-empty,.rating.hover:hover.value-4.half .star-container .star svg.star-empty,.rating.hover:hover.value-5.half .star-container .star i.star-empty,.rating.hover:hover.value-5.half .star-container .star svg.star-empty,.rating.hover:hover.value-6.half .star-container .star i.star-empty,.rating.hover:hover.value-6.half .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star svg.star-empty,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star i.star-empty,.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-1:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-2:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-3:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-4:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-5:nth-child(2) .star-container .star svg.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star i.star-empty,.rating.value-1.half .star-container .rating.hover.star:hover.value-6:nth-child(2) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-1:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-2:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-3:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-4:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-5:nth-child(3) .star-container .star svg.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star i.star-empty,.rating.value-2.half .star-container .rating.hover.star:hover.value-6:nth-child(3) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-1:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-2:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-3:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-4:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-5:nth-child(4) .star-container .star svg.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star i.star-empty,.rating.value-3.half .star-container .rating.hover.star:hover.value-6:nth-child(4) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-1:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-2:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-3:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-4:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-5:nth-child(5) .star-container .star svg.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star i.star-empty,.rating.value-4.half .star-container .rating.hover.star:hover.value-6:nth-child(5) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-1:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-2:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-3:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-4:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-5:nth-child(6) .star-container .star svg.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star i.star-empty,.rating.value-5.half .star-container .rating.hover.star:hover.value-6:nth-child(6) .star-container .star svg.star-empty,.star.empty i.star-empty,.star.empty svg.star-empty{opacity:1}.rating.value-0.half .star:nth-child(1) i.star-empty,.rating.value-0.half .star:nth-child(1) i.star-filled,.rating.value-0.half .star:nth-child(1) svg.star-empty,.rating.value-0.half .star:nth-child(1) svg.star-filled,.rating.value-1.half .star-container .star:nth-child(2) i.star-empty,.rating.value-1.half .star-container .star:nth-child(2) i.star-filled,.rating.value-1.half .star-container .star:nth-child(2) svg.star-empty,.rating.value-1.half .star-container .star:nth-child(2) svg.star-filled,.rating.value-2.half .star-container .star:nth-child(3) i.star-empty,.rating.value-2.half .star-container .star:nth-child(3) i.star-filled,.rating.value-2.half .star-container .star:nth-child(3) svg.star-empty,.rating.value-2.half .star-container .star:nth-child(3) svg.star-filled,.rating.value-3.half .star-container .star:nth-child(4) i.star-empty,.rating.value-3.half .star-container .star:nth-child(4) i.star-filled,.rating.value-3.half .star-container .star:nth-child(4) svg.star-empty,.rating.value-3.half .star-container .star:nth-child(4) svg.star-filled,.rating.value-4.half .star-container .star:nth-child(5) i.star-empty,.rating.value-4.half .star-container .star:nth-child(5) i.star-filled,.rating.value-4.half .star-container .star:nth-child(5) svg.star-empty,.rating.value-4.half .star-container .star:nth-child(5) svg.star-filled,.rating.value-5.half .star-container .star:nth-child(6) i.star-empty,.rating.value-5.half .star-container .star:nth-child(6) i.star-filled,.rating.value-5.half .star-container .star:nth-child(6) svg.star-empty,.rating.value-5.half .star-container .star:nth-child(6) svg.star-filled,.star.half i.star-empty,.star.half i.star-filled,.star.half svg.star-empty,.star.half svg.star-filled{opacity:0}.rating.value-0.half .star:nth-child(1) i.star-half,.rating.value-0.half .star:nth-child(1) svg.star-half,.rating.value-1.half .star-container .star:nth-child(2) i.star-half,.rating.value-1.half .star-container .star:nth-child(2) svg.star-half,.rating.value-2.half .star-container .star:nth-child(3) i.star-half,.rating.value-2.half .star-container .star:nth-child(3) svg.star-half,.rating.value-3.half .star-container .star:nth-child(4) i.star-half,.rating.value-3.half .star-container .star:nth-child(4) svg.star-half,.rating.value-4.half .star-container .star:nth-child(5) i.star-half,.rating.value-4.half .star-container .star:nth-child(5) svg.star-half,.rating.value-5.half .star-container .star:nth-child(6) i.star-half,.rating.value-5.half .star-container .star:nth-child(6) svg.star-half,.star.half i.star-half,.star.half svg.star-half{opacity:1}.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty,.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty,.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty,.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty,.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty,.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty,.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty,.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty,.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty,.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty,.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty,.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty,.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty,.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty,.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty,.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty,.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty,.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty,.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty,.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty,.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty,.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty,.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty,.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty,.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,.star.filled i.star-empty,.star.filled i.star-filled,.star.filled svg.star-empty,.star.filled svg.star-filled{opacity:0}.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled,.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,.star.filled i.star-filled,.star.filled svg.star-filled{opacity:1}.star-container .star svg,.star.default svg{fill:#999}.star-container .star i,.star.default i{color:#999}.rating.hover:hover.hover-1 .star-container .star svg,.rating.hover:hover.hover-2 .star-container .star svg,.rating.value-0.half .star svg,.rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star svg,.rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star svg,.rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star svg,.rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star svg,.rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star svg,.star.negative svg{fill:#f03c56}.rating.hover:hover.hover-1 .star-container .star i,.rating.hover:hover.hover-2 .star-container .star i,.rating.value-0.half .star i,.rating.value-1.half .star-container .rating.value-0.star:nth-child(2) .star i,.rating.value-2.half .star-container .rating.value-0.star:nth-child(3) .star i,.rating.value-3.half .star-container .rating.value-0.star:nth-child(4) .star i,.rating.value-4.half .star-container .rating.value-0.star:nth-child(5) .star i,.rating.value-5.half .star-container .rating.value-0.star:nth-child(6) .star i,.star.negative i{color:#f03c56}.rating.hover:hover.hover-3 .star-container .star svg,.star.ok svg{fill:#ffc058}.rating.hover:hover.hover-3 .star-container .star i,.star.ok i{color:#ffc058}.rating.hover:hover.hover-4 .star-container .star svg,.rating.hover:hover.hover-5 .star-container .star svg,.rating.hover:hover.hover-6 .star-container .star svg,.rating.value-6 .star-container .star svg,.rating.value-7 .star-container .star svg,.rating.value-8 .star-container .star svg,.rating.value-9 .star-container .star svg,.rating.value-10 .star-container .star svg,.rating.value-11 .star-container .star svg,.rating.value-12 .star-container .star svg,.star.positive svg{fill:#7ed321}.rating.hover:hover.hover-4 .star-container .star i,.rating.hover:hover.hover-5 .star-container .star i,.rating.hover:hover.hover-6 .star-container .star i,.rating.value-6 .star-container .star i,.rating.value-7 .star-container .star i,.rating.value-8 .star-container .star i,.rating.value-9 .star-container .star i,.rating.value-10 .star-container .star i,.rating.value-11 .star-container .star i,.rating.value-12 .star-container .star i,.star.positive i{color:#7ed321}.rating.star-svg i,.star.svg i{display:none}.rating.star-svg svg,.star.svg svg{display:-webkit-box;display:-ms-flexbox;display:flex}.rating.star-custom-icon svg,.rating.star-icon svg,.rating.theme-kununu .star-container .star svg,.star.custom-icon svg,.star.icon svg{display:none}.rating.star-custom-icon i,.rating.star-icon i,.rating.theme-kununu .star-container .star i,.star.custom-icon i,.star.icon i{display:-webkit-box;display:-ms-flexbox;display:flex}.rating.small .star,.star.small{width:10px;height:9,5px}.rating.small .star i,.star.small i{font-size:11px;line-height:10px}.rating.medium .star,.star.medium{width:20px;height:20px}.rating.medium .star i,.star.medium i{font-size:25px;line-height:25px}.rating.large .star,.star.large{width:35px;height:33.3px}.rating.large .star i,.star.large i{font-size:36px;line-height:35px}.rating.disabled .star-container .star,.star.disabled{opacity:.5}.rating.direction-rtl .star-container .star i.star-half,.rating.direction-rtl .star-container .star svg.star-half,.star-container.direction-rtl .star i.star-half,.star-container.direction-rtl .star svg.star-half,.star.direction-rtl i.star-half,.star.direction-rtl svg.star-half{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.star-container.direction-ltr .star i.star-half,.star-container.direction-ltr .star svg.star-half,.star.direction-ltr i.star-half,.star.direction-ltr svg.star-half{-webkit-transform:scale(1);transform:scale(1)}.label-value{font-size:18px;line-height:18px}.label-value.small,.rating.small .label-value{font-size:9.5px;line-height:9.5px}.label-value.medium,.rating.medium .label-value{font-size:18px;line-height:25px}.label-value.large,.rating.large .label-value{font-size:28px;line-height:35px}.label-value.disabled,.rating.disabled .label-value{opacity:.5}.star-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:5px;margin-right:5px;-webkit-transition:all .3s ease;transition:all .3s ease}.star-container+.star{margin-left:5px}.star-container .star,.star-container .star i,.star-container .star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.star-container svg{z-index:2}.star-container i{z-index:1}.rating.direction-rtl .star-container,.star-container.direction-rtl{direction:rtl}.star-container.direction-ltr{direction:ltr}.rating.space-no .star-container,.star-container.space-no{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rating.space-between .star-container,.star-container.space-between{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rating.space-around .star-container,.star-container.space-around{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-pack:distribute;justify-content:space-around}.rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px}.rating.value-1 .star-container .star svg{fill:#f03c56}.rating.value-1 .star-container .star i{color:#f03c56}.rating.value-2 .star-container .star svg{fill:#f03c56}.rating.value-2 .star-container .star i{color:#f03c56}.rating.value-3 .star-container .star svg{fill:#ffc058}.rating.value-3 .star-container .star i{color:#ffc058}.rating.value-4 .star-container .star svg{fill:#7ed321}.rating.value-4 .star-container .star i{color:#7ed321}.rating.value-5 .star-container .star svg{fill:#7ed321}.rating.value-5 .star-container .star i{color:#7ed321}.rating.value-6 .star-container .star svg{fill:#7ed321}.rating.value-6 .star-container .star i{color:#7ed321}.rating.label-hidden .label-value{display:none}.rating.label-visible{display:-webkit-box;display:-ms-flexbox;display:flex}.rating.label-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rating.label-top .label-value+.star-container{margin-left:0;margin-right:0;margin-top:5px}.rating.label-left .label-value{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.rating.label-left .label-value+.star-container{margin-left:5px;margin-right:0}.rating.label-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rating.label-right .label-value+.star-container{margin-left:0;margin-right:5px}.rating.label-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.rating.label-bottom .label-value+.star-container{margin-left:0;margin-right:0;margin-bottom:5px}.rating.direction-rtl{direction:rtl}.rating.direction-ltr{direction:ltr}.rating.color-default .star-container .star svg{fill:#999!important}.rating.color-default .star-container .star i{color:#999!important}.rating.color-ok .star-container .star svg{fill:#ffc058!important}.rating.color-ok .star-container .star i{color:#ffc058!important}.rating.color-positive .star-container .star svg{fill:#7ed321!important}.rating.color-positive .star-container .star i{color:#7ed321!important}.rating.color-negative .star-container .star svg{fill:#f03c56!important}.rating.color-negative .star-container .star i{color:#f03c56!important}.rating.immediately .star-container{-webkit-transition:all none;transition:all none}.rating.immediately .star-container .star,.rating.immediately .star-container .star i,.rating.immediately .star-container .star svg{-webkit-transition:none;transition:none}.rating.noticeable .star-container,.rating.noticeable .star-container .star,.rating.noticeable .star-container .star i,.rating.noticeable .star-container .star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.rating.slow .star-container,.rating.slow .star-container .star,.rating.slow .star-container .star i,.rating.slow .star-container .star svg{-webkit-transition:all .8s ease;transition:all .8s ease}.rating.theme-kununu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:78px}.rating.theme-kununu .label-value,.rating.theme-kununu .star-container{width:100%}.rating.theme-kununu .label-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px 6px 0 0;height:50px;border:1px solid #e9ecec;border-bottom:0;font-size:18px;font-weight:700;color:#2f3940;letter-spacing:-1px;background-color:#f8f8f8}.rating.theme-kununu .star-container{border-radius:0 0 6px 6px;padding:2px 0 4px;margin-left:0;margin-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#99c613;border:1px solid #99c613;border-bottom:0}.rating.theme-kununu .star-container .star{height:11px;width:11px}.rating.theme-kununu .star-container .star i{font-size:11px;color:#fff;text-align:center}.rating.theme-google-places .label-value{color:#e7711b;font-family:arial,sans-serif;font-size:13px;line-height:15px}.rating.theme-google-places .star-container{width:65px;margin-left:2px}.rating.theme-google-places .star-container .star i{font-size:17px;color:#e7711b!important}.rating.theme-google-places .star-container .star i.star-empty{opacity:1!important;color:#e1e1e1!important}.rating.theme-google-places .star-container .star i.star-empty:before{content:"★"}.rating.theme-google-places .star-container .star i.star-half{width:7px;overflow:hidden}.rating.theme-google-places .star-container .star i.star-filled:before,.rating.theme-google-places .star-container .star i.star-half:before{content:"★"}.rating.theme-rolling-stars .star-container .star{-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.rating.theme-rolling-stars.value-0.half .star:nth-child(1),.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1),.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2),.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2),.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3),.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3),.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4),.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4),.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5),.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5),.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6),.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6),.rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1),.rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2),.rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3),.rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4),.rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5),.rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(2) .star:nth-child(1),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(2) .star-container .star:nth-child(2),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(2) .star-container .star:nth-child(3),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(2) .star-container .star:nth-child(4),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(2) .star-container .star:nth-child(5),.rating.value-1.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(2) .star-container .star:nth-child(6),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(3) .star:nth-child(1),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(3) .star-container .star:nth-child(2),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(3) .star-container .star:nth-child(3),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(3) .star-container .star:nth-child(4),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(3) .star-container .star:nth-child(5),.rating.value-2.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(3) .star-container .star:nth-child(6),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(4) .star:nth-child(1),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(4) .star-container .star:nth-child(2),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(4) .star-container .star:nth-child(3),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(4) .star-container .star:nth-child(4),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(4) .star-container .star:nth-child(5),.rating.value-3.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(4) .star-container .star:nth-child(6),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(5) .star:nth-child(1),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(5) .star-container .star:nth-child(2),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(5) .star-container .star:nth-child(3),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(5) .star-container .star:nth-child(4),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(5) .star-container .star:nth-child(5),.rating.value-4.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(5) .star-container .star:nth-child(6),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-0.star:nth-child(6) .star:nth-child(1),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-1.star:nth-child(6) .star-container .star:nth-child(2),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-2.star:nth-child(6) .star-container .star:nth-child(3),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-3.star:nth-child(6) .star-container .star:nth-child(4),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-4.star:nth-child(6) .star-container .star:nth-child(5),.rating.value-5.half .star-container .rating.theme-rolling-stars.value-5.star:nth-child(6) .star-container .star:nth-child(6){-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(1turn);transform:rotate(1turn)} \ No newline at end of file +@charset "UTF-8";.bp-star,.center-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-star{position:relative;width:20px;height:20px}.bp-star i,.bp-star svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;font-style:normal}.bp-star i.star-filled,.bp-star i.star-half,.bp-star svg.star-filled,.bp-star svg.star-half{opacity:0}.bp-star i{top:1px;display:none}.bp-rating.star-icon i,.bp-star.icon i{font-size:25px;line-height:25px}.bp-rating.star-icon i.star-empty:before,.bp-star.icon i.star-empty:before{content:"☆"}.bp-rating.star-icon i.star-filled:before,.bp-rating.star-icon i.star-half:before,.bp-star.icon i.star-filled:before,.bp-star.icon i.star-half:before{content:"★"}.bp-rating.star-custom-icon i,.bp-star.custom-icon i,.rating.theme-kununu .star-container .star i{font-size:18px;line-height:18px}.bp-star.empty i.star-filled,.bp-star.empty i.star-half,.bp-star.empty svg.star-filled,.bp-star.empty svg.star-half{opacity:0}.bp-star.empty i.star-empty,.bp-star.empty svg.star-empty{opacity:1}.bp-rating.value-0.half .bp-star:nth-child(1) i.star-empty,.bp-rating.value-0.half .bp-star:nth-child(1) i.star-filled,.bp-rating.value-0.half .bp-star:nth-child(1) svg.star-empty,.bp-rating.value-0.half .bp-star:nth-child(1) svg.star-filled,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-empty,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-filled,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-empty,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-filled,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-empty,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-filled,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-empty,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-filled,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-empty,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-filled,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-empty,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-filled,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-empty,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-filled,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-empty,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-filled,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-empty,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-filled,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-empty,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-filled,.bp-star.half i.star-empty,.bp-star.half i.star-filled,.bp-star.half svg.star-empty,.bp-star.half svg.star-filled{opacity:0}.bp-rating.value-0.half .bp-star:nth-child(1) i.star-half,.bp-rating.value-0.half .bp-star:nth-child(1) svg.star-half,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) i.star-half,.bp-rating.value-1.half .bp-star-container .bp-star:nth-child(2) svg.star-half,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) i.star-half,.bp-rating.value-2.half .bp-star-container .bp-star:nth-child(3) svg.star-half,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) i.star-half,.bp-rating.value-3.half .bp-star-container .bp-star:nth-child(4) svg.star-half,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) i.star-half,.bp-rating.value-4.half .bp-star-container .bp-star:nth-child(5) svg.star-half,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) i.star-half,.bp-rating.value-5.half .bp-star-container .bp-star:nth-child(6) svg.star-half,.bp-star.half i.star-half,.bp-star.half svg.star-half{opacity:1}.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-empty,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-empty,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-empty,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-empty,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-empty,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-empty,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-empty,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-empty,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-empty,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-empty,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-empty,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-empty,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled,.bp-star.filled i.star-empty,.bp-star.filled i.star-filled,.bp-star.filled svg.star-empty,.bp-star.filled svg.star-filled{opacity:0}.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.value-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.value-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.value-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.value-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.value-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.value-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) i.star-filled,.bp-rating.value-7 .bp-star-container .bp-star:nth-child(-n+7) svg.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) i.star-filled,.bp-rating.value-8 .bp-star-container .bp-star:nth-child(-n+8) svg.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) i.star-filled,.bp-rating.value-9 .bp-star-container .bp-star:nth-child(-n+9) svg.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) i.star-filled,.bp-rating.value-10 .bp-star-container .bp-star:nth-child(-n+10) svg.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) i.star-filled,.bp-rating.value-11 .bp-star-container .bp-star:nth-child(-n+11) svg.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) i.star-filled,.bp-rating.value-12 .bp-star-container .bp-star:nth-child(-n+12) svg.star-filled,.bp-star.filled i.star-filled,.bp-star.filled svg.star-filled{opacity:1}.bp-star-container .bp-star.star svg,.bp-star.default svg{fill:#999}.bp-star-container .bp-star.star i,.bp-star.default i{color:#999}.bp-rating.value-0.half .bp-star svg,.bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star svg,.bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star svg,.bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star svg,.bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star svg,.bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star svg,.bp-star.negative svg{fill:#f03c56}.bp-rating.value-0.half .bp-star i,.bp-rating.value-1.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(2) .bp-star i,.bp-rating.value-2.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(3) .bp-star i,.bp-rating.value-3.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(4) .bp-star i,.bp-rating.value-4.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(5) .bp-star i,.bp-rating.value-5.half .bp-star-container .bp-rating.value-0.bp-star:nth-child(6) .bp-star i,.bp-star.negative i{color:#f03c56}.bp-star.ok svg{fill:#ffc058}.bp-star.ok i{color:#ffc058}.bp-rating.value-6 .bp-star-container .bp-star svg,.bp-rating.value-7 .bp-star-container .bp-star svg,.bp-rating.value-8 .bp-star-container .bp-star svg,.bp-rating.value-9 .bp-star-container .bp-star svg,.bp-rating.value-10 .bp-star-container .bp-star svg,.bp-rating.value-11 .bp-star-container .bp-star svg,.bp-rating.value-12 .bp-star-container .bp-star svg,.bp-star.positive svg{fill:#7ed321}.bp-rating.value-6 .bp-star-container .bp-star i,.bp-rating.value-7 .bp-star-container .bp-star i,.bp-rating.value-8 .bp-star-container .bp-star i,.bp-rating.value-9 .bp-star-container .bp-star i,.bp-rating.value-10 .bp-star-container .bp-star i,.bp-rating.value-11 .bp-star-container .bp-star i,.bp-rating.value-12 .bp-star-container .bp-star i,.bp-star.positive i{color:#7ed321}.bp-rating.star-svg i,.bp-star.svg i{display:none}.bp-rating.star-svg svg,.bp-star.svg svg{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-rating.star-custom-icon svg,.bp-rating.star-icon svg,.bp-star.custom-icon svg,.bp-star.icon svg,.rating.theme-kununu .star-container .star svg{display:none}.bp-rating.star-custom-icon i,.bp-rating.star-icon i,.bp-star.custom-icon i,.bp-star.icon i,.rating.theme-kununu .star-container .star i{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-rating.small .bp-star,.bp-star.small{width:10px;height:9,5px}.bp-rating.small .bp-star i,.bp-star.small i{font-size:11px;line-height:10px}.bp-rating.medium .bp-star,.bp-star.medium{width:20px;height:20px}.bp-rating.medium .bp-star i,.bp-star.medium i{font-size:25px;line-height:25px}.bp-rating.large .bp-star,.bp-star.large{width:35px;height:33.3px}.bp-rating.large .bp-star i,.bp-star.large i{font-size:36px;line-height:35px}.bp-rating.disabled .bp-star-container .bp-star,.bp-star.disabled{opacity:.5}.bp-rating.direction-rtl .bp-star-container .bp-star i.star-half,.bp-rating.direction-rtl .bp-star-container .bp-star svg.star-half,.bp-rating.direction-rtl .bp-star-container .star i.star-half,.bp-rating.direction-rtl .bp-star-container .star svg.star-half,.bp-star-container.direction-rtl .star i.star-half,.bp-star-container.direction-rtl .star svg.star-half,.bp-star.direction-rtl i.star-half,.bp-star.direction-rtl svg.star-half{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.bp-star-container.direction-ltr .star i.star-half,.bp-star-container.direction-ltr .star svg.star-half,.bp-star.direction-ltr i.star-half,.bp-star.direction-ltr svg.star-half{-webkit-transform:scale(1);transform:scale(1)}.bp-label-value{font-size:18px;line-height:18px}.bp-label-value.small,.bp-rating.small .bp-label-value{font-size:9.5px;line-height:9.5px}.bp-label-value.medium,.bp-rating.medium .bp-label-value{font-size:18px;line-height:25px}.bp-label-value.large,.bp-rating.large .bp-label-value{font-size:28px;line-height:35px}.bp-label-value.disabled,.bp-rating.disabled .bp-label-value{opacity:.5}.bp-star-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:5px;margin-right:5px;-webkit-transition:all .3s ease;transition:all .3s ease}.bp-star-container+.star{margin-left:5px}.bp-star-container .star,.bp-star-container .star i,.bp-star-container .star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.bp-star-container svg{z-index:2}.bp-star-container i{z-index:1}.bp-rating.direction-rtl .bp-star-container,.bp-star-container.direction-rtl{direction:rtl}.bp-star-container.direction-ltr{direction:ltr}.bp-rating.space-no .bp-star-container,.bp-star-container.space-no{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-rating.space-between .bp-star-container,.bp-star-container.space-between{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bp-rating.space-around .bp-star-container,.bp-star-container.space-around{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-pack:distribute;justify-content:space-around}.bp-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px}.bp-rating.value-1 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.value-1 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.value-2 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.value-2 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.value-3 .bp-star-container .bp-star svg{fill:#ffc058}.bp-rating.value-3 .bp-star-container .bp-star i{color:#ffc058}.bp-rating.value-4 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.value-4 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.value-5 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.value-5 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.value-6 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.value-6 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-1.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-1:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-1:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-empty,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-empty,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) i.star-filled,.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star:nth-child(-n+1) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.hover:hover.hover-1 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-2.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-2:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-2:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-empty,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-empty,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) i.star-filled,.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star:nth-child(-n+2) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star svg{fill:#f03c56}.bp-rating.hover:hover.hover-2 .bp-star-container .bp-star i{color:#f03c56}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-3.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-3:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-3:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-empty,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-empty,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) i.star-filled,.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star:nth-child(-n+3) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star svg{fill:#ffc058}.bp-rating.hover:hover.hover-3 .bp-star-container .bp-star i{color:#ffc058}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-4.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-4:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-4:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-empty,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-empty,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) i.star-filled,.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star:nth-child(-n+4) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.hover:hover.hover-4 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-5.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-5:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-5:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-empty,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-empty,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) i.star-filled,.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star:nth-child(-n+5) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.hover:hover.hover-5 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-half,.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-filled,.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-half,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-filled,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-half,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-filled,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-half,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-filled,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-half,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-filled,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-half,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-filled,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-half,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-filled,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-half{opacity:0}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star.star-empty,.bp-rating.hover:hover.value-6.half .bp-star-container .bp-star.star-empty,.bp-rating.value-0.half .bp-rating.hover.bp-star:hover.value-6:nth-child(1) .bp-star-container .bp-star.star-empty,.bp-rating.value-1.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(2) .bp-star-container .bp-star.star-empty,.bp-rating.value-2.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(3) .bp-star-container .bp-star.star-empty,.bp-rating.value-3.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(4) .bp-star-container .bp-star.star-empty,.bp-rating.value-4.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(5) .bp-star-container .bp-star.star-empty,.bp-rating.value-5.half .bp-star-container .bp-rating.hover.bp-star:hover.value-6:nth-child(6) .bp-star-container .bp-star.star-empty{opacity:1}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-empty,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-empty,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled{opacity:0}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) i.star-filled,.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star:nth-child(-n+6) svg.star-filled{opacity:1}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star svg{fill:#7ed321}.bp-rating.hover:hover.hover-6 .bp-star-container .bp-star i{color:#7ed321}.bp-rating.label-hidden .bp-label-value{display:none}.bp-rating.label-visible{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-rating.label-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-rating.label-top .bp-label-value+.bp-star-container{margin-left:0;margin-right:0;margin-top:5px}.bp-rating.label-left .bp-label-value{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.bp-rating.label-left .bp-label-value+.bp-star-container{margin-left:5px;margin-right:0}.bp-rating.label-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bp-rating.label-right .bp-label-value+.bp-star-container{margin-left:0;margin-right:5px}.bp-rating.label-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.bp-rating.label-bottom .bp-label-value+.bp-star-container{margin-left:0;margin-right:0;margin-bottom:5px}.bp-rating.direction-rtl{direction:rtl}.bp-rating.direction-ltr{direction:ltr}.bp-rating.color-default .bp-star-container .bp-star svg{fill:#999!important}.bp-rating.color-default .bp-star-container .bp-star i{color:#999!important}.bp-rating.color-ok .bp-star-container .bp-star svg{fill:#ffc058!important}.bp-rating.color-ok .bp-star-container .bp-star i{color:#ffc058!important}.bp-rating.color-positive .bp-star-container .bp-star svg{fill:#7ed321!important}.bp-rating.color-positive .bp-star-container .bp-star i{color:#7ed321!important}.bp-rating.color-negative .bp-star-container .bp-star svg{fill:#f03c56!important}.bp-rating.color-negative .bp-star-container .bp-star i{color:#f03c56!important}.bp-rating.immediately .bp-star-container{-webkit-transition:all none;transition:all none}.bp-rating.immediately .bp-star-container .bp-star,.bp-rating.immediately .bp-star-container .bp-star i,.bp-rating.immediately .bp-star-container .bp-star svg{-webkit-transition:none;transition:none}.bp-rating.noticeable .bp-star-container,.bp-rating.noticeable .bp-star-container .bp-star,.bp-rating.noticeable .bp-star-container .bp-star i,.bp-rating.noticeable .bp-star-container .bp-star svg{-webkit-transition:all .3s ease;transition:all .3s ease}.bp-rating.slow .bp-star-container,.bp-rating.slow .bp-star-container .bp-star,.bp-rating.slow .bp-star-container .bp-star i,.bp-rating.slow .bp-star-container .bp-star svg{-webkit-transition:all .8s ease;transition:all .8s ease}.rating.theme-kununu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:78px}.rating.theme-kununu .label-value,.rating.theme-kununu .star-container{width:100%}.rating.theme-kununu .label-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px 6px 0 0;height:50px;border:1px solid #e9ecec;border-bottom:0;font-size:18px;font-weight:700;color:#2f3940;letter-spacing:-1px;background-color:#f8f8f8}.rating.theme-kununu .star-container{border-radius:0 0 6px 6px;padding:2px 0 4px;margin-left:0;margin-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#99c613;border:1px solid #99c613;border-bottom:0}.rating.theme-kununu .star-container .star{height:11px;width:11px}.rating.theme-kununu .star-container .star i{font-size:11px;color:#fff;text-align:center}.rating.theme-google-places .label-value{color:#e7711b;font-family:arial,sans-serif;font-size:13px;line-height:15px}.rating.theme-google-places .star-container{width:65px;margin-left:2px}.rating.theme-google-places .star-container .star i{font-size:17px;color:#e7711b!important}.rating.theme-google-places .star-container .star i.star-empty{opacity:1!important;color:#e1e1e1!important}.rating.theme-google-places .star-container .star i.star-empty:before{content:"★"}.rating.theme-google-places .star-container .star i.star-half{width:7px;overflow:hidden}.rating.theme-google-places .star-container .star i.star-filled:before,.rating.theme-google-places .star-container .star i.star-half:before{content:"★"}.rating.theme-rolling-stars .star-container .star{-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.bp-rating.value-0.half .rating.theme-rolling-stars.value-0.bp-star:nth-child(1) .star:nth-child(1),.bp-rating.value-0.half .rating.theme-rolling-stars.value-1.bp-star:nth-child(1) .star-container .star:nth-child(2),.bp-rating.value-0.half .rating.theme-rolling-stars.value-2.bp-star:nth-child(1) .star-container .star:nth-child(3),.bp-rating.value-0.half .rating.theme-rolling-stars.value-3.bp-star:nth-child(1) .star-container .star:nth-child(4),.bp-rating.value-0.half .rating.theme-rolling-stars.value-4.bp-star:nth-child(1) .star-container .star:nth-child(5),.bp-rating.value-0.half .rating.theme-rolling-stars.value-5.bp-star:nth-child(1) .star-container .star:nth-child(6),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(2) .star:nth-child(1),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(2) .star-container .star:nth-child(2),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(2) .star-container .star:nth-child(3),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(2) .star-container .star:nth-child(4),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(2) .star-container .star:nth-child(5),.bp-rating.value-1.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(2) .star-container .star:nth-child(6),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(3) .star:nth-child(1),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(3) .star-container .star:nth-child(2),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(3) .star-container .star:nth-child(3),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(3) .star-container .star:nth-child(4),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(3) .star-container .star:nth-child(5),.bp-rating.value-2.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(3) .star-container .star:nth-child(6),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(4) .star:nth-child(1),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(4) .star-container .star:nth-child(2),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(4) .star-container .star:nth-child(3),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(4) .star-container .star:nth-child(4),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(4) .star-container .star:nth-child(5),.bp-rating.value-3.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(4) .star-container .star:nth-child(6),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(5) .star:nth-child(1),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(5) .star-container .star:nth-child(2),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(5) .star-container .star:nth-child(3),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(5) .star-container .star:nth-child(4),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(5) .star-container .star:nth-child(5),.bp-rating.value-4.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(5) .star-container .star:nth-child(6),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-0.bp-star:nth-child(6) .star:nth-child(1),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-1.bp-star:nth-child(6) .star-container .star:nth-child(2),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-2.bp-star:nth-child(6) .star-container .star:nth-child(3),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-3.bp-star:nth-child(6) .star-container .star:nth-child(4),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-4.bp-star:nth-child(6) .star-container .star:nth-child(5),.bp-rating.value-5.half .bp-star-container .rating.theme-rolling-stars.value-5.bp-star:nth-child(6) .star-container .star:nth-child(6),.rating.theme-rolling-stars.value-0.half .star:nth-child(1),.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1),.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2),.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2),.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3),.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3),.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4),.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4),.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5),.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5),.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6),.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6){-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:rotate(1turn);transform:rotate(1turn)} \ No newline at end of file diff --git a/docs/item-1-1-1.html b/docs/item-1-1-1.html index e5b4481..2d31be5 100644 --- a/docs/item-1-1-1.html +++ b/docs/item-1-1-1.html @@ -101,9 +101,9 @@

-
-
-
+
+
+
@@ -114,7 +114,7 @@

-
+
@@ -125,7 +125,7 @@

-
+
@@ -136,7 +136,7 @@

-
+
@@ -147,7 +147,7 @@

-
+
@@ -170,9 +170,9 @@

0 rating

-
-
-
+
+
+
@@ -183,7 +183,7 @@

-
+
@@ -194,7 +194,7 @@

-
+
@@ -205,7 +205,7 @@

-
+
@@ -216,7 +216,7 @@

-
+
@@ -238,9 +238,9 @@

1 rating

-
-
-
+
+
+
@@ -251,7 +251,7 @@

-
+
@@ -262,7 +262,7 @@

-
+
@@ -273,7 +273,7 @@

-
+
@@ -284,7 +284,7 @@

-
+
@@ -306,9 +306,9 @@

2 rating

-
-
-
+
+
+
@@ -319,7 +319,7 @@

-
+
@@ -330,7 +330,7 @@

-
+
@@ -341,7 +341,7 @@

-
+
@@ -352,7 +352,7 @@

-
+
@@ -374,9 +374,9 @@

3 rating

-
-
-
+
+
+
@@ -387,7 +387,7 @@

-
+
@@ -398,7 +398,7 @@

-
+
@@ -409,7 +409,7 @@

-
+
@@ -420,7 +420,7 @@

-
+
@@ -442,9 +442,9 @@

4 rating

-
-
-
+
+
+
@@ -455,7 +455,7 @@

-
+
@@ -466,7 +466,7 @@

-
+
@@ -477,7 +477,7 @@

-
+
@@ -488,7 +488,7 @@

-
+
@@ -510,9 +510,9 @@

5 rating

-
-
-
+
+
+
@@ -523,7 +523,7 @@

-
+
@@ -534,7 +534,7 @@

-
+
@@ -545,7 +545,7 @@

-
+
@@ -556,7 +556,7 @@

-
+
@@ -577,9 +577,9 @@

Markup -
<div class="rating [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -590,7 +590,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -601,7 +601,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -612,7 +612,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -623,7 +623,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-10.html b/docs/item-1-1-10.html index bdb2c8c..8d26990 100644 --- a/docs/item-1-1-10.html +++ b/docs/item-1-1-10.html @@ -100,10 +100,10 @@

-
-
3.5
-
-
+
+
3.5
+
+
@@ -114,7 +114,7 @@

-
+
@@ -125,7 +125,7 @@

-
+
@@ -136,7 +136,7 @@

-
+
@@ -147,7 +147,7 @@

-
+
@@ -170,10 +170,10 @@

displays component elements in right to left direction.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -184,7 +184,7 @@

-
+
@@ -195,7 +195,7 @@

-
+
@@ -206,7 +206,7 @@

-
+
@@ -217,7 +217,7 @@

-
+
@@ -239,10 +239,10 @@

displays component elements in left to right direction.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -253,7 +253,7 @@

-
+
@@ -264,7 +264,7 @@

-
+
@@ -275,7 +275,7 @@

-
+
@@ -286,7 +286,7 @@

-
+
@@ -307,10 +307,10 @@

Markup -
  <div class="rating  value-3 half [modifier class]">
- <div class="label-value">3.5</div>
- <div class="star-container">
-     <div class="star">
+            
  <div class="bp-rating  value-3 half [modifier class]">
+ <div class="bp-label-value">3.5</div>
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -321,7 +321,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -332,7 +332,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -343,7 +343,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -354,7 +354,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-11.html b/docs/item-1-1-11.html index e92cec0..36b9444 100644 --- a/docs/item-1-1-11.html +++ b/docs/item-1-1-11.html @@ -100,10 +100,10 @@

-
-
3.5
-
-
+
+
3.5
+
+
@@ -111,7 +111,7 @@

-
+
@@ -119,7 +119,7 @@

-
+
@@ -127,7 +127,7 @@

-
+
@@ -135,7 +135,7 @@

-
+
@@ -155,10 +155,10 @@

stars take all available space to position. Space is only between the stars.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -166,7 +166,7 @@

-
+
@@ -174,7 +174,7 @@

-
+
@@ -182,7 +182,7 @@

-
+
@@ -190,7 +190,7 @@

-
+
@@ -209,10 +209,10 @@

stars take all available space to position. Space is only around the stars.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -220,7 +220,7 @@

-
+
@@ -228,7 +228,7 @@

-
+
@@ -236,7 +236,7 @@

-
+
@@ -244,7 +244,7 @@

-
+
@@ -262,10 +262,10 @@

Markup -
<div class="rating value-4 [modifier class]">
-    <div class="label-value">3.5</div>
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating value-4 [modifier class]">
+    <div class="bp-label-value">3.5</div>
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -273,7 +273,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -281,7 +281,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -289,7 +289,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -297,7 +297,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-2-1.html b/docs/item-1-1-2-1.html index 9d1b43c..ac473d9 100644 --- a/docs/item-1-1-2-1.html +++ b/docs/item-1-1-2-1.html @@ -101,9 +101,9 @@

-
-
-
+
+
+
@@ -114,7 +114,7 @@

-
+
@@ -125,7 +125,7 @@

-
+
@@ -136,7 +136,7 @@

-
+
@@ -147,7 +147,7 @@

-
+
@@ -170,9 +170,9 @@

hover over no star

-
-
-
+
+
+
@@ -183,7 +183,7 @@

-
+
@@ -194,7 +194,7 @@

-
+
@@ -205,7 +205,7 @@

-
+
@@ -216,7 +216,7 @@

-
+
@@ -238,9 +238,9 @@

hover over 1st star

-
-
-
+
+
+
@@ -251,7 +251,7 @@

-
+
@@ -262,7 +262,7 @@

-
+
@@ -273,7 +273,7 @@

-
+
@@ -284,7 +284,7 @@

-
+
@@ -306,9 +306,9 @@

hover over 2nd star

-
-
-
+
+
+
@@ -319,7 +319,7 @@

-
+
@@ -330,7 +330,7 @@

-
+
@@ -341,7 +341,7 @@

-
+
@@ -352,7 +352,7 @@

-
+
@@ -374,9 +374,9 @@

hover over 3rd star

-
-
-
+
+
+
@@ -387,7 +387,7 @@

-
+
@@ -398,7 +398,7 @@

-
+
@@ -409,7 +409,7 @@

-
+
@@ -420,7 +420,7 @@

-
+
@@ -442,9 +442,9 @@

hover over 4th star

-
-
-
+
+
+
@@ -455,7 +455,7 @@

-
+
@@ -466,7 +466,7 @@

-
+
@@ -477,7 +477,7 @@

-
+
@@ -488,7 +488,7 @@

-
+
@@ -510,9 +510,9 @@

hover over 5th star

-
-
-
+
+
+
@@ -523,7 +523,7 @@

-
+
@@ -534,7 +534,7 @@

-
+
@@ -545,7 +545,7 @@

-
+
@@ -556,7 +556,7 @@

-
+
@@ -577,9 +577,9 @@

Markup -
<div class="rating value-2 half hover [modifier class]">
-  <div class="star-container">
-      <div class="star">
+            
<div class="bp-rating value-2 half hover [modifier class]">
+  <div class="bp-star-container">
+      <div class="bp-star">
            <svg class="star-filled">
               <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use>
           </svg>
@@ -590,7 +590,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> @@ -601,7 +601,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> @@ -612,7 +612,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> @@ -623,7 +623,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> diff --git a/docs/item-1-1-2.html b/docs/item-1-1-2.html index cfafc68..f220802 100644 --- a/docs/item-1-1-2.html +++ b/docs/item-1-1-2.html @@ -101,9 +101,9 @@

-
-
-
+
+
+
@@ -114,7 +114,7 @@

-
+
@@ -125,7 +125,7 @@

-
+
@@ -136,7 +136,7 @@

-
+
@@ -147,7 +147,7 @@

-
+
@@ -160,9 +160,9 @@

-
-
-
+
+
+
@@ -173,7 +173,7 @@

-
+
@@ -184,7 +184,7 @@

-
+
@@ -195,7 +195,7 @@

-
+
@@ -206,7 +206,7 @@

-
+
@@ -219,9 +219,9 @@

-
-
-
+
+
+
@@ -232,7 +232,7 @@

-
+
@@ -243,7 +243,7 @@

-
+
@@ -254,7 +254,7 @@

-
+
@@ -265,7 +265,7 @@

-
+
@@ -278,9 +278,9 @@

-
-
-
+
+
+
@@ -291,7 +291,7 @@

-
+
@@ -302,7 +302,7 @@

-
+
@@ -313,7 +313,7 @@

-
+
@@ -323,7 +323,7 @@

-

+
@@ -336,9 +336,9 @@

-
-
-
+
+
+
@@ -349,7 +349,7 @@

-
+
@@ -360,7 +360,7 @@

-
+
@@ -371,7 +371,7 @@

-
+
@@ -382,7 +382,7 @@

-
+
@@ -395,9 +395,9 @@

-
-
-
+
+
+
@@ -408,7 +408,7 @@

-
+
@@ -419,7 +419,7 @@

-
+
@@ -430,7 +430,7 @@

-
+
@@ -441,7 +441,7 @@

-
+
@@ -454,9 +454,9 @@

-
-
-
+
+
+
@@ -467,7 +467,7 @@

-
+
@@ -478,7 +478,7 @@

-
+
@@ -489,7 +489,7 @@

-
+
@@ -500,7 +500,7 @@

-
+
@@ -523,9 +523,9 @@

rating with half stars on the end

-
-
-
+
+
+
@@ -536,7 +536,7 @@

-
+
@@ -547,7 +547,7 @@

-
+
@@ -558,7 +558,7 @@

-
+
@@ -569,7 +569,7 @@

-
+
@@ -582,9 +582,9 @@

-
-
-
+
+
+
@@ -595,7 +595,7 @@

-
+
@@ -606,7 +606,7 @@

-
+
@@ -617,7 +617,7 @@

-
+
@@ -628,7 +628,7 @@

-
+
@@ -641,9 +641,9 @@

-
-
-
+
+
+
@@ -654,7 +654,7 @@

-
+
@@ -665,7 +665,7 @@

-
+
@@ -676,7 +676,7 @@

-
+
@@ -687,7 +687,7 @@

-
+
@@ -700,9 +700,9 @@

-
-
-
+
+
+
@@ -713,7 +713,7 @@

-
+
@@ -724,7 +724,7 @@

-
+
@@ -735,7 +735,7 @@

-
+
@@ -745,7 +745,7 @@

-

+
@@ -758,9 +758,9 @@

-
-
-
+
+
+
@@ -771,7 +771,7 @@

-
+
@@ -782,7 +782,7 @@

-
+
@@ -793,7 +793,7 @@

-
+
@@ -804,7 +804,7 @@

-
+
@@ -817,9 +817,9 @@

-
-
-
+
+
+
@@ -830,7 +830,7 @@

-
+
@@ -841,7 +841,7 @@

-
+
@@ -852,7 +852,7 @@

-
+
@@ -863,7 +863,7 @@

-
+
@@ -876,9 +876,9 @@

-
-
-
+
+
+
@@ -889,7 +889,7 @@

-
+
@@ -900,7 +900,7 @@

-
+
@@ -911,7 +911,7 @@

-
+
@@ -922,7 +922,7 @@

-
+
@@ -943,9 +943,9 @@

Markup -
<div class="rating [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -956,7 +956,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -967,7 +967,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -978,7 +978,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -989,7 +989,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1002,9 +1002,9 @@

</div> </div> </div> -<div class="rating value-0 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-0 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1015,7 +1015,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1026,7 +1026,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1037,7 +1037,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1048,7 +1048,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1061,9 +1061,9 @@

</div> </div> </div> -<div class="rating value-1 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-1 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1074,7 +1074,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1085,7 +1085,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1096,7 +1096,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1107,7 +1107,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1120,9 +1120,9 @@

</div> </div> </div> -<div class="rating value-2 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-2 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1133,7 +1133,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1144,7 +1144,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1155,7 +1155,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1165,7 +1165,7 @@

<svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> - </div><div class="star"> + </div><div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1178,9 +1178,9 @@

</div> </div> </div> -<div class="rating value-3 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-3 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1191,7 +1191,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1202,7 +1202,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1213,7 +1213,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1224,7 +1224,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1237,9 +1237,9 @@

</div> </div> </div> -<div class="rating value-4 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-4 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1250,7 +1250,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1261,7 +1261,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1272,7 +1272,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1283,7 +1283,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1296,9 +1296,9 @@

</div> </div> </div> -<div class="rating value-5 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-5 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1309,7 +1309,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1320,7 +1320,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1331,7 +1331,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1342,7 +1342,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-3.html b/docs/item-1-1-3.html index 2dd8c2d..16b3f6e 100644 --- a/docs/item-1-1-3.html +++ b/docs/item-1-1-3.html @@ -101,9 +101,9 @@

-
-
-
+
+
+
@@ -111,7 +111,7 @@

-
+
@@ -119,14 +119,14 @@

-
+
-
+
@@ -134,7 +134,7 @@

-
+
@@ -142,7 +142,7 @@

-
+
@@ -162,9 +162,9 @@

Small size

-
-
-
+
+
+
@@ -172,7 +172,7 @@

-
+
@@ -180,14 +180,14 @@

-
+
-
+
@@ -195,7 +195,7 @@

-
+
@@ -203,7 +203,7 @@

-
+
@@ -222,9 +222,9 @@

Medium size

-
-
-
+
+
+
@@ -232,7 +232,7 @@

-
+
@@ -240,14 +240,14 @@

-
+
-
+
@@ -255,7 +255,7 @@

-
+
@@ -263,7 +263,7 @@

-
+
@@ -282,9 +282,9 @@

Large size

-
-
-
+
+
+
@@ -292,7 +292,7 @@

-
+
@@ -300,14 +300,14 @@

-
+
-
+
@@ -315,7 +315,7 @@

-
+
@@ -323,7 +323,7 @@

-
+
@@ -341,9 +341,9 @@

Markup -
<div class="rating value-4 [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating value-4 [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -351,7 +351,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -359,14 +359,14 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> - </div><div class="star"> + </div><div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -374,7 +374,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -382,7 +382,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-4.html b/docs/item-1-1-4.html index 5e9f654..362fc4b 100644 --- a/docs/item-1-1-4.html +++ b/docs/item-1-1-4.html @@ -100,9 +100,9 @@

-
-
-
+
+
+
@@ -110,7 +110,7 @@

-
+
@@ -118,7 +118,7 @@

-
+
@@ -126,7 +126,7 @@

-
+
@@ -134,7 +134,7 @@

-
+
@@ -154,9 +154,9 @@

stars take all available space to position. Space is only between the stars.

-
-
-
+
+
+
@@ -164,7 +164,7 @@

-
+
@@ -172,7 +172,7 @@

-
+
@@ -180,7 +180,7 @@

-
+
@@ -188,7 +188,7 @@

-
+
@@ -207,9 +207,9 @@

stars take all available space to position. Space is only around the stars.

-
-
-
+
+
+
@@ -217,7 +217,7 @@

-
+
@@ -225,7 +225,7 @@

-
+
@@ -233,7 +233,7 @@

-
+
@@ -241,7 +241,7 @@

-
+
@@ -259,9 +259,9 @@

Markup -
<div class="rating value-4 [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating value-4 [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -269,7 +269,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -277,7 +277,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -285,7 +285,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -293,7 +293,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-5.html b/docs/item-1-1-5.html index e308b46..24570ff 100644 --- a/docs/item-1-1-5.html +++ b/docs/item-1-1-5.html @@ -100,9 +100,9 @@

-
-
-
+
+
+
@@ -113,7 +113,7 @@

-
+
@@ -124,7 +124,7 @@

-
+
@@ -135,7 +135,7 @@

-
+
@@ -146,7 +146,7 @@

-
+
@@ -159,9 +159,9 @@

-
-
-
+
+
+
@@ -172,7 +172,7 @@

-
+
@@ -183,7 +183,7 @@

-
+
@@ -194,7 +194,7 @@

-
+
@@ -205,7 +205,7 @@

-
+
@@ -218,9 +218,9 @@

-
-
-
+
+
+
@@ -231,7 +231,7 @@

-
+
@@ -242,7 +242,7 @@

-
+
@@ -253,7 +253,7 @@

-
+
@@ -264,7 +264,7 @@

-
+
@@ -277,9 +277,9 @@

-
-
-
+
+
+
@@ -290,7 +290,7 @@

-
+
@@ -301,7 +301,7 @@

-
+
@@ -312,7 +312,7 @@

-
+
@@ -323,7 +323,7 @@

-
+
@@ -336,9 +336,9 @@

-
-
-
+
+
+
@@ -349,7 +349,7 @@

-
+
@@ -360,7 +360,7 @@

-
+
@@ -371,7 +371,7 @@

-
+
@@ -382,7 +382,7 @@

-
+
@@ -395,9 +395,9 @@

-
-
-
+
+
+
@@ -408,7 +408,7 @@

-
+
@@ -419,7 +419,7 @@

-
+
@@ -430,7 +430,7 @@

-
+
@@ -441,7 +441,7 @@

-
+
@@ -454,9 +454,9 @@

-
-
-
+
+
+
@@ -467,7 +467,7 @@

-
+
@@ -478,7 +478,7 @@

-
+
@@ -489,7 +489,7 @@

-
+
@@ -500,7 +500,7 @@

-
+
@@ -523,9 +523,9 @@

Stars are always colored default

-
-
-
+
+
+
@@ -536,7 +536,7 @@

-
+
@@ -547,7 +547,7 @@

-
+
@@ -558,7 +558,7 @@

-
+
@@ -569,7 +569,7 @@

-
+
@@ -582,9 +582,9 @@

-
-
-
+
+
+
@@ -595,7 +595,7 @@

-
+
@@ -606,7 +606,7 @@

-
+
@@ -617,7 +617,7 @@

-
+
@@ -628,7 +628,7 @@

-
+
@@ -641,9 +641,9 @@

-
-
-
+
+
+
@@ -654,7 +654,7 @@

-
+
@@ -665,7 +665,7 @@

-
+
@@ -676,7 +676,7 @@

-
+
@@ -687,7 +687,7 @@

-
+
@@ -700,9 +700,9 @@

-
-
-
+
+
+
@@ -713,7 +713,7 @@

-
+
@@ -724,7 +724,7 @@

-
+
@@ -735,7 +735,7 @@

-
+
@@ -746,7 +746,7 @@

-
+
@@ -759,9 +759,9 @@

-
-
-
+
+
+
@@ -772,7 +772,7 @@

-
+
@@ -783,7 +783,7 @@

-
+
@@ -794,7 +794,7 @@

-
+
@@ -805,7 +805,7 @@

-
+
@@ -818,9 +818,9 @@

-
-
-
+
+
+
@@ -831,7 +831,7 @@

-
+
@@ -842,7 +842,7 @@

-
+
@@ -853,7 +853,7 @@

-
+
@@ -864,7 +864,7 @@

-
+
@@ -877,9 +877,9 @@

-
-
-
+
+
+
@@ -890,7 +890,7 @@

-
+
@@ -901,7 +901,7 @@

-
+
@@ -912,7 +912,7 @@

-
+
@@ -923,7 +923,7 @@

-
+
@@ -945,9 +945,9 @@

Stars are always colored positive

-
-
-
+
+
+
@@ -958,7 +958,7 @@

-
+
@@ -969,7 +969,7 @@

-
+
@@ -980,7 +980,7 @@

-
+
@@ -991,7 +991,7 @@

-
+
@@ -1004,9 +1004,9 @@

-
-
-
+
+
+
@@ -1017,7 +1017,7 @@

-
+
@@ -1028,7 +1028,7 @@

-
+
@@ -1039,7 +1039,7 @@

-
+
@@ -1050,7 +1050,7 @@

-
+
@@ -1063,9 +1063,9 @@

-
-
-
+
+
+
@@ -1076,7 +1076,7 @@

-
+
@@ -1087,7 +1087,7 @@

-
+
@@ -1098,7 +1098,7 @@

-
+
@@ -1109,7 +1109,7 @@

-
+
@@ -1122,9 +1122,9 @@

-
-
-
+
+
+
@@ -1135,7 +1135,7 @@

-
+
@@ -1146,7 +1146,7 @@

-
+
@@ -1157,7 +1157,7 @@

-
+
@@ -1168,7 +1168,7 @@

-
+
@@ -1181,9 +1181,9 @@

-
-
-
+
+
+
@@ -1194,7 +1194,7 @@

-
+
@@ -1205,7 +1205,7 @@

-
+
@@ -1216,7 +1216,7 @@

-
+
@@ -1227,7 +1227,7 @@

-
+
@@ -1240,9 +1240,9 @@

-
-
-
+
+
+
@@ -1253,7 +1253,7 @@

-
+
@@ -1264,7 +1264,7 @@

-
+
@@ -1275,7 +1275,7 @@

-
+
@@ -1286,7 +1286,7 @@

-
+
@@ -1299,9 +1299,9 @@

-
-
-
+
+
+
@@ -1312,7 +1312,7 @@

-
+
@@ -1323,7 +1323,7 @@

-
+
@@ -1334,7 +1334,7 @@

-
+
@@ -1345,7 +1345,7 @@

-
+
@@ -1367,9 +1367,9 @@

Stars are always colored ok

-
-
-
+
+
+
@@ -1380,7 +1380,7 @@

-
+
@@ -1391,7 +1391,7 @@

-
+
@@ -1402,7 +1402,7 @@

-
+
@@ -1413,7 +1413,7 @@

-
+
@@ -1426,9 +1426,9 @@

-
-
-
+
+
+
@@ -1439,7 +1439,7 @@

-
+
@@ -1450,7 +1450,7 @@

-
+
@@ -1461,7 +1461,7 @@

-
+
@@ -1472,7 +1472,7 @@

-
+
@@ -1485,9 +1485,9 @@

-
-
-
+
+
+
@@ -1498,7 +1498,7 @@

-
+
@@ -1509,7 +1509,7 @@

-
+
@@ -1520,7 +1520,7 @@

-
+
@@ -1531,7 +1531,7 @@

-
+
@@ -1544,9 +1544,9 @@

-
-
-
+
+
+
@@ -1557,7 +1557,7 @@

-
+
@@ -1568,7 +1568,7 @@

-
+
@@ -1579,7 +1579,7 @@

-
+
@@ -1590,7 +1590,7 @@

-
+
@@ -1603,9 +1603,9 @@

-
-
-
+
+
+
@@ -1616,7 +1616,7 @@

-
+
@@ -1627,7 +1627,7 @@

-
+
@@ -1638,7 +1638,7 @@

-
+
@@ -1649,7 +1649,7 @@

-
+
@@ -1662,9 +1662,9 @@

-
-
-
+
+
+
@@ -1675,7 +1675,7 @@

-
+
@@ -1686,7 +1686,7 @@

-
+
@@ -1697,7 +1697,7 @@

-
+
@@ -1708,7 +1708,7 @@

-
+
@@ -1721,9 +1721,9 @@

-
-
-
+
+
+
@@ -1734,7 +1734,7 @@

-
+
@@ -1745,7 +1745,7 @@

-
+
@@ -1756,7 +1756,7 @@

-
+
@@ -1767,7 +1767,7 @@

-
+
@@ -1789,9 +1789,9 @@

Stars are always colored negative

-
-
-
+
+
+
@@ -1802,7 +1802,7 @@

-
+
@@ -1813,7 +1813,7 @@

-
+
@@ -1824,7 +1824,7 @@

-
+
@@ -1835,7 +1835,7 @@

-
+
@@ -1848,9 +1848,9 @@

-
-
-
+
+
+
@@ -1861,7 +1861,7 @@

-
+
@@ -1872,7 +1872,7 @@

-
+
@@ -1883,7 +1883,7 @@

-
+
@@ -1894,7 +1894,7 @@

-
+
@@ -1907,9 +1907,9 @@

-
-
-
+
+
+
@@ -1920,7 +1920,7 @@

-
+
@@ -1931,7 +1931,7 @@

-
+
@@ -1942,7 +1942,7 @@

-
+
@@ -1953,7 +1953,7 @@

-
+
@@ -1966,9 +1966,9 @@

-
-
-
+
+
+
@@ -1979,7 +1979,7 @@

-
+
@@ -1990,7 +1990,7 @@

-
+
@@ -2001,7 +2001,7 @@

-
+
@@ -2012,7 +2012,7 @@

-
+
@@ -2025,9 +2025,9 @@

-
-
-
+
+
+
@@ -2038,7 +2038,7 @@

-
+
@@ -2049,7 +2049,7 @@

-
+
@@ -2060,7 +2060,7 @@

-
+
@@ -2071,7 +2071,7 @@

-
+
@@ -2084,9 +2084,9 @@

-
-
-
+
+
+
@@ -2097,7 +2097,7 @@

-
+
@@ -2108,7 +2108,7 @@

-
+
@@ -2119,7 +2119,7 @@

-
+
@@ -2130,7 +2130,7 @@

-
+
@@ -2143,9 +2143,9 @@

-
-
-
+
+
+
@@ -2156,7 +2156,7 @@

-
+
@@ -2167,7 +2167,7 @@

-
+
@@ -2178,7 +2178,7 @@

-
+
@@ -2189,7 +2189,7 @@

-
+
@@ -2210,9 +2210,9 @@

Markup -
<div class="rating [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -2223,7 +2223,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2234,7 +2234,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2245,7 +2245,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2256,7 +2256,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2269,9 +2269,9 @@

</div> </div> </div> -<div class="rating half value-0 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-0 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2282,7 +2282,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2293,7 +2293,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2304,7 +2304,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2315,7 +2315,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2328,9 +2328,9 @@

</div> </div> </div> -<div class="rating value-1 half [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-1 half [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2341,7 +2341,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2352,7 +2352,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2363,7 +2363,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2374,7 +2374,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2387,9 +2387,9 @@

</div> </div> </div> -<div class="rating half value-2 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-2 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2400,7 +2400,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2411,7 +2411,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2422,7 +2422,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2433,7 +2433,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2446,9 +2446,9 @@

</div> </div> </div> -<div class="rating half value-3 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-3 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2459,7 +2459,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2470,7 +2470,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2481,7 +2481,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2492,7 +2492,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2505,9 +2505,9 @@

</div> </div> </div> -<div class="rating half value-4 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-4 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2518,7 +2518,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2529,7 +2529,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2540,7 +2540,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2551,7 +2551,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2564,9 +2564,9 @@

</div> </div> </div> -<div class="rating value-5 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-5 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2577,7 +2577,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2588,7 +2588,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2599,7 +2599,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2610,7 +2610,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-6.html b/docs/item-1-1-6.html index 04639d9..1dc47f8 100644 --- a/docs/item-1-1-6.html +++ b/docs/item-1-1-6.html @@ -100,10 +100,10 @@

-
-
0
-
-
+
+
0
+
+
@@ -111,7 +111,7 @@

-
+
@@ -119,7 +119,7 @@

-
+
@@ -127,7 +127,7 @@

-
+
@@ -135,7 +135,7 @@

-
+
@@ -145,10 +145,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -156,7 +156,7 @@

-
+
@@ -164,7 +164,7 @@

-
+
@@ -172,7 +172,7 @@

-
+
@@ -180,7 +180,7 @@

-
+
@@ -188,7 +188,7 @@

-
+
@@ -198,10 +198,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -209,7 +209,7 @@

-
+
@@ -217,7 +217,7 @@

-
+
@@ -225,7 +225,7 @@

-
+
@@ -233,7 +233,7 @@

-
+
@@ -243,10 +243,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -254,7 +254,7 @@

-
+
@@ -262,7 +262,7 @@

-
+
@@ -270,7 +270,7 @@

-
+
@@ -278,7 +278,7 @@

-
+
@@ -298,10 +298,10 @@

Value displayed on the top

-
-
0
-
-
+
+
0
+
+
@@ -309,7 +309,7 @@

-
+
@@ -317,7 +317,7 @@

-
+
@@ -325,7 +325,7 @@

-
+
@@ -333,7 +333,7 @@

-
+
@@ -343,10 +343,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -354,7 +354,7 @@

-
+
@@ -362,7 +362,7 @@

-
+
@@ -370,7 +370,7 @@

-
+
@@ -378,7 +378,7 @@

-
+
@@ -386,7 +386,7 @@

-
+
@@ -396,10 +396,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -407,7 +407,7 @@

-
+
@@ -415,7 +415,7 @@

-
+
@@ -423,7 +423,7 @@

-
+
@@ -431,7 +431,7 @@

-
+
@@ -441,10 +441,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -452,7 +452,7 @@

-
+
@@ -460,7 +460,7 @@

-
+
@@ -468,7 +468,7 @@

-
+
@@ -476,7 +476,7 @@

-
+
@@ -495,10 +495,10 @@

Value displayed on the right side

-
-
0
-
-
+
+
0
+
+
@@ -506,7 +506,7 @@

-
+
@@ -514,7 +514,7 @@

-
+
@@ -522,7 +522,7 @@

-
+
@@ -530,7 +530,7 @@

-
+
@@ -540,10 +540,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -551,7 +551,7 @@

-
+
@@ -559,7 +559,7 @@

-
+
@@ -567,7 +567,7 @@

-
+
@@ -575,7 +575,7 @@

-
+
@@ -583,7 +583,7 @@

-
+
@@ -593,10 +593,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -604,7 +604,7 @@

-
+
@@ -612,7 +612,7 @@

-
+
@@ -620,7 +620,7 @@

-
+
@@ -628,7 +628,7 @@

-
+
@@ -638,10 +638,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -649,7 +649,7 @@

-
+
@@ -657,7 +657,7 @@

-
+
@@ -665,7 +665,7 @@

-
+
@@ -673,7 +673,7 @@

-
+
@@ -692,10 +692,10 @@

Value displayed on the bottom

-
-
0
-
-
+
+
0
+
+
@@ -703,7 +703,7 @@

-
+
@@ -711,7 +711,7 @@

-
+
@@ -719,7 +719,7 @@

-
+
@@ -727,7 +727,7 @@

-
+
@@ -737,10 +737,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -748,7 +748,7 @@

-
+
@@ -756,7 +756,7 @@

-
+
@@ -764,7 +764,7 @@

-
+
@@ -772,7 +772,7 @@

-
+
@@ -780,7 +780,7 @@

-
+
@@ -790,10 +790,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -801,7 +801,7 @@

-
+
@@ -809,7 +809,7 @@

-
+
@@ -817,7 +817,7 @@

-
+
@@ -825,7 +825,7 @@

-
+
@@ -835,10 +835,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -846,7 +846,7 @@

-
+
@@ -854,7 +854,7 @@

-
+
@@ -862,7 +862,7 @@

-
+
@@ -870,7 +870,7 @@

-
+
@@ -889,10 +889,10 @@

Value displayed on the left side

-
-
0
-
-
+
+
0
+
+
@@ -900,7 +900,7 @@

-
+
@@ -908,7 +908,7 @@

-
+
@@ -916,7 +916,7 @@

-
+
@@ -924,7 +924,7 @@

-
+
@@ -934,10 +934,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -945,7 +945,7 @@

-
+
@@ -953,7 +953,7 @@

-
+
@@ -961,7 +961,7 @@

-
+
@@ -969,7 +969,7 @@

-
+
@@ -977,7 +977,7 @@

-
+
@@ -987,10 +987,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -998,7 +998,7 @@

-
+
@@ -1006,7 +1006,7 @@

-
+
@@ -1014,7 +1014,7 @@

-
+
@@ -1022,7 +1022,7 @@

-
+
@@ -1032,10 +1032,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -1043,7 +1043,7 @@

-
+
@@ -1051,7 +1051,7 @@

-
+
@@ -1059,7 +1059,7 @@

-
+
@@ -1067,7 +1067,7 @@

-
+
@@ -1085,10 +1085,10 @@

Markup -
<div class="rating  [modifier class]">
-    <div class="label-value">0</div>
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating  [modifier class]">
+    <div class="bp-label-value">0</div>
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -1096,7 +1096,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1104,7 +1104,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1112,7 +1112,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1120,7 +1120,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1130,10 +1130,10 @@

</div> </div> </div> -<div class="rating value-2 small [modifier class]"> - <div class="label-value">(bad)</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-2 small [modifier class]"> + <div class="bp-label-value">(bad)</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1141,7 +1141,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1149,7 +1149,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1157,7 +1157,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1165,7 +1165,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1173,7 +1173,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1183,10 +1183,10 @@

</div> </div> </div> -<div class="rating value-3 medium [modifier class]"> - <div class="label-value">3.1</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-3 medium [modifier class]"> + <div class="bp-label-value">3.1</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1194,7 +1194,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1202,7 +1202,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1210,7 +1210,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1218,7 +1218,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1228,10 +1228,10 @@

</div> </div> </div> -<div class="rating value-4 large [modifier class]"> - <div class="label-value">Good</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-4 large [modifier class]"> + <div class="bp-label-value">Good</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1239,7 +1239,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1247,7 +1247,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1255,7 +1255,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1263,7 +1263,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-7.html b/docs/item-1-1-7.html index 350fdbe..a88169f 100644 --- a/docs/item-1-1-7.html +++ b/docs/item-1-1-7.html @@ -100,9 +100,9 @@

-
-
-
+
+
+
@@ -110,7 +110,7 @@

-
+
@@ -118,7 +118,7 @@

-
+
@@ -126,7 +126,7 @@

-
+
@@ -134,7 +134,7 @@

-
+
@@ -144,10 +144,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -155,7 +155,7 @@

-
+
@@ -163,7 +163,7 @@

-
+
@@ -171,7 +171,7 @@

-
+
@@ -179,7 +179,7 @@

-
+
@@ -189,10 +189,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -200,7 +200,7 @@

-
+
@@ -208,7 +208,7 @@

-
+
@@ -216,7 +216,7 @@

-
+
@@ -224,7 +224,7 @@

-
+
@@ -234,10 +234,10 @@

-
-
-
Good
-
+
+
+
Good
+
@@ -245,7 +245,7 @@

-
+
@@ -253,7 +253,7 @@

-
+
@@ -261,7 +261,7 @@

-
+
@@ -269,7 +269,7 @@

-
+
@@ -289,9 +289,9 @@

Stars are grayed out, no interaction is possible

-
-
-
+
+
+
@@ -299,7 +299,7 @@

-
+
@@ -307,7 +307,7 @@

-
+
@@ -315,7 +315,7 @@

-
+
@@ -323,7 +323,7 @@

-
+
@@ -333,10 +333,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -344,7 +344,7 @@

-
+
@@ -352,7 +352,7 @@

-
+
@@ -360,7 +360,7 @@

-
+
@@ -368,7 +368,7 @@

-
+
@@ -378,10 +378,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -389,7 +389,7 @@

-
+
@@ -397,7 +397,7 @@

-
+
@@ -405,7 +405,7 @@

-
+
@@ -413,7 +413,7 @@

-
+
@@ -423,10 +423,10 @@

-
-
-
Good
-
+
+
+
Good
+
@@ -434,7 +434,7 @@

-
+
@@ -442,7 +442,7 @@

-
+
@@ -450,7 +450,7 @@

-
+
@@ -458,7 +458,7 @@

-
+
@@ -476,9 +476,9 @@

Markup -
<div class="rating  [modifier class]">
- <div class="star-container">
-     <div class="star">
+            
<div class="bp-rating  [modifier class]">
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -486,7 +486,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -494,7 +494,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -502,7 +502,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -510,7 +510,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -520,10 +520,10 @@

</div> </div> </div> -<div class="rating value-2 small [modifier class]"> - <div class="label-value">(bad)</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-2 small [modifier class]"> + <div class="bp-label-value">(bad)</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -531,7 +531,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -539,7 +539,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -547,7 +547,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -555,7 +555,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -565,10 +565,10 @@

</div> </div> </div> -<div class="rating value-3 medium [modifier class]"> - <div class="label-value">3.1</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-3 medium [modifier class]"> + <div class="bp-label-value">3.1</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -576,7 +576,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -584,7 +584,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -592,7 +592,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -600,7 +600,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -610,10 +610,10 @@

</div> </div> </div> -<div class="rating value-4 large [modifier class]"> -<div class="star-container"> - <div class="label-value">Good</div> - <div class="star"> +<div class="bp-rating value-4 large [modifier class]"> +<div class="bp-star-container"> + <div class="bp-label-value">Good</div> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -621,7 +621,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -629,7 +629,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -637,7 +637,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -645,7 +645,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-8.html b/docs/item-1-1-8.html index e44f00d..7619815 100644 --- a/docs/item-1-1-8.html +++ b/docs/item-1-1-8.html @@ -100,9 +100,9 @@

-
-
-
+
+
+
@@ -110,7 +110,7 @@

-
+
@@ -118,7 +118,7 @@

-
+
@@ -126,7 +126,7 @@

-
+
@@ -134,7 +134,7 @@

-
+
@@ -154,9 +154,9 @@

No Transition

-
-
-
+
+
+
@@ -164,7 +164,7 @@

-
+
@@ -172,7 +172,7 @@

-
+
@@ -180,7 +180,7 @@

-
+
@@ -188,7 +188,7 @@

-
+
@@ -207,9 +207,9 @@

Transition runs in noticeable speed

-
-
-
+
+
+
@@ -217,7 +217,7 @@

-
+
@@ -225,7 +225,7 @@

-
+
@@ -233,7 +233,7 @@

-
+
@@ -241,7 +241,7 @@

-
+
@@ -260,9 +260,9 @@

Transition runs very slow

-
-
-
+
+
+
@@ -270,7 +270,7 @@

-
+
@@ -278,7 +278,7 @@

-
+
@@ -286,7 +286,7 @@

-
+
@@ -294,7 +294,7 @@

-
+
@@ -312,9 +312,9 @@

Markup -
<div class="rating  value-3 [modifier class]">
- <div class="star-container">
-     <div class="star">
+            
<div class="bp-rating  value-3 [modifier class]">
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -322,7 +322,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -330,7 +330,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -338,7 +338,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -346,7 +346,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1-9.html b/docs/item-1-1-9.html index 937017e..8dfc320 100644 --- a/docs/item-1-1-9.html +++ b/docs/item-1-1-9.html @@ -100,9 +100,9 @@

-
-
-
+
+
+
@@ -116,7 +116,7 @@

-
+
@@ -130,7 +130,7 @@

-
+
@@ -144,7 +144,7 @@

-
+
@@ -158,7 +158,7 @@

-
+
@@ -184,9 +184,9 @@

Star-Characters from default browser font

-
-
-
+
+
+
@@ -200,7 +200,7 @@

-
+
@@ -214,7 +214,7 @@

-
+
@@ -228,7 +228,7 @@

-
+
@@ -242,7 +242,7 @@

-
+
@@ -267,9 +267,9 @@

Star-Characters from icon-fonts like fontawesome and others

-
-
-
+
+
+
@@ -283,7 +283,7 @@

-
+
@@ -297,7 +297,7 @@

-
+
@@ -311,7 +311,7 @@

-
+
@@ -325,7 +325,7 @@

-
+
@@ -350,9 +350,9 @@

Star-Vectors form the shipped svg images

-
-
-
+
+
+
@@ -366,7 +366,7 @@

-
+
@@ -380,7 +380,7 @@

-
+
@@ -394,7 +394,7 @@

-
+
@@ -408,7 +408,7 @@

-
+
@@ -432,9 +432,9 @@

Markup -
  <div class="rating  value-3 half [modifier class]">
- <div class="star-container">
-     <div class="star">
+            
  <div class="bp-rating  value-3 half [modifier class]">
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -448,7 +448,7 @@ 

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -462,7 +462,7 @@

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -476,7 +476,7 @@

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -490,7 +490,7 @@

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-1.html b/docs/item-1-1.html index 1773178..9af2d7c 100644 --- a/docs/item-1-1.html +++ b/docs/item-1-1.html @@ -108,10 +108,10 @@

-
-
3.5
-
-
+
+
3.5
+
+
@@ -122,7 +122,7 @@

-
+
@@ -133,7 +133,7 @@

-
+
@@ -144,7 +144,7 @@

-
+
@@ -155,7 +155,7 @@

-
+
@@ -177,10 +177,10 @@

Markup -
   <div class="rating large direction-rtl value-3 half color-negative label-top">
-    <div class="label-value">3.5</div>
-    <div class="star-container">
-        <div class="star">
+            
   <div class="bp-rating large direction-rtl value-3 half color-negative label-top">
+    <div class="bp-label-value">3.5</div>
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -191,7 +191,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -202,7 +202,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -213,7 +213,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -224,7 +224,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-2-1-1-3-1.html b/docs/item-1-2-1-1-3-1.html index 35f753d..90ad64b 100644 --- a/docs/item-1-2-1-1-3-1.html +++ b/docs/item-1-2-1-1-3-1.html @@ -100,7 +100,7 @@

-
+
@@ -113,7 +113,7 @@
font-awesome star-icon
-
+
@@ -125,7 +125,7 @@
bootstrap star-icon
-
+
@@ -137,7 +137,7 @@
ionicons star-icon
-
+
@@ -148,7 +148,7 @@
Markup -
<div class="star half custom-icon">
+            
<div class="bp-star half custom-icon">
   <i class="star-half [modifier class]"></i>
 </div>
diff --git a/docs/item-1-2-1-1-3.html b/docs/item-1-2-1-1-3.html index 02c3835..3d49f2c 100644 --- a/docs/item-1-2-1-1-3.html +++ b/docs/item-1-2-1-1-3.html @@ -100,7 +100,7 @@
-
+
@@ -114,7 +114,7 @@
-
+
@@ -128,7 +128,7 @@
-
+
@@ -152,7 +152,7 @@
Stars svg icon is used
-
+
@@ -166,7 +166,7 @@
-
+
@@ -180,7 +180,7 @@
-
+
@@ -203,7 +203,7 @@
Stars character icon is used
-
+
@@ -217,7 +217,7 @@
-
+
@@ -231,7 +231,7 @@
-
+
@@ -254,7 +254,7 @@
Stars character icon is used
-
+
@@ -268,7 +268,7 @@
-
+
@@ -282,7 +282,7 @@
-
+
@@ -304,7 +304,7 @@
Markup -
<div class="star empty [modifier class]">
+            
<div class="bp-star empty [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -318,7 +318,7 @@ 
<i class="star-half fa fa-star-half-o"></i> <i class="star-filled fa fa-star"></i> </div> -<div class="star half [modifier class]"> +<div class="bp-star half [modifier class]"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -332,7 +332,7 @@
<i class="star-half fa fa-star-half-o"></i> <i class="star-filled fa fa-star"></i> </div> -<div class="star filled [modifier class]"> +<div class="bp-star filled [modifier class]"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-2-1-1.html b/docs/item-1-2-1-1.html index 005afb3..edba029 100644 --- a/docs/item-1-2-1-1.html +++ b/docs/item-1-2-1-1.html @@ -100,7 +100,7 @@

-
+
@@ -121,7 +121,7 @@

displays the star element as empty

-
+
@@ -141,7 +141,7 @@

displays the star element as half filled

-
+
@@ -161,7 +161,7 @@

displays the star element as filled

-
+
@@ -180,7 +180,7 @@

Markup -
<div class="star [modifier class]">
+            
<div class="bp-star [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
diff --git a/docs/item-1-2-1-2.html b/docs/item-1-2-1-2.html
index a273df5..cb44d8a 100644
--- a/docs/item-1-2-1-2.html
+++ b/docs/item-1-2-1-2.html
@@ -100,7 +100,7 @@ 

-
+
@@ -114,7 +114,7 @@

-
+
@@ -128,7 +128,7 @@

-
+
@@ -143,7 +143,7 @@

Stars is colored positive

-
+
@@ -157,7 +157,7 @@

-
+
@@ -171,7 +171,7 @@

-
+
@@ -185,7 +185,7 @@

Stars is colored ok

-
+
@@ -199,7 +199,7 @@

-
+
@@ -213,7 +213,7 @@

-
+
@@ -227,7 +227,7 @@

Stars is colored negative

-
+
@@ -241,7 +241,7 @@

-
+
@@ -255,7 +255,7 @@

-
+
@@ -268,7 +268,7 @@

Markup -
<div class="star filled svg [modifier class]">
+            
<div class="bp-star filled svg [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -282,7 +282,7 @@ 

<i class="star-half "></i> <i class="star-filled "></i> </div> -<div class="star filled icon [modifier class]"> +<div class="bp-star filled icon [modifier class]"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -296,7 +296,7 @@

<i class="star-half "></i> <i class="star-filled "></i> </div> -<div class="star filled custom-icon [modifier class]"> +<div class="bp-star filled custom-icon [modifier class]"> <i class="star-empty fa fa-star-o"></i> <i class="star-half fa fa-star-half-o"></i> <i class="star-filled fa fa-star"></i> diff --git a/docs/item-1-2-1-3.html b/docs/item-1-2-1-3.html index 8dad211..ac92ad4 100644 --- a/docs/item-1-2-1-3.html +++ b/docs/item-1-2-1-3.html @@ -100,7 +100,7 @@

-
+
@@ -121,7 +121,7 @@

displays star in small size

-
+
@@ -141,7 +141,7 @@

displays star in medium size

-
+
@@ -161,7 +161,7 @@

displays star in large size

-
+
@@ -180,7 +180,7 @@

Markup -
<div class="star [modifier class]">
+            
<div class="bp-star [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
diff --git a/docs/item-1-2-1-4.html b/docs/item-1-2-1-4.html
index 0d693aa..fdc72b5 100644
--- a/docs/item-1-2-1-4.html
+++ b/docs/item-1-2-1-4.html
@@ -100,7 +100,7 @@ 

-
+
@@ -121,7 +121,7 @@

displays star in disabled state

-
+
@@ -140,7 +140,7 @@

Markup -
<div class="star half positive [modifier class]">
+            
<div class="bp-star half positive [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
diff --git a/docs/item-1-2-1-5.html b/docs/item-1-2-1-5.html
index 409509d..9b15b73 100644
--- a/docs/item-1-2-1-5.html
+++ b/docs/item-1-2-1-5.html
@@ -101,7 +101,7 @@ 

-
+
@@ -121,7 +121,7 @@

Markup -
<div class="star half ">
+            
<div class="bp-star half ">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
diff --git a/docs/item-1-2-1.html b/docs/item-1-2-1.html
index 5827139..882a85e 100644
--- a/docs/item-1-2-1.html
+++ b/docs/item-1-2-1.html
@@ -97,7 +97,7 @@ 

-
+
@@ -111,7 +111,7 @@

Markup -
<div class="star icon filled positive large">
+            
<div class="bp-star icon filled positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
diff --git a/docs/item-1-2-2-1.html b/docs/item-1-2-2-1.html
index 2d3b10b..6f65613 100644
--- a/docs/item-1-2-2-1.html
+++ b/docs/item-1-2-2-1.html
@@ -100,8 +100,8 @@ 

-
-
+
+
@@ -112,7 +112,7 @@

-
+
@@ -123,7 +123,7 @@

-
+
@@ -145,8 +145,8 @@

displays star in right to left direction.

-
-
+
+
@@ -157,7 +157,7 @@

-
+
@@ -168,7 +168,7 @@

-
+
@@ -189,8 +189,8 @@

displays star in left to right direction.

-
-
+
+
@@ -201,7 +201,7 @@

-
+
@@ -212,7 +212,7 @@

-
+
@@ -232,8 +232,8 @@

Markup -
<div class="star-container [modifier class]">
-  <div class="star filled positive large">
+            
<div class="bp-star-container [modifier class]">
+  <div class="bp-star filled positive large">
      <svg class="star-empty">
         <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
     </svg>
@@ -244,7 +244,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star half positive large"> + <div class="bp-star half positive large"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -255,7 +255,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star empty positive large"> + <div class="bp-star empty positive large"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> diff --git a/docs/item-1-2-2-4.html b/docs/item-1-2-2-4.html index 64a6237..29b80af 100644 --- a/docs/item-1-2-2-4.html +++ b/docs/item-1-2-2-4.html @@ -100,18 +100,18 @@

-
-
+
+
-
+
-
+
@@ -127,18 +127,18 @@

stars take all available space to position. Space is only between the stars.

-
-
+
+
-
+
-
+
@@ -153,18 +153,18 @@

stars take all available space to position. Space is only around the stars.

-
-
+
+
-
+
-
+
@@ -178,18 +178,18 @@

Markup -
<div class="star-container [modifier class]">
-<div class="star icon filled positive large">
+            
<div class="bp-star-container [modifier class]">
+<div class="bp-star icon filled positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
 </div>
-<div class="star icon half positive large">
+<div class="bp-star icon half positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
 </div>
-<div class="star icon empty positive large">
+<div class="bp-star icon empty positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
diff --git a/docs/item-1-2-2.html b/docs/item-1-2-2.html
index 74e25e6..e273f62 100644
--- a/docs/item-1-2-2.html
+++ b/docs/item-1-2-2.html
@@ -97,18 +97,18 @@ 

-
-
+
+
-
+
-
+
@@ -123,18 +123,18 @@

Markup -
<div class="star-container">
-  <div class="star icon filled positive large">
+            
<div class="bp-star-container">
+  <div class="bp-star icon filled positive large">
     <i class="star-empty"></i>
     <i class="star-half"></i>
     <i class="star-filled"></i>
   </div>
-  <div class="star icon half positive large">
+  <div class="bp-star icon half positive large">
     <i class="star-empty"></i>
     <i class="star-half"></i>
     <i class="star-filled"></i>
   </div>
-  <div class="star icon empty positive large">
+  <div class="bp-star icon empty positive large">
     <i class="star-empty"></i>
     <i class="star-half"></i>
     <i class="star-filled"></i>
diff --git a/docs/item-1-2-3-1.html b/docs/item-1-2-3-1.html
index 76c4294..741282a 100644
--- a/docs/item-1-2-3-1.html
+++ b/docs/item-1-2-3-1.html
@@ -100,7 +100,7 @@ 

-
3.5
+
3.5
@@ -111,7 +111,7 @@

displays star in small size

-
3.5
+
3.5
@@ -121,7 +121,7 @@

displays star in medium size

-
3.5
+
3.5
@@ -131,7 +131,7 @@

displays star in large size

-
3.5
+
3.5
@@ -140,7 +140,7 @@

Markup -
<div class="label-value [modifier class]">3.5</div>
+
<div class="bp-label-value [modifier class]">3.5</div>
diff --git a/docs/item-1-2-3-2.html b/docs/item-1-2-3-2.html index 5c9a7c2..040b2d4 100644 --- a/docs/item-1-2-3-2.html +++ b/docs/item-1-2-3-2.html @@ -100,7 +100,7 @@

-
3.5
+
3.5
@@ -111,7 +111,7 @@

displays label in disabled state

-
3.5
+
3.5
@@ -120,7 +120,7 @@

Markup -
<div class="label-value [modifier class]">3.5</div>
+
<div class="bp-label-value [modifier class]">3.5</div>
diff --git a/docs/item-1-2-3.html b/docs/item-1-2-3.html index ff94668..073da43 100644 --- a/docs/item-1-2-3.html +++ b/docs/item-1-2-3.html @@ -97,7 +97,7 @@

-
3.5
+
3.5
@@ -107,7 +107,7 @@

Markup -
<div class="label-value">3.5</div>
+
<div class="bp-label-value">3.5</div>
diff --git a/docs/item-1-2.html b/docs/item-1-2.html index 8cb5f45..c289278 100644 --- a/docs/item-1-2.html +++ b/docs/item-1-2.html @@ -111,7 +111,7 @@

Star: -
+
@@ -123,25 +123,25 @@

Star Container: -
-
+
+
-
+
-
+
Label: -
good
+
good
@@ -152,7 +152,7 @@

Markup
<b>Star:</b>
-<div class="star half large positive direction-ltr">
+<div class="bp-star half large positive direction-ltr">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -164,25 +164,25 @@ 

</svg> </div> <b>Star Container:</b> -<div class="star-container direction-rtl"> - <div class="star icon filled positive large"> +<div class="bp-star-container direction-rtl"> + <div class="bp-star icon filled positive large"> <i class="star-empty fa-circle-o"></i> <i class="star-half fa fa-check-circle-o"></i> <i class="star-filled fa fa-check-circle"></i> </div> - <div class="star icon filled positive large"> + <div class="bp-star icon filled positive large"> <i class="star-empty fa-circle-o"></i> <i class="star-half fa fa-check-circle-o"></i> <i class="star-filled fa fa-check-circle"></i> </div> - <div class="star icon empty positive large"> + <div class="bp-star icon empty positive large"> <i class="star-empty fa-circle-o"></i> <i class="star-half fa fa-check-circle-o"></i> <i class="star-filled fa fa-check-circle"></i> </div> </div> <b>Label:</b> -<div class="label-value ">good</div>

+<div class="bp-label-value ">good</div>

diff --git a/docs/item-1-3-1.html b/docs/item-1-3-1.html index 1e2f30e..c168388 100644 --- a/docs/item-1-3-1.html +++ b/docs/item-1-3-1.html @@ -97,21 +97,21 @@

-
+
-
+
-
+
@@ -127,21 +127,21 @@

Markup -
<div class="star icon show-all">
+            
<div class="bp-star icon show-all">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
   <i class="star-empty fa fa-star-o"></i>
   <i class="star-empty"></i>
 </div>
-<div class="star star-half show-all">
+<div class="bp-star star-half show-all">
   <svg class="star-half">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-half"></use>
   </svg>
   <i class="star-half fa fa-star-half-o"></i>
   <i class="star-half"></i>
 </div>
-<div class="star star-filled show-all">
+<div class="bp-star star-filled show-all">
   <svg class="star-filled">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use>
   </svg>
diff --git a/docs/item-1-3.html b/docs/item-1-3.html
index 7bfa97b..e9a9a04 100644
--- a/docs/item-1-3.html
+++ b/docs/item-1-3.html
@@ -106,10 +106,10 @@ 

-
-
,57
-
-
+
+
,57
+
+
@@ -125,10 +125,10 @@

Markup -
   <div ng-init="data.rating=3" class="rating value- half " >
-   <div class="label-value">,57</div>
-    <div class="star-container">
-      <div class="star custom-icon" ng-repeat="i in [1,2,3,4,5] track by $index"  ng-click="data.rating = $index">
+            
   <div ng-init="data.rating=3" class="bp-rating value- half " >
+   <div class="bp-label-value">,57</div>
+    <div class="bp-star-container">
+      <div class="bp-star custom-icon" ng-repeat="i in [1,2,3,4,5] track by $index"  ng-clibp-ck="data.rating = $index">
         <i class="star-empty fa fa-star-o"></i>
         <i class="star-half fa fa-star-half-o"></i>
         <i class="star-filled fa fa-star"></i>
diff --git a/docs/section-1.html b/docs/section-1.html
index 54aacc9..228e8e0 100644
--- a/docs/section-1.html
+++ b/docs/section-1.html
@@ -278,10 +278,10 @@ 

-
-
3.5
-
-
+
+
3.5
+
+
@@ -292,7 +292,7 @@

-
+
@@ -303,7 +303,7 @@

-
+
@@ -314,7 +314,7 @@

-
+
@@ -325,7 +325,7 @@

-
+
@@ -347,10 +347,10 @@

Markup -
   <div class="rating large direction-rtl value-3 half color-negative label-top">
-    <div class="label-value">3.5</div>
-    <div class="star-container">
-        <div class="star">
+            
   <div class="bp-rating large direction-rtl value-3 half color-negative label-top">
+    <div class="bp-label-value">3.5</div>
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -361,7 +361,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -372,7 +372,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -383,7 +383,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -394,7 +394,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -498,9 +498,9 @@

-
-
-
+
+
+
@@ -511,7 +511,7 @@

-
+
@@ -522,7 +522,7 @@

-
+
@@ -533,7 +533,7 @@

-
+
@@ -544,7 +544,7 @@

-
+
@@ -567,9 +567,9 @@

0 rating

-
-
-
+
+
+
@@ -580,7 +580,7 @@

-
+
@@ -591,7 +591,7 @@

-
+
@@ -602,7 +602,7 @@

-
+
@@ -613,7 +613,7 @@

-
+
@@ -635,9 +635,9 @@

1 rating

-
-
-
+
+
+
@@ -648,7 +648,7 @@

-
+
@@ -659,7 +659,7 @@

-
+
@@ -670,7 +670,7 @@

-
+
@@ -681,7 +681,7 @@

-
+
@@ -703,9 +703,9 @@

2 rating

-
-
-
+
+
+
@@ -716,7 +716,7 @@

-
+
@@ -727,7 +727,7 @@

-
+
@@ -738,7 +738,7 @@

-
+
@@ -749,7 +749,7 @@

-
+
@@ -771,9 +771,9 @@

3 rating

-
-
-
+
+
+
@@ -784,7 +784,7 @@

-
+
@@ -795,7 +795,7 @@

-
+
@@ -806,7 +806,7 @@

-
+
@@ -817,7 +817,7 @@

-
+
@@ -839,9 +839,9 @@

4 rating

-
-
-
+
+
+
@@ -852,7 +852,7 @@

-
+
@@ -863,7 +863,7 @@

-
+
@@ -874,7 +874,7 @@

-
+
@@ -885,7 +885,7 @@

-
+
@@ -907,9 +907,9 @@

5 rating

-
-
-
+
+
+
@@ -920,7 +920,7 @@

-
+
@@ -931,7 +931,7 @@

-
+
@@ -942,7 +942,7 @@

-
+
@@ -953,7 +953,7 @@

-
+
@@ -974,9 +974,9 @@

Markup -
<div class="rating [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -987,7 +987,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -998,7 +998,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1009,7 +1009,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1020,7 +1020,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1124,9 +1124,9 @@

-
-
-
+
+
+
@@ -1137,7 +1137,7 @@

-
+
@@ -1148,7 +1148,7 @@

-
+
@@ -1159,7 +1159,7 @@

-
+
@@ -1170,7 +1170,7 @@

-
+
@@ -1183,9 +1183,9 @@

-
-
-
+
+
+
@@ -1196,7 +1196,7 @@

-
+
@@ -1207,7 +1207,7 @@

-
+
@@ -1218,7 +1218,7 @@

-
+
@@ -1229,7 +1229,7 @@

-
+
@@ -1242,9 +1242,9 @@

-
-
-
+
+
+
@@ -1255,7 +1255,7 @@

-
+
@@ -1266,7 +1266,7 @@

-
+
@@ -1277,7 +1277,7 @@

-
+
@@ -1288,7 +1288,7 @@

-
+
@@ -1301,9 +1301,9 @@

-
-
-
+
+
+
@@ -1314,7 +1314,7 @@

-
+
@@ -1325,7 +1325,7 @@

-
+
@@ -1336,7 +1336,7 @@

-
+
@@ -1346,7 +1346,7 @@

-

+
@@ -1359,9 +1359,9 @@

-
-
-
+
+
+
@@ -1372,7 +1372,7 @@

-
+
@@ -1383,7 +1383,7 @@

-
+
@@ -1394,7 +1394,7 @@

-
+
@@ -1405,7 +1405,7 @@

-
+
@@ -1418,9 +1418,9 @@

-
-
-
+
+
+
@@ -1431,7 +1431,7 @@

-
+
@@ -1442,7 +1442,7 @@

-
+
@@ -1453,7 +1453,7 @@

-
+
@@ -1464,7 +1464,7 @@

-
+
@@ -1477,9 +1477,9 @@

-
-
-
+
+
+
@@ -1490,7 +1490,7 @@

-
+
@@ -1501,7 +1501,7 @@

-
+
@@ -1512,7 +1512,7 @@

-
+
@@ -1523,7 +1523,7 @@

-
+
@@ -1546,9 +1546,9 @@

rating with half stars on the end

-
-
-
+
+
+
@@ -1559,7 +1559,7 @@

-
+
@@ -1570,7 +1570,7 @@

-
+
@@ -1581,7 +1581,7 @@

-
+
@@ -1592,7 +1592,7 @@

-
+
@@ -1605,9 +1605,9 @@

-
-
-
+
+
+
@@ -1618,7 +1618,7 @@

-
+
@@ -1629,7 +1629,7 @@

-
+
@@ -1640,7 +1640,7 @@

-
+
@@ -1651,7 +1651,7 @@

-
+
@@ -1664,9 +1664,9 @@

-
-
-
+
+
+
@@ -1677,7 +1677,7 @@

-
+
@@ -1688,7 +1688,7 @@

-
+
@@ -1699,7 +1699,7 @@

-
+
@@ -1710,7 +1710,7 @@

-
+
@@ -1723,9 +1723,9 @@

-
-
-
+
+
+
@@ -1736,7 +1736,7 @@

-
+
@@ -1747,7 +1747,7 @@

-
+
@@ -1758,7 +1758,7 @@

-
+
@@ -1768,7 +1768,7 @@

-

+
@@ -1781,9 +1781,9 @@

-
-
-
+
+
+
@@ -1794,7 +1794,7 @@

-
+
@@ -1805,7 +1805,7 @@

-
+
@@ -1816,7 +1816,7 @@

-
+
@@ -1827,7 +1827,7 @@

-
+
@@ -1840,9 +1840,9 @@

-
-
-
+
+
+
@@ -1853,7 +1853,7 @@

-
+
@@ -1864,7 +1864,7 @@

-
+
@@ -1875,7 +1875,7 @@

-
+
@@ -1886,7 +1886,7 @@

-
+
@@ -1899,9 +1899,9 @@

-
-
-
+
+
+
@@ -1912,7 +1912,7 @@

-
+
@@ -1923,7 +1923,7 @@

-
+
@@ -1934,7 +1934,7 @@

-
+
@@ -1945,7 +1945,7 @@

-
+
@@ -1966,9 +1966,9 @@

Markup -
<div class="rating [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -1979,7 +1979,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -1990,7 +1990,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2001,7 +2001,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2012,7 +2012,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2025,9 +2025,9 @@

</div> </div> </div> -<div class="rating value-0 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-0 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2038,7 +2038,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2049,7 +2049,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2060,7 +2060,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2071,7 +2071,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2084,9 +2084,9 @@

</div> </div> </div> -<div class="rating value-1 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-1 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2097,7 +2097,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2108,7 +2108,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2119,7 +2119,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2130,7 +2130,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2143,9 +2143,9 @@

</div> </div> </div> -<div class="rating value-2 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-2 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2156,7 +2156,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2167,7 +2167,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2178,7 +2178,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2188,7 +2188,7 @@

<svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> - </div><div class="star"> + </div><div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2201,9 +2201,9 @@

</div> </div> </div> -<div class="rating value-3 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-3 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2214,7 +2214,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2225,7 +2225,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2236,7 +2236,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2247,7 +2247,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2260,9 +2260,9 @@

</div> </div> </div> -<div class="rating value-4 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-4 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2273,7 +2273,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2284,7 +2284,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2295,7 +2295,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2306,7 +2306,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2319,9 +2319,9 @@

</div> </div> </div> -<div class="rating value-5 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-5 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2332,7 +2332,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2343,7 +2343,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2354,7 +2354,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2365,7 +2365,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -2469,9 +2469,9 @@

-
-
-
+
+
+
@@ -2482,7 +2482,7 @@

-
+
@@ -2493,7 +2493,7 @@

-
+
@@ -2504,7 +2504,7 @@

-
+
@@ -2515,7 +2515,7 @@

-
+
@@ -2538,9 +2538,9 @@

hover over no star

-
-
-
+
+
+
@@ -2551,7 +2551,7 @@

-
+
@@ -2562,7 +2562,7 @@

-
+
@@ -2573,7 +2573,7 @@

-
+
@@ -2584,7 +2584,7 @@

-
+
@@ -2606,9 +2606,9 @@

hover over 1st star

-
-
-
+
+
+
@@ -2619,7 +2619,7 @@

-
+
@@ -2630,7 +2630,7 @@

-
+
@@ -2641,7 +2641,7 @@

-
+
@@ -2652,7 +2652,7 @@

-
+
@@ -2674,9 +2674,9 @@

hover over 2nd star

-
-
-
+
+
+
@@ -2687,7 +2687,7 @@

-
+
@@ -2698,7 +2698,7 @@

-
+
@@ -2709,7 +2709,7 @@

-
+
@@ -2720,7 +2720,7 @@

-
+
@@ -2742,9 +2742,9 @@

hover over 3rd star

-
-
-
+
+
+
@@ -2755,7 +2755,7 @@

-
+
@@ -2766,7 +2766,7 @@

-
+
@@ -2777,7 +2777,7 @@

-
+
@@ -2788,7 +2788,7 @@

-
+
@@ -2810,9 +2810,9 @@

hover over 4th star

-
-
-
+
+
+
@@ -2823,7 +2823,7 @@

-
+
@@ -2834,7 +2834,7 @@

-
+
@@ -2845,7 +2845,7 @@

-
+
@@ -2856,7 +2856,7 @@

-
+
@@ -2878,9 +2878,9 @@

hover over 5th star

-
-
-
+
+
+
@@ -2891,7 +2891,7 @@

-
+
@@ -2902,7 +2902,7 @@

-
+
@@ -2913,7 +2913,7 @@

-
+
@@ -2924,7 +2924,7 @@

-
+
@@ -2945,9 +2945,9 @@

Markup -
<div class="rating value-2 half hover [modifier class]">
-  <div class="star-container">
-      <div class="star">
+            
<div class="bp-rating value-2 half hover [modifier class]">
+  <div class="bp-star-container">
+      <div class="bp-star">
            <svg class="star-filled">
               <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use>
           </svg>
@@ -2958,7 +2958,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> @@ -2969,7 +2969,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> @@ -2980,7 +2980,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> @@ -2991,7 +2991,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> @@ -3095,9 +3095,9 @@

-
-
-
+
+
+
@@ -3105,7 +3105,7 @@

-
+
@@ -3113,14 +3113,14 @@

-
+
-
+
@@ -3128,7 +3128,7 @@

-
+
@@ -3136,7 +3136,7 @@

-
+
@@ -3156,9 +3156,9 @@

Small size

-
-
-
+
+
+
@@ -3166,7 +3166,7 @@

-
+
@@ -3174,14 +3174,14 @@

-
+
-
+
@@ -3189,7 +3189,7 @@

-
+
@@ -3197,7 +3197,7 @@

-
+
@@ -3216,9 +3216,9 @@

Medium size

-
-
-
+
+
+
@@ -3226,7 +3226,7 @@

-
+
@@ -3234,14 +3234,14 @@

-
+
-
+
@@ -3249,7 +3249,7 @@

-
+
@@ -3257,7 +3257,7 @@

-
+
@@ -3276,9 +3276,9 @@

Large size

-
-
-
+
+
+
@@ -3286,7 +3286,7 @@

-
+
@@ -3294,14 +3294,14 @@

-
+
-
+
@@ -3309,7 +3309,7 @@

-
+
@@ -3317,7 +3317,7 @@

-
+
@@ -3335,9 +3335,9 @@

Markup -
<div class="rating value-4 [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating value-4 [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -3345,7 +3345,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3353,14 +3353,14 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> <svg class="star-filled"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> - </div><div class="star"> + </div><div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3368,7 +3368,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3376,7 +3376,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3476,9 +3476,9 @@

-
-
-
+
+
+
@@ -3486,7 +3486,7 @@

-
+
@@ -3494,7 +3494,7 @@

-
+
@@ -3502,7 +3502,7 @@

-
+
@@ -3510,7 +3510,7 @@

-
+
@@ -3530,9 +3530,9 @@

stars take all available space to position. Space is only between the stars.

-
-
-
+
+
+
@@ -3540,7 +3540,7 @@

-
+
@@ -3548,7 +3548,7 @@

-
+
@@ -3556,7 +3556,7 @@

-
+
@@ -3564,7 +3564,7 @@

-
+
@@ -3583,9 +3583,9 @@

stars take all available space to position. Space is only around the stars.

-
-
-
+
+
+
@@ -3593,7 +3593,7 @@

-
+
@@ -3601,7 +3601,7 @@

-
+
@@ -3609,7 +3609,7 @@

-
+
@@ -3617,7 +3617,7 @@

-
+
@@ -3635,9 +3635,9 @@

Markup -
<div class="rating value-4 [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating value-4 [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -3645,7 +3645,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3653,7 +3653,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3661,7 +3661,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3669,7 +3669,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -3769,9 +3769,9 @@

-
-
-
+
+
+
@@ -3782,7 +3782,7 @@

-
+
@@ -3793,7 +3793,7 @@

-
+
@@ -3804,7 +3804,7 @@

-
+
@@ -3815,7 +3815,7 @@

-
+
@@ -3828,9 +3828,9 @@

-
-
-
+
+
+
@@ -3841,7 +3841,7 @@

-
+
@@ -3852,7 +3852,7 @@

-
+
@@ -3863,7 +3863,7 @@

-
+
@@ -3874,7 +3874,7 @@

-
+
@@ -3887,9 +3887,9 @@

-
-
-
+
+
+
@@ -3900,7 +3900,7 @@

-
+
@@ -3911,7 +3911,7 @@

-
+
@@ -3922,7 +3922,7 @@

-
+
@@ -3933,7 +3933,7 @@

-
+
@@ -3946,9 +3946,9 @@

-
-
-
+
+
+
@@ -3959,7 +3959,7 @@

-
+
@@ -3970,7 +3970,7 @@

-
+
@@ -3981,7 +3981,7 @@

-
+
@@ -3992,7 +3992,7 @@

-
+
@@ -4005,9 +4005,9 @@

-
-
-
+
+
+
@@ -4018,7 +4018,7 @@

-
+
@@ -4029,7 +4029,7 @@

-
+
@@ -4040,7 +4040,7 @@

-
+
@@ -4051,7 +4051,7 @@

-
+
@@ -4064,9 +4064,9 @@

-
-
-
+
+
+
@@ -4077,7 +4077,7 @@

-
+
@@ -4088,7 +4088,7 @@

-
+
@@ -4099,7 +4099,7 @@

-
+
@@ -4110,7 +4110,7 @@

-
+
@@ -4123,9 +4123,9 @@

-
-
-
+
+
+
@@ -4136,7 +4136,7 @@

-
+
@@ -4147,7 +4147,7 @@

-
+
@@ -4158,7 +4158,7 @@

-
+
@@ -4169,7 +4169,7 @@

-
+
@@ -4192,9 +4192,9 @@

Stars are always colored default

-
-
-
+
+
+
@@ -4205,7 +4205,7 @@

-
+
@@ -4216,7 +4216,7 @@

-
+
@@ -4227,7 +4227,7 @@

-
+
@@ -4238,7 +4238,7 @@

-
+
@@ -4251,9 +4251,9 @@

-
-
-
+
+
+
@@ -4264,7 +4264,7 @@

-
+
@@ -4275,7 +4275,7 @@

-
+
@@ -4286,7 +4286,7 @@

-
+
@@ -4297,7 +4297,7 @@

-
+
@@ -4310,9 +4310,9 @@

-
-
-
+
+
+
@@ -4323,7 +4323,7 @@

-
+
@@ -4334,7 +4334,7 @@

-
+
@@ -4345,7 +4345,7 @@

-
+
@@ -4356,7 +4356,7 @@

-
+
@@ -4369,9 +4369,9 @@

-
-
-
+
+
+
@@ -4382,7 +4382,7 @@

-
+
@@ -4393,7 +4393,7 @@

-
+
@@ -4404,7 +4404,7 @@

-
+
@@ -4415,7 +4415,7 @@

-
+
@@ -4428,9 +4428,9 @@

-
-
-
+
+
+
@@ -4441,7 +4441,7 @@

-
+
@@ -4452,7 +4452,7 @@

-
+
@@ -4463,7 +4463,7 @@

-
+
@@ -4474,7 +4474,7 @@

-
+
@@ -4487,9 +4487,9 @@

-
-
-
+
+
+
@@ -4500,7 +4500,7 @@

-
+
@@ -4511,7 +4511,7 @@

-
+
@@ -4522,7 +4522,7 @@

-
+
@@ -4533,7 +4533,7 @@

-
+
@@ -4546,9 +4546,9 @@

-
-
-
+
+
+
@@ -4559,7 +4559,7 @@

-
+
@@ -4570,7 +4570,7 @@

-
+
@@ -4581,7 +4581,7 @@

-
+
@@ -4592,7 +4592,7 @@

-
+
@@ -4614,9 +4614,9 @@

Stars are always colored positive

-
-
-
+
+
+
@@ -4627,7 +4627,7 @@

-
+
@@ -4638,7 +4638,7 @@

-
+
@@ -4649,7 +4649,7 @@

-
+
@@ -4660,7 +4660,7 @@

-
+
@@ -4673,9 +4673,9 @@

-
-
-
+
+
+
@@ -4686,7 +4686,7 @@

-
+
@@ -4697,7 +4697,7 @@

-
+
@@ -4708,7 +4708,7 @@

-
+
@@ -4719,7 +4719,7 @@

-
+
@@ -4732,9 +4732,9 @@

-
-
-
+
+
+
@@ -4745,7 +4745,7 @@

-
+
@@ -4756,7 +4756,7 @@

-
+
@@ -4767,7 +4767,7 @@

-
+
@@ -4778,7 +4778,7 @@

-
+
@@ -4791,9 +4791,9 @@

-
-
-
+
+
+
@@ -4804,7 +4804,7 @@

-
+
@@ -4815,7 +4815,7 @@

-
+
@@ -4826,7 +4826,7 @@

-
+
@@ -4837,7 +4837,7 @@

-
+
@@ -4850,9 +4850,9 @@

-
-
-
+
+
+
@@ -4863,7 +4863,7 @@

-
+
@@ -4874,7 +4874,7 @@

-
+
@@ -4885,7 +4885,7 @@

-
+
@@ -4896,7 +4896,7 @@

-
+
@@ -4909,9 +4909,9 @@

-
-
-
+
+
+
@@ -4922,7 +4922,7 @@

-
+
@@ -4933,7 +4933,7 @@

-
+
@@ -4944,7 +4944,7 @@

-
+
@@ -4955,7 +4955,7 @@

-
+
@@ -4968,9 +4968,9 @@

-
-
-
+
+
+
@@ -4981,7 +4981,7 @@

-
+
@@ -4992,7 +4992,7 @@

-
+
@@ -5003,7 +5003,7 @@

-
+
@@ -5014,7 +5014,7 @@

-
+
@@ -5036,9 +5036,9 @@

Stars are always colored ok

-
-
-
+
+
+
@@ -5049,7 +5049,7 @@

-
+
@@ -5060,7 +5060,7 @@

-
+
@@ -5071,7 +5071,7 @@

-
+
@@ -5082,7 +5082,7 @@

-
+
@@ -5095,9 +5095,9 @@

-
-
-
+
+
+
@@ -5108,7 +5108,7 @@

-
+
@@ -5119,7 +5119,7 @@

-
+
@@ -5130,7 +5130,7 @@

-
+
@@ -5141,7 +5141,7 @@

-
+
@@ -5154,9 +5154,9 @@

-
-
-
+
+
+
@@ -5167,7 +5167,7 @@

-
+
@@ -5178,7 +5178,7 @@

-
+
@@ -5189,7 +5189,7 @@

-
+
@@ -5200,7 +5200,7 @@

-
+
@@ -5213,9 +5213,9 @@

-
-
-
+
+
+
@@ -5226,7 +5226,7 @@

-
+
@@ -5237,7 +5237,7 @@

-
+
@@ -5248,7 +5248,7 @@

-
+
@@ -5259,7 +5259,7 @@

-
+
@@ -5272,9 +5272,9 @@

-
-
-
+
+
+
@@ -5285,7 +5285,7 @@

-
+
@@ -5296,7 +5296,7 @@

-
+
@@ -5307,7 +5307,7 @@

-
+
@@ -5318,7 +5318,7 @@

-
+
@@ -5331,9 +5331,9 @@

-
-
-
+
+
+
@@ -5344,7 +5344,7 @@

-
+
@@ -5355,7 +5355,7 @@

-
+
@@ -5366,7 +5366,7 @@

-
+
@@ -5377,7 +5377,7 @@

-
+
@@ -5390,9 +5390,9 @@

-
-
-
+
+
+
@@ -5403,7 +5403,7 @@

-
+
@@ -5414,7 +5414,7 @@

-
+
@@ -5425,7 +5425,7 @@

-
+
@@ -5436,7 +5436,7 @@

-
+
@@ -5458,9 +5458,9 @@

Stars are always colored negative

-
-
-
+
+
+
@@ -5471,7 +5471,7 @@

-
+
@@ -5482,7 +5482,7 @@

-
+
@@ -5493,7 +5493,7 @@

-
+
@@ -5504,7 +5504,7 @@

-
+
@@ -5517,9 +5517,9 @@

-
-
-
+
+
+
@@ -5530,7 +5530,7 @@

-
+
@@ -5541,7 +5541,7 @@

-
+
@@ -5552,7 +5552,7 @@

-
+
@@ -5563,7 +5563,7 @@

-
+
@@ -5576,9 +5576,9 @@

-
-
-
+
+
+
@@ -5589,7 +5589,7 @@

-
+
@@ -5600,7 +5600,7 @@

-
+
@@ -5611,7 +5611,7 @@

-
+
@@ -5622,7 +5622,7 @@

-
+
@@ -5635,9 +5635,9 @@

-
-
-
+
+
+
@@ -5648,7 +5648,7 @@

-
+
@@ -5659,7 +5659,7 @@

-
+
@@ -5670,7 +5670,7 @@

-
+
@@ -5681,7 +5681,7 @@

-
+
@@ -5694,9 +5694,9 @@

-
-
-
+
+
+
@@ -5707,7 +5707,7 @@

-
+
@@ -5718,7 +5718,7 @@

-
+
@@ -5729,7 +5729,7 @@

-
+
@@ -5740,7 +5740,7 @@

-
+
@@ -5753,9 +5753,9 @@

-
-
-
+
+
+
@@ -5766,7 +5766,7 @@

-
+
@@ -5777,7 +5777,7 @@

-
+
@@ -5788,7 +5788,7 @@

-
+
@@ -5799,7 +5799,7 @@

-
+
@@ -5812,9 +5812,9 @@

-
-
-
+
+
+
@@ -5825,7 +5825,7 @@

-
+
@@ -5836,7 +5836,7 @@

-
+
@@ -5847,7 +5847,7 @@

-
+
@@ -5858,7 +5858,7 @@

-
+
@@ -5879,9 +5879,9 @@

Markup -
<div class="rating [modifier class]">
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating [modifier class]">
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -5892,7 +5892,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5903,7 +5903,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5914,7 +5914,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5925,7 +5925,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5938,9 +5938,9 @@

</div> </div> </div> -<div class="rating half value-0 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-0 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5951,7 +5951,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5962,7 +5962,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5973,7 +5973,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5984,7 +5984,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -5997,9 +5997,9 @@

</div> </div> </div> -<div class="rating value-1 half [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-1 half [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6010,7 +6010,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6021,7 +6021,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6032,7 +6032,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6043,7 +6043,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6056,9 +6056,9 @@

</div> </div> </div> -<div class="rating half value-2 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-2 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6069,7 +6069,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6080,7 +6080,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6091,7 +6091,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6102,7 +6102,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6115,9 +6115,9 @@

</div> </div> </div> -<div class="rating half value-3 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-3 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6128,7 +6128,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6139,7 +6139,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6150,7 +6150,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6161,7 +6161,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6174,9 +6174,9 @@

</div> </div> </div> -<div class="rating half value-4 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating half value-4 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6187,7 +6187,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6198,7 +6198,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6209,7 +6209,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6220,7 +6220,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6233,9 +6233,9 @@

</div> </div> </div> -<div class="rating value-5 [modifier class]"> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-5 [modifier class]"> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6246,7 +6246,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6257,7 +6257,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6268,7 +6268,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6279,7 +6279,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -6382,10 +6382,10 @@

-
-
0
-
-
+
+
0
+
+
@@ -6393,7 +6393,7 @@

-
+
@@ -6401,7 +6401,7 @@

-
+
@@ -6409,7 +6409,7 @@

-
+
@@ -6417,7 +6417,7 @@

-
+
@@ -6427,10 +6427,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -6438,7 +6438,7 @@

-
+
@@ -6446,7 +6446,7 @@

-
+
@@ -6454,7 +6454,7 @@

-
+
@@ -6462,7 +6462,7 @@

-
+
@@ -6470,7 +6470,7 @@

-
+
@@ -6480,10 +6480,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -6491,7 +6491,7 @@

-
+
@@ -6499,7 +6499,7 @@

-
+
@@ -6507,7 +6507,7 @@

-
+
@@ -6515,7 +6515,7 @@

-
+
@@ -6525,10 +6525,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -6536,7 +6536,7 @@

-
+
@@ -6544,7 +6544,7 @@

-
+
@@ -6552,7 +6552,7 @@

-
+
@@ -6560,7 +6560,7 @@

-
+
@@ -6580,10 +6580,10 @@

Value displayed on the top

-
-
0
-
-
+
+
0
+
+
@@ -6591,7 +6591,7 @@

-
+
@@ -6599,7 +6599,7 @@

-
+
@@ -6607,7 +6607,7 @@

-
+
@@ -6615,7 +6615,7 @@

-
+
@@ -6625,10 +6625,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -6636,7 +6636,7 @@

-
+
@@ -6644,7 +6644,7 @@

-
+
@@ -6652,7 +6652,7 @@

-
+
@@ -6660,7 +6660,7 @@

-
+
@@ -6668,7 +6668,7 @@

-
+
@@ -6678,10 +6678,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -6689,7 +6689,7 @@

-
+
@@ -6697,7 +6697,7 @@

-
+
@@ -6705,7 +6705,7 @@

-
+
@@ -6713,7 +6713,7 @@

-
+
@@ -6723,10 +6723,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -6734,7 +6734,7 @@

-
+
@@ -6742,7 +6742,7 @@

-
+
@@ -6750,7 +6750,7 @@

-
+
@@ -6758,7 +6758,7 @@

-
+
@@ -6777,10 +6777,10 @@

Value displayed on the right side

-
-
0
-
-
+
+
0
+
+
@@ -6788,7 +6788,7 @@

-
+
@@ -6796,7 +6796,7 @@

-
+
@@ -6804,7 +6804,7 @@

-
+
@@ -6812,7 +6812,7 @@

-
+
@@ -6822,10 +6822,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -6833,7 +6833,7 @@

-
+
@@ -6841,7 +6841,7 @@

-
+
@@ -6849,7 +6849,7 @@

-
+
@@ -6857,7 +6857,7 @@

-
+
@@ -6865,7 +6865,7 @@

-
+
@@ -6875,10 +6875,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -6886,7 +6886,7 @@

-
+
@@ -6894,7 +6894,7 @@

-
+
@@ -6902,7 +6902,7 @@

-
+
@@ -6910,7 +6910,7 @@

-
+
@@ -6920,10 +6920,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -6931,7 +6931,7 @@

-
+
@@ -6939,7 +6939,7 @@

-
+
@@ -6947,7 +6947,7 @@

-
+
@@ -6955,7 +6955,7 @@

-
+
@@ -6974,10 +6974,10 @@

Value displayed on the bottom

-
-
0
-
-
+
+
0
+
+
@@ -6985,7 +6985,7 @@

-
+
@@ -6993,7 +6993,7 @@

-
+
@@ -7001,7 +7001,7 @@

-
+
@@ -7009,7 +7009,7 @@

-
+
@@ -7019,10 +7019,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -7030,7 +7030,7 @@

-
+
@@ -7038,7 +7038,7 @@

-
+
@@ -7046,7 +7046,7 @@

-
+
@@ -7054,7 +7054,7 @@

-
+
@@ -7062,7 +7062,7 @@

-
+
@@ -7072,10 +7072,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -7083,7 +7083,7 @@

-
+
@@ -7091,7 +7091,7 @@

-
+
@@ -7099,7 +7099,7 @@

-
+
@@ -7107,7 +7107,7 @@

-
+
@@ -7117,10 +7117,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -7128,7 +7128,7 @@

-
+
@@ -7136,7 +7136,7 @@

-
+
@@ -7144,7 +7144,7 @@

-
+
@@ -7152,7 +7152,7 @@

-
+
@@ -7171,10 +7171,10 @@

Value displayed on the left side

-
-
0
-
-
+
+
0
+
+
@@ -7182,7 +7182,7 @@

-
+
@@ -7190,7 +7190,7 @@

-
+
@@ -7198,7 +7198,7 @@

-
+
@@ -7206,7 +7206,7 @@

-
+
@@ -7216,10 +7216,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -7227,7 +7227,7 @@

-
+
@@ -7235,7 +7235,7 @@

-
+
@@ -7243,7 +7243,7 @@

-
+
@@ -7251,7 +7251,7 @@

-
+
@@ -7259,7 +7259,7 @@

-
+
@@ -7269,10 +7269,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -7280,7 +7280,7 @@

-
+
@@ -7288,7 +7288,7 @@

-
+
@@ -7296,7 +7296,7 @@

-
+
@@ -7304,7 +7304,7 @@

-
+
@@ -7314,10 +7314,10 @@

-
-
Good
-
-
+
+
Good
+
+
@@ -7325,7 +7325,7 @@

-
+
@@ -7333,7 +7333,7 @@

-
+
@@ -7341,7 +7341,7 @@

-
+
@@ -7349,7 +7349,7 @@

-
+
@@ -7367,10 +7367,10 @@

Markup -
<div class="rating  [modifier class]">
-    <div class="label-value">0</div>
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating  [modifier class]">
+    <div class="bp-label-value">0</div>
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -7378,7 +7378,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7386,7 +7386,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7394,7 +7394,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7402,7 +7402,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7412,10 +7412,10 @@

</div> </div> </div> -<div class="rating value-2 small [modifier class]"> - <div class="label-value">(bad)</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-2 small [modifier class]"> + <div class="bp-label-value">(bad)</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7423,7 +7423,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7431,7 +7431,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7439,7 +7439,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7447,7 +7447,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7455,7 +7455,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7465,10 +7465,10 @@

</div> </div> </div> -<div class="rating value-3 medium [modifier class]"> - <div class="label-value">3.1</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-3 medium [modifier class]"> + <div class="bp-label-value">3.1</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7476,7 +7476,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7484,7 +7484,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7492,7 +7492,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7500,7 +7500,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7510,10 +7510,10 @@

</div> </div> </div> -<div class="rating value-4 large [modifier class]"> - <div class="label-value">Good</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-4 large [modifier class]"> + <div class="bp-label-value">Good</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7521,7 +7521,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7529,7 +7529,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7537,7 +7537,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7545,7 +7545,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -7645,9 +7645,9 @@

-
-
-
+
+
+
@@ -7655,7 +7655,7 @@

-
+
@@ -7663,7 +7663,7 @@

-
+
@@ -7671,7 +7671,7 @@

-
+
@@ -7679,7 +7679,7 @@

-
+
@@ -7689,10 +7689,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -7700,7 +7700,7 @@

-
+
@@ -7708,7 +7708,7 @@

-
+
@@ -7716,7 +7716,7 @@

-
+
@@ -7724,7 +7724,7 @@

-
+
@@ -7734,10 +7734,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -7745,7 +7745,7 @@

-
+
@@ -7753,7 +7753,7 @@

-
+
@@ -7761,7 +7761,7 @@

-
+
@@ -7769,7 +7769,7 @@

-
+
@@ -7779,10 +7779,10 @@

-
-
-
Good
-
+
+
+
Good
+
@@ -7790,7 +7790,7 @@

-
+
@@ -7798,7 +7798,7 @@

-
+
@@ -7806,7 +7806,7 @@

-
+
@@ -7814,7 +7814,7 @@

-
+
@@ -7834,9 +7834,9 @@

Stars are grayed out, no interaction is possible

-
-
-
+
+
+
@@ -7844,7 +7844,7 @@

-
+
@@ -7852,7 +7852,7 @@

-
+
@@ -7860,7 +7860,7 @@

-
+
@@ -7868,7 +7868,7 @@

-
+
@@ -7878,10 +7878,10 @@

-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -7889,7 +7889,7 @@

-
+
@@ -7897,7 +7897,7 @@

-
+
@@ -7905,7 +7905,7 @@

-
+
@@ -7913,7 +7913,7 @@

-
+
@@ -7923,10 +7923,10 @@

-
-
3.1
-
-
+
+
3.1
+
+
@@ -7934,7 +7934,7 @@

-
+
@@ -7942,7 +7942,7 @@

-
+
@@ -7950,7 +7950,7 @@

-
+
@@ -7958,7 +7958,7 @@

-
+
@@ -7968,10 +7968,10 @@

-
-
-
Good
-
+
+
+
Good
+
@@ -7979,7 +7979,7 @@

-
+
@@ -7987,7 +7987,7 @@

-
+
@@ -7995,7 +7995,7 @@

-
+
@@ -8003,7 +8003,7 @@

-
+
@@ -8021,9 +8021,9 @@

Markup -
<div class="rating  [modifier class]">
- <div class="star-container">
-     <div class="star">
+            
<div class="bp-rating  [modifier class]">
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -8031,7 +8031,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8039,7 +8039,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8047,7 +8047,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8055,7 +8055,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8065,10 +8065,10 @@

</div> </div> </div> -<div class="rating value-2 small [modifier class]"> - <div class="label-value">(bad)</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-2 small [modifier class]"> + <div class="bp-label-value">(bad)</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8076,7 +8076,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8084,7 +8084,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8092,7 +8092,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8100,7 +8100,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8110,10 +8110,10 @@

</div> </div> </div> -<div class="rating value-3 medium [modifier class]"> - <div class="label-value">3.1</div> - <div class="star-container"> - <div class="star"> +<div class="bp-rating value-3 medium [modifier class]"> + <div class="bp-label-value">3.1</div> + <div class="bp-star-container"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8121,7 +8121,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8129,7 +8129,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8137,7 +8137,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8145,7 +8145,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8155,10 +8155,10 @@

</div> </div> </div> -<div class="rating value-4 large [modifier class]"> -<div class="star-container"> - <div class="label-value">Good</div> - <div class="star"> +<div class="bp-rating value-4 large [modifier class]"> +<div class="bp-star-container"> + <div class="bp-label-value">Good</div> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8166,7 +8166,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8174,7 +8174,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8182,7 +8182,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8190,7 +8190,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8290,9 +8290,9 @@

-
-
-
+
+
+
@@ -8300,7 +8300,7 @@

-
+
@@ -8308,7 +8308,7 @@

-
+
@@ -8316,7 +8316,7 @@

-
+
@@ -8324,7 +8324,7 @@

-
+
@@ -8344,9 +8344,9 @@

No Transition

-
-
-
+
+
+
@@ -8354,7 +8354,7 @@

-
+
@@ -8362,7 +8362,7 @@

-
+
@@ -8370,7 +8370,7 @@

-
+
@@ -8378,7 +8378,7 @@

-
+
@@ -8397,9 +8397,9 @@

Transition runs in noticeable speed

-
-
-
+
+
+
@@ -8407,7 +8407,7 @@

-
+
@@ -8415,7 +8415,7 @@

-
+
@@ -8423,7 +8423,7 @@

-
+
@@ -8431,7 +8431,7 @@

-
+
@@ -8450,9 +8450,9 @@

Transition runs very slow

-
-
-
+
+
+
@@ -8460,7 +8460,7 @@

-
+
@@ -8468,7 +8468,7 @@

-
+
@@ -8476,7 +8476,7 @@

-
+
@@ -8484,7 +8484,7 @@

-
+
@@ -8502,9 +8502,9 @@

Markup -
<div class="rating  value-3 [modifier class]">
- <div class="star-container">
-     <div class="star">
+            
<div class="bp-rating  value-3 [modifier class]">
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -8512,7 +8512,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8520,7 +8520,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8528,7 +8528,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8536,7 +8536,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8636,9 +8636,9 @@

-
-
-
+
+
+
@@ -8652,7 +8652,7 @@

-
+
@@ -8666,7 +8666,7 @@

-
+
@@ -8680,7 +8680,7 @@

-
+
@@ -8694,7 +8694,7 @@

-
+
@@ -8720,9 +8720,9 @@

Star-Characters from default browser font

-
-
-
+
+
+
@@ -8736,7 +8736,7 @@

-
+
@@ -8750,7 +8750,7 @@

-
+
@@ -8764,7 +8764,7 @@

-
+
@@ -8778,7 +8778,7 @@

-
+
@@ -8803,9 +8803,9 @@

Star-Characters from icon-fonts like fontawesome and others

-
-
-
+
+
+
@@ -8819,7 +8819,7 @@

-
+
@@ -8833,7 +8833,7 @@

-
+
@@ -8847,7 +8847,7 @@

-
+
@@ -8861,7 +8861,7 @@

-
+
@@ -8886,9 +8886,9 @@

Star-Vectors form the shipped svg images

-
-
-
+
+
+
@@ -8902,7 +8902,7 @@

-
+
@@ -8916,7 +8916,7 @@

-
+
@@ -8930,7 +8930,7 @@

-
+
@@ -8944,7 +8944,7 @@

-
+
@@ -8968,9 +8968,9 @@

Markup -
  <div class="rating  value-3 half [modifier class]">
- <div class="star-container">
-     <div class="star">
+            
  <div class="bp-rating  value-3 half [modifier class]">
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -8984,7 +8984,7 @@ 

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -8998,7 +8998,7 @@

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9012,7 +9012,7 @@

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9026,7 +9026,7 @@

<i class="star-half fa fa-angle-left"></i> <i class="star-filled fa fa-angle-right"></i> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9132,10 +9132,10 @@

-
-
3.5
-
-
+
+
3.5
+
+
@@ -9146,7 +9146,7 @@

-
+
@@ -9157,7 +9157,7 @@

-
+
@@ -9168,7 +9168,7 @@

-
+
@@ -9179,7 +9179,7 @@

-
+
@@ -9202,10 +9202,10 @@

displays component elements in right to left direction.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -9216,7 +9216,7 @@

-
+
@@ -9227,7 +9227,7 @@

-
+
@@ -9238,7 +9238,7 @@

-
+
@@ -9249,7 +9249,7 @@

-
+
@@ -9271,10 +9271,10 @@

displays component elements in left to right direction.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -9285,7 +9285,7 @@

-
+
@@ -9296,7 +9296,7 @@

-
+
@@ -9307,7 +9307,7 @@

-
+
@@ -9318,7 +9318,7 @@

-
+
@@ -9339,10 +9339,10 @@

Markup -
  <div class="rating  value-3 half [modifier class]">
- <div class="label-value">3.5</div>
- <div class="star-container">
-     <div class="star">
+            
  <div class="bp-rating  value-3 half [modifier class]">
+ <div class="bp-label-value">3.5</div>
+ <div class="bp-star-container">
+     <div class="bp-star">
          <svg class="star-empty">
              <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
          </svg>
@@ -9353,7 +9353,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9364,7 +9364,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9375,7 +9375,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9386,7 +9386,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9489,10 +9489,10 @@

-
-
3.5
-
-
+
+
3.5
+
+
@@ -9500,7 +9500,7 @@

-
+
@@ -9508,7 +9508,7 @@

-
+
@@ -9516,7 +9516,7 @@

-
+
@@ -9524,7 +9524,7 @@

-
+
@@ -9544,10 +9544,10 @@

stars take all available space to position. Space is only between the stars.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -9555,7 +9555,7 @@

-
+
@@ -9563,7 +9563,7 @@

-
+
@@ -9571,7 +9571,7 @@

-
+
@@ -9579,7 +9579,7 @@

-
+
@@ -9598,10 +9598,10 @@

stars take all available space to position. Space is only around the stars.

-
-
3.5
-
-
+
+
3.5
+
+
@@ -9609,7 +9609,7 @@

-
+
@@ -9617,7 +9617,7 @@

-
+
@@ -9625,7 +9625,7 @@

-
+
@@ -9633,7 +9633,7 @@

-
+
@@ -9651,10 +9651,10 @@

Markup -
<div class="rating value-4 [modifier class]">
-    <div class="label-value">3.5</div>
-    <div class="star-container">
-        <div class="star">
+            
<div class="bp-rating value-4 [modifier class]">
+    <div class="bp-label-value">3.5</div>
+    <div class="bp-star-container">
+        <div class="bp-star">
             <svg class="star-empty">
                 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
             </svg>
@@ -9662,7 +9662,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9670,7 +9670,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9678,7 +9678,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9686,7 +9686,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star"> + <div class="bp-star"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -9797,7 +9797,7 @@

Star: -
+
@@ -9809,25 +9809,25 @@

Star Container: -
-
+
+
-
+
-
+
Label: -
good
+
good
@@ -9838,7 +9838,7 @@

Markup
<b>Star:</b>
-<div class="star half large positive direction-ltr">
+<div class="bp-star half large positive direction-ltr">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -9850,25 +9850,25 @@ 

</svg> </div> <b>Star Container:</b> -<div class="star-container direction-rtl"> - <div class="star icon filled positive large"> +<div class="bp-star-container direction-rtl"> + <div class="bp-star icon filled positive large"> <i class="star-empty fa-circle-o"></i> <i class="star-half fa fa-check-circle-o"></i> <i class="star-filled fa fa-check-circle"></i> </div> - <div class="star icon filled positive large"> + <div class="bp-star icon filled positive large"> <i class="star-empty fa-circle-o"></i> <i class="star-half fa fa-check-circle-o"></i> <i class="star-filled fa fa-check-circle"></i> </div> - <div class="star icon empty positive large"> + <div class="bp-star icon empty positive large"> <i class="star-empty fa-circle-o"></i> <i class="star-half fa fa-check-circle-o"></i> <i class="star-filled fa fa-check-circle"></i> </div> </div> <b>Label:</b> -<div class="label-value ">good</div>

+<div class="bp-label-value ">good</div>

@@ -9956,7 +9956,7 @@

-
+
@@ -9970,7 +9970,7 @@

Markup -
<div class="star icon filled positive large">
+            
<div class="bp-star icon filled positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
@@ -10065,7 +10065,7 @@ 

-
+
@@ -10086,7 +10086,7 @@

displays the star element as empty

-
+
@@ -10106,7 +10106,7 @@

displays the star element as half filled

-
+
@@ -10126,7 +10126,7 @@

displays the star element as filled

-
+
@@ -10145,7 +10145,7 @@

Markup -
<div class="star [modifier class]">
+            
<div class="bp-star [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -10246,7 +10246,7 @@ 

-
+
@@ -10260,7 +10260,7 @@
-
+
@@ -10274,7 +10274,7 @@
-
+
@@ -10298,7 +10298,7 @@
Stars svg icon is used
-
+
@@ -10312,7 +10312,7 @@
-
+
@@ -10326,7 +10326,7 @@
-
+
@@ -10349,7 +10349,7 @@
Stars character icon is used
-
+
@@ -10363,7 +10363,7 @@
-
+
@@ -10377,7 +10377,7 @@
-
+
@@ -10400,7 +10400,7 @@
Stars character icon is used
-
+
@@ -10414,7 +10414,7 @@
-
+
@@ -10428,7 +10428,7 @@
-
+
@@ -10450,7 +10450,7 @@
Markup -
<div class="star empty [modifier class]">
+            
<div class="bp-star empty [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -10464,7 +10464,7 @@ 
<i class="star-half fa fa-star-half-o"></i> <i class="star-filled fa fa-star"></i> </div> -<div class="star half [modifier class]"> +<div class="bp-star half [modifier class]"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -10478,7 +10478,7 @@
<i class="star-half fa fa-star-half-o"></i> <i class="star-filled fa fa-star"></i> </div> -<div class="star filled [modifier class]"> +<div class="bp-star filled [modifier class]"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -10582,7 +10582,7 @@
-
+
@@ -10595,7 +10595,7 @@
font-awesome star-icon
-
+
@@ -10607,7 +10607,7 @@
bootstrap star-icon
-
+
@@ -10619,7 +10619,7 @@
ionicons star-icon
-
+
@@ -10630,7 +10630,7 @@
Markup -
<div class="star half custom-icon">
+            
<div class="bp-star half custom-icon">
   <i class="star-half [modifier class]"></i>
 </div>
@@ -10723,7 +10723,7 @@

-
+
@@ -10737,7 +10737,7 @@

-
+
@@ -10751,7 +10751,7 @@

-
+
@@ -10766,7 +10766,7 @@

Stars is colored positive

-
+
@@ -10780,7 +10780,7 @@

-
+
@@ -10794,7 +10794,7 @@

-
+
@@ -10808,7 +10808,7 @@

Stars is colored ok

-
+
@@ -10822,7 +10822,7 @@

-
+
@@ -10836,7 +10836,7 @@

-
+
@@ -10850,7 +10850,7 @@

Stars is colored negative

-
+
@@ -10864,7 +10864,7 @@

-
+
@@ -10878,7 +10878,7 @@

-
+
@@ -10891,7 +10891,7 @@

Markup -
<div class="star filled svg [modifier class]">
+            
<div class="bp-star filled svg [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -10905,7 +10905,7 @@ 

<i class="star-half "></i> <i class="star-filled "></i> </div> -<div class="star filled icon [modifier class]"> +<div class="bp-star filled icon [modifier class]"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -10919,7 +10919,7 @@

<i class="star-half "></i> <i class="star-filled "></i> </div> -<div class="star filled custom-icon [modifier class]"> +<div class="bp-star filled custom-icon [modifier class]"> <i class="star-empty fa fa-star-o"></i> <i class="star-half fa fa-star-half-o"></i> <i class="star-filled fa fa-star"></i> @@ -11014,7 +11014,7 @@

-
+
@@ -11035,7 +11035,7 @@

displays star in small size

-
+
@@ -11055,7 +11055,7 @@

displays star in medium size

-
+
@@ -11075,7 +11075,7 @@

displays star in large size

-
+
@@ -11094,7 +11094,7 @@

Markup -
<div class="star [modifier class]">
+            
<div class="bp-star [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -11195,7 +11195,7 @@ 

-
+
@@ -11216,7 +11216,7 @@

displays star in disabled state

-
+
@@ -11235,7 +11235,7 @@

Markup -
<div class="star half positive [modifier class]">
+            
<div class="bp-star half positive [modifier class]">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -11337,7 +11337,7 @@ 

-
+
@@ -11357,7 +11357,7 @@

Markup -
<div class="star half ">
+            
<div class="bp-star half ">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
@@ -11455,18 +11455,18 @@ 

-
-
+
+
-
+
-
+
@@ -11481,18 +11481,18 @@

Markup -
<div class="star-container">
-  <div class="star icon filled positive large">
+            
<div class="bp-star-container">
+  <div class="bp-star icon filled positive large">
     <i class="star-empty"></i>
     <i class="star-half"></i>
     <i class="star-filled"></i>
   </div>
-  <div class="star icon half positive large">
+  <div class="bp-star icon half positive large">
     <i class="star-empty"></i>
     <i class="star-half"></i>
     <i class="star-filled"></i>
   </div>
-  <div class="star icon empty positive large">
+  <div class="bp-star icon empty positive large">
     <i class="star-empty"></i>
     <i class="star-half"></i>
     <i class="star-filled"></i>
@@ -11588,8 +11588,8 @@ 

-
-
+
+
@@ -11600,7 +11600,7 @@

-
+
@@ -11611,7 +11611,7 @@

-
+
@@ -11633,8 +11633,8 @@

displays star in right to left direction.

-
-
+
+
@@ -11645,7 +11645,7 @@

-
+
@@ -11656,7 +11656,7 @@

-
+
@@ -11677,8 +11677,8 @@

displays star in left to right direction.

-
-
+
+
@@ -11689,7 +11689,7 @@

-
+
@@ -11700,7 +11700,7 @@

-
+
@@ -11720,8 +11720,8 @@

Markup -
<div class="star-container [modifier class]">
-  <div class="star filled positive large">
+            
<div class="bp-star-container [modifier class]">
+  <div class="bp-star filled positive large">
      <svg class="star-empty">
         <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
     </svg>
@@ -11732,7 +11732,7 @@ 

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star half positive large"> + <div class="bp-star half positive large"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -11743,7 +11743,7 @@

<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use> </svg> </div> - <div class="star empty positive large"> + <div class="bp-star empty positive large"> <svg class="star-empty"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use> </svg> @@ -11845,18 +11845,18 @@

-
-
+
+
-
+
-
+
@@ -11872,18 +11872,18 @@

stars take all available space to position. Space is only between the stars.

-
-
+
+
-
+
-
+
@@ -11898,18 +11898,18 @@

stars take all available space to position. Space is only around the stars.

-
-
+
+
-
+
-
+
@@ -11923,18 +11923,18 @@

Markup -
<div class="star-container [modifier class]">
-<div class="star icon filled positive large">
+            
<div class="bp-star-container [modifier class]">
+<div class="bp-star icon filled positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
 </div>
-<div class="star icon half positive large">
+<div class="bp-star icon half positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
 </div>
-<div class="star icon empty positive large">
+<div class="bp-star icon empty positive large">
   <i class="star-empty"></i>
   <i class="star-half"></i>
   <i class="star-filled"></i>
@@ -12027,7 +12027,7 @@ 

-
3.5
+
3.5
@@ -12037,7 +12037,7 @@

Markup -
<div class="label-value">3.5</div>
+
<div class="bp-label-value">3.5</div>
@@ -12128,7 +12128,7 @@

-
3.5
+
3.5
@@ -12139,7 +12139,7 @@

displays star in small size

-
3.5
+
3.5
@@ -12149,7 +12149,7 @@

displays star in medium size

-
3.5
+
3.5
@@ -12159,7 +12159,7 @@

displays star in large size

-
3.5
+
3.5
@@ -12168,7 +12168,7 @@

Markup -
<div class="label-value [modifier class]">3.5</div>
+
<div class="bp-label-value [modifier class]">3.5</div>
@@ -12259,7 +12259,7 @@

-
3.5
+
3.5
@@ -12270,7 +12270,7 @@

displays label in disabled state

-
3.5
+
3.5
@@ -12279,7 +12279,7 @@

Markup -
<div class="label-value [modifier class]">3.5</div>
+
<div class="bp-label-value [modifier class]">3.5</div>
@@ -12376,10 +12376,10 @@

-
-
,57
-
-
+
+
,57
+
+
@@ -12395,10 +12395,10 @@

Markup -
   <div ng-init="data.rating=3" class="rating value- half " >
-   <div class="label-value">,57</div>
-    <div class="star-container">
-      <div class="star custom-icon" ng-repeat="i in [1,2,3,4,5] track by $index"  ng-click="data.rating = $index">
+            
   <div ng-init="data.rating=3" class="bp-rating value- half " >
+   <div class="bp-label-value">,57</div>
+    <div class="bp-star-container">
+      <div class="bp-star custom-icon" ng-repeat="i in [1,2,3,4,5] track by $index"  ng-clibp-ck="data.rating = $index">
         <i class="star-empty fa fa-star-o"></i>
         <i class="star-half fa fa-star-half-o"></i>
         <i class="star-filled fa fa-star"></i>
@@ -12492,21 +12492,21 @@ 

-
+
-
+
-
+
@@ -12522,21 +12522,21 @@

Markup -
<div class="star icon show-all">
+            
<div class="bp-star icon show-all">
   <svg class="star-empty">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
   </svg>
   <i class="star-empty fa fa-star-o"></i>
   <i class="star-empty"></i>
 </div>
-<div class="star star-half show-all">
+<div class="bp-star star-half show-all">
   <svg class="star-half">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-half"></use>
   </svg>
   <i class="star-half fa fa-star-half-o"></i>
   <i class="star-half"></i>
 </div>
-<div class="star star-filled show-all">
+<div class="bp-star star-filled show-all">
   <svg class="star-filled">
       <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use>
   </svg>
diff --git a/package-lock.json b/package-lock.json
index b0c76e8..2abc3ae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,38 +1,59 @@
 {
   "name": "css-star-rating",
-  "version": "1.1.3",
+  "version": "1.2.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
+    "Base64": {
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz",
+      "integrity": "sha1-ujpCMHCOGGcFBl5mur3Uw1z2ACg=",
+      "dev": true
+    },
+    "JSONStream": {
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz",
+      "integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=",
+      "dev": true,
+      "requires": {
+        "jsonparse": "^1.2.0",
+        "through": ">=2.2.7 <3"
+      }
+    },
     "abbrev": {
-      "version": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
       "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=",
       "dev": true
     },
     "accepts": {
-      "version": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz",
+      "version": "1.2.13",
+      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz",
       "integrity": "sha1-5fHzkoxtlf2WVYw27D2dDeSm7Oo=",
       "dev": true,
       "requires": {
-        "mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz",
-        "negotiator": "https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz"
+        "mime-types": "~2.1.6",
+        "negotiator": "0.5.3"
       }
     },
     "acorn": {
-      "version": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz",
+      "version": "2.7.0",
+      "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz",
       "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=",
       "dev": true
     },
     "acorn-globals": {
-      "version": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz",
+      "version": "1.0.9",
+      "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz",
       "integrity": "sha1-VbtemGkVB7dFedBRNBMhfDgMVM8=",
       "dev": true,
       "requires": {
-        "acorn": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz"
+        "acorn": "^2.1.0"
       }
     },
     "after": {
-      "version": "https://registry.npmjs.org/after/-/after-0.8.1.tgz",
+      "version": "0.8.1",
+      "resolved": "https://registry.npmjs.org/after/-/after-0.8.1.tgz",
       "integrity": "sha1-q11PuIP1loFtNRX495HAr0ht1ic=",
       "dev": true
     },
@@ -42,85 +63,97 @@
       "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
       "dev": true,
       "requires": {
-        "co": "4.6.0",
-        "fast-deep-equal": "1.0.0",
-        "fast-json-stable-stringify": "2.0.0",
-        "json-schema-traverse": "0.3.1"
+        "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": {
-      "version": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
+      "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": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz",
-        "longest": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
-        "repeat-string": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
+        "kind-of": "^3.0.2",
+        "longest": "^1.0.1",
+        "repeat-string": "^1.5.2"
       }
     },
     "alphanum-sort": {
-      "version": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
       "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
       "dev": true
     },
     "amdefine": {
-      "version": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
       "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
       "dev": true
     },
     "angularic-ionicon": {
-      "version": "https://registry.npmjs.org/angularic-ionicon/-/angularic-ionicon-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/angularic-ionicon/-/angularic-ionicon-1.1.0.tgz",
       "integrity": "sha1-fqOnk5GbN73kFLZP4dDDZStqLdg=",
       "dev": true
     },
     "ansi-cyan": {
-      "version": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
       "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=",
       "dev": true,
       "requires": {
-        "ansi-wrap": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz"
+        "ansi-wrap": "0.1.0"
       }
     },
     "ansi-red": {
-      "version": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
       "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=",
       "dev": true,
       "requires": {
-        "ansi-wrap": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz"
+        "ansi-wrap": "0.1.0"
       }
     },
     "ansi-regex": {
-      "version": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
       "integrity": "sha1-xQYbbg74qBd15Q9dZhUb9r83EQc=",
       "dev": true
     },
     "ansi-styles": {
-      "version": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
       "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
       "dev": true
     },
     "ansi-wrap": {
-      "version": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
       "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
       "dev": true
     },
     "ansicolors": {
-      "version": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz",
       "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=",
       "dev": true
     },
     "any-promise": {
-      "version": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz",
       "integrity": "sha1-gwtoCqflbzNFHUsEnzvYBESY7ic=",
       "dev": true
     },
     "anymatch": {
-      "version": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz",
+      "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": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
-        "micromatch": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz"
+        "arrify": "^1.0.0",
+        "micromatch": "^2.1.5"
       }
     },
     "apparatus": {
@@ -129,119 +162,139 @@
       "integrity": "sha1-N9zSWDStC2UQdllikduCPusZCL0=",
       "dev": true,
       "requires": {
-        "sylvester": "0.0.21"
+        "sylvester": ">= 0.0.8"
       }
     },
     "aproba": {
-      "version": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz",
       "integrity": "sha1-ldNgDwdxCqDpKYxyatXs8urLq6s=",
       "dev": true
     },
     "archy": {
-      "version": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
       "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
       "dev": true
     },
     "are-we-there-yet": {
-      "version": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz",
       "integrity": "sha1-gORw6VoIR5T+GJkmLFZnxuiN4bM=",
       "dev": true,
       "requires": {
-        "delegates": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
+        "delegates": "^1.0.0",
+        "readable-stream": "^2.0.0 || ^1.1.13"
       }
     },
     "argparse": {
-      "version": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
+      "version": "1.0.9",
+      "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
       "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
       "dev": true,
       "requires": {
-        "sprintf-js": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
+        "sprintf-js": "~1.0.2"
       }
     },
     "arr-diff": {
-      "version": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
       "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
       "dev": true,
       "requires": {
-        "arr-flatten": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz"
+        "arr-flatten": "^1.0.1"
       }
     },
     "arr-flatten": {
-      "version": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
       "integrity": "sha1-5f/lTUXhnzLyFukeuZyM6JK7YEs=",
       "dev": true
     },
     "arr-union": {
-      "version": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
       "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0=",
       "dev": true
     },
     "array-differ": {
-      "version": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
       "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
       "dev": true
     },
     "array-find-index": {
-      "version": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
       "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
       "dev": true
     },
     "array-flatten": {
-      "version": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
       "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
       "dev": true
     },
     "array-ify": {
-      "version": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
       "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
       "dev": true
     },
     "array-slice": {
-      "version": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
+      "version": "0.2.3",
+      "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
       "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=",
       "dev": true
     },
     "array-union": {
-      "version": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+      "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": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz"
+        "array-uniq": "^1.0.1"
       }
     },
     "array-uniq": {
-      "version": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+      "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": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
       "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
       "dev": true
     },
     "arraybuffer.slice": {
-      "version": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz",
+      "version": "0.0.6",
+      "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz",
       "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=",
       "dev": true
     },
     "arrify": {
-      "version": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
       "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
       "dev": true
     },
     "asap": {
-      "version": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz",
       "integrity": "sha1-sqRdpf36ILBJb8N2jMJ8EvqRan0=",
       "dev": true
     },
     "asn1": {
-      "version": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
+      "version": "0.2.3",
+      "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
       "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
       "dev": true
     },
     "assert": {
-      "version": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
+      "version": "1.4.1",
+      "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
       "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
       "dev": true,
       "requires": {
@@ -249,131 +302,146 @@
       }
     },
     "assert-plus": {
-      "version": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
+      "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
     },
     "async": {
-      "version": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
+      "version": "0.2.10",
+      "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
       "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=",
       "dev": true
     },
     "async-each": {
-      "version": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
       "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
       "dev": true
     },
     "async-foreach": {
-      "version": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
       "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
       "dev": true
     },
     "asynckit": {
-      "version": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+      "version": "0.4.0",
+      "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
       "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
       "dev": true
     },
     "atob": {
-      "version": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz",
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz",
       "integrity": "sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M=",
       "dev": true
     },
     "autoprefixer": {
-      "version": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.3.tgz",
+      "version": "6.5.3",
+      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.3.tgz",
       "integrity": "sha1-LYU69m0ERJ/PUNswZieatUw+SwE=",
       "dev": true,
       "requires": {
-        "browserslist": "https://registry.npmjs.org/browserslist/-/browserslist-1.4.0.tgz",
-        "caniuse-db": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz",
-        "normalize-range": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
-        "num2fraction": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+        "browserslist": "~1.4.0",
+        "caniuse-db": "^1.0.30000578",
+        "normalize-range": "^0.1.2",
+        "num2fraction": "^1.2.2",
+        "postcss": "^5.2.5",
+        "postcss-value-parser": "^3.2.3"
       }
     },
     "autoprefixer-core": {
-      "version": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.2.1.tgz",
+      "version": "5.2.1",
+      "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.2.1.tgz",
       "integrity": "sha1-5kDEFK5Bmq4hwa1DyOoPPbgqVm0=",
       "dev": true,
       "requires": {
-        "browserslist": "https://registry.npmjs.org/browserslist/-/browserslist-0.4.0.tgz",
-        "caniuse-db": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz",
-        "num2fraction": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "browserslist": "~0.4.0",
+        "caniuse-db": "^1.0.30000214",
+        "num2fraction": "^1.1.0",
+        "postcss": "~4.1.12"
       },
       "dependencies": {
         "browserslist": {
-          "version": "https://registry.npmjs.org/browserslist/-/browserslist-0.4.0.tgz",
+          "version": "0.4.0",
+          "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.4.0.tgz",
           "integrity": "sha1-O9SrkZncG5FQ1NbbpNnTqrvIbdQ=",
           "dev": true,
           "requires": {
-            "caniuse-db": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz"
+            "caniuse-db": "^1.0.30000153"
           }
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "aws-sign2": {
-      "version": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
+      "version": "0.6.0",
+      "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
       "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
       "dev": true
     },
     "aws4": {
-      "version": "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz",
+      "version": "1.5.0",
+      "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz",
       "integrity": "sha1-Cin/t5wxyecS7rCH6OemS0pW11U=",
       "dev": true
     },
     "babel-code-frame": {
-      "version": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.16.0.tgz",
+      "version": "6.16.0",
+      "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.16.0.tgz",
       "integrity": "sha1-+Q5g2ghikJ084JhzO105h8l8uN4=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "esutils": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
-        "js-tokens": "https://registry.npmjs.org/js-tokens/-/js-tokens-2.0.0.tgz"
+        "chalk": "^1.1.0",
+        "esutils": "^2.0.2",
+        "js-tokens": "^2.0.0"
       }
     },
     "babel-core": {
-      "version": "https://registry.npmjs.org/babel-core/-/babel-core-6.18.2.tgz",
+      "version": "6.18.2",
+      "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.18.2.tgz",
       "integrity": "sha1-2LsU3WmG+k81ZqJs7aOWT6DgTls=",
       "dev": true,
       "requires": {
-        "babel-code-frame": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.16.0.tgz",
-        "babel-generator": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.19.0.tgz",
-        "babel-helpers": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.16.0.tgz",
-        "babel-messages": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz",
-        "babel-register": "https://registry.npmjs.org/babel-register/-/babel-register-6.18.0.tgz",
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "babel-template": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz",
-        "babel-traverse": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.19.0.tgz",
-        "babel-types": "https://registry.npmjs.org/babel-types/-/babel-types-6.19.0.tgz",
-        "babylon": "https://registry.npmjs.org/babylon/-/babylon-6.14.1.tgz",
-        "convert-source-map": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
-        "json5": "https://registry.npmjs.org/json5/-/json5-0.5.0.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
-        "minimatch": "3.0.4",
-        "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
-        "private": "https://registry.npmjs.org/private/-/private-0.1.6.tgz",
-        "slash": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
+        "babel-code-frame": "^6.16.0",
+        "babel-generator": "^6.18.0",
+        "babel-helpers": "^6.16.0",
+        "babel-messages": "^6.8.0",
+        "babel-register": "^6.18.0",
+        "babel-runtime": "^6.9.1",
+        "babel-template": "^6.16.0",
+        "babel-traverse": "^6.18.0",
+        "babel-types": "^6.18.0",
+        "babylon": "^6.11.0",
+        "convert-source-map": "^1.1.0",
+        "debug": "^2.1.1",
+        "json5": "^0.5.0",
+        "lodash": "^4.2.0",
+        "minimatch": "^3.0.2",
+        "path-is-absolute": "^1.0.0",
+        "private": "^0.1.6",
+        "slash": "^1.0.0",
+        "source-map": "^0.5.0"
       },
       "dependencies": {
         "balanced-match": {
@@ -383,7 +451,8 @@
           "dev": true
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
+          "version": "4.17.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
           "integrity": "sha1-NKMFW6vgTOQkZ7YH1wAHLH/2v0I=",
           "dev": true
         },
@@ -393,7 +462,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -402,8 +471,8 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
@@ -411,289 +480,322 @@
       }
     },
     "babel-generator": {
-      "version": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.19.0.tgz",
+      "version": "6.19.0",
+      "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.19.0.tgz",
       "integrity": "sha1-my8kQgR3ej1oEOwSfGc8h7NJ+sU=",
       "dev": true,
       "requires": {
-        "babel-messages": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz",
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "babel-types": "https://registry.npmjs.org/babel-types/-/babel-types-6.19.0.tgz",
-        "detect-indent": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
-        "jsesc": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
+        "babel-messages": "^6.8.0",
+        "babel-runtime": "^6.9.0",
+        "babel-types": "^6.19.0",
+        "detect-indent": "^4.0.0",
+        "jsesc": "^1.3.0",
+        "lodash": "^4.2.0",
+        "source-map": "^0.5.0"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
+          "version": "4.17.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
           "integrity": "sha1-NKMFW6vgTOQkZ7YH1wAHLH/2v0I=",
           "dev": true
         }
       }
     },
     "babel-helper-hoist-variables": {
-      "version": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.18.0.tgz",
+      "version": "6.18.0",
+      "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.18.0.tgz",
       "integrity": "sha1-qDW1q4tG1t6bq++uTZjqQehmuCo=",
       "dev": true,
       "requires": {
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "babel-types": "https://registry.npmjs.org/babel-types/-/babel-types-6.19.0.tgz"
+        "babel-runtime": "^6.0.0",
+        "babel-types": "^6.18.0"
       }
     },
     "babel-helpers": {
-      "version": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.16.0.tgz",
+      "version": "6.16.0",
+      "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.16.0.tgz",
       "integrity": "sha1-EJXsENmSeUYFU+Z+s+7plz04Z+M=",
       "dev": true,
       "requires": {
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "babel-template": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz"
+        "babel-runtime": "^6.0.0",
+        "babel-template": "^6.16.0"
       }
     },
     "babel-messages": {
-      "version": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz",
+      "version": "6.8.0",
+      "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz",
       "integrity": "sha1-v1BHNsqWfm1l7wrbWipflHyODrk=",
       "dev": true,
       "requires": {
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz"
+        "babel-runtime": "^6.0.0"
       }
     },
     "babel-plugin-transform-cjs-system-require": {
-      "version": "https://registry.npmjs.org/babel-plugin-transform-cjs-system-require/-/babel-plugin-transform-cjs-system-require-0.1.1.tgz",
+      "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
     },
     "babel-plugin-transform-cjs-system-wrapper": {
-      "version": "https://registry.npmjs.org/babel-plugin-transform-cjs-system-wrapper/-/babel-plugin-transform-cjs-system-wrapper-0.2.1.tgz",
+      "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,
       "requires": {
-        "babel-plugin-transform-cjs-system-require": "https://registry.npmjs.org/babel-plugin-transform-cjs-system-require/-/babel-plugin-transform-cjs-system-require-0.1.1.tgz",
-        "babel-template": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz"
+        "babel-plugin-transform-cjs-system-require": "^0.1.1",
+        "babel-template": "^6.9.0"
       }
     },
     "babel-plugin-transform-es2015-modules-systemjs": {
-      "version": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.19.0.tgz",
+      "version": "6.19.0",
+      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.19.0.tgz",
       "integrity": "sha1-UEOBNuunRSfvoApbD++vHcQHHaY=",
       "dev": true,
       "requires": {
-        "babel-helper-hoist-variables": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.18.0.tgz",
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "babel-template": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz"
+        "babel-helper-hoist-variables": "^6.18.0",
+        "babel-runtime": "^6.11.6",
+        "babel-template": "^6.14.0"
       }
     },
     "babel-plugin-transform-global-system-wrapper": {
-      "version": "https://registry.npmjs.org/babel-plugin-transform-global-system-wrapper/-/babel-plugin-transform-global-system-wrapper-0.0.1.tgz",
+      "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,
       "requires": {
-        "babel-template": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz"
+        "babel-template": "^6.9.0"
       }
     },
     "babel-plugin-transform-system-register": {
-      "version": "https://registry.npmjs.org/babel-plugin-transform-system-register/-/babel-plugin-transform-system-register-0.0.1.tgz",
+      "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
     },
     "babel-register": {
-      "version": "https://registry.npmjs.org/babel-register/-/babel-register-6.18.0.tgz",
+      "version": "6.18.0",
+      "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.18.0.tgz",
       "integrity": "sha1-iS4uA4ZQeN2QrSxxURHsREmzKmg=",
       "dev": true,
       "requires": {
-        "babel-core": "https://registry.npmjs.org/babel-core/-/babel-core-6.18.2.tgz",
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "core-js": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
-        "home-or-tmp": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "source-map-support": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.6.tgz"
+        "babel-core": "^6.18.0",
+        "babel-runtime": "^6.11.6",
+        "core-js": "^2.4.0",
+        "home-or-tmp": "^2.0.0",
+        "lodash": "^4.2.0",
+        "mkdirp": "^0.5.1",
+        "source-map-support": "^0.4.2"
       },
       "dependencies": {
         "core-js": {
-          "version": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
+          "version": "2.4.1",
+          "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
           "integrity": "sha1-TekR5mew6ukSTjQlS1OupvxhjT4=",
           "dev": true
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
+          "version": "4.17.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
           "integrity": "sha1-NKMFW6vgTOQkZ7YH1wAHLH/2v0I=",
           "dev": true
         }
       }
     },
     "babel-runtime": {
-      "version": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
+      "version": "6.18.0",
+      "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
       "integrity": "sha1-D0F3/9mEku8Tufgj6ZlKAlhMkHg=",
       "dev": true,
       "requires": {
-        "core-js": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
-        "regenerator-runtime": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.6.tgz"
+        "core-js": "^2.4.0",
+        "regenerator-runtime": "^0.9.5"
       },
       "dependencies": {
         "core-js": {
-          "version": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
+          "version": "2.4.1",
+          "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
           "integrity": "sha1-TekR5mew6ukSTjQlS1OupvxhjT4=",
           "dev": true
         }
       }
     },
     "babel-template": {
-      "version": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz",
+      "version": "6.16.0",
+      "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz",
       "integrity": "sha1-4UndGp8Do1+BfdvE0EgZiOfryMo=",
       "dev": true,
       "requires": {
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "babel-traverse": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.19.0.tgz",
-        "babel-types": "https://registry.npmjs.org/babel-types/-/babel-types-6.19.0.tgz",
-        "babylon": "https://registry.npmjs.org/babylon/-/babylon-6.14.1.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz"
+        "babel-runtime": "^6.9.0",
+        "babel-traverse": "^6.16.0",
+        "babel-types": "^6.16.0",
+        "babylon": "^6.11.0",
+        "lodash": "^4.2.0"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
+          "version": "4.17.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
           "integrity": "sha1-NKMFW6vgTOQkZ7YH1wAHLH/2v0I=",
           "dev": true
         }
       }
     },
     "babel-traverse": {
-      "version": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.19.0.tgz",
+      "version": "6.19.0",
+      "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.19.0.tgz",
       "integrity": "sha1-aDY/uCHiYkfVKlGahLLOq4309Vo=",
       "dev": true,
       "requires": {
-        "babel-code-frame": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.16.0.tgz",
-        "babel-messages": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz",
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "babel-types": "https://registry.npmjs.org/babel-types/-/babel-types-6.19.0.tgz",
-        "babylon": "https://registry.npmjs.org/babylon/-/babylon-6.14.1.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
-        "globals": "https://registry.npmjs.org/globals/-/globals-9.14.0.tgz",
-        "invariant": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz"
+        "babel-code-frame": "^6.16.0",
+        "babel-messages": "^6.8.0",
+        "babel-runtime": "^6.9.0",
+        "babel-types": "^6.19.0",
+        "babylon": "^6.11.0",
+        "debug": "^2.2.0",
+        "globals": "^9.0.0",
+        "invariant": "^2.2.0",
+        "lodash": "^4.2.0"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
+          "version": "4.17.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
           "integrity": "sha1-NKMFW6vgTOQkZ7YH1wAHLH/2v0I=",
           "dev": true
         }
       }
     },
     "babel-types": {
-      "version": "https://registry.npmjs.org/babel-types/-/babel-types-6.19.0.tgz",
+      "version": "6.19.0",
+      "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.19.0.tgz",
       "integrity": "sha1-jbKXLb7QHxGSqLYCuh4eTFFiQLk=",
       "dev": true,
       "requires": {
-        "babel-runtime": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.18.0.tgz",
-        "esutils": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
-        "to-fast-properties": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz"
+        "babel-runtime": "^6.9.1",
+        "esutils": "^2.0.2",
+        "lodash": "^4.2.0",
+        "to-fast-properties": "^1.0.1"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
+          "version": "4.17.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
           "integrity": "sha1-NKMFW6vgTOQkZ7YH1wAHLH/2v0I=",
           "dev": true
         }
       }
     },
     "babylon": {
-      "version": "https://registry.npmjs.org/babylon/-/babylon-6.14.1.tgz",
+      "version": "6.14.1",
+      "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.14.1.tgz",
       "integrity": "sha1-lWJ1+rcnU62bNDXXr+WPi/CimBU=",
       "dev": true
     },
     "backo2": {
-      "version": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz",
       "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=",
       "dev": true
     },
     "balanced-match": {
-      "version": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
+      "version": "0.4.2",
+      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
       "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
       "dev": true
     },
-    "Base64": {
-      "version": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz",
-      "integrity": "sha1-ujpCMHCOGGcFBl5mur3Uw1z2ACg=",
-      "dev": true
-    },
     "base64-arraybuffer": {
-      "version": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz",
       "integrity": "sha1-R030qfLaJOBd8xWMOx2zw81GoVQ=",
       "dev": true
     },
     "base64-js": {
-      "version": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
       "integrity": "sha1-o5mS1yNYSBGYK+XikLtqU9hnAPE=",
       "dev": true
     },
     "base64id": {
-      "version": "https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz",
       "integrity": "sha1-As4P3u4M709ACA4ec+g08LG/zj8=",
       "dev": true
     },
     "basic-auth": {
-      "version": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz",
       "integrity": "sha1-Awk1sB3nyblKgksp8/zLdQ06UpA=",
       "dev": true
     },
     "basic-auth-connect": {
-      "version": "https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz",
       "integrity": "sha1-/bC0OWLKe0BFanwrtI/hc9otISI=",
       "dev": true
     },
     "bcrypt-pbkdf": {
-      "version": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz",
       "integrity": "sha1-PKdrhSQccXC/fZcD57mqdGMAQNQ=",
       "dev": true,
       "optional": true,
       "requires": {
-        "tweetnacl": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz"
+        "tweetnacl": "^0.14.3"
       }
     },
     "beeper": {
-      "version": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
       "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=",
       "dev": true
     },
     "bemto.jade": {
-      "version": "https://registry.npmjs.org/bemto.jade/-/bemto.jade-0.2.2.tgz",
+      "version": "0.2.2",
+      "resolved": "https://registry.npmjs.org/bemto.jade/-/bemto.jade-0.2.2.tgz",
       "integrity": "sha1-3F2O65glVt0V7WyTGjeXlatBzEQ=",
       "dev": true
     },
     "benchmark": {
-      "version": "https://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz",
       "integrity": "sha1-Lx4vpMNZ8REiqhgwgiGOlX45DHM=",
       "dev": true
     },
     "better-assert": {
-      "version": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz",
       "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=",
       "dev": true,
       "requires": {
-        "callsite": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz"
+        "callsite": "1.0.0"
       }
     },
     "big.js": {
-      "version": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz",
+      "version": "3.1.3",
+      "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz",
       "integrity": "sha1-TK2iGTZS6zyp7I5VyQFWacmAaXg=",
       "dev": true
     },
     "binary-extensions": {
-      "version": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.7.0.tgz",
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.7.0.tgz",
       "integrity": "sha1-bBYQ2xY6v7NO3+QvpCM0Oh4BGF0=",
       "dev": true
     },
     "binaryextensions": {
-      "version": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz",
       "integrity": "sha1-HmN0iLNbWL2l9HdL+WpSEqjJB1U=",
       "dev": true
     },
     "bl": {
-      "version": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz",
       "integrity": "sha1-/cqHGplxOqANGeO7ukHER4emU5g=",
       "dev": true,
       "requires": {
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz"
+        "readable-stream": "~2.0.5"
       },
       "dependencies": {
         "isarray": {
@@ -703,140 +805,156 @@
           "dev": true
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
+          "version": "2.0.6",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
           "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~1.0.6",
+            "string_decoder": "~0.10.x",
+            "util-deprecate": "~1.0.1"
           }
         }
       }
     },
     "blob": {
-      "version": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz",
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz",
       "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=",
       "dev": true
     },
     "block-stream": {
-      "version": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
+      "version": "0.0.9",
+      "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
       "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
       "dev": true,
       "requires": {
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
+        "inherits": "~2.0.0"
       }
     },
     "bluebird": {
-      "version": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.6.tgz",
+      "version": "3.4.6",
+      "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.6.tgz",
       "integrity": "sha1-AdqNgh2HgT0ViWfnQ9X+bGLPjA8=",
       "dev": true
     },
     "body-parser": {
-      "version": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
+      "version": "1.14.2",
+      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
       "integrity": "sha1-EBXLH+LEQ4WCWVgdtTMy+NDPUPk=",
       "dev": true,
       "requires": {
-        "bytes": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz",
-        "content-type": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "depd": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
-        "http-errors": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
-        "iconv-lite": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
-        "on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
-        "qs": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
-        "raw-body": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
-        "type-is": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
+        "bytes": "2.2.0",
+        "content-type": "~1.0.1",
+        "debug": "~2.2.0",
+        "depd": "~1.1.0",
+        "http-errors": "~1.3.1",
+        "iconv-lite": "0.4.13",
+        "on-finished": "~2.3.0",
+        "qs": "5.2.0",
+        "raw-body": "~2.1.5",
+        "type-is": "~1.6.10"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         },
         "qs": {
-          "version": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
+          "version": "5.2.0",
+          "resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
           "integrity": "sha1-qfMRQq9GjLcrJbMBNrokVoNJFr4=",
           "dev": true
         }
       }
     },
     "boolbase": {
-      "version": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
       "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
       "dev": true
     },
     "boom": {
-      "version": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
+      "version": "2.10.1",
+      "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
       "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
       "dev": true,
       "requires": {
-        "hoek": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
+        "hoek": "2.x.x"
       }
     },
     "brace-expansion": {
-      "version": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz",
+      "version": "1.1.6",
+      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz",
       "integrity": "sha1-cZfX6qm4fmSDkOph/GbIRCdCDfk=",
       "dev": true,
       "requires": {
-        "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
-        "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+        "balanced-match": "^0.4.1",
+        "concat-map": "0.0.1"
       }
     },
     "braces": {
-      "version": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
+      "version": "1.8.5",
+      "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
       "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
       "dev": true,
       "requires": {
-        "expand-range": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
-        "preserve": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
-        "repeat-element": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz"
+        "expand-range": "^1.8.1",
+        "preserve": "^0.2.0",
+        "repeat-element": "^1.1.2"
       }
     },
     "browserify-zlib": {
-      "version": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
       "integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
       "dev": true,
       "requires": {
-        "pako": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz"
+        "pako": "~0.2.0"
       }
     },
     "browserslist": {
-      "version": "https://registry.npmjs.org/browserslist/-/browserslist-1.4.0.tgz",
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.4.0.tgz",
       "integrity": "sha1-nP3PU4TZFY9bcNoqoAsw6P8BkEk=",
       "dev": true,
       "requires": {
-        "caniuse-db": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz"
+        "caniuse-db": "^1.0.30000539"
       }
     },
     "bser": {
-      "version": "https://registry.npmjs.org/bser/-/bser-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/bser/-/bser-1.0.2.tgz",
       "integrity": "sha1-OBEWlwsqbe6lZG3RXdcnhES1YWk=",
       "dev": true,
       "optional": true,
       "requires": {
-        "node-int64": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
+        "node-int64": "^0.4.0"
       }
     },
     "buffer": {
-      "version": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
+      "version": "4.9.1",
+      "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
       "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
       "dev": true,
       "requires": {
-        "base64-js": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
-        "ieee754": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz",
-        "isarray": "1.0.0"
+        "base64-js": "^1.0.2",
+        "ieee754": "^1.1.4",
+        "isarray": "^1.0.0"
       },
       "dependencies": {
         "isarray": {
@@ -848,28 +966,32 @@
       }
     },
     "buffer-peek-stream": {
-      "version": "https://registry.npmjs.org/buffer-peek-stream/-/buffer-peek-stream-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/buffer-peek-stream/-/buffer-peek-stream-1.0.1.tgz",
       "integrity": "sha1-U7R1cKE0d4fFutTKLKMCH52LPP0=",
       "dev": true,
       "optional": true
     },
     "buffer-shims": {
-      "version": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
       "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=",
       "dev": true
     },
     "builtin-modules": {
-      "version": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
       "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
       "dev": true
     },
     "bump-regex": {
-      "version": "https://registry.npmjs.org/bump-regex/-/bump-regex-2.5.2.tgz",
+      "version": "2.5.2",
+      "resolved": "https://registry.npmjs.org/bump-regex/-/bump-regex-2.5.2.tgz",
       "integrity": "sha1-1oxaMG3QhlIGEAeIUYOYM3joG/c=",
       "dev": true,
       "requires": {
-        "semver": "5.5.0",
-        "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+        "semver": "^5.1.0",
+        "xtend": "^4.0.1"
       },
       "dependencies": {
         "semver": {
@@ -881,48 +1003,55 @@
       }
     },
     "bytes": {
-      "version": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz",
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz",
       "integrity": "sha1-/TVGSkA/b5EXwt42Cez/nK4ABYg=",
       "dev": true
     },
     "callsite": {
-      "version": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
       "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=",
       "dev": true
     },
     "camelcase": {
-      "version": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
       "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
       "dev": true
     },
     "camelcase-css": {
-      "version": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-1.0.1.tgz",
       "integrity": "sha1-FXxCOCZfXPlKHf/ehkRlUsvz9wU=",
       "dev": true
     },
     "camelcase-keys": {
-      "version": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
       "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
       "dev": true,
       "requires": {
-        "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
-        "map-obj": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz"
+        "camelcase": "^2.0.0",
+        "map-obj": "^1.0.0"
       }
     },
     "caniuse-api": {
-      "version": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.5.2.tgz",
+      "version": "1.5.2",
+      "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.5.2.tgz",
       "integrity": "sha1-jzk8aC9mHAqZe3e7pugmSD+zYA4=",
       "dev": true,
       "requires": {
-        "browserslist": "https://registry.npmjs.org/browserslist/-/browserslist-1.4.0.tgz",
-        "caniuse-db": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz",
-        "lodash.memoize": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
-        "lodash.uniq": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
-        "shelljs": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.5.tgz"
+        "browserslist": "^1.0.1",
+        "caniuse-db": "^1.0.30000346",
+        "lodash.memoize": "^4.1.0",
+        "lodash.uniq": "^4.3.0",
+        "shelljs": "^0.7.0"
       }
     },
     "caniuse-db": {
-      "version": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz",
+      "version": "1.0.30000588",
+      "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz",
       "integrity": "sha1-ILqgUcW9fjOuMsd4G1N5KJw9OdI=",
       "dev": true
     },
@@ -932,22 +1061,24 @@
       "integrity": "sha1-aBSyC5yAg13MJL/WGZFHKIYwUhw=",
       "dev": true,
       "requires": {
-        "node-pre-gyp": "0.6.39",
-        "parse-css-font": "2.0.2",
-        "units-css": "0.4.0"
+        "node-pre-gyp": "^0.6.29",
+        "parse-css-font": "^2.0.2",
+        "units-css": "^0.4.0"
       }
     },
     "cardinal": {
-      "version": "https://registry.npmjs.org/cardinal/-/cardinal-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-1.0.0.tgz",
       "integrity": "sha1-UOIcGwqjdyn5N33vGWtanOyTLuk=",
       "dev": true,
       "requires": {
-        "ansicolors": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz",
-        "redeyed": "https://registry.npmjs.org/redeyed/-/redeyed-1.0.1.tgz"
+        "ansicolors": "~0.2.1",
+        "redeyed": "~1.0.0"
       }
     },
     "caseless": {
-      "version": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
+      "version": "0.11.0",
+      "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
       "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=",
       "dev": true
     },
@@ -958,150 +1089,167 @@
       "dev": true
     },
     "center-align": {
-      "version": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
       "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
       "dev": true,
       "requires": {
-        "align-text": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
-        "lazy-cache": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz"
+        "align-text": "^0.1.3",
+        "lazy-cache": "^1.0.3"
       }
     },
     "chalk": {
-      "version": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
       "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
       "dev": true,
       "requires": {
-        "ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-        "escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
-        "has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
-        "strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-        "supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
+        "ansi-styles": "^2.2.1",
+        "escape-string-regexp": "^1.0.2",
+        "has-ansi": "^2.0.0",
+        "strip-ansi": "^3.0.0",
+        "supports-color": "^2.0.0"
       }
     },
     "character-parser": {
-      "version": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz",
       "integrity": "sha1-wN3kqxgnE7kZuXCVmhI+zBow/NY=",
       "dev": true
     },
     "cheerio": {
-      "version": "https://registry.npmjs.org/cheerio/-/cheerio-0.19.0.tgz",
+      "version": "0.19.0",
+      "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.19.0.tgz",
       "integrity": "sha1-dy5wFfLuKZZQltcepBdbdas1SSU=",
       "dev": true,
       "requires": {
-        "css-select": "https://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz",
-        "dom-serializer": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
-        "entities": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
-        "htmlparser2": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
+        "css-select": "~1.0.0",
+        "dom-serializer": "~0.1.0",
+        "entities": "~1.1.1",
+        "htmlparser2": "~3.8.1",
+        "lodash": "^3.2.0"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
+          "version": "3.10.1",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
           "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
           "dev": true
         }
       }
     },
     "chokidar": {
-      "version": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz",
+      "version": "1.6.1",
+      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz",
       "integrity": "sha1-L0RHq16W5Q+z14n9kNTHLg5McMI=",
       "dev": true,
       "requires": {
-        "anymatch": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz",
-        "async-each": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
-        "glob-parent": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "is-binary-path": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
-        "is-glob": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
-        "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
-        "readdirp": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz"
+        "anymatch": "^1.3.0",
+        "async-each": "^1.0.0",
+        "glob-parent": "^2.0.0",
+        "inherits": "^2.0.1",
+        "is-binary-path": "^1.0.0",
+        "is-glob": "^2.0.0",
+        "path-is-absolute": "^1.0.0",
+        "readdirp": "^2.0.0"
       }
     },
     "clap": {
-      "version": "https://registry.npmjs.org/clap/-/clap-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/clap/-/clap-1.1.1.tgz",
       "integrity": "sha1-qKk+C/t1gawZnE8AGlUlpyTOaW0=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
+        "chalk": "^1.1.3"
       }
     },
     "clean-css": {
-      "version": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.21.tgz",
+      "version": "3.4.21",
+      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.21.tgz",
       "integrity": "sha1-IQHV29GdY9vBanXr1XDnwzlI9ls=",
       "dev": true,
       "requires": {
-        "commander": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+        "commander": "2.8.x",
+        "source-map": "0.4.x"
       },
       "dependencies": {
         "commander": {
-          "version": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
+          "version": "2.8.1",
+          "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
           "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=",
           "dev": true,
           "requires": {
-            "graceful-readlink": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
+            "graceful-readlink": ">= 1.0.0"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "cli-table": {
-      "version": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
+      "version": "0.3.1",
+      "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
       "integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
       "dev": true,
       "requires": {
-        "colors": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz"
+        "colors": "1.0.3"
       }
     },
     "cli-usage": {
-      "version": "https://registry.npmjs.org/cli-usage/-/cli-usage-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/cli-usage/-/cli-usage-0.1.4.tgz",
       "integrity": "sha1-fAHg3HBsI0s5yTODjI4gshdXduI=",
       "dev": true,
       "requires": {
-        "marked": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
-        "marked-terminal": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-1.7.0.tgz"
+        "marked": "^0.3.6",
+        "marked-terminal": "^1.6.2"
       }
     },
     "cliui": {
-      "version": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
       "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
       "dev": true,
       "requires": {
-        "string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
-        "strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-        "wrap-ansi": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.0.0.tgz"
+        "string-width": "^1.0.1",
+        "strip-ansi": "^3.0.1",
+        "wrap-ansi": "^2.0.0"
       }
     },
     "clone": {
-      "version": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
       "integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk=",
       "dev": true
     },
     "clone-buffer": {
-      "version": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
       "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=",
       "dev": true
     },
     "clone-stats": {
-      "version": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
       "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=",
       "dev": true
     },
     "cloneable-readable": {
-      "version": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz",
       "integrity": "sha1-pikNQT8hemEjL5XkWP84QYz7ARc=",
       "dev": true,
       "requires": {
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "inherits": "^2.0.1",
+        "process-nextick-args": "^1.0.6",
+        "through2": "^2.0.1"
       }
     },
     "co": {
@@ -1111,122 +1259,139 @@
       "dev": true
     },
     "coa": {
-      "version": "https://registry.npmjs.org/coa/-/coa-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.1.tgz",
       "integrity": "sha1-f5WTRs/IcZ4/cjPNaFKFSnxn2KM=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.1.2"
       }
     },
     "code-point-at": {
-      "version": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
       "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
       "dev": true
     },
     "color": {
-      "version": "https://registry.npmjs.org/color/-/color-0.10.1.tgz",
+      "version": "0.10.1",
+      "resolved": "https://registry.npmjs.org/color/-/color-0.10.1.tgz",
       "integrity": "sha1-wEGI34KiCd3rzOzazT7DIPGTc58=",
       "dev": true,
       "requires": {
-        "color-convert": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
-        "color-string": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz"
+        "color-convert": "^0.5.3",
+        "color-string": "^0.3.0"
       }
     },
     "color-convert": {
-      "version": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
+      "version": "0.5.3",
+      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
       "integrity": "sha1-vbbGnOZg+t/+CwAHzER+G59ygr0=",
       "dev": true
     },
     "color-name": {
-      "version": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz",
       "integrity": "sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok=",
       "dev": true
     },
     "color-string": {
-      "version": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
       "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=",
       "dev": true,
       "requires": {
-        "color-name": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz"
+        "color-name": "^1.0.0"
       }
     },
     "colormin": {
-      "version": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
       "integrity": "sha1-6i90IKcrlogaOKrlnsEkpvcpgTM=",
       "dev": true,
       "requires": {
-        "color": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
-        "css-color-names": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
-        "has": "https://registry.npmjs.org/has/-/has-1.0.1.tgz"
+        "color": "^0.11.0",
+        "css-color-names": "0.0.4",
+        "has": "^1.0.1"
       },
       "dependencies": {
         "color": {
-          "version": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
+          "version": "0.11.4",
+          "resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
           "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
           "dev": true,
           "requires": {
-            "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
-            "color-convert": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz",
-            "color-string": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz"
+            "clone": "^1.0.2",
+            "color-convert": "^1.3.0",
+            "color-string": "^0.3.0"
           }
         },
         "color-convert": {
-          "version": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz",
+          "version": "1.8.2",
+          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz",
           "integrity": "sha1-voaBhNfIYxdm1U5weOJnLXx+Mzk=",
           "dev": true,
           "requires": {
-            "color-name": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz"
+            "color-name": "^1.1.1"
           }
         }
       }
     },
     "colors": {
-      "version": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
       "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=",
       "dev": true
     },
     "combined-stream": {
-      "version": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
       "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
       "dev": true,
       "requires": {
-        "delayed-stream": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
+        "delayed-stream": "~1.0.0"
       }
     },
     "commander": {
-      "version": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
+      "version": "2.9.0",
+      "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
       "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=",
       "dev": true,
       "requires": {
-        "graceful-readlink": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
+        "graceful-readlink": ">= 1.0.0"
       }
     },
     "compare-func": {
-      "version": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
+      "version": "1.3.2",
+      "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
       "integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=",
       "dev": true,
       "requires": {
-        "array-ify": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
-        "dot-prop": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz"
+        "array-ify": "^1.0.0",
+        "dot-prop": "^3.0.0"
       }
     },
     "component-bind": {
-      "version": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz",
       "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=",
       "dev": true
     },
     "component-emitter": {
-      "version": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz",
       "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=",
       "dev": true
     },
     "component-inherit": {
-      "version": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz",
+      "version": "0.0.3",
+      "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz",
       "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=",
       "dev": true
     },
     "concat-map": {
-      "version": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
       "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
       "dev": true
     },
@@ -1236,9 +1401,9 @@
       "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
       "dev": true,
       "requires": {
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "readable-stream": "2.3.4",
-        "typedarray": "0.0.6"
+        "inherits": "^2.0.3",
+        "readable-stream": "^2.2.2",
+        "typedarray": "^0.0.6"
       },
       "dependencies": {
         "isarray": {
@@ -1259,13 +1424,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           }
         },
         "string_decoder": {
@@ -1274,215 +1439,239 @@
           "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
           "dev": true,
           "requires": {
-            "safe-buffer": "5.1.1"
+            "safe-buffer": "~5.1.0"
           }
         }
       }
     },
     "concat-with-sourcemaps": {
-      "version": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
       "integrity": "sha1-9Vs74q60dgGxCi1SWcz7cP0vHdY=",
       "dev": true,
       "requires": {
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
+        "source-map": "^0.5.1"
       }
     },
     "console-browserify": {
-      "version": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
       "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
       "dev": true,
       "requires": {
-        "date-now": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz"
+        "date-now": "^0.1.4"
       }
     },
     "console-control-strings": {
-      "version": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
       "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
       "dev": true
     },
     "constantinople": {
-      "version": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.2.tgz",
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.2.tgz",
       "integrity": "sha1-S5RdmTeQe82Y7ldRIsOBdRZUQUE=",
       "dev": true,
       "requires": {
-        "acorn": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz"
+        "acorn": "^2.1.0"
       }
     },
     "constants-browserify": {
-      "version": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-0.0.1.tgz",
       "integrity": "sha1-kld9tSe6bEzwpFaNhLwDH0QeIfI=",
       "dev": true
     },
     "content-disposition": {
-      "version": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
+      "version": "0.5.1",
+      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
       "integrity": "sha1-h0dsamfI2qh+Muh2Ft+IO6f7Bxs=",
       "dev": true
     },
     "content-type": {
-      "version": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
       "integrity": "sha1-t9ETrueo3Se9IRM8TcJSnfFyHu0=",
       "dev": true
     },
     "conventional-changelog": {
-      "version": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-1.1.3.tgz",
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-1.1.3.tgz",
       "integrity": "sha1-JigweKw4wJTfKvFgSwpGu8AWXE0=",
       "dev": true,
       "requires": {
-        "conventional-changelog-angular": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-1.3.3.tgz",
-        "conventional-changelog-atom": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-0.1.0.tgz",
-        "conventional-changelog-codemirror": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.1.0.tgz",
-        "conventional-changelog-core": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-1.8.0.tgz",
-        "conventional-changelog-ember": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-0.2.5.tgz",
-        "conventional-changelog-eslint": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-0.1.0.tgz",
-        "conventional-changelog-express": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-0.1.0.tgz",
-        "conventional-changelog-jquery": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-0.1.0.tgz",
-        "conventional-changelog-jscs": "https://registry.npmjs.org/conventional-changelog-jscs/-/conventional-changelog-jscs-0.1.0.tgz",
-        "conventional-changelog-jshint": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-0.1.0.tgz"
+        "conventional-changelog-angular": "^1.3.3",
+        "conventional-changelog-atom": "^0.1.0",
+        "conventional-changelog-codemirror": "^0.1.0",
+        "conventional-changelog-core": "^1.8.0",
+        "conventional-changelog-ember": "^0.2.5",
+        "conventional-changelog-eslint": "^0.1.0",
+        "conventional-changelog-express": "^0.1.0",
+        "conventional-changelog-jquery": "^0.1.0",
+        "conventional-changelog-jscs": "^0.1.0",
+        "conventional-changelog-jshint": "^0.1.0"
       }
     },
     "conventional-changelog-angular": {
-      "version": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-1.3.3.tgz",
+      "version": "1.3.3",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-1.3.3.tgz",
       "integrity": "sha1-586AeoXdR1DhtBf3ZgRUl1EeByY=",
       "dev": true,
       "requires": {
-        "compare-func": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
-        "github-url-from-git": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.5.0.tgz",
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "compare-func": "^1.3.1",
+        "github-url-from-git": "^1.4.0",
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-atom": {
-      "version": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-0.1.0.tgz",
       "integrity": "sha1-Z6R8ZqQrL4kJ7xWHyZia4d5zC5I=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-codemirror": {
-      "version": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.1.0.tgz",
       "integrity": "sha1-dXelkdv5tTjnoVCn7mL2WihyszQ=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-core": {
-      "version": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-1.8.0.tgz",
+      "version": "1.8.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-1.8.0.tgz",
       "integrity": "sha1-l3hItBbK8V+wnyCxKmLUDvFFuVc=",
       "dev": true,
       "requires": {
-        "conventional-changelog-writer": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-1.4.1.tgz",
-        "conventional-commits-parser": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-1.3.0.tgz",
-        "dateformat": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
-        "get-pkg-repo": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.3.0.tgz",
-        "git-raw-commits": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-1.2.0.tgz",
-        "git-remote-origin-url": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz",
-        "git-semver-tags": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.0.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
-        "normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz",
-        "read-pkg": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
-        "read-pkg-up": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "conventional-changelog-writer": "^1.1.0",
+        "conventional-commits-parser": "^1.0.0",
+        "dateformat": "^1.0.12",
+        "get-pkg-repo": "^1.0.0",
+        "git-raw-commits": "^1.2.0",
+        "git-remote-origin-url": "^2.0.0",
+        "git-semver-tags": "^1.2.0",
+        "lodash": "^4.0.0",
+        "normalize-package-data": "^2.3.5",
+        "q": "^1.4.1",
+        "read-pkg": "^1.1.0",
+        "read-pkg-up": "^1.0.1",
+        "through2": "^2.0.0"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+          "version": "4.17.4",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
           "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
           "dev": true
         }
       }
     },
     "conventional-changelog-ember": {
-      "version": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-0.2.5.tgz",
+      "version": "0.2.5",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-0.2.5.tgz",
       "integrity": "sha1-ziHVz4PNXr4F0j/fIy2IRPS1ak8=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-eslint": {
-      "version": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-0.1.0.tgz",
       "integrity": "sha1-pSQR6ZngUBzlALhWsKZD0DMJB+I=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-express": {
-      "version": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-0.1.0.tgz",
       "integrity": "sha1-VcbIQcgRliA2wDe9vZZKVK4xD84=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-jquery": {
-      "version": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-0.1.0.tgz",
       "integrity": "sha1-Agg5cWLjhGmG5xJztsecW1+A9RA=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-jscs": {
-      "version": "https://registry.npmjs.org/conventional-changelog-jscs/-/conventional-changelog-jscs-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-jscs/-/conventional-changelog-jscs-0.1.0.tgz",
       "integrity": "sha1-BHnrRDzH1yxYvwvPDvHURKkvDlw=",
       "dev": true,
       "requires": {
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-jshint": {
-      "version": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-0.1.0.tgz",
       "integrity": "sha1-AMq46aMxdIer2UxNhGcTQpGNKgc=",
       "dev": true,
       "requires": {
-        "compare-func": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz"
+        "compare-func": "^1.3.1",
+        "q": "^1.4.1"
       }
     },
     "conventional-changelog-writer": {
-      "version": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-1.4.1.tgz",
+      "version": "1.4.1",
+      "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-1.4.1.tgz",
       "integrity": "sha1-P0y00APrtWmJ0w00WJO1KkNjnI4=",
       "dev": true,
       "requires": {
-        "compare-func": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
-        "conventional-commits-filter": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-1.0.0.tgz",
-        "dateformat": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
-        "handlebars": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.6.tgz",
-        "json-stringify-safe": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
-        "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
-        "split": "https://registry.npmjs.org/split/-/split-1.0.0.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "compare-func": "^1.3.1",
+        "conventional-commits-filter": "^1.0.0",
+        "dateformat": "^1.0.11",
+        "handlebars": "^4.0.2",
+        "json-stringify-safe": "^5.0.1",
+        "lodash": "^4.0.0",
+        "meow": "^3.3.0",
+        "semver": "^5.0.1",
+        "split": "^1.0.0",
+        "through2": "^2.0.0"
       },
       "dependencies": {
         "async": {
-          "version": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
+          "version": "1.5.2",
+          "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
           "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
           "dev": true
         },
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
           "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
           "dev": true,
           "optional": true
         },
         "cliui": {
-          "version": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
           "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
           "dev": true,
           "optional": true,
           "requires": {
-            "center-align": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-            "right-align": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
+            "center-align": "^0.1.1",
+            "right-align": "^0.1.1",
+            "wordwrap": "0.0.2"
           },
           "dependencies": {
             "wordwrap": {
-              "version": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
+              "version": "0.0.2",
+              "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
               "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
               "dev": true,
               "optional": true
@@ -1490,61 +1679,69 @@
           }
         },
         "handlebars": {
-          "version": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.6.tgz",
+          "version": "4.0.6",
+          "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.6.tgz",
           "integrity": "sha1-LORISFBTf5yXqAJtU5m5NcTtTtc=",
           "dev": true,
           "requires": {
-            "async": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
-            "optimist": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
-            "uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.21.tgz"
+            "async": "^1.4.0",
+            "optimist": "^0.6.1",
+            "source-map": "^0.4.4",
+            "uglify-js": "^2.6"
           }
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+          "version": "4.17.4",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
           "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
           "dev": true
         },
         "minimist": {
-          "version": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
+          "version": "0.0.10",
+          "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
           "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
           "dev": true
         },
         "optimist": {
-          "version": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
+          "version": "0.6.1",
+          "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
           "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
           "dev": true,
           "requires": {
-            "minimist": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"
+            "minimist": "~0.0.1",
+            "wordwrap": "~0.0.2"
           }
         },
         "semver": {
-          "version": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
+          "version": "5.3.0",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
           "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
           "dev": true
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         },
         "uglify-js": {
-          "version": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.21.tgz",
+          "version": "2.8.21",
+          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.21.tgz",
           "integrity": "sha1-FzP2aa5vgvyQx7JewPXHg+43UxQ=",
           "dev": true,
           "optional": true,
           "requires": {
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-            "uglify-to-browserify": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
-            "yargs": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
+            "source-map": "~0.5.1",
+            "uglify-to-browserify": "~1.0.0",
+            "yargs": "~3.10.0"
           },
           "dependencies": {
             "source-map": {
-              "version": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
+              "version": "0.5.6",
+              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
               "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=",
               "dev": true,
               "optional": true
@@ -1552,76 +1749,85 @@
           }
         },
         "window-size": {
-          "version": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
           "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
           "dev": true,
           "optional": true
         },
         "yargs": {
-          "version": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+          "version": "3.10.0",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
           "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
           "dev": true,
           "optional": true,
           "requires": {
-            "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-            "cliui": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz"
+            "camelcase": "^1.0.2",
+            "cliui": "^2.1.0",
+            "decamelize": "^1.0.0",
+            "window-size": "0.1.0"
           }
         }
       }
     },
     "conventional-commits-filter": {
-      "version": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-1.0.0.tgz",
       "integrity": "sha1-b8KmWTcrw/IznPn//34bA0S5MDk=",
       "dev": true,
       "requires": {
-        "is-subset": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
-        "modify-values": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.0.tgz"
+        "is-subset": "^0.1.1",
+        "modify-values": "^1.0.0"
       }
     },
     "conventional-commits-parser": {
-      "version": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-1.3.0.tgz",
       "integrity": "sha1-4ye1MZThp61dxjR57pCZpSsCSGU=",
       "dev": true,
       "requires": {
-        "is-text-path": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz",
-        "JSONStream": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
-        "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
-        "split2": "https://registry.npmjs.org/split2/-/split2-2.1.1.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "trim-off-newlines": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz"
+        "JSONStream": "^1.0.4",
+        "is-text-path": "^1.0.0",
+        "lodash": "^4.2.1",
+        "meow": "^3.3.0",
+        "split2": "^2.0.0",
+        "through2": "^2.0.0",
+        "trim-off-newlines": "^1.0.0"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+          "version": "4.17.4",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
           "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
           "dev": true
         }
       }
     },
     "convert-source-map": {
-      "version": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz",
       "integrity": "sha1-6fPpxuJyjvwmdmlqcOs4L3MQamc=",
       "dev": true
     },
     "cookie": {
-      "version": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
+      "version": "0.3.1",
+      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
       "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
       "dev": true
     },
     "cookie-parser": {
-      "version": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
+      "version": "1.4.3",
+      "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
       "integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
       "dev": true,
       "requires": {
-        "cookie": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
-        "cookie-signature": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
+        "cookie": "0.3.1",
+        "cookie-signature": "1.0.6"
       }
     },
     "cookie-signature": {
-      "version": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+      "version": "1.0.6",
+      "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
       "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
       "dev": true
     },
@@ -1631,12 +1837,12 @@
       "integrity": "sha1-qNo6xBqiIgrim9PFi2mEKU8sWTw=",
       "dev": true,
       "requires": {
-        "glob": "7.1.2",
-        "ltcdr": "2.2.1",
-        "minimatch": "3.0.4",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
+        "glob": "^7.0.5",
+        "ltcdr": "^2.2.1",
+        "minimatch": "^3.0.3",
+        "mkdirp": "^0.5.1",
         "noms": "0.0.0",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "through2": "^2.0.1"
       },
       "dependencies": {
         "balanced-match": {
@@ -1651,8 +1857,8 @@
           "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
           "dev": true,
           "requires": {
-            "balanced-match": "1.0.0",
-            "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+            "balanced-match": "^1.0.0",
+            "concat-map": "0.0.1"
           }
         },
         "glob": {
@@ -1661,12 +1867,12 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "minimatch": {
@@ -1675,133 +1881,148 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           }
         }
       }
     },
     "core-js": {
-      "version": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
+      "version": "1.2.7",
+      "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
       "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
       "dev": true,
       "optional": true
     },
     "core-util-is": {
-      "version": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
       "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
       "dev": true
     },
     "cross-spawn": {
-      "version": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
       "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
       "dev": true,
       "requires": {
-        "lru-cache": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz",
-        "which": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
+        "lru-cache": "^4.0.1",
+        "which": "^1.2.9"
       },
       "dependencies": {
         "lru-cache": {
-          "version": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz",
+          "version": "4.0.2",
+          "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz",
           "integrity": "sha1-HRdnnAac2l0ECZGgnbwsDbN35V4=",
           "dev": true,
           "requires": {
-            "pseudomap": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
-            "yallist": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz"
+            "pseudomap": "^1.0.1",
+            "yallist": "^2.0.0"
           }
         }
       }
     },
     "cryptiles": {
-      "version": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
+      "version": "2.0.5",
+      "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
       "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
       "dev": true,
       "requires": {
-        "boom": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
+        "boom": "2.x.x"
       }
     },
     "crypto-browserify": {
-      "version": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.2.8.tgz",
+      "version": "3.2.8",
+      "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.2.8.tgz",
       "integrity": "sha1-ubEdvm2WUd2IKgHmzEZ99xjs8Yk=",
       "dev": true,
       "requires": {
-        "pbkdf2-compat": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
-        "ripemd160": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz",
-        "sha.js": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz"
+        "pbkdf2-compat": "2.0.1",
+        "ripemd160": "0.2.0",
+        "sha.js": "2.2.6"
       }
     },
     "css": {
-      "version": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
       "integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=",
       "dev": true,
       "requires": {
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
-        "source-map-resolve": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.3.1.tgz",
-        "urix": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz"
+        "inherits": "^2.0.1",
+        "source-map": "^0.1.38",
+        "source-map-resolve": "^0.3.0",
+        "urix": "^0.1.0"
       },
       "dependencies": {
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
+          "version": "0.1.43",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
           "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "css-color-converter": {
-      "version": "https://registry.npmjs.org/css-color-converter/-/css-color-converter-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/css-color-converter/-/css-color-converter-1.1.0.tgz",
       "integrity": "sha1-wufZPC6WyK2Msax6Hy5J2AUq3jY=",
       "dev": true,
       "requires": {
-        "color-convert": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
-        "color-name": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz"
+        "color-convert": "^0.5.2",
+        "color-name": "^1.0.0"
       }
     },
     "css-color-function": {
-      "version": "https://registry.npmjs.org/css-color-function/-/css-color-function-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/css-color-function/-/css-color-function-1.3.0.tgz",
       "integrity": "sha1-csdnuvl48BuKipT0Lxe6XSKndvw=",
       "dev": true,
       "requires": {
-        "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
-        "color": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
-        "rgb": "https://registry.npmjs.org/rgb/-/rgb-0.1.0.tgz"
+        "balanced-match": "0.1.0",
+        "color": "^0.11.0",
+        "debug": "~0.7.4",
+        "rgb": "~0.1.0"
       },
       "dependencies": {
         "balanced-match": {
-          "version": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
           "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=",
           "dev": true
         },
         "color": {
-          "version": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
+          "version": "0.11.4",
+          "resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
           "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
           "dev": true,
           "requires": {
-            "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
-            "color-convert": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz",
-            "color-string": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz"
+            "clone": "^1.0.2",
+            "color-convert": "^1.3.0",
+            "color-string": "^0.3.0"
           }
         },
         "color-convert": {
-          "version": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz",
+          "version": "1.8.2",
+          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.8.2.tgz",
           "integrity": "sha1-voaBhNfIYxdm1U5weOJnLXx+Mzk=",
           "dev": true,
           "requires": {
-            "color-name": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz"
+            "color-name": "^1.1.1"
           }
         },
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
+          "version": "0.7.4",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
           "integrity": "sha1-BuHqgILCyxTjmAbiLi9vdX+Srzk=",
           "dev": true
         }
       }
     },
     "css-color-names": {
-      "version": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
       "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=",
       "dev": true
     },
@@ -1836,7 +2057,8 @@
       "dev": true
     },
     "css-list": {
-      "version": "https://registry.npmjs.org/css-list/-/css-list-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/css-list/-/css-list-0.1.3.tgz",
       "integrity": "sha1-p7M7RBn4PUEjIN3pEzoNEASUjXA=",
       "dev": true
     },
@@ -1846,63 +2068,69 @@
       "integrity": "sha1-//VxkiAtuDJAxBaG+RnkSacCT30=",
       "dev": true,
       "requires": {
-        "tcomb": "2.7.0"
+        "tcomb": "^2.5.0"
       }
     },
     "css-loader": {
-      "version": "https://registry.npmjs.org/css-loader/-/css-loader-0.26.0.tgz",
+      "version": "0.26.0",
+      "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-0.26.0.tgz",
       "integrity": "sha1-Fg03j1uOD9T/ba9PNYDiIZszAl8=",
       "dev": true,
       "requires": {
-        "babel-code-frame": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.16.0.tgz",
-        "css-selector-tokenizer": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz",
-        "cssnano": "https://registry.npmjs.org/cssnano/-/cssnano-2.6.1.tgz",
-        "loader-utils": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz",
-        "lodash.camelcase": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
-        "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-modules-extract-imports": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.1.tgz",
-        "postcss-modules-local-by-default": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.1.1.tgz",
-        "postcss-modules-scope": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.2.tgz",
-        "postcss-modules-values": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.2.2.tgz",
-        "source-list-map": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.6.tgz"
+        "babel-code-frame": "^6.11.0",
+        "css-selector-tokenizer": "^0.7.0",
+        "cssnano": ">=2.6.1 <4",
+        "loader-utils": "~0.2.2",
+        "lodash.camelcase": "^4.3.0",
+        "object-assign": "^4.0.1",
+        "postcss": "^5.0.6",
+        "postcss-modules-extract-imports": "^1.0.0",
+        "postcss-modules-local-by-default": "^1.0.1",
+        "postcss-modules-scope": "^1.0.0",
+        "postcss-modules-values": "^1.1.0",
+        "source-list-map": "^0.1.4"
       },
       "dependencies": {
         "object-assign": {
-          "version": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
           "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=",
           "dev": true
         }
       }
     },
     "css-parse": {
-      "version": "https://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz",
       "integrity": "sha1-OLBQP7+dqfVOnB29pg4UXHcRe90=",
       "dev": true
     },
     "css-select": {
-      "version": "https://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz",
       "integrity": "sha1-sRIcpRhI3SZOIkTQWM7iVN7rRLA=",
       "dev": true,
       "requires": {
-        "boolbase": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
-        "css-what": "https://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz",
-        "domutils": "https://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz",
-        "nth-check": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz"
+        "boolbase": "~1.0.0",
+        "css-what": "1.0",
+        "domutils": "1.4",
+        "nth-check": "~1.0.0"
       }
     },
     "css-selector-tokenizer": {
-      "version": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz",
+      "version": "0.7.0",
+      "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz",
       "integrity": "sha1-5piEdK6MlTR3v15+/s/OzNnPTIY=",
       "dev": true,
       "requires": {
-        "cssesc": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
-        "fastparse": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
-        "regexpu-core": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz"
+        "cssesc": "^0.1.0",
+        "fastparse": "^1.1.1",
+        "regexpu-core": "^1.0.0"
       }
     },
     "css-stringify": {
-      "version": "https://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz",
       "integrity": "sha1-sNBClG2ylTu50pKQCmy19tASIDE=",
       "dev": true
     },
@@ -1913,187 +2141,202 @@
       "dev": true
     },
     "css-unit-converter": {
-      "version": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.0.0.tgz",
       "integrity": "sha1-jOxWofG4pR2o2O6FP845ii8hbNY=",
       "dev": true
     },
     "css-what": {
-      "version": "https://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz",
       "integrity": "sha1-18wt9FGAZm+Z0rFEYmOUaeAPc2w=",
       "dev": true
     },
     "cssesc": {
-      "version": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
       "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=",
       "dev": true
     },
     "cssnano": {
-      "version": "https://registry.npmjs.org/cssnano/-/cssnano-2.6.1.tgz",
+      "version": "2.6.1",
+      "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-2.6.1.tgz",
       "integrity": "sha1-f7NyEsz/RNPpNuAmxvZ14xR9gCQ=",
       "dev": true,
       "requires": {
-        "autoprefixer-core": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.2.1.tgz",
-        "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.1.tgz",
-        "css-list": "https://registry.npmjs.org/css-list/-/css-list-0.1.3.tgz",
-        "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-        "defined": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
-        "indexes-of": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-calc": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-4.1.0.tgz",
-        "postcss-colormin": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-1.2.7.tgz",
-        "postcss-convert-values": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-1.3.1.tgz",
-        "postcss-discard-comments": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-1.2.1.tgz",
-        "postcss-discard-duplicates": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-1.2.1.tgz",
-        "postcss-discard-empty": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-1.1.2.tgz",
-        "postcss-discard-unused": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-1.0.3.tgz",
-        "postcss-filter-plugins": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-1.0.1.tgz",
-        "postcss-font-family": "https://registry.npmjs.org/postcss-font-family/-/postcss-font-family-1.2.1.tgz",
-        "postcss-merge-idents": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-1.0.2.tgz",
-        "postcss-merge-longhand": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-1.0.2.tgz",
-        "postcss-merge-rules": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-1.3.6.tgz",
-        "postcss-minify-font-weight": "https://registry.npmjs.org/postcss-minify-font-weight/-/postcss-minify-font-weight-1.0.1.tgz",
-        "postcss-minify-selectors": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-1.5.0.tgz",
-        "postcss-normalize-url": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-2.1.3.tgz",
-        "postcss-ordered-values": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-1.1.1.tgz",
-        "postcss-reduce-idents": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-1.0.3.tgz",
-        "postcss-single-charset": "https://registry.npmjs.org/postcss-single-charset/-/postcss-single-charset-0.3.0.tgz",
-        "postcss-unique-selectors": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-1.0.1.tgz",
-        "postcss-zindex": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-1.1.3.tgz",
-        "read-file-stdin": "https://registry.npmjs.org/read-file-stdin/-/read-file-stdin-0.2.1.tgz",
-        "write-file-stdout": "https://registry.npmjs.org/write-file-stdout/-/write-file-stdout-0.0.2.tgz"
+        "autoprefixer-core": "^5.2.1",
+        "balanced-match": "^0.2.0",
+        "css-list": "^0.1.2",
+        "decamelize": "^1.0.0",
+        "defined": "^1.0.0",
+        "indexes-of": "^1.0.1",
+        "minimist": "^1.1.3",
+        "postcss": "^4.1.16",
+        "postcss-calc": "^4.1.0",
+        "postcss-colormin": "^1.2.5",
+        "postcss-convert-values": "^1.2.4",
+        "postcss-discard-comments": "^1.2.1",
+        "postcss-discard-duplicates": "^1.1.5",
+        "postcss-discard-empty": "^1.1.2",
+        "postcss-discard-unused": "^1.0.3",
+        "postcss-filter-plugins": "^1.0.0",
+        "postcss-font-family": "^1.2.1",
+        "postcss-merge-idents": "^1.0.1",
+        "postcss-merge-longhand": "^1.0.1",
+        "postcss-merge-rules": "^1.3.5",
+        "postcss-minify-font-weight": "^1.0.1",
+        "postcss-minify-selectors": "^1.5.0",
+        "postcss-normalize-url": "^2.1.1",
+        "postcss-ordered-values": "^1.0.1",
+        "postcss-reduce-idents": "^1.0.2",
+        "postcss-single-charset": "^0.3.0",
+        "postcss-unique-selectors": "^1.0.0",
+        "postcss-zindex": "^1.1.3",
+        "read-file-stdin": "^0.2.0",
+        "write-file-stdout": "0.0.2"
       },
       "dependencies": {
         "balanced-match": {
-          "version": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.1.tgz",
+          "version": "0.2.1",
+          "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.1.tgz",
           "integrity": "sha1-e8ZYtL7WHu5CStdPdfXD4sTfPMc=",
           "dev": true
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "cssnext": {
-      "version": "https://registry.npmjs.org/cssnext/-/cssnext-1.8.4.tgz",
+      "version": "1.8.4",
+      "resolved": "https://registry.npmjs.org/cssnext/-/cssnext-1.8.4.tgz",
       "integrity": "sha1-wewiqVwg6gt0QfOvL2ZK3Gch4YE=",
       "dev": true,
       "requires": {
-        "autoprefixer-core": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.2.1.tgz",
-        "caniuse-api": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.5.2.tgz",
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "chokidar": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz",
-        "commander": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
-        "cssnano": "https://registry.npmjs.org/cssnano/-/cssnano-2.6.1.tgz",
-        "exit": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "pixrem": "https://registry.npmjs.org/pixrem/-/pixrem-1.3.1.tgz",
-        "pleeease-filters": "https://registry.npmjs.org/pleeease-filters/-/pleeease-filters-1.0.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-calc": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-4.1.0.tgz",
-        "postcss-color-function": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-1.3.2.tgz",
-        "postcss-color-gray": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-2.0.0.tgz",
-        "postcss-color-hex-alpha": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-1.3.0.tgz",
-        "postcss-color-hwb": "https://registry.npmjs.org/postcss-color-hwb/-/postcss-color-hwb-1.2.0.tgz",
-        "postcss-color-rebeccapurple": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-1.2.0.tgz",
-        "postcss-color-rgba-fallback": "https://registry.npmjs.org/postcss-color-rgba-fallback/-/postcss-color-rgba-fallback-1.3.1.tgz",
-        "postcss-custom-media": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-4.1.0.tgz",
-        "postcss-custom-properties": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-4.2.0.tgz",
-        "postcss-custom-selectors": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-2.3.0.tgz",
-        "postcss-font-variant": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-1.2.0.tgz",
-        "postcss-import": "https://registry.npmjs.org/postcss-import/-/postcss-import-6.2.0.tgz",
-        "postcss-media-minmax": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-1.2.0.tgz",
-        "postcss-messages": "https://registry.npmjs.org/postcss-messages/-/postcss-messages-0.2.2.tgz",
-        "postcss-pseudo-class-any-link": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-0.2.1.tgz",
-        "postcss-pseudoelements": "https://registry.npmjs.org/postcss-pseudoelements/-/postcss-pseudoelements-2.2.0.tgz",
-        "postcss-reporter": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-0.1.0.tgz",
-        "postcss-selector-matches": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-1.2.1.tgz",
-        "postcss-selector-not": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-1.2.1.tgz",
-        "postcss-url": "https://registry.npmjs.org/postcss-url/-/postcss-url-4.0.1.tgz",
-        "read-file-stdin": "https://registry.npmjs.org/read-file-stdin/-/read-file-stdin-0.2.1.tgz",
-        "to-slug-case": "https://registry.npmjs.org/to-slug-case/-/to-slug-case-0.1.2.tgz",
-        "to-space-case": "https://registry.npmjs.org/to-space-case/-/to-space-case-0.1.3.tgz",
-        "write-file-stdout": "https://registry.npmjs.org/write-file-stdout/-/write-file-stdout-0.0.2.tgz"
+        "autoprefixer-core": "^5.0.0",
+        "caniuse-api": "^1.3.1",
+        "chalk": "^1.0.0",
+        "chokidar": "^1.0.0",
+        "commander": "^2.3.0",
+        "cssnano": "^2.6.1",
+        "exit": "^0.1.2",
+        "mkdirp": "^0.5.1",
+        "pixrem": "^1.1.0",
+        "pleeease-filters": "^1.0.0",
+        "postcss": "^4.0.2",
+        "postcss-calc": "^4.0.0",
+        "postcss-color-function": "^1.1.0",
+        "postcss-color-gray": "^2.0.0",
+        "postcss-color-hex-alpha": "^1.1.0",
+        "postcss-color-hwb": "^1.1.0",
+        "postcss-color-rebeccapurple": "^1.1.0",
+        "postcss-color-rgba-fallback": "^1.0.0",
+        "postcss-custom-media": "^4.0.0",
+        "postcss-custom-properties": "^4.0.0",
+        "postcss-custom-selectors": "^2.3.0",
+        "postcss-font-variant": "^1.0.0",
+        "postcss-import": "^6.0.0",
+        "postcss-media-minmax": "^1.1.0",
+        "postcss-messages": "^0.2.2",
+        "postcss-pseudo-class-any-link": "^0.2.1",
+        "postcss-pseudoelements": "^2.1.1",
+        "postcss-reporter": "^0.1.0",
+        "postcss-selector-matches": "^1.2.1",
+        "postcss-selector-not": "^1.0.1",
+        "postcss-url": "^4.0.1",
+        "read-file-stdin": "^0.2.0",
+        "to-slug-case": "^0.1.2",
+        "to-space-case": "^0.1.3",
+        "write-file-stdout": "0.0.2"
       },
       "dependencies": {
         "balanced-match": {
-          "version": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
           "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=",
           "dev": true
         },
         "clone": {
-          "version": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz",
+          "version": "0.1.19",
+          "resolved": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz",
           "integrity": "sha1-YT+2hjmyaklKxTJT4Vsaa9iK2oU=",
           "dev": true
         },
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
+          "version": "5.0.15",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
           "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
           "dev": true,
           "requires": {
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "2 || 3",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "postcss-color-function": {
-          "version": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-1.3.2.tgz",
+          "version": "1.3.2",
+          "resolved": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-1.3.2.tgz",
           "integrity": "sha1-YLOhzkXftwQEx87f5jPdaFxswYk=",
           "dev": true,
           "requires": {
-            "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
-            "css-color-function": "https://registry.npmjs.org/css-color-function/-/css-color-function-1.3.0.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-            "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-1.1.1.tgz"
+            "balanced-match": "^0.1.0",
+            "css-color-function": "^1.2.0",
+            "postcss": "^4.1.11",
+            "postcss-message-helpers": "^1.1.0"
           }
         },
         "postcss-custom-media": {
-          "version": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-4.1.0.tgz",
           "integrity": "sha1-uZvl7elbcu0eidwYoTjsXGPfS+4=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+            "postcss": "^4.1.4"
           }
         },
         "postcss-import": {
-          "version": "https://registry.npmjs.org/postcss-import/-/postcss-import-6.2.0.tgz",
+          "version": "6.2.0",
+          "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-6.2.0.tgz",
           "integrity": "sha1-buF+jtiusrNRBI8vPi961vjs9zo=",
           "dev": true,
           "requires": {
-            "clone": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz",
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "glob": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
-            "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-            "postcss-message-helpers": "2.0.0",
-            "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
+            "clone": "^0.1.17",
+            "es6-promise": "^2.3.0",
+            "glob": "^5.0.1",
+            "object-assign": "^3.0.0",
+            "postcss": "^4.1.4",
+            "postcss-message-helpers": "^2.0.0",
+            "resolve": "^1.0.0"
           },
           "dependencies": {
             "postcss-message-helpers": {
@@ -2105,102 +2348,115 @@
           }
         },
         "postcss-message-helpers": {
-          "version": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-1.1.1.tgz",
+          "version": "1.1.1",
+          "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-1.1.1.tgz",
           "integrity": "sha1-zoV0R65YyOwQh+DUq/CYKrT96qI=",
           "dev": true
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "csso": {
-      "version": "https://registry.npmjs.org/csso/-/csso-2.2.1.tgz",
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/csso/-/csso-2.2.1.tgz",
       "integrity": "sha1-Ufu1NH5Q6B5u1RZopISQrm/ir+I=",
       "dev": true,
       "requires": {
-        "clap": "https://registry.npmjs.org/clap/-/clap-1.1.1.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
+        "clap": "^1.0.9",
+        "source-map": "^0.5.3"
       }
     },
     "currently-unhandled": {
-      "version": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
+      "version": "0.4.1",
+      "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
       "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
       "dev": true,
       "requires": {
-        "array-find-index": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
+        "array-find-index": "^1.0.1"
       }
     },
     "d": {
-      "version": "https://registry.npmjs.org/d/-/d-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/d/-/d-0.1.1.tgz",
       "integrity": "sha1-2hhMU10Y2O57oqoim5FACfrhEwk=",
       "dev": true,
       "requires": {
-        "es5-ext": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz"
+        "es5-ext": "~0.10.2"
       }
     },
     "dargs": {
-      "version": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz",
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz",
       "integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=",
       "dev": true,
       "requires": {
-        "number-is-nan": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
+        "number-is-nan": "^1.0.0"
       }
     },
     "dashdash": {
-      "version": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
+      "version": "1.14.1",
+      "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
       "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
       "dev": true,
       "requires": {
-        "assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
+        "assert-plus": "^1.0.0"
       },
       "dependencies": {
         "assert-plus": {
-          "version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
           "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
           "dev": true
         }
       }
     },
     "data-uri-to-buffer": {
-      "version": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-0.0.4.tgz",
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-0.0.4.tgz",
       "integrity": "sha1-RuE6udqOMJdFyNAc5UchPr2y/j8=",
       "dev": true
     },
     "date-now": {
-      "version": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
       "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
       "dev": true
     },
     "dateformat": {
-      "version": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
+      "version": "1.0.12",
+      "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
       "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
       "dev": true,
       "requires": {
-        "get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
-        "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz"
+        "get-stdin": "^4.0.1",
+        "meow": "^3.3.0"
       }
     },
     "debug": {
-      "version": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
+      "version": "2.3.3",
+      "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
       "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
       "dev": true,
       "requires": {
-        "ms": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz"
+        "ms": "0.7.2"
       }
     },
     "debug-fabulous": {
-      "version": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.0.4.tgz",
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.0.4.tgz",
       "integrity": "sha1-+gccXYdIRoVCSAdCHKSxawsaB2M=",
       "dev": true,
       "requires": {
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
-        "lazy-debug-legacy": "https://registry.npmjs.org/lazy-debug-legacy/-/lazy-debug-legacy-0.0.1.tgz",
+        "debug": "2.X",
+        "lazy-debug-legacy": "0.0.X",
         "object-assign": "4.1.0"
       },
       "dependencies": {
@@ -2213,7 +2469,8 @@
       }
     },
     "decamelize": {
-      "version": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
       "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
       "dev": true
     },
@@ -2224,112 +2481,126 @@
       "dev": true
     },
     "defaults": {
-      "version": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
       "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
       "dev": true,
       "requires": {
-        "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz"
+        "clone": "^1.0.2"
       }
     },
     "defined": {
-      "version": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
       "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=",
       "dev": true
     },
     "del": {
-      "version": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
+      "version": "2.2.2",
+      "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
       "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
       "dev": true,
       "requires": {
-        "globby": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
-        "is-path-cwd": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
-        "is-path-in-cwd": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
-        "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
-        "pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
+        "globby": "^5.0.0",
+        "is-path-cwd": "^1.0.0",
+        "is-path-in-cwd": "^1.0.0",
+        "object-assign": "^4.0.1",
+        "pify": "^2.0.0",
+        "pinkie-promise": "^2.0.0",
+        "rimraf": "^2.2.8"
       },
       "dependencies": {
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
+          "version": "7.1.1",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
           "integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.2",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "globby": {
-          "version": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
+          "version": "5.0.0",
+          "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
           "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
           "dev": true,
           "requires": {
-            "array-union": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
-            "arrify": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
-            "glob": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
-            "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
-            "pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-            "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
+            "array-union": "^1.0.1",
+            "arrify": "^1.0.0",
+            "glob": "^7.0.3",
+            "object-assign": "^4.0.1",
+            "pify": "^2.0.0",
+            "pinkie-promise": "^2.0.0"
           }
         },
         "minimatch": {
-          "version": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
+          "version": "3.0.3",
+          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
           "integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
           "dev": true,
           "requires": {
-            "brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
+            "brace-expansion": "^1.0.0"
           }
         },
         "object-assign": {
-          "version": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
           "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=",
           "dev": true
         }
       }
     },
     "delayed-stream": {
-      "version": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
       "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
       "dev": true
     },
     "delegates": {
-      "version": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
       "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
       "dev": true
     },
     "depd": {
-      "version": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
       "integrity": "sha1-4b2Cxqq2ztlluXuIsX7T5SjKGMM=",
       "dev": true
     },
     "deprecated": {
-      "version": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
       "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=",
       "dev": true
     },
     "destroy": {
-      "version": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
       "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
       "dev": true
     },
     "detect-file": {
-      "version": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
       "integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=",
       "dev": true,
       "requires": {
-        "fs-exists-sync": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz"
+        "fs-exists-sync": "^0.1.0"
       }
     },
     "detect-indent": {
-      "version": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
       "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
       "dev": true,
       "requires": {
-        "repeating": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"
+        "repeating": "^2.0.0"
       }
     },
     "detect-libc": {
@@ -2339,134 +2610,152 @@
       "dev": true
     },
     "detect-newline": {
-      "version": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
       "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=",
       "dev": true
     },
     "directory-encoder": {
-      "version": "https://registry.npmjs.org/directory-encoder/-/directory-encoder-0.6.1.tgz",
+      "version": "0.6.1",
+      "resolved": "https://registry.npmjs.org/directory-encoder/-/directory-encoder-0.6.1.tgz",
       "integrity": "sha1-rBHFF5JTeWMA5snZX48NG89UGQ8=",
       "dev": true,
       "requires": {
-        "fs-extra": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz",
-        "handlebars": "https://registry.npmjs.org/handlebars/-/handlebars-1.1.2.tgz",
-        "img-stats": "https://registry.npmjs.org/img-stats/-/img-stats-0.4.2.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-2.4.0.tgz"
+        "fs-extra": "0.8.1",
+        "handlebars": "1.1.2",
+        "img-stats": "0.4.2",
+        "lodash": "2.4.0"
       },
       "dependencies": {
         "fs-extra": {
-          "version": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz",
+          "version": "0.8.1",
+          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz",
           "integrity": "sha1-Dld5/7/t9RG8dVWVx/A8BtS0Po0=",
           "dev": true,
           "requires": {
-            "jsonfile": "https://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz",
-            "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
-            "ncp": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz",
-            "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
+            "jsonfile": "~1.1.0",
+            "mkdirp": "0.3.x",
+            "ncp": "~0.4.2",
+            "rimraf": "~2.2.0"
           }
         },
         "jsonfile": {
-          "version": "https://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz",
+          "version": "1.1.1",
+          "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz",
           "integrity": "sha1-2k/WrXfxolUgPqY8e8Mtwx72RDM=",
           "dev": true
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-2.4.0.tgz",
+          "version": "2.4.0",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.0.tgz",
           "integrity": "sha1-VQdJgogzgba3E0t0KlkAu72rawk=",
           "dev": true
         },
         "mkdirp": {
-          "version": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
+          "version": "0.3.5",
+          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
           "integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc=",
           "dev": true
         },
         "ncp": {
-          "version": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz",
+          "version": "0.4.2",
+          "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz",
           "integrity": "sha1-q8xsvT7C7Spyn/bnwfqPAXhKhXQ=",
           "dev": true
         },
         "rimraf": {
-          "version": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
+          "version": "2.2.8",
+          "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
           "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=",
           "dev": true
         }
       }
     },
     "dom-serializer": {
-      "version": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
       "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
       "dev": true,
       "requires": {
-        "domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
-        "entities": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz"
+        "domelementtype": "~1.1.1",
+        "entities": "~1.1.1"
       },
       "dependencies": {
         "domelementtype": {
-          "version": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
+          "version": "1.1.3",
+          "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
           "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=",
           "dev": true
         }
       }
     },
     "domain-browser": {
-      "version": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
+      "version": "1.1.7",
+      "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
       "integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=",
       "dev": true
     },
     "domelementtype": {
-      "version": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
       "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=",
       "dev": true
     },
     "domhandler": {
-      "version": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
       "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
       "dev": true,
       "requires": {
-        "domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz"
+        "domelementtype": "1"
       }
     },
     "domutils": {
-      "version": "https://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz",
+      "version": "1.4.3",
+      "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz",
       "integrity": "sha1-CGVRN5bGswYDGFDhdVFrr4C3Km8=",
       "dev": true,
       "requires": {
-        "domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz"
+        "domelementtype": "1"
       }
     },
     "dot-prop": {
-      "version": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
       "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=",
       "dev": true,
       "requires": {
-        "is-obj": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz"
+        "is-obj": "^1.0.0"
       }
     },
     "duplexer2": {
-      "version": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
+      "version": "0.0.2",
+      "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
       "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
       "dev": true,
       "requires": {
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
+        "readable-stream": "~1.1.9"
       }
     },
     "duplexify": {
-      "version": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz",
+      "version": "3.5.0",
+      "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz",
       "integrity": "sha1-GqdzAC4VeEV+nZ1KULDMquvL1gQ=",
       "dev": true,
       "requires": {
-        "end-of-stream": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "readable-stream": "2.3.4",
-        "stream-shift": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz"
+        "end-of-stream": "1.0.0",
+        "inherits": "^2.0.1",
+        "readable-stream": "^2.0.0",
+        "stream-shift": "^1.0.0"
       },
       "dependencies": {
         "end-of-stream": {
-          "version": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz",
           "integrity": "sha1-1FlucCc0qT5A6a+GQxnqvZn/Lw4=",
           "dev": true,
           "requires": {
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz"
+            "once": "~1.3.0"
           }
         },
         "isarray": {
@@ -2481,13 +2770,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           },
           "dependencies": {
             "process-nextick-args": {
@@ -2502,7 +2791,7 @@
               "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
               "dev": true,
               "requires": {
-                "safe-buffer": "5.1.1"
+                "safe-buffer": "~5.1.0"
               }
             }
           }
@@ -2510,416 +2799,467 @@
       }
     },
     "ecc-jsbn": {
-      "version": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
       "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
       "dev": true,
       "optional": true,
       "requires": {
-        "jsbn": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz"
+        "jsbn": "~0.1.0"
       }
     },
     "ee-first": {
-      "version": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
       "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
       "dev": true
     },
     "emojis-list": {
-      "version": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
       "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
       "dev": true
     },
     "end-of-stream": {
-      "version": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
+      "version": "0.1.5",
+      "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
       "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
       "dev": true,
       "requires": {
-        "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz"
+        "once": "~1.3.0"
       }
     },
     "engine.io": {
-      "version": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.11.tgz",
+      "version": "1.6.11",
+      "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.11.tgz",
       "integrity": "sha1-JTOpemWHbED/z5U5e375tJXEI/4=",
       "dev": true,
       "requires": {
-        "accepts": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz",
-        "base64id": "https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "engine.io-parser": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.4.tgz",
-        "ws": "https://registry.npmjs.org/ws/-/ws-1.1.0.tgz"
+        "accepts": "1.1.4",
+        "base64id": "0.1.0",
+        "debug": "2.2.0",
+        "engine.io-parser": "1.2.4",
+        "ws": "1.1.0"
       },
       "dependencies": {
         "accepts": {
-          "version": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz",
+          "version": "1.1.4",
+          "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz",
           "integrity": "sha1-1xyW99QdD+2iw4zRToonwEFY30o=",
           "dev": true,
           "requires": {
-            "mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz",
-            "negotiator": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz"
+            "mime-types": "~2.0.4",
+            "negotiator": "0.4.9"
           }
         },
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "mime-db": {
-          "version": "https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz",
+          "version": "1.12.0",
+          "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz",
           "integrity": "sha1-PQxjGA9FjrENMlqqN9fFiuMS6dc=",
           "dev": true
         },
         "mime-types": {
-          "version": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz",
+          "version": "2.0.14",
+          "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz",
           "integrity": "sha1-MQ4VnbI+B3+Lsit0jav6SVcUCqY=",
           "dev": true,
           "requires": {
-            "mime-db": "https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz"
+            "mime-db": "~1.12.0"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         },
         "negotiator": {
-          "version": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz",
+          "version": "0.4.9",
+          "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz",
           "integrity": "sha1-kuRrbbU8fkIe1koryU8IvnYw3z8=",
           "dev": true
         }
       }
     },
     "engine.io-client": {
-      "version": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.11.tgz",
+      "version": "1.6.11",
+      "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.11.tgz",
       "integrity": "sha1-fSUNj6HCGBGezeUTkEWKV9UXE3Y=",
       "dev": true,
       "requires": {
-        "component-emitter": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz",
-        "component-inherit": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "engine.io-parser": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.4.tgz",
-        "has-cors": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
-        "indexof": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
-        "parsejson": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz",
-        "parseqs": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz",
-        "parseuri": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz",
-        "ws": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
-        "xmlhttprequest-ssl": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz",
-        "yeast": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz"
+        "component-emitter": "1.1.2",
+        "component-inherit": "0.0.3",
+        "debug": "2.2.0",
+        "engine.io-parser": "1.2.4",
+        "has-cors": "1.1.0",
+        "indexof": "0.0.1",
+        "parsejson": "0.0.1",
+        "parseqs": "0.0.2",
+        "parseuri": "0.0.4",
+        "ws": "1.0.1",
+        "xmlhttprequest-ssl": "1.5.1",
+        "yeast": "0.1.2"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         },
         "ws": {
-          "version": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
+          "version": "1.0.1",
+          "resolved": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
           "integrity": "sha1-fQsqLljN3YGQOcKcneZQReGzEOk=",
           "dev": true,
           "requires": {
-            "options": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
-            "ultron": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"
+            "options": ">=0.0.5",
+            "ultron": "1.0.x"
           }
         }
       }
     },
     "engine.io-parser": {
-      "version": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.4.tgz",
+      "version": "1.2.4",
+      "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.4.tgz",
       "integrity": "sha1-4Il7C/FOeS1M0qWVBVORnFaUjEI=",
       "dev": true,
       "requires": {
-        "after": "https://registry.npmjs.org/after/-/after-0.8.1.tgz",
-        "arraybuffer.slice": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz",
-        "base64-arraybuffer": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz",
-        "blob": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz",
-        "has-binary": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz",
-        "utf8": "https://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz"
+        "after": "0.8.1",
+        "arraybuffer.slice": "0.0.6",
+        "base64-arraybuffer": "0.1.2",
+        "blob": "0.0.4",
+        "has-binary": "0.1.6",
+        "utf8": "2.1.0"
       },
       "dependencies": {
         "has-binary": {
-          "version": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz",
+          "version": "0.1.6",
+          "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz",
           "integrity": "sha1-JTJvOc+k9hath4eJTjryz7x7bhA=",
           "dev": true,
           "requires": {
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
+            "isarray": "0.0.1"
           }
         }
       }
     },
     "enhanced-resolve": {
-      "version": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
+      "version": "0.9.1",
+      "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
       "integrity": "sha1-TW5omzcl+GCQknzMhs2fFjW4ni4=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "memory-fs": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz",
-        "tapable": "https://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz"
+        "graceful-fs": "^4.1.2",
+        "memory-fs": "^0.2.0",
+        "tapable": "^0.1.8"
       },
       "dependencies": {
         "memory-fs": {
-          "version": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz",
+          "version": "0.2.0",
+          "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz",
           "integrity": "sha1-8rslNovBIeORwlIN6Slpyu4KApA=",
           "dev": true
         }
       }
     },
     "entities": {
-      "version": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
       "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
       "dev": true
     },
     "err-code": {
-      "version": "https://registry.npmjs.org/err-code/-/err-code-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.1.tgz",
       "integrity": "sha1-c51xtoUfJNBQ6hjHmltyJCB3HVk=",
       "dev": true,
       "optional": true
     },
     "errno": {
-      "version": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz",
       "integrity": "sha1-uJbiOp5ei6M4cfyZar02NfyaHH0=",
       "dev": true,
       "requires": {
-        "prr": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz"
+        "prr": "~0.0.0"
       }
     },
     "error-ex": {
-      "version": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz",
       "integrity": "sha1-5ntD8+gsluo6WE/+4Ln8MyXYAtk=",
       "dev": true,
       "requires": {
-        "is-arrayish": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz"
+        "is-arrayish": "^0.2.1"
       }
     },
     "es5-ext": {
-      "version": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz",
+      "version": "0.10.12",
+      "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz",
       "integrity": "sha1-qoRkHU23a2Krul5F/YBey6sUAEc=",
       "dev": true,
       "requires": {
-        "es6-iterator": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz",
-        "es6-symbol": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz"
+        "es6-iterator": "2",
+        "es6-symbol": "~3.1"
       }
     },
     "es6-iterator": {
-      "version": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz",
       "integrity": "sha1-vZaFZ9YWNeM8C4BydhPJy0sJa6w=",
       "dev": true,
       "requires": {
-        "d": "https://registry.npmjs.org/d/-/d-0.1.1.tgz",
-        "es5-ext": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz",
-        "es6-symbol": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz"
+        "d": "^0.1.1",
+        "es5-ext": "^0.10.7",
+        "es6-symbol": "3"
       }
     },
     "es6-promise": {
-      "version": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
       "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=",
       "dev": true
     },
     "es6-symbol": {
-      "version": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz",
       "integrity": "sha1-lEgcZV56fK2C66gy2X1UM0ltf/o=",
       "dev": true,
       "requires": {
-        "d": "https://registry.npmjs.org/d/-/d-0.1.1.tgz",
-        "es5-ext": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz"
+        "d": "~0.1.1",
+        "es5-ext": "~0.10.11"
       }
     },
     "es6-template-strings": {
-      "version": "https://registry.npmjs.org/es6-template-strings/-/es6-template-strings-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/es6-template-strings/-/es6-template-strings-2.0.1.tgz",
       "integrity": "sha1-sWbGpiVi9Hi7d3X2ypYQOlmbSyw=",
       "dev": true,
       "requires": {
-        "es5-ext": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz",
-        "esniff": "https://registry.npmjs.org/esniff/-/esniff-1.1.0.tgz"
+        "es5-ext": "^0.10.12",
+        "esniff": "^1.1"
       }
     },
     "escape-html": {
-      "version": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
       "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
       "dev": true
     },
     "escape-string-regexp": {
-      "version": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
       "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
       "dev": true
     },
     "esniff": {
-      "version": "https://registry.npmjs.org/esniff/-/esniff-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/esniff/-/esniff-1.1.0.tgz",
       "integrity": "sha1-xmhJIp+RRk3t4uDUAgHtar9l8qw=",
       "dev": true,
       "requires": {
-        "d": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
-        "es5-ext": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz"
+        "d": "1",
+        "es5-ext": "^0.10.12"
       },
       "dependencies": {
         "d": {
-          "version": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
           "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
           "dev": true,
           "requires": {
-            "es5-ext": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz"
+            "es5-ext": "^0.10.9"
           }
         }
       }
     },
     "esprima": {
-      "version": "https://registry.npmjs.org/esprima/-/esprima-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.0.0.tgz",
       "integrity": "sha1-U88kes2ncxPlUcOqLnM0LT+099k=",
       "dev": true
     },
     "esutils": {
-      "version": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
+      "version": "2.0.2",
+      "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
       "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
       "dev": true
     },
     "etag": {
-      "version": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
       "integrity": "sha1-A9MLX2fdbmMtKUXTDWZScxo01dg=",
       "dev": true
     },
     "events": {
-      "version": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
       "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=",
       "dev": true
     },
     "exec-sh": {
-      "version": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz",
       "integrity": "sha1-FPdd4/INKG75MwmbLOUKkDWc7xA=",
       "dev": true,
       "optional": true,
       "requires": {
-        "merge": "https://registry.npmjs.org/merge/-/merge-1.2.0.tgz"
+        "merge": "^1.1.3"
       }
     },
     "exit": {
-      "version": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
       "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
       "dev": true
     },
     "expand-brackets": {
-      "version": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
+      "version": "0.1.5",
+      "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
       "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
       "dev": true,
       "requires": {
-        "is-posix-bracket": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz"
+        "is-posix-bracket": "^0.1.0"
       }
     },
     "expand-range": {
-      "version": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
+      "version": "1.8.2",
+      "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
       "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
       "dev": true,
       "requires": {
-        "fill-range": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz"
+        "fill-range": "^2.1.0"
       }
     },
     "expand-tilde": {
-      "version": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
+      "version": "1.2.2",
+      "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
       "integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=",
       "dev": true,
       "requires": {
-        "os-homedir": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
+        "os-homedir": "^1.0.1"
       }
     },
     "express": {
-      "version": "https://registry.npmjs.org/express/-/express-4.13.4.tgz",
+      "version": "4.13.4",
+      "resolved": "https://registry.npmjs.org/express/-/express-4.13.4.tgz",
       "integrity": "sha1-PAt288d1kMg0VzkGHsC9O6Bn7CQ=",
       "dev": true,
       "requires": {
-        "accepts": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz",
-        "array-flatten": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
-        "content-disposition": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
-        "content-type": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
-        "cookie": "https://registry.npmjs.org/cookie/-/cookie-0.1.5.tgz",
-        "cookie-signature": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "depd": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
-        "escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
-        "etag": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
-        "finalhandler": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz",
-        "fresh": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
-        "merge-descriptors": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
-        "methods": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
-        "on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
-        "parseurl": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
-        "path-to-regexp": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
-        "proxy-addr": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz",
-        "qs": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
-        "range-parser": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz",
-        "send": "https://registry.npmjs.org/send/-/send-0.13.1.tgz",
-        "serve-static": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz",
-        "type-is": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
-        "utils-merge": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz",
-        "vary": "https://registry.npmjs.org/vary/-/vary-1.0.1.tgz"
+        "accepts": "~1.2.12",
+        "array-flatten": "1.1.1",
+        "content-disposition": "0.5.1",
+        "content-type": "~1.0.1",
+        "cookie": "0.1.5",
+        "cookie-signature": "1.0.6",
+        "debug": "~2.2.0",
+        "depd": "~1.1.0",
+        "escape-html": "~1.0.3",
+        "etag": "~1.7.0",
+        "finalhandler": "0.4.1",
+        "fresh": "0.3.0",
+        "merge-descriptors": "1.0.1",
+        "methods": "~1.1.2",
+        "on-finished": "~2.3.0",
+        "parseurl": "~1.3.1",
+        "path-to-regexp": "0.1.7",
+        "proxy-addr": "~1.0.10",
+        "qs": "4.0.0",
+        "range-parser": "~1.0.3",
+        "send": "0.13.1",
+        "serve-static": "~1.10.2",
+        "type-is": "~1.6.6",
+        "utils-merge": "1.0.0",
+        "vary": "~1.0.1"
       },
       "dependencies": {
         "cookie": {
-          "version": "https://registry.npmjs.org/cookie/-/cookie-0.1.5.tgz",
+          "version": "0.1.5",
+          "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.5.tgz",
           "integrity": "sha1-armUiksa4hlSzSWIUwpHItQETXw=",
           "dev": true
         },
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         },
         "qs": {
-          "version": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
+          "version": "4.0.0",
+          "resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
           "integrity": "sha1-wx2bdOwn33XlQ6hseHKO2NRiNgc=",
           "dev": true
         }
       }
     },
     "extend": {
-      "version": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
       "integrity": "sha1-WkdDU7nzNT3dgXbf03uRyDpG8dQ=",
       "dev": true
     },
     "extend-shallow": {
-      "version": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
       "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
       "dev": true,
       "requires": {
-        "is-extendable": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz"
+        "is-extendable": "^0.1.0"
       }
     },
     "extendify": {
-      "version": "https://registry.npmjs.org/extendify/-/extendify-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/extendify/-/extendify-1.0.0.tgz",
       "integrity": "sha1-md3P961Fxxb1xjrDu8tNn/BAHmE=",
       "dev": true,
       "requires": {
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz"
+        "lodash": "^2.4.1"
       },
       "dependencies": {
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz",
+          "version": "2.4.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz",
           "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=",
           "dev": true
         }
       }
     },
     "extglob": {
-      "version": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
+      "version": "0.3.2",
+      "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
       "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
       "dev": true,
       "requires": {
-        "is-extglob": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz"
+        "is-extglob": "^1.0.0"
       }
     },
     "extract-zip": {
@@ -2967,17 +3307,19 @@
       }
     },
     "extsprintf": {
-      "version": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
       "integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=",
       "dev": true
     },
     "fancy-log": {
-      "version": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz",
       "integrity": "sha1-1aUbU+mrIsoH1VjytnrlX9tfy9g=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "time-stamp": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz"
+        "chalk": "^1.1.1",
+        "time-stamp": "^1.0.0"
       }
     },
     "fast-deep-equal": {
@@ -2993,17 +3335,19 @@
       "dev": true
     },
     "fastparse": {
-      "version": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
       "integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg=",
       "dev": true
     },
     "fb-watchman": {
-      "version": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-1.9.0.tgz",
+      "version": "1.9.0",
+      "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-1.9.0.tgz",
       "integrity": "sha1-byaPHzR6azyHXR6J2n4e15rfwOw=",
       "dev": true,
       "optional": true,
       "requires": {
-        "bser": "https://registry.npmjs.org/bser/-/bser-1.0.2.tgz"
+        "bser": "^1.0.2"
       }
     },
     "fd-slicer": {
@@ -3012,130 +3356,146 @@
       "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=",
       "dev": true,
       "requires": {
-        "pend": "1.2.0"
+        "pend": "~1.2.0"
       }
     },
     "file-loader": {
-      "version": "https://registry.npmjs.org/file-loader/-/file-loader-0.9.0.tgz",
+      "version": "0.9.0",
+      "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-0.9.0.tgz",
       "integrity": "sha1-HS2t3UJM5tGwfP4/eXMb7TYXq0I=",
       "dev": true,
       "requires": {
-        "loader-utils": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz"
+        "loader-utils": "~0.2.5"
       }
     },
     "filename-regex": {
-      "version": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz",
       "integrity": "sha1-mW4+gEebmLmJfxWopYs9CE6SZ3U=",
       "dev": true
     },
     "fill-range": {
-      "version": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
+      "version": "2.2.3",
+      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
       "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
       "dev": true,
       "requires": {
-        "is-number": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
-        "isobject": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
-        "randomatic": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
-        "repeat-element": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
-        "repeat-string": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
+        "is-number": "^2.1.0",
+        "isobject": "^2.0.0",
+        "randomatic": "^1.1.3",
+        "repeat-element": "^1.1.2",
+        "repeat-string": "^1.5.2"
       }
     },
     "finalhandler": {
-      "version": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz",
+      "version": "0.4.1",
+      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz",
       "integrity": "sha1-haF8bFmpRxfSYtYSMNSw6+PUoU0=",
       "dev": true,
       "requires": {
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
-        "on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
-        "unpipe": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
+        "debug": "~2.2.0",
+        "escape-html": "~1.0.3",
+        "on-finished": "~2.3.0",
+        "unpipe": "~1.0.0"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         }
       }
     },
     "find-index": {
-      "version": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
       "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=",
       "dev": true
     },
     "find-up": {
-      "version": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
       "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
       "dev": true,
       "requires": {
-        "path-exists": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
+        "path-exists": "^2.0.0",
+        "pinkie-promise": "^2.0.0"
       }
     },
     "findup-sync": {
-      "version": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
+      "version": "0.4.3",
+      "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
       "integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=",
       "dev": true,
       "requires": {
-        "detect-file": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
-        "is-glob": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
-        "micromatch": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
-        "resolve-dir": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz"
+        "detect-file": "^0.1.0",
+        "is-glob": "^2.0.1",
+        "micromatch": "^2.3.7",
+        "resolve-dir": "^0.1.0"
       }
     },
     "fined": {
-      "version": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
       "integrity": "sha1-WyhCS3YNdZiWC374SA3/itNmDpc=",
       "dev": true,
       "requires": {
-        "expand-tilde": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
-        "lodash.assignwith": "https://registry.npmjs.org/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz",
-        "lodash.isempty": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz",
-        "lodash.isplainobject": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
-        "lodash.isstring": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
-        "lodash.pick": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
-        "parse-filepath": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz"
+        "expand-tilde": "^1.2.1",
+        "lodash.assignwith": "^4.0.7",
+        "lodash.isempty": "^4.2.1",
+        "lodash.isplainobject": "^4.0.4",
+        "lodash.isstring": "^4.0.1",
+        "lodash.pick": "^4.2.1",
+        "parse-filepath": "^1.0.1"
       }
     },
     "first-chunk-stream": {
-      "version": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
       "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=",
       "dev": true
     },
     "flagged-respawn": {
-      "version": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz",
+      "version": "0.3.2",
+      "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz",
       "integrity": "sha1-/xke3c1wiKZ1smEP/8l2vpuAdLU=",
       "dev": true
     },
     "flatten": {
-      "version": "https://registry.npmjs.org/flatten/-/flatten-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/flatten/-/flatten-0.0.1.tgz",
       "integrity": "sha1-VURAdm2goNYDmZ9DNFP2wvxqdcE=",
       "dev": true
     },
     "font-awesome": {
-      "version": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
+      "version": "4.7.0",
+      "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
       "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=",
       "dev": true
     },
     "for-in": {
-      "version": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz",
+      "version": "0.1.6",
+      "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz",
       "integrity": "sha1-yfluib+tGKVFr17D7TUqHZ5bTcg=",
       "dev": true
     },
     "for-own": {
-      "version": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz",
       "integrity": "sha1-AUm0GjkIjHUV9R6+HBOG1F+TUHI=",
       "dev": true,
       "requires": {
-        "for-in": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz"
+        "for-in": "^0.1.5"
       }
     },
     "foreachasync": {
@@ -3145,69 +3505,78 @@
       "dev": true
     },
     "forever-agent": {
-      "version": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
+      "version": "0.6.1",
+      "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
       "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
       "dev": true
     },
     "form-data": {
-      "version": "https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz",
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz",
       "integrity": "sha1-icNTQAi5fq2ky7FX1Y9vXfAl6uQ=",
       "dev": true,
       "requires": {
-        "asynckit": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
-        "combined-stream": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
-        "mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz"
+        "asynckit": "^0.4.0",
+        "combined-stream": "^1.0.5",
+        "mime-types": "^2.1.12"
       }
     },
     "forwarded": {
-      "version": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz",
       "integrity": "sha1-Ge+YdMSuHCl7zweP3mOgm2aoQ2M=",
       "dev": true
     },
     "fresh": {
-      "version": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
       "integrity": "sha1-ZR+DjiJCTnVm3hYdg1jKoZn4PU8=",
       "dev": true
     },
     "fs-exists-sync": {
-      "version": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
       "integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=",
       "dev": true
     },
     "fs-extra": {
-      "version": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
+      "version": "0.26.7",
+      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
       "integrity": "sha1-muH92UiXeY7at20JGM9C0MMYT6k=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "jsonfile": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
-        "klaw": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
-        "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
+        "graceful-fs": "^4.1.2",
+        "jsonfile": "^2.1.0",
+        "klaw": "^1.0.0",
+        "path-is-absolute": "^1.0.0",
+        "rimraf": "^2.2.8"
       }
     },
     "fs-promise": {
-      "version": "https://registry.npmjs.org/fs-promise/-/fs-promise-0.3.1.tgz",
+      "version": "0.3.1",
+      "resolved": "https://registry.npmjs.org/fs-promise/-/fs-promise-0.3.1.tgz",
       "integrity": "sha1-vzQFA2jyTW3J38ZoirXOrY+GhCo=",
       "dev": true,
       "requires": {
-        "any-promise": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz"
+        "any-promise": "~0.1.0"
       }
     },
     "fs.realpath": {
-      "version": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
       "dev": true
     },
     "fstream": {
-      "version": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
+      "version": "1.0.11",
+      "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
       "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
+        "graceful-fs": "^4.1.2",
+        "inherits": "~2.0.0",
+        "mkdirp": ">=0.5 0",
+        "rimraf": "2"
       }
     },
     "fstream-ignore": {
@@ -3216,9 +3585,9 @@
       "integrity": "sha1-nDHa40dnAY/h0kmyTa2mfQktoQU=",
       "dev": true,
       "requires": {
-        "fstream": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "minimatch": "3.0.4"
+        "fstream": "^1.0.0",
+        "inherits": "2",
+        "minimatch": "^3.0.0"
       },
       "dependencies": {
         "balanced-match": {
@@ -3233,8 +3602,8 @@
           "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
           "dev": true,
           "requires": {
-            "balanced-match": "1.0.0",
-            "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+            "balanced-match": "^1.0.0",
+            "concat-map": "0.0.1"
           }
         },
         "minimatch": {
@@ -3243,148 +3612,165 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           }
         }
       }
     },
     "function-bind": {
-      "version": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz",
       "integrity": "sha1-FhdnFMgBeY5Ojyz391KUZ7tKV3E=",
       "dev": true
     },
     "gather-stream": {
-      "version": "https://registry.npmjs.org/gather-stream/-/gather-stream-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/gather-stream/-/gather-stream-1.0.0.tgz",
       "integrity": "sha1-szmUr0V6gRVwDUEPMXczy+egkEs=",
       "dev": true
     },
     "gauge": {
-      "version": "https://registry.npmjs.org/gauge/-/gauge-2.7.3.tgz",
+      "version": "2.7.3",
+      "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.3.tgz",
       "integrity": "sha1-HCOFX5YvF7OtPQ3HRD8wRULt/gk=",
       "dev": true,
       "requires": {
-        "aproba": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz",
-        "console-control-strings": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
-        "has-unicode": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
-        "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-        "signal-exit": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz",
-        "string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
-        "strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-        "wide-align": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz"
+        "aproba": "^1.0.3",
+        "console-control-strings": "^1.0.0",
+        "has-unicode": "^2.0.0",
+        "object-assign": "^4.1.0",
+        "signal-exit": "^3.0.0",
+        "string-width": "^1.0.1",
+        "strip-ansi": "^3.0.1",
+        "wide-align": "^1.1.0"
       },
       "dependencies": {
         "object-assign": {
-          "version": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+          "version": "4.1.1",
+          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
           "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
           "dev": true
         }
       }
     },
     "gaze": {
-      "version": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
+      "version": "0.5.2",
+      "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
       "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
       "dev": true,
       "requires": {
-        "globule": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz"
+        "globule": "~0.1.0"
       }
     },
     "generate-function": {
-      "version": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
       "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=",
       "dev": true
     },
     "generate-object-property": {
-      "version": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
       "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
       "dev": true,
       "requires": {
-        "is-property": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
+        "is-property": "^1.0.0"
       }
     },
     "get-caller-file": {
-      "version": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
       "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
       "dev": true
     },
     "get-pkg-repo": {
-      "version": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.3.0.tgz",
       "integrity": "sha1-Q8a0wEi3XdYE/FOI7ezeVX9jNd8=",
       "dev": true,
       "requires": {
-        "hosted-git-info": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
-        "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
-        "normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
-        "parse-github-repo-url": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.0.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "hosted-git-info": "^2.1.4",
+        "meow": "^3.3.0",
+        "normalize-package-data": "^2.3.0",
+        "parse-github-repo-url": "^1.3.0",
+        "through2": "^2.0.0"
       }
     },
     "get-stdin": {
-      "version": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
       "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
       "dev": true
     },
     "getpass": {
-      "version": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz",
+      "version": "0.1.6",
+      "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz",
       "integrity": "sha1-KD/9n8ElaECHUxHBtg6MQBhxEOY=",
       "dev": true,
       "requires": {
-        "assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
+        "assert-plus": "^1.0.0"
       },
       "dependencies": {
         "assert-plus": {
-          "version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
           "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
           "dev": true
         }
       }
     },
     "git-raw-commits": {
-      "version": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-1.2.0.tgz",
       "integrity": "sha1-DzqL/ZmuDy2LkiTViJKXXppS0Dw=",
       "dev": true,
       "requires": {
-        "dargs": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz",
-        "lodash.template": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz",
-        "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
-        "split2": "https://registry.npmjs.org/split2/-/split2-2.1.1.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "dargs": "^4.0.1",
+        "lodash.template": "^4.0.2",
+        "meow": "^3.3.0",
+        "split2": "^2.0.0",
+        "through2": "^2.0.0"
       },
       "dependencies": {
         "lodash.template": {
-          "version": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz",
+          "version": "4.4.0",
+          "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz",
           "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=",
           "dev": true,
           "requires": {
-            "lodash._reinterpolate": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
-            "lodash.templatesettings": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz"
+            "lodash._reinterpolate": "~3.0.0",
+            "lodash.templatesettings": "^4.0.0"
           }
         },
         "lodash.templatesettings": {
-          "version": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz",
           "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=",
           "dev": true,
           "requires": {
-            "lodash._reinterpolate": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz"
+            "lodash._reinterpolate": "~3.0.0"
           }
         }
       }
     },
     "git-remote-origin-url": {
-      "version": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz",
       "integrity": "sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=",
       "dev": true,
       "requires": {
-        "gitconfiglocal": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz",
-        "pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
+        "gitconfiglocal": "^1.0.0",
+        "pify": "^2.3.0"
       }
     },
     "git-semver-tags": {
-      "version": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.2.0.tgz",
       "integrity": "sha1-sx/QLIq1eL1sm1ysyl4cZMEXesE=",
       "dev": true,
       "requires": {
-        "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
-        "semver": "5.5.0"
+        "meow": "^3.3.0",
+        "semver": "^5.0.1"
       },
       "dependencies": {
         "semver": {
@@ -3396,145 +3782,160 @@
       }
     },
     "gitconfiglocal": {
-      "version": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz",
       "integrity": "sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=",
       "dev": true,
       "requires": {
-        "ini": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz"
+        "ini": "^1.3.2"
       }
     },
     "github-url-from-git": {
-      "version": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.5.0.tgz",
+      "version": "1.5.0",
+      "resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.5.0.tgz",
       "integrity": "sha1-+YX+3MCpqledyI16/waNVcxiUaA=",
       "dev": true
     },
     "glob": {
-      "version": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
+      "version": "4.5.3",
+      "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
       "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
       "dev": true,
       "requires": {
-        "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
-        "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz"
+        "inflight": "^1.0.4",
+        "inherits": "2",
+        "minimatch": "^2.0.1",
+        "once": "^1.3.0"
       }
     },
     "glob-base": {
-      "version": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
       "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
       "dev": true,
       "requires": {
-        "glob-parent": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
-        "is-glob": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz"
+        "glob-parent": "^2.0.0",
+        "is-glob": "^2.0.0"
       }
     },
     "glob-parent": {
-      "version": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
       "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
       "dev": true,
       "requires": {
-        "is-glob": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz"
+        "is-glob": "^2.0.0"
       }
     },
     "glob-stream": {
-      "version": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
+      "version": "3.1.18",
+      "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
       "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=",
       "dev": true,
       "requires": {
-        "glob": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
-        "glob2base": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
-        "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
-        "ordered-read-streams": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
-        "unique-stream": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz"
+        "glob": "^4.3.1",
+        "glob2base": "^0.0.12",
+        "minimatch": "^2.0.1",
+        "ordered-read-streams": "^0.1.0",
+        "through2": "^0.6.1",
+        "unique-stream": "^1.0.0"
       },
       "dependencies": {
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
+          "version": "1.0.34",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
           "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "0.0.1",
+            "string_decoder": "~0.10.x"
           }
         },
         "through2": {
-          "version": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
+          "version": "0.6.5",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
           "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
           "dev": true,
           "requires": {
-            "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
-            "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+            "readable-stream": ">=1.0.33-1 <1.1.0-0",
+            "xtend": ">=4.0.0 <4.1.0-0"
           }
         }
       }
     },
     "glob-watcher": {
-      "version": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
+      "version": "0.0.6",
+      "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
       "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=",
       "dev": true,
       "requires": {
-        "gaze": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz"
+        "gaze": "^0.5.1"
       }
     },
     "glob2base": {
-      "version": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
+      "version": "0.0.12",
+      "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
       "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
       "dev": true,
       "requires": {
-        "find-index": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz"
+        "find-index": "^0.1.1"
       }
     },
     "global-modules": {
-      "version": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
+      "version": "0.2.3",
+      "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
       "integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=",
       "dev": true,
       "requires": {
-        "global-prefix": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.4.tgz",
-        "is-windows": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz"
+        "global-prefix": "^0.1.4",
+        "is-windows": "^0.2.0"
       }
     },
     "global-prefix": {
-      "version": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.4.tgz",
       "integrity": "sha1-BRWNsc3i3UkbRV4pDrOri/xFxuE=",
       "dev": true,
       "requires": {
-        "ini": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
-        "is-windows": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
-        "osenv": "https://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz",
-        "which": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
+        "ini": "^1.3.4",
+        "is-windows": "^0.2.0",
+        "osenv": "^0.1.3",
+        "which": "^1.2.10"
       }
     },
     "globals": {
-      "version": "https://registry.npmjs.org/globals/-/globals-9.14.0.tgz",
+      "version": "9.14.0",
+      "resolved": "https://registry.npmjs.org/globals/-/globals-9.14.0.tgz",
       "integrity": "sha1-iFmTavADh0EmMFOznQ52yiQeQDQ=",
       "dev": true
     },
     "globby": {
-      "version": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz",
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz",
       "integrity": "sha1-CA9UVJ7BuCpsYOYx/ILhIR2+lfg=",
       "dev": true,
       "requires": {
-        "array-union": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
-        "arrify": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
-        "glob": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
-        "object-assign": "4.1.1",
-        "pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
+        "array-union": "^1.0.1",
+        "arrify": "^1.0.0",
+        "glob": "^6.0.1",
+        "object-assign": "^4.0.1",
+        "pify": "^2.0.0",
+        "pinkie-promise": "^2.0.0"
       },
       "dependencies": {
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
+          "version": "6.0.4",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
           "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
           "dev": true,
           "requires": {
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "2 || 3",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "object-assign": {
@@ -3546,463 +3947,510 @@
       }
     },
     "globule": {
-      "version": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
       "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
       "dev": true,
       "requires": {
-        "glob": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
-        "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
+        "glob": "~3.1.21",
+        "lodash": "~1.0.1",
+        "minimatch": "~0.2.11"
       },
       "dependencies": {
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
+          "version": "3.1.21",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
           "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
           "dev": true,
           "requires": {
-            "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
+            "graceful-fs": "~1.2.0",
+            "inherits": "1",
+            "minimatch": "~0.2.11"
           }
         },
         "graceful-fs": {
-          "version": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz",
+          "version": "1.2.3",
+          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz",
           "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=",
           "dev": true
         },
         "inherits": {
-          "version": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz",
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz",
           "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=",
           "dev": true
         },
         "minimatch": {
-          "version": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
+          "version": "0.2.14",
+          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
           "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
           "dev": true,
           "requires": {
-            "lru-cache": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
-            "sigmund": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
+            "lru-cache": "2",
+            "sigmund": "~1.0.0"
           }
         }
       }
     },
     "glogg": {
-      "version": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz",
       "integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=",
       "dev": true,
       "requires": {
-        "sparkles": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz"
+        "sparkles": "^1.0.0"
       }
     },
     "gonzales-pe": {
-      "version": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-3.4.7.tgz",
+      "version": "3.4.7",
+      "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-3.4.7.tgz",
       "integrity": "sha1-F8e+Z61sr/Ynej44esc26YPSgOw=",
       "dev": true,
       "requires": {
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz"
+        "minimist": "1.1.x"
       },
       "dependencies": {
         "minimist": {
-          "version": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
+          "version": "1.1.3",
+          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
           "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
           "dev": true
         }
       }
     },
     "graceful-fs": {
-      "version": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
+      "version": "4.1.11",
+      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
       "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
       "dev": true
     },
     "graceful-readlink": {
-      "version": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
       "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=",
       "dev": true
     },
     "growly": {
-      "version": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
       "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
       "dev": true
     },
     "gulp": {
-      "version": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
+      "version": "3.9.1",
+      "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
       "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=",
       "dev": true,
       "requires": {
-        "archy": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "deprecated": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "interpret": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz",
-        "liftoff": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "orchestrator": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
-        "pretty-hrtime": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
-        "tildify": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
-        "v8flags": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz",
-        "vinyl-fs": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz"
+        "archy": "^1.0.0",
+        "chalk": "^1.0.0",
+        "deprecated": "^0.0.1",
+        "gulp-util": "^3.0.0",
+        "interpret": "^1.0.0",
+        "liftoff": "^2.1.0",
+        "minimist": "^1.1.0",
+        "orchestrator": "^0.3.0",
+        "pretty-hrtime": "^1.0.0",
+        "semver": "^4.1.0",
+        "tildify": "^1.0.0",
+        "v8flags": "^2.0.2",
+        "vinyl-fs": "^0.3.0"
       }
     },
     "gulp-autoprefixer": {
-      "version": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-3.1.1.tgz",
+      "version": "3.1.1",
+      "resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-3.1.1.tgz",
       "integrity": "sha1-dSMAUc0NFxND14O36bXREg7u+bA=",
       "dev": true,
       "requires": {
-        "autoprefixer": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.3.tgz",
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "vinyl-sourcemaps-apply": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz"
+        "autoprefixer": "^6.0.0",
+        "gulp-util": "^3.0.0",
+        "postcss": "^5.0.4",
+        "through2": "^2.0.0",
+        "vinyl-sourcemaps-apply": "^0.2.0"
       }
     },
     "gulp-bump": {
-      "version": "https://registry.npmjs.org/gulp-bump/-/gulp-bump-2.5.1.tgz",
+      "version": "2.5.1",
+      "resolved": "https://registry.npmjs.org/gulp-bump/-/gulp-bump-2.5.1.tgz",
       "integrity": "sha1-Vvw3M7QShb0qzAcndfLKp/b5WZU=",
       "dev": true,
       "requires": {
-        "bump-regex": "https://registry.npmjs.org/bump-regex/-/bump-regex-2.5.2.tgz",
-        "plugin-error": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
-        "plugin-log": "https://registry.npmjs.org/plugin-log/-/plugin-log-0.1.0.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "bump-regex": "^2.5.2",
+        "plugin-error": "^0.1.2",
+        "plugin-log": "^0.1.0",
+        "semver": "^5.3.0",
+        "through2": "^2.0.1"
       },
       "dependencies": {
         "semver": {
-          "version": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
+          "version": "5.3.0",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
           "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
           "dev": true
         }
       }
     },
     "gulp-concat": {
-      "version": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
+      "version": "2.6.1",
+      "resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
       "integrity": "sha1-Yz0WyV2IUEYorQJmVmPO5aR5M1M=",
       "dev": true,
       "requires": {
-        "concat-with-sourcemaps": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "vinyl": "https://registry.npmjs.org/vinyl/-/vinyl-2.0.1.tgz"
+        "concat-with-sourcemaps": "^1.0.0",
+        "through2": "^2.0.0",
+        "vinyl": "^2.0.0"
       },
       "dependencies": {
         "clone-stats": {
-          "version": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
           "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=",
           "dev": true
         },
         "replace-ext": {
-          "version": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
           "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
           "dev": true
         },
         "vinyl": {
-          "version": "https://registry.npmjs.org/vinyl/-/vinyl-2.0.1.tgz",
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.0.1.tgz",
           "integrity": "sha1-HDtJMeesTB7+50PzuRp0wJRAe7Y=",
           "dev": true,
           "requires": {
-            "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
-            "clone-buffer": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
-            "clone-stats": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
-            "cloneable-readable": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz",
-            "is-stream": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
-            "remove-trailing-separator": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz",
-            "replace-ext": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz"
+            "clone": "^1.0.0",
+            "clone-buffer": "^1.0.0",
+            "clone-stats": "^1.0.0",
+            "cloneable-readable": "^1.0.0",
+            "is-stream": "^1.1.0",
+            "remove-trailing-separator": "^1.0.1",
+            "replace-ext": "^1.0.0"
           }
         }
       }
     },
     "gulp-cssnano": {
-      "version": "https://registry.npmjs.org/gulp-cssnano/-/gulp-cssnano-2.1.2.tgz",
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/gulp-cssnano/-/gulp-cssnano-2.1.2.tgz",
       "integrity": "sha1-4IoJdx7FRUpUnxoAW90lbLjl4KM=",
       "dev": true,
       "requires": {
-        "cssnano": "https://registry.npmjs.org/cssnano/-/cssnano-3.8.1.tgz",
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
-        "vinyl-sourcemaps-apply": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz"
+        "cssnano": "^3.0.0",
+        "gulp-util": "^3.0.6",
+        "object-assign": "^4.0.1",
+        "vinyl-sourcemaps-apply": "^0.2.1"
       },
       "dependencies": {
         "cssnano": {
-          "version": "https://registry.npmjs.org/cssnano/-/cssnano-3.8.1.tgz",
+          "version": "3.8.1",
+          "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.8.1.tgz",
           "integrity": "sha1-AIpIIUjulIzwry7m5EvZfFP4huw=",
           "dev": true,
           "requires": {
-            "autoprefixer": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.3.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "defined": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
-            "has": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
-            "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-calc": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
-            "postcss-colormin": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.1.tgz",
-            "postcss-convert-values": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.5.0.tgz",
-            "postcss-discard-comments": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
-            "postcss-discard-duplicates": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.2.tgz",
-            "postcss-discard-empty": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz",
-            "postcss-discard-overridden": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
-            "postcss-discard-unused": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz",
-            "postcss-filter-plugins": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz",
-            "postcss-merge-idents": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
-            "postcss-merge-longhand": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz",
-            "postcss-merge-rules": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.0.10.tgz",
-            "postcss-minify-font-values": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
-            "postcss-minify-gradients": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz",
-            "postcss-minify-params": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.5.tgz",
-            "postcss-minify-selectors": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.0.7.tgz",
-            "postcss-normalize-charset": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
-            "postcss-normalize-url": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.7.tgz",
-            "postcss-ordered-values": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.2.tgz",
-            "postcss-reduce-idents": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.3.1.tgz",
-            "postcss-reduce-initial": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.0.tgz",
-            "postcss-reduce-transforms": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz",
-            "postcss-svgo": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.5.tgz",
-            "postcss-unique-selectors": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz",
-            "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
-            "postcss-zindex": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz"
+            "autoprefixer": "^6.3.1",
+            "decamelize": "^1.1.2",
+            "defined": "^1.0.0",
+            "has": "^1.0.1",
+            "object-assign": "^4.0.1",
+            "postcss": "^5.0.14",
+            "postcss-calc": "^5.2.0",
+            "postcss-colormin": "^2.1.8",
+            "postcss-convert-values": "^2.3.4",
+            "postcss-discard-comments": "^2.0.4",
+            "postcss-discard-duplicates": "^2.0.1",
+            "postcss-discard-empty": "^2.0.1",
+            "postcss-discard-overridden": "^0.1.1",
+            "postcss-discard-unused": "^2.2.1",
+            "postcss-filter-plugins": "^2.0.0",
+            "postcss-merge-idents": "^2.1.5",
+            "postcss-merge-longhand": "^2.0.1",
+            "postcss-merge-rules": "^2.0.3",
+            "postcss-minify-font-values": "^1.0.2",
+            "postcss-minify-gradients": "^1.0.1",
+            "postcss-minify-params": "^1.0.4",
+            "postcss-minify-selectors": "^2.0.4",
+            "postcss-normalize-charset": "^1.1.0",
+            "postcss-normalize-url": "^3.0.7",
+            "postcss-ordered-values": "^2.1.0",
+            "postcss-reduce-idents": "^2.2.2",
+            "postcss-reduce-initial": "^1.0.0",
+            "postcss-reduce-transforms": "^1.0.3",
+            "postcss-svgo": "^2.1.1",
+            "postcss-unique-selectors": "^2.0.2",
+            "postcss-value-parser": "^3.2.3",
+            "postcss-zindex": "^2.0.1"
           }
         },
         "flatten": {
-          "version": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
           "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=",
           "dev": true
         },
         "object-assign": {
-          "version": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
           "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=",
           "dev": true
         },
         "postcss-calc": {
-          "version": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
+          "version": "5.3.1",
+          "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
           "integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
-            "reduce-css-calc": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz"
+            "postcss": "^5.0.2",
+            "postcss-message-helpers": "^2.0.0",
+            "reduce-css-calc": "^1.2.6"
           }
         },
         "postcss-colormin": {
-          "version": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.1.tgz",
+          "version": "2.2.1",
+          "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.1.tgz",
           "integrity": "sha1-3FQhtq5vd572v9RzUrlKvlnQMWs=",
           "dev": true,
           "requires": {
-            "colormin": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+            "colormin": "^1.0.5",
+            "postcss": "^5.0.13",
+            "postcss-value-parser": "^3.2.3"
           }
         },
         "postcss-convert-values": {
-          "version": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.5.0.tgz",
+          "version": "2.5.0",
+          "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.5.0.tgz",
           "integrity": "sha1-VwrOsEswYfsl9vRr0DKeerYmPAs=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+            "postcss": "^5.0.11",
+            "postcss-value-parser": "^3.1.2"
           }
         },
         "postcss-discard-comments": {
-          "version": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
+          "version": "2.0.4",
+          "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
           "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+            "postcss": "^5.0.14"
           }
         },
         "postcss-discard-duplicates": {
-          "version": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.2.tgz",
+          "version": "2.0.2",
+          "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.2.tgz",
           "integrity": "sha1-Ar5SDpFXH/sQc4dmqYHVdwmJuzI=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+            "postcss": "^5.0.4"
           }
         },
         "postcss-discard-empty": {
-          "version": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz",
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz",
           "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+            "postcss": "^5.0.14"
           }
         },
         "postcss-discard-unused": {
-          "version": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz",
+          "version": "2.2.3",
+          "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz",
           "integrity": "sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+            "postcss": "^5.0.14",
+            "uniqs": "^2.0.0"
           }
         },
         "postcss-filter-plugins": {
-          "version": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz",
+          "version": "2.0.2",
+          "resolved": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz",
           "integrity": "sha1-bYWGJTTXNaxCDkqFgG4fXUKG2Ew=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "uniqid": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.0.tgz"
+            "postcss": "^5.0.4",
+            "uniqid": "^4.0.0"
           }
         },
         "postcss-merge-idents": {
-          "version": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
+          "version": "2.1.7",
+          "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
           "integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=",
           "dev": true,
           "requires": {
-            "has": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+            "has": "^1.0.1",
+            "postcss": "^5.0.10",
+            "postcss-value-parser": "^3.1.1"
           }
         },
         "postcss-merge-longhand": {
-          "version": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz",
+          "version": "2.0.1",
+          "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz",
           "integrity": "sha1-/1m13sbVhs4s6hgxOPVcWHb6nNw=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+            "postcss": "^5.0.4"
           }
         },
         "postcss-merge-rules": {
-          "version": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.0.10.tgz",
+          "version": "2.0.10",
+          "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.0.10.tgz",
           "integrity": "sha1-VLNgvoBOfmmlxyImNSR7kqNWnps=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "vendors": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz"
+            "postcss": "^5.0.4",
+            "vendors": "^1.0.0"
           }
         },
         "postcss-minify-selectors": {
-          "version": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.0.7.tgz",
+          "version": "2.0.7",
+          "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.0.7.tgz",
           "integrity": "sha1-v7kkj+FNszdw8DZXLea0iXxI2Bw=",
           "dev": true,
           "requires": {
-            "alphanum-sort": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
-            "has": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-selector-parser": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.2.tgz"
+            "alphanum-sort": "^1.0.2",
+            "has": "^1.0.1",
+            "postcss": "^5.0.14",
+            "postcss-selector-parser": "^2.0.0"
           }
         },
         "postcss-normalize-url": {
-          "version": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.7.tgz",
+          "version": "3.0.7",
+          "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.7.tgz",
           "integrity": "sha1-a9kNCkvFod8iwm6mXFMlfcOCn04=",
           "dev": true,
           "requires": {
-            "is-absolute-url": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz",
-            "normalize-url": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.8.0.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+            "is-absolute-url": "^2.0.0",
+            "normalize-url": "^1.4.0",
+            "postcss": "^5.0.14",
+            "postcss-value-parser": "^3.2.3"
           }
         },
         "postcss-ordered-values": {
-          "version": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.2.tgz",
+          "version": "2.2.2",
+          "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.2.tgz",
           "integrity": "sha1-votRF0H6strI5hSiMC6dECZ7B3E=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+            "postcss": "^5.0.4",
+            "postcss-value-parser": "^3.0.1"
           }
         },
         "postcss-reduce-idents": {
-          "version": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.3.1.tgz",
+          "version": "2.3.1",
+          "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.3.1.tgz",
           "integrity": "sha1-Ak6OIZ9SdzMTQIVz25ZFumLS0v4=",
           "dev": true,
           "requires": {
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+            "postcss": "^5.0.4",
+            "postcss-value-parser": "^3.0.2"
           }
         },
         "postcss-selector-parser": {
-          "version": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.2.tgz",
+          "version": "2.2.2",
+          "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.2.tgz",
           "integrity": "sha1-PXD1rdoTDaUcfAwvwCP1axN0/gg=",
           "dev": true,
           "requires": {
-            "flatten": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
-            "indexes-of": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
-            "uniq": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz"
+            "flatten": "^1.0.2",
+            "indexes-of": "^1.0.1",
+            "uniq": "^1.0.1"
           }
         },
         "postcss-unique-selectors": {
-          "version": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz",
+          "version": "2.0.2",
+          "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz",
           "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=",
           "dev": true,
           "requires": {
-            "alphanum-sort": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+            "alphanum-sort": "^1.0.1",
+            "postcss": "^5.0.4",
+            "uniqs": "^2.0.0"
           }
         },
         "postcss-zindex": {
-          "version": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz",
           "integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=",
           "dev": true,
           "requires": {
-            "has": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
-            "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-            "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+            "has": "^1.0.1",
+            "postcss": "^5.0.4",
+            "uniqs": "^2.0.0"
           }
         },
         "uniqid": {
-          "version": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.0.tgz",
           "integrity": "sha1-M9lnn2UCL0iYigP9JOfcr48Qnso=",
           "dev": true,
           "requires": {
-            "macaddress": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz"
+            "macaddress": "^0.2.8"
           }
         }
       }
     },
     "gulp-cssnext": {
-      "version": "https://registry.npmjs.org/gulp-cssnext/-/gulp-cssnext-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/gulp-cssnext/-/gulp-cssnext-1.0.1.tgz",
       "integrity": "sha1-RreapKfbF9g40lmM336iR7Wp7Nw=",
       "dev": true,
       "requires": {
-        "cssnext": "https://registry.npmjs.org/cssnext/-/cssnext-1.8.4.tgz",
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
+        "cssnext": "^1.0.0",
+        "gulp-util": "^3.0.0",
+        "through2": "^0.6.1"
       },
       "dependencies": {
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
+          "version": "1.0.34",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
           "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "0.0.1",
+            "string_decoder": "~0.10.x"
           }
         },
         "through2": {
-          "version": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
+          "version": "0.6.5",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
           "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
           "dev": true,
           "requires": {
-            "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
-            "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+            "readable-stream": ">=1.0.33-1 <1.1.0-0",
+            "xtend": ">=4.0.0 <4.1.0-0"
           }
         }
       }
     },
     "gulp-load-plugins": {
-      "version": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-1.4.0.tgz",
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-1.4.0.tgz",
       "integrity": "sha1-gvqwNxXs8YOKlY7GQ6TXQnTd/s4=",
       "dev": true,
       "requires": {
-        "array-unique": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
-        "fancy-log": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz",
-        "findup-sync": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
-        "gulplog": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
-        "has-gulplog": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
-        "micromatch": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
-        "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
+        "array-unique": "^0.2.1",
+        "fancy-log": "^1.2.0",
+        "findup-sync": "^0.4.0",
+        "gulplog": "^1.0.0",
+        "has-gulplog": "^0.1.0",
+        "micromatch": "^2.3.8",
+        "resolve": "^1.1.7"
       }
     },
     "gulp-mustache": {
-      "version": "https://registry.npmjs.org/gulp-mustache/-/gulp-mustache-2.0.2.tgz",
+      "version": "2.0.2",
+      "resolved": "https://registry.npmjs.org/gulp-mustache/-/gulp-mustache-2.0.2.tgz",
       "integrity": "sha1-wM/2ephA4ro3akw+0yYL0W0q0j0=",
       "dev": true,
       "requires": {
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "mustache": "https://registry.npmjs.org/mustache/-/mustache-2.2.0.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.0.tgz"
+        "gulp-util": "3.0.7",
+        "mustache": "2.2.0",
+        "through2": "2.0.0"
       },
       "dependencies": {
         "isarray": {
@@ -4012,104 +4460,114 @@
           "dev": true
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
+          "version": "2.0.6",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
           "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~1.0.6",
+            "string_decoder": "~0.10.x",
+            "util-deprecate": "~1.0.1"
           }
         },
         "through2": {
-          "version": "https://registry.npmjs.org/through2/-/through2-2.0.0.tgz",
+          "version": "2.0.0",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.0.tgz",
           "integrity": "sha1-9BocMd9eEp5DFERvZuygXNajBIA=",
           "dev": true,
           "requires": {
-            "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
-            "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+            "readable-stream": "~2.0.0",
+            "xtend": "~4.0.0"
           }
         }
       }
     },
     "gulp-notify": {
-      "version": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-2.2.0.tgz",
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-2.2.0.tgz",
       "integrity": "sha1-BGyChcKS6X7tThWgCcJsu+XO8TU=",
       "dev": true,
       "requires": {
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "lodash.template": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
-        "node-notifier": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
-        "node.extend": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
+        "gulp-util": "^3.0.2",
+        "lodash.template": "^3.0.0",
+        "node-notifier": "^4.1.0",
+        "node.extend": "^1.1.3",
+        "through2": "^0.6.3"
       },
       "dependencies": {
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
+          "version": "1.0.34",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
           "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "0.0.1",
+            "string_decoder": "~0.10.x"
           }
         },
         "through2": {
-          "version": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
+          "version": "0.6.5",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
           "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
           "dev": true,
           "requires": {
-            "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
-            "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+            "readable-stream": ">=1.0.33-1 <1.1.0-0",
+            "xtend": ">=4.0.0 <4.1.0-0"
           }
         }
       }
     },
     "gulp-plumber": {
-      "version": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.1.0.tgz",
       "integrity": "sha1-8SF2wtBCL2AwbCQv/2oBo5T6ugk=",
       "dev": true,
       "requires": {
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
+        "gulp-util": "^3",
+        "through2": "^2"
       }
     },
     "gulp-postcss": {
-      "version": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-6.2.0.tgz",
+      "version": "6.2.0",
+      "resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-6.2.0.tgz",
       "integrity": "sha1-vgt8OrJaqppt3vP8Ze31LSvplkA=",
       "dev": true,
       "requires": {
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "vinyl-sourcemaps-apply": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz"
+        "gulp-util": "^3.0.7",
+        "postcss": "^5.2.0",
+        "vinyl-sourcemaps-apply": "^0.2.0"
       }
     },
     "gulp-print": {
-      "version": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz",
       "integrity": "sha1-Gs7ljqyK8tPErTMp2+RldYOTxBQ=",
       "dev": true,
       "requires": {
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "map-stream": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.6.tgz"
+        "gulp-util": "^3.0.6",
+        "map-stream": "~0.0.6"
       }
     },
     "gulp-rename": {
-      "version": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz",
+      "version": "1.2.2",
+      "resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz",
       "integrity": "sha1-OtRCh2PwXidk3sHGfYaNsnVoeBc=",
       "dev": true
     },
     "gulp-replace": {
-      "version": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-0.5.4.tgz",
+      "version": "0.5.4",
+      "resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-0.5.4.tgz",
       "integrity": "sha1-aaZ5FLvRPFYr/xT1BKQDeWqg2qk=",
       "dev": true,
       "requires": {
-        "istextorbinary": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz",
-        "readable-stream": "2.3.4",
-        "replacestream": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.2.tgz"
+        "istextorbinary": "1.0.2",
+        "readable-stream": "^2.0.1",
+        "replacestream": "^4.0.0"
       },
       "dependencies": {
         "isarray": {
@@ -4124,13 +4582,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           },
           "dependencies": {
             "process-nextick-args": {
@@ -4145,7 +4603,7 @@
               "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
               "dev": true,
               "requires": {
-                "safe-buffer": "5.1.1"
+                "safe-buffer": "~5.1.0"
               }
             }
           }
@@ -4153,168 +4611,182 @@
       }
     },
     "gulp-sass": {
-      "version": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-2.3.2.tgz",
+      "version": "2.3.2",
+      "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-2.3.2.tgz",
       "integrity": "sha1-grerkP6QLNw0wE8YDZLyw0kC3VI=",
       "dev": true,
       "requires": {
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "lodash.clonedeep": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
-        "node-sass": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "vinyl-sourcemaps-apply": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz"
+        "gulp-util": "^3.0",
+        "lodash.clonedeep": "^4.3.2",
+        "node-sass": "^3.4.2",
+        "through2": "^2.0.0",
+        "vinyl-sourcemaps-apply": "^0.2.0"
       },
       "dependencies": {
         "gaze": {
-          "version": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
+          "version": "1.1.2",
+          "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
           "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
           "dev": true,
           "requires": {
-            "globule": "https://registry.npmjs.org/globule/-/globule-1.1.0.tgz"
+            "globule": "^1.0.0"
           }
         },
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
+          "version": "7.1.1",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
           "integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.2",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "globule": {
-          "version": "https://registry.npmjs.org/globule/-/globule-1.1.0.tgz",
+          "version": "1.1.0",
+          "resolved": "https://registry.npmjs.org/globule/-/globule-1.1.0.tgz",
           "integrity": "sha1-xJNS5NwYPYWJPuglOF65lLtt9F8=",
           "dev": true,
           "requires": {
-            "glob": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
-            "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
+            "glob": "~7.1.1",
+            "lodash": "~4.16.4",
+            "minimatch": "~3.0.2"
           }
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz",
+          "version": "4.16.6",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz",
           "integrity": "sha1-0iyaxmAojzhD4Wun0rXQbMon13c=",
           "dev": true
         },
         "minimatch": {
-          "version": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
+          "version": "3.0.3",
+          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
           "integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
           "dev": true,
           "requires": {
-            "brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
+            "brace-expansion": "^1.0.0"
           }
         },
         "node-sass": {
-          "version": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz",
+          "version": "3.13.1",
+          "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz",
           "integrity": "sha1-ckD7v/I5YwS0IjUn7TAgWJwAT8I=",
           "dev": true,
           "requires": {
-            "async-foreach": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
-            "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-            "cross-spawn": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
-            "gaze": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
-            "get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
-            "glob": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
-            "in-publish": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
-            "lodash.assign": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
-            "lodash.clonedeep": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
-            "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
-            "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-            "nan": "https://registry.npmjs.org/nan/-/nan-2.6.1.tgz",
-            "node-gyp": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz",
-            "npmlog": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
-            "request": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
-            "sass-graph": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz"
+            "async-foreach": "^0.1.3",
+            "chalk": "^1.1.1",
+            "cross-spawn": "^3.0.0",
+            "gaze": "^1.0.0",
+            "get-stdin": "^4.0.1",
+            "glob": "^7.0.3",
+            "in-publish": "^2.0.0",
+            "lodash.assign": "^4.2.0",
+            "lodash.clonedeep": "^4.3.2",
+            "meow": "^3.7.0",
+            "mkdirp": "^0.5.1",
+            "nan": "^2.3.2",
+            "node-gyp": "^3.3.1",
+            "npmlog": "^4.0.0",
+            "request": "^2.61.0",
+            "sass-graph": "^2.1.1"
           }
         }
       }
     },
     "gulp-sourcemaps": {
-      "version": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.9.1.tgz",
+      "version": "1.9.1",
+      "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.9.1.tgz",
       "integrity": "sha1-gKwtOEXRPmjdliUk2KlnpECwt1M=",
       "dev": true,
       "requires": {
-        "acorn": "https://registry.npmjs.org/acorn/-/acorn-4.0.3.tgz",
-        "convert-source-map": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz",
-        "css": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
-        "debug-fabulous": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.0.4.tgz",
-        "detect-newline": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-        "strip-bom": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "vinyl": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz"
+        "acorn": "4.X",
+        "convert-source-map": "1.X",
+        "css": "2.X",
+        "debug-fabulous": "0.0.X",
+        "detect-newline": "2.X",
+        "graceful-fs": "4.X",
+        "source-map": "0.X",
+        "strip-bom": "2.X",
+        "through2": "2.X",
+        "vinyl": "1.X"
       },
       "dependencies": {
         "acorn": {
-          "version": "https://registry.npmjs.org/acorn/-/acorn-4.0.3.tgz",
+          "version": "4.0.3",
+          "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.3.tgz",
           "integrity": "sha1-Gj6FC0KOc7prCdHMUn9aqtTQPvE=",
           "dev": true
         },
         "vinyl": {
-          "version": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz",
+          "version": "1.2.0",
+          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz",
           "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=",
           "dev": true,
           "requires": {
-            "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
-            "clone-stats": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
-            "replace-ext": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz"
+            "clone": "^1.0.0",
+            "clone-stats": "^0.0.1",
+            "replace-ext": "0.0.1"
           }
         }
       }
     },
     "gulp-task-listing": {
-      "version": "https://registry.npmjs.org/gulp-task-listing/-/gulp-task-listing-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/gulp-task-listing/-/gulp-task-listing-1.0.1.tgz",
       "integrity": "sha1-jT2IqTOBcV2A1m0I2cVVh9iJ8ro=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
+        "chalk": "*"
       }
     },
     "gulp-util": {
-      "version": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
+      "version": "3.0.7",
+      "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
       "integrity": "sha1-eJJcS4+LSQBawBoBHFV+YhiUHLs=",
       "dev": true,
       "requires": {
-        "array-differ": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
-        "array-uniq": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
-        "beeper": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "dateformat": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
-        "fancy-log": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz",
-        "gulplog": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
-        "has-gulplog": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
-        "lodash._reescape": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
-        "lodash._reevaluate": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
-        "lodash._reinterpolate": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
-        "lodash.template": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "multipipe": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
-        "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
-        "replace-ext": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "vinyl": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz"
+        "array-differ": "^1.0.0",
+        "array-uniq": "^1.0.2",
+        "beeper": "^1.0.0",
+        "chalk": "^1.0.0",
+        "dateformat": "^1.0.11",
+        "fancy-log": "^1.1.0",
+        "gulplog": "^1.0.0",
+        "has-gulplog": "^0.1.0",
+        "lodash._reescape": "^3.0.0",
+        "lodash._reevaluate": "^3.0.0",
+        "lodash._reinterpolate": "^3.0.0",
+        "lodash.template": "^3.0.0",
+        "minimist": "^1.1.0",
+        "multipipe": "^0.1.2",
+        "object-assign": "^3.0.0",
+        "replace-ext": "0.0.1",
+        "through2": "^2.0.0",
+        "vinyl": "^0.5.0"
       }
     },
     "gulplog": {
-      "version": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
       "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=",
       "dev": true,
       "requires": {
-        "glogg": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz"
+        "glogg": "^1.0.0"
       }
     },
     "handlebars": {
-      "version": "https://registry.npmjs.org/handlebars/-/handlebars-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-1.1.2.tgz",
       "integrity": "sha1-U2DstaSH/OARResiXMrzsp2z9D4=",
       "dev": true,
       "requires": {
-        "optimist": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
-        "uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz"
+        "optimist": "~0.3",
+        "uglify-js": "~2.3"
       }
     },
     "har-schema": {
@@ -4324,60 +4796,68 @@
       "dev": true
     },
     "har-validator": {
-      "version": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
+      "version": "2.0.6",
+      "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
       "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "commander": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
-        "is-my-json-valid": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz",
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
+        "chalk": "^1.1.1",
+        "commander": "^2.9.0",
+        "is-my-json-valid": "^2.12.4",
+        "pinkie-promise": "^2.0.0"
       }
     },
     "has": {
-      "version": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
       "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=",
       "dev": true,
       "requires": {
-        "function-bind": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz"
+        "function-bind": "^1.0.2"
       }
     },
     "has-ansi": {
-      "version": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
       "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
       "dev": true,
       "requires": {
-        "ansi-regex": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
+        "ansi-regex": "^2.0.0"
       }
     },
     "has-binary": {
-      "version": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz",
+      "version": "0.1.7",
+      "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz",
       "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=",
       "dev": true,
       "requires": {
-        "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
+        "isarray": "0.0.1"
       }
     },
     "has-cors": {
-      "version": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
       "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=",
       "dev": true
     },
     "has-flag": {
-      "version": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
       "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
       "dev": true
     },
     "has-gulplog": {
-      "version": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
       "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
       "dev": true,
       "requires": {
-        "sparkles": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz"
+        "sparkles": "^1.0.0"
       }
     },
     "has-unicode": {
-      "version": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
       "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
       "dev": true
     },
@@ -4387,430 +4867,495 @@
       "integrity": "sha1-eNfL/B5tZjA/55g3NlmEUXsvbuE=",
       "dev": true,
       "requires": {
-        "is-stream": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
+        "is-stream": "^1.0.1",
+        "pinkie-promise": "^2.0.0"
       }
     },
     "hawk": {
-      "version": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
+      "version": "3.1.3",
+      "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
       "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
       "dev": true,
       "requires": {
-        "boom": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
-        "cryptiles": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
-        "hoek": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
-        "sntp": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
+        "boom": "2.x.x",
+        "cryptiles": "2.x.x",
+        "hoek": "2.x.x",
+        "sntp": "1.x.x"
       }
     },
     "hoek": {
-      "version": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
+      "version": "2.16.3",
+      "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
       "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
       "dev": true
     },
     "home-or-tmp": {
-      "version": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
       "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
       "dev": true,
       "requires": {
-        "os-homedir": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
-        "os-tmpdir": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
+        "os-homedir": "^1.0.0",
+        "os-tmpdir": "^1.0.1"
       }
     },
     "hosted-git-info": {
-      "version": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
+      "version": "2.1.5",
+      "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
       "integrity": "sha1-C6gdkNouJas0ozLm7HeTbhWYEYs=",
       "dev": true
     },
     "html-comment-regex": {
-      "version": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz",
       "integrity": "sha1-ZouTd26q5V696POtRkswekljYl4=",
       "dev": true
     },
     "htmlparser2": {
-      "version": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
+      "version": "3.8.3",
+      "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
       "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
       "dev": true,
       "requires": {
-        "domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
-        "domhandler": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
-        "domutils": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
-        "entities": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
+        "domelementtype": "1",
+        "domhandler": "2.3",
+        "domutils": "1.5",
+        "entities": "1.0",
+        "readable-stream": "1.1"
       },
       "dependencies": {
         "domutils": {
-          "version": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
+          "version": "1.5.1",
+          "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
           "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
           "dev": true,
           "requires": {
-            "dom-serializer": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
-            "domelementtype": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz"
+            "dom-serializer": "0",
+            "domelementtype": "1"
           }
         },
         "entities": {
-          "version": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
           "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
           "dev": true
         }
       }
     },
     "http-browserify": {
-      "version": "https://registry.npmjs.org/http-browserify/-/http-browserify-1.7.0.tgz",
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/http-browserify/-/http-browserify-1.7.0.tgz",
       "integrity": "sha1-M3la3nLfiKz7/TZ3PO/tp2RzWyA=",
       "dev": true,
       "requires": {
-        "Base64": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
+        "Base64": "~0.2.0",
+        "inherits": "~2.0.1"
       }
     },
     "http-errors": {
-      "version": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
       "integrity": "sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=",
       "dev": true,
       "requires": {
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "statuses": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
+        "inherits": "~2.0.1",
+        "statuses": "1"
       }
     },
     "http-signature": {
-      "version": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
       "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
       "dev": true,
       "requires": {
-        "assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
-        "jsprim": "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz",
-        "sshpk": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz"
+        "assert-plus": "^0.2.0",
+        "jsprim": "^1.2.2",
+        "sshpk": "^1.7.0"
       }
     },
     "https-browserify": {
-      "version": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz",
+      "version": "0.0.0",
+      "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz",
       "integrity": "sha1-s//f5zSyo9Sp79WOhlTJH86G6v0=",
       "dev": true
     },
     "iconv-lite": {
-      "version": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
+      "version": "0.4.13",
+      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
       "integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=",
       "dev": true
     },
     "icss-replace-symbols": {
-      "version": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.0.2.tgz",
       "integrity": "sha1-ywtgVOs69u3Jqx1i0Bkz4tTIv6U=",
       "dev": true
     },
     "ieee754": {
-      "version": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz",
+      "version": "1.1.8",
+      "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz",
       "integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q=",
       "dev": true
     },
     "img-stats": {
-      "version": "https://registry.npmjs.org/img-stats/-/img-stats-0.4.2.tgz",
+      "version": "0.4.2",
+      "resolved": "https://registry.npmjs.org/img-stats/-/img-stats-0.4.2.tgz",
       "integrity": "sha1-DhnOTlXllJGF4CPwV8KKtajjInc=",
       "dev": true,
       "requires": {
-        "xmldom": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.16.tgz"
+        "xmldom": "0.1.16"
       }
     },
     "in-publish": {
-      "version": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
       "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
       "dev": true
     },
     "indent-string": {
-      "version": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
       "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
       "dev": true,
       "requires": {
-        "repeating": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"
+        "repeating": "^2.0.0"
       }
     },
     "indexes-of": {
-      "version": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
       "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
       "dev": true
     },
     "indexof": {
-      "version": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
       "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=",
       "dev": true
     },
     "inflight": {
-      "version": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+      "version": "1.0.6",
+      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
       "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
       "dev": true,
       "requires": {
-        "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-        "wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
+        "once": "^1.3.0",
+        "wrappy": "1"
       }
     },
     "inherits": {
-      "version": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+      "version": "2.0.3",
+      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
       "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
       "dev": true
     },
     "ini": {
-      "version": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
+      "version": "1.3.4",
+      "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
       "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=",
       "dev": true
     },
     "interpret": {
-      "version": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz",
       "integrity": "sha1-1Xn7f2k7hYAElHrzn6DbSfeVYCw=",
       "dev": true
     },
     "invariant": {
-      "version": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
+      "version": "2.2.2",
+      "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
       "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=",
       "dev": true,
       "requires": {
-        "loose-envify": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.0.tgz"
+        "loose-envify": "^1.0.0"
       }
     },
     "invert-kv": {
-      "version": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
       "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
       "dev": true
     },
     "ionicons": {
-      "version": "https://registry.npmjs.org/ionicons/-/ionicons-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-2.0.1.tgz",
       "integrity": "sha1-yjmBEyk+qHAkT1OPCqu9S1sgmj4=",
       "dev": true
     },
     "ipaddr.js": {
-      "version": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz",
       "integrity": "sha1-X6eM8wG4JceKvDBC2BJyMEnqI8c=",
       "dev": true
     },
     "is": {
-      "version": "https://registry.npmjs.org/is/-/is-3.2.0.tgz",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/is/-/is-3.2.0.tgz",
       "integrity": "sha1-o2Lj2vffP9i3EUEV1iTFt+HLkPc=",
       "dev": true
     },
     "is-absolute": {
-      "version": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
+      "version": "0.2.6",
+      "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
       "integrity": "sha1-IN5p89uULvLYe5wto28XIjWxtes=",
       "dev": true,
       "requires": {
-        "is-relative": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
-        "is-windows": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz"
+        "is-relative": "^0.2.1",
+        "is-windows": "^0.2.0"
       }
     },
     "is-absolute-url": {
-      "version": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz",
       "integrity": "sha1-nEsgsOXAy++aR5o2ft5vmRZ581k=",
       "dev": true
     },
     "is-arrayish": {
-      "version": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
       "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
       "dev": true
     },
     "is-binary-path": {
-      "version": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
       "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
       "dev": true,
       "requires": {
-        "binary-extensions": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.7.0.tgz"
+        "binary-extensions": "^1.0.0"
       }
     },
     "is-buffer": {
-      "version": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.4.tgz",
+      "version": "1.1.4",
+      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.4.tgz",
       "integrity": "sha1-z8hszV3FpS+oBIkRHGkgxFfi2Ys=",
       "dev": true
     },
     "is-builtin-module": {
-      "version": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
       "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
       "dev": true,
       "requires": {
-        "builtin-modules": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz"
+        "builtin-modules": "^1.0.0"
       }
     },
     "is-dotfile": {
-      "version": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz",
       "integrity": "sha1-LBMjg/ORmfjtwmjKAbmwB9IFzE0=",
       "dev": true
     },
     "is-equal-shallow": {
-      "version": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
       "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
       "dev": true,
       "requires": {
-        "is-primitive": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz"
+        "is-primitive": "^2.0.0"
       }
     },
     "is-extendable": {
-      "version": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
       "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
       "dev": true
     },
     "is-extglob": {
-      "version": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
       "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
       "dev": true
     },
     "is-finite": {
-      "version": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
       "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
       "dev": true,
       "requires": {
-        "number-is-nan": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
+        "number-is-nan": "^1.0.0"
       }
     },
     "is-fullwidth-code-point": {
-      "version": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
       "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
       "dev": true,
       "requires": {
-        "number-is-nan": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
+        "number-is-nan": "^1.0.0"
       }
     },
     "is-glob": {
-      "version": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
       "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
       "dev": true,
       "requires": {
-        "is-extglob": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz"
+        "is-extglob": "^1.0.0"
       }
     },
     "is-my-json-valid": {
-      "version": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz",
+      "version": "2.15.0",
+      "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz",
       "integrity": "sha1-k27do8o8IR/ZjzstPgjaQ/eykVs=",
       "dev": true,
       "requires": {
-        "generate-function": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
-        "generate-object-property": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
-        "jsonpointer": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.0.tgz",
-        "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+        "generate-function": "^2.0.0",
+        "generate-object-property": "^1.1.0",
+        "jsonpointer": "^4.0.0",
+        "xtend": "^4.0.0"
       }
     },
     "is-number": {
-      "version": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
       "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
       "dev": true,
       "requires": {
-        "kind-of": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz"
+        "kind-of": "^3.0.2"
       }
     },
     "is-obj": {
-      "version": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
       "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
       "dev": true
     },
     "is-path-cwd": {
-      "version": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
       "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
       "dev": true
     },
     "is-path-in-cwd": {
-      "version": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
       "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
       "dev": true,
       "requires": {
-        "is-path-inside": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz"
+        "is-path-inside": "^1.0.0"
       }
     },
     "is-path-inside": {
-      "version": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
       "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=",
       "dev": true,
       "requires": {
-        "path-is-inside": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz"
+        "path-is-inside": "^1.0.1"
       }
     },
     "is-plain-obj": {
-      "version": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
       "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
       "dev": true
     },
     "is-posix-bracket": {
-      "version": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
       "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
       "dev": true
     },
     "is-primitive": {
-      "version": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
       "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
       "dev": true
     },
     "is-promise": {
-      "version": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
       "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=",
       "dev": true
     },
     "is-property": {
-      "version": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
       "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=",
       "dev": true
     },
     "is-relative": {
-      "version": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
       "integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=",
       "dev": true,
       "requires": {
-        "is-unc-path": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz"
+        "is-unc-path": "^0.1.1"
       }
     },
     "is-stream": {
-      "version": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
       "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
       "dev": true
     },
     "is-subset": {
-      "version": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
       "integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=",
       "dev": true
     },
     "is-svg": {
-      "version": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
       "integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=",
       "dev": true,
       "requires": {
-        "html-comment-regex": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz"
+        "html-comment-regex": "^1.1.0"
       }
     },
     "is-text-path": {
-      "version": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz",
       "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=",
       "dev": true,
       "requires": {
-        "text-extensions": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.4.0.tgz"
+        "text-extensions": "^1.0.0"
       }
     },
     "is-typedarray": {
-      "version": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
       "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
       "dev": true
     },
     "is-unc-path": {
-      "version": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz",
       "integrity": "sha1-qyUz13rXM1YRJMPcD1zYuQBUyGs=",
       "dev": true,
       "requires": {
-        "unc-path-regex": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
+        "unc-path-regex": "^0.1.0"
       }
     },
     "is-utf8": {
-      "version": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
       "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
       "dev": true
     },
     "is-valid-glob": {
-      "version": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz",
       "integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=",
       "dev": true
     },
     "is-windows": {
-      "version": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
       "integrity": "sha1-3hqm1j6indJIc3tp8f+LgALSEIw=",
       "dev": true
     },
     "isarray": {
-      "version": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
       "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
       "dev": true
     },
     "isexe": {
-      "version": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
       "integrity": "sha1-NvPiLmB1CSD15yQaR2qMakInWtA=",
       "dev": true
     },
@@ -4821,158 +5366,179 @@
       "dev": true
     },
     "isobject": {
-      "version": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
       "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
       "dev": true,
       "requires": {
-        "isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
+        "isarray": "1.0.0"
       },
       "dependencies": {
         "isarray": {
-          "version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
           "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
           "dev": true
         }
       }
     },
     "isstream": {
-      "version": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
       "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
       "dev": true
     },
     "istextorbinary": {
-      "version": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz",
       "integrity": "sha1-rOGTVNGpoBc+/rEITOD4ewrX3s8=",
       "dev": true,
       "requires": {
-        "binaryextensions": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz",
-        "textextensions": "https://registry.npmjs.org/textextensions/-/textextensions-1.0.2.tgz"
+        "binaryextensions": "~1.0.0",
+        "textextensions": "~1.0.0"
       }
     },
     "jade": {
-      "version": "https://registry.npmjs.org/jade/-/jade-1.11.0.tgz",
+      "version": "1.11.0",
+      "resolved": "https://registry.npmjs.org/jade/-/jade-1.11.0.tgz",
       "integrity": "sha1-nIDlOMEtP7lcjZu5VZ+gzAQEBf0=",
       "dev": true,
       "requires": {
-        "character-parser": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz",
-        "clean-css": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.21.tgz",
-        "commander": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
-        "constantinople": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.2.tgz",
-        "jstransformer": "https://registry.npmjs.org/jstransformer/-/jstransformer-0.0.2.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "transformers": "https://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz",
-        "uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
-        "void-elements": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
-        "with": "https://registry.npmjs.org/with/-/with-4.0.3.tgz"
+        "character-parser": "1.2.1",
+        "clean-css": "^3.1.9",
+        "commander": "~2.6.0",
+        "constantinople": "~3.0.1",
+        "jstransformer": "0.0.2",
+        "mkdirp": "~0.5.0",
+        "transformers": "2.1.0",
+        "uglify-js": "^2.4.19",
+        "void-elements": "~2.0.1",
+        "with": "~4.0.0"
       },
       "dependencies": {
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
           "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
           "dev": true
         },
         "cliui": {
-          "version": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
           "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
           "dev": true,
           "requires": {
-            "center-align": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-            "right-align": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
+            "center-align": "^0.1.1",
+            "right-align": "^0.1.1",
+            "wordwrap": "0.0.2"
           }
         },
         "commander": {
-          "version": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
+          "version": "2.6.0",
+          "resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
           "integrity": "sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0=",
           "dev": true
         },
         "uglify-js": {
-          "version": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
+          "version": "2.7.4",
+          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
           "integrity": "sha1-opWg3hK2plDAMcQN6w3ECxRWi9I=",
           "dev": true,
           "requires": {
-            "async": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-            "uglify-to-browserify": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
-            "yargs": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
+            "async": "~0.2.6",
+            "source-map": "~0.5.1",
+            "uglify-to-browserify": "~1.0.0",
+            "yargs": "~3.10.0"
           }
         },
         "window-size": {
-          "version": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
           "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
           "dev": true
         },
         "wordwrap": {
-          "version": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
+          "version": "0.0.2",
+          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
           "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
           "dev": true
         },
         "yargs": {
-          "version": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+          "version": "3.10.0",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
           "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
           "dev": true,
           "requires": {
-            "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-            "cliui": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz"
+            "camelcase": "^1.0.2",
+            "cliui": "^2.1.0",
+            "decamelize": "^1.0.0",
+            "window-size": "0.1.0"
           }
         }
       }
     },
     "javascript-natural-sort": {
-      "version": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
+      "version": "0.7.1",
+      "resolved": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
       "integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=",
       "dev": true
     },
     "jodid25519": {
-      "version": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz",
       "integrity": "sha1-BtSRIlUJNBlHfUJWM2BuDpB4KWc=",
       "dev": true,
       "optional": true,
       "requires": {
-        "jsbn": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz"
+        "jsbn": "~0.1.0"
       }
     },
     "js-base64": {
-      "version": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
+      "version": "2.1.9",
+      "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
       "integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
       "dev": true
     },
     "js-tokens": {
-      "version": "https://registry.npmjs.org/js-tokens/-/js-tokens-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-2.0.0.tgz",
       "integrity": "sha1-eZA/VWPud4zBFi5tzxoAJ8l/nLU=",
       "dev": true
     },
     "js-yaml": {
-      "version": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
+      "version": "3.6.1",
+      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
       "integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=",
       "dev": true,
       "requires": {
-        "argparse": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
-        "esprima": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
+        "argparse": "^1.0.7",
+        "esprima": "^2.6.0"
       },
       "dependencies": {
         "esprima": {
-          "version": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
+          "version": "2.7.3",
+          "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
           "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
           "dev": true
         }
       }
     },
     "jsbn": {
-      "version": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz",
       "integrity": "sha1-ZQmH2g3XT06/WhE3eiqi0nPpff0=",
       "dev": true,
       "optional": true
     },
     "jsesc": {
-      "version": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
       "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
       "dev": true
     },
     "json-schema": {
-      "version": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
+      "version": "0.2.3",
+      "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
       "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
       "dev": true
     },
@@ -4983,87 +5549,87 @@
       "dev": true
     },
     "json-stable-stringify": {
-      "version": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
+      "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": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
+        "jsonify": "~0.0.0"
       }
     },
     "json-stringify-safe": {
-      "version": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
       "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
       "dev": true
     },
     "json3": {
-      "version": "https://registry.npmjs.org/json3/-/json3-3.2.6.tgz",
+      "version": "3.2.6",
+      "resolved": "https://registry.npmjs.org/json3/-/json3-3.2.6.tgz",
       "integrity": "sha1-9u/JPAagTemuxTBT3yVZuxniA4s=",
       "dev": true
     },
     "json5": {
-      "version": "https://registry.npmjs.org/json5/-/json5-0.5.0.tgz",
+      "version": "0.5.0",
+      "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.0.tgz",
       "integrity": "sha1-myBxWwJsvjd4/Xae3M2CLYMypbI=",
       "dev": true
     },
     "jsonfile": {
-      "version": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
+      "version": "2.4.0",
+      "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
       "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz"
+        "graceful-fs": "^4.1.6"
       }
     },
     "jsonify": {
-      "version": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
+      "version": "0.0.0",
+      "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
       "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
       "dev": true
     },
     "jsonparse": {
-      "version": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz",
       "integrity": "sha1-hfwkWx2SWazGlBlguQWt9k594Og=",
       "dev": true
     },
     "jsonpointer": {
-      "version": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.0.tgz",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.0.tgz",
       "integrity": "sha1-ZmHhYdL8RF8Z+YQwIxNDci4fy9U=",
       "dev": true
     },
-    "JSONStream": {
-      "version": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz",
-      "integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=",
-      "dev": true,
-      "requires": {
-        "jsonparse": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz",
-        "through": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
-      }
-    },
     "jspm": {
-      "version": "https://registry.npmjs.org/jspm/-/jspm-0.17.0-beta.32.tgz",
+      "version": "0.17.0-beta.32",
+      "resolved": "https://registry.npmjs.org/jspm/-/jspm-0.17.0-beta.32.tgz",
       "integrity": "sha1-U+ihi29K62idPuO1J+OQMBoq5yc=",
       "dev": true,
       "optional": true,
       "requires": {
-        "bluebird": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.6.tgz",
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "core-js": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
-        "glob": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "jspm-github": "https://registry.npmjs.org/jspm-github/-/jspm-github-0.14.11.tgz",
-        "jspm-npm": "https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.30.1.tgz",
-        "jspm-registry": "https://registry.npmjs.org/jspm-registry/-/jspm-registry-0.4.3.tgz",
-        "liftoff": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
-        "minimatch": "3.0.4",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "ncp": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
-        "proper-lockfile": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-1.2.0.tgz",
-        "request": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
-        "sane": "https://registry.npmjs.org/sane/-/sane-1.4.1.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
-        "systemjs": "https://registry.npmjs.org/systemjs/-/systemjs-0.19.41.tgz",
-        "systemjs-builder": "https://registry.npmjs.org/systemjs-builder/-/systemjs-builder-0.15.34.tgz",
-        "traceur": "https://registry.npmjs.org/traceur/-/traceur-0.0.105.tgz",
-        "uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz"
+        "bluebird": "^3.0.5",
+        "chalk": "^1.1.1",
+        "core-js": "^1.2.6",
+        "glob": "^6.0.1",
+        "graceful-fs": "^4.1.2",
+        "jspm-github": "^0.14.11",
+        "jspm-npm": "^0.30.0",
+        "jspm-registry": "^0.4.1",
+        "liftoff": "^2.2.0",
+        "minimatch": "^3.0.0",
+        "mkdirp": "~0.5.1",
+        "ncp": "^2.0.0",
+        "proper-lockfile": "^1.1.2",
+        "request": "^2.67.0",
+        "rimraf": "^2.4.4",
+        "sane": "^1.3.3",
+        "semver": "^5.1.0",
+        "systemjs": "0.19.41",
+        "systemjs-builder": "0.15.34",
+        "traceur": "0.0.105",
+        "uglify-js": "^2.6.1"
       },
       "dependencies": {
         "balanced-match": {
@@ -5073,33 +5639,36 @@
           "dev": true
         },
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
           "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
           "dev": true,
           "optional": true
         },
         "cliui": {
-          "version": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
           "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
           "dev": true,
           "optional": true,
           "requires": {
-            "center-align": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-            "right-align": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
+            "center-align": "^0.1.1",
+            "right-align": "^0.1.1",
+            "wordwrap": "0.0.2"
           }
         },
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
+          "version": "6.0.4",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
           "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
           "dev": true,
           "optional": true,
           "requires": {
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "2 || 3",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "minimatch": {
@@ -5108,7 +5677,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -5117,78 +5686,85 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
         },
         "ncp": {
-          "version": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
+          "version": "2.0.0",
+          "resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
           "integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
           "dev": true,
           "optional": true
         },
         "semver": {
-          "version": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
+          "version": "5.3.0",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
           "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
           "dev": true,
           "optional": true
         },
         "uglify-js": {
-          "version": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
+          "version": "2.7.4",
+          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
           "integrity": "sha1-opWg3hK2plDAMcQN6w3ECxRWi9I=",
           "dev": true,
           "optional": true,
           "requires": {
-            "async": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-            "uglify-to-browserify": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
-            "yargs": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
+            "async": "~0.2.6",
+            "source-map": "~0.5.1",
+            "uglify-to-browserify": "~1.0.0",
+            "yargs": "~3.10.0"
           }
         },
         "window-size": {
-          "version": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
           "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
           "dev": true,
           "optional": true
         },
         "wordwrap": {
-          "version": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
+          "version": "0.0.2",
+          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
           "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
           "dev": true,
           "optional": true
         },
         "yargs": {
-          "version": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+          "version": "3.10.0",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
           "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
           "dev": true,
           "optional": true,
           "requires": {
-            "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-            "cliui": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz"
+            "camelcase": "^1.0.2",
+            "cliui": "^2.1.0",
+            "decamelize": "^1.0.0",
+            "window-size": "0.1.0"
           }
         }
       }
     },
     "jspm-github": {
-      "version": "https://registry.npmjs.org/jspm-github/-/jspm-github-0.14.11.tgz",
+      "version": "0.14.11",
+      "resolved": "https://registry.npmjs.org/jspm-github/-/jspm-github-0.14.11.tgz",
       "integrity": "sha1-UJOzp5KJ1j/245gvO1J4eKyAjVw=",
       "dev": true,
       "optional": true,
       "requires": {
-        "bluebird": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.6.tgz",
-        "expand-tilde": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "netrc": "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz",
-        "request": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
-        "semver": "5.5.0",
-        "tar-fs": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.14.0.tgz",
-        "which": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
+        "bluebird": "^3.0.5",
+        "expand-tilde": "^1.2.0",
+        "graceful-fs": "^4.1.3",
+        "mkdirp": "^0.5.1",
+        "netrc": "^0.1.3",
+        "request": "^2.74.0",
+        "rimraf": "^2.5.4",
+        "semver": "^5.0.1",
+        "tar-fs": "^1.13.0",
+        "which": "^1.0.9"
       },
       "dependencies": {
         "semver": {
@@ -5201,22 +5777,23 @@
       }
     },
     "jspm-npm": {
-      "version": "https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.30.1.tgz",
+      "version": "0.30.1",
+      "resolved": "https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.30.1.tgz",
       "integrity": "sha1-T/yUAo3AFGUz27uFrt2K12Zl7ho=",
       "dev": true,
       "optional": true,
       "requires": {
-        "bluebird": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.6.tgz",
-        "buffer-peek-stream": "https://registry.npmjs.org/buffer-peek-stream/-/buffer-peek-stream-1.0.1.tgz",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "readdirp": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
-        "request": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
-        "semver": "5.5.0",
-        "systemjs-builder": "https://registry.npmjs.org/systemjs-builder/-/systemjs-builder-0.15.34.tgz",
-        "tar-fs": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.14.0.tgz",
-        "traceur": "https://registry.npmjs.org/traceur/-/traceur-0.0.105.tgz",
-        "which": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
+        "bluebird": "^3.0.5",
+        "buffer-peek-stream": "^1.0.1",
+        "graceful-fs": "^4.1.3",
+        "mkdirp": "^0.5.1",
+        "readdirp": "^2.0.0",
+        "request": "^2.58.0",
+        "semver": "^5.0.1",
+        "systemjs-builder": "^0.15.33",
+        "tar-fs": "^1.13.0",
+        "traceur": "0.0.105",
+        "which": "^1.1.1"
       },
       "dependencies": {
         "semver": {
@@ -5229,34 +5806,37 @@
       }
     },
     "jspm-registry": {
-      "version": "https://registry.npmjs.org/jspm-registry/-/jspm-registry-0.4.3.tgz",
+      "version": "0.4.3",
+      "resolved": "https://registry.npmjs.org/jspm-registry/-/jspm-registry-0.4.3.tgz",
       "integrity": "sha1-Sp4GVQrv+uhiT0C/G0IQB1AnHGc=",
       "dev": true,
       "optional": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
-        "rsvp": "https://registry.npmjs.org/rsvp/-/rsvp-3.3.3.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz"
+        "graceful-fs": "^4.1.3",
+        "rimraf": "^2.3.2",
+        "rsvp": "^3.0.18",
+        "semver": "^4.3.3"
       }
     },
     "jsprim": {
-      "version": "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz",
       "integrity": "sha1-KnJW9wQSop7jZwqspiWZTE3P8lI=",
       "dev": true,
       "requires": {
-        "extsprintf": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
-        "json-schema": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
-        "verror": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz"
+        "extsprintf": "1.0.2",
+        "json-schema": "0.2.3",
+        "verror": "1.3.6"
       }
     },
     "jstransformer": {
-      "version": "https://registry.npmjs.org/jstransformer/-/jstransformer-0.0.2.tgz",
+      "version": "0.0.2",
+      "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-0.0.2.tgz",
       "integrity": "sha1-eq4pqQPRls+glz2IXT5HlH7Ndqs=",
       "dev": true,
       "requires": {
-        "is-promise": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
-        "promise": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz"
+        "is-promise": "^2.0.0",
+        "promise": "^6.0.1"
       }
     },
     "kew": {
@@ -5266,19 +5846,21 @@
       "dev": true
     },
     "kind-of": {
-      "version": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz",
+      "version": "3.0.4",
+      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz",
       "integrity": "sha1-e47PGKThf4Jp1ztQHJ8jLJaIenQ=",
       "dev": true,
       "requires": {
-        "is-buffer": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.4.tgz"
+        "is-buffer": "^1.0.2"
       }
     },
     "klaw": {
-      "version": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
       "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz"
+        "graceful-fs": "^4.1.9"
       }
     },
     "kss": {
@@ -5287,13 +5869,13 @@
       "integrity": "sha1-gyojvaTKvs9UJrk4ksG2GNt+ok4=",
       "dev": true,
       "requires": {
-        "bluebird": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.6.tgz",
-        "fs-extra": "2.1.2",
-        "glob": "7.1.2",
-        "handlebars": "4.0.11",
-        "marked": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
-        "twig": "0.10.3",
-        "yargs": "https://registry.npmjs.org/yargs/-/yargs-6.4.0.tgz"
+        "bluebird": "^3.3.3",
+        "fs-extra": "^2.0.0",
+        "glob": "^7.0.3",
+        "handlebars": "^4.0.0",
+        "marked": "^0.3.6",
+        "twig": "^0.10.2",
+        "yargs": "^6.0.0"
       },
       "dependencies": {
         "async": {
@@ -5314,8 +5896,8 @@
           "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
           "dev": true,
           "requires": {
-            "balanced-match": "1.0.0",
-            "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+            "balanced-match": "^1.0.0",
+            "concat-map": "0.0.1"
           }
         },
         "camelcase": {
@@ -5332,8 +5914,8 @@
           "dev": true,
           "optional": true,
           "requires": {
-            "center-align": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-            "right-align": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
+            "center-align": "^0.1.1",
+            "right-align": "^0.1.1",
             "wordwrap": "0.0.2"
           },
           "dependencies": {
@@ -5352,8 +5934,8 @@
           "integrity": "sha1-BGxwFjzvmq1GsOSn+kZ/si1x3jU=",
           "dev": true,
           "requires": {
-            "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-            "jsonfile": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz"
+            "graceful-fs": "^4.1.2",
+            "jsonfile": "^2.1.0"
           }
         },
         "glob": {
@@ -5362,12 +5944,12 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "handlebars": {
@@ -5376,10 +5958,10 @@
           "integrity": "sha1-Ywo13+ApS8KB7a5v/F0yn8eYLcw=",
           "dev": true,
           "requires": {
-            "async": "1.5.2",
-            "optimist": "0.6.1",
-            "source-map": "0.4.4",
-            "uglify-js": "2.8.29"
+            "async": "^1.4.0",
+            "optimist": "^0.6.1",
+            "source-map": "^0.4.4",
+            "uglify-js": "^2.6"
           }
         },
         "minimatch": {
@@ -5388,7 +5970,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           }
         },
         "minimist": {
@@ -5403,8 +5985,8 @@
           "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
           "dev": true,
           "requires": {
-            "minimist": "0.0.10",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"
+            "minimist": "~0.0.1",
+            "wordwrap": "~0.0.2"
           }
         },
         "source-map": {
@@ -5413,7 +5995,7 @@
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         },
         "uglify-js": {
@@ -5423,9 +6005,9 @@
           "dev": true,
           "optional": true,
           "requires": {
-            "source-map": "0.5.7",
-            "uglify-to-browserify": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
-            "yargs": "3.10.0"
+            "source-map": "~0.5.1",
+            "uglify-to-browserify": "~1.0.0",
+            "yargs": "~3.10.0"
           },
           "dependencies": {
             "source-map": {
@@ -5442,9 +6024,9 @@
               "dev": true,
               "optional": true,
               "requires": {
-                "camelcase": "1.2.1",
-                "cliui": "2.1.0",
-                "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+                "camelcase": "^1.0.2",
+                "cliui": "^2.1.0",
+                "decamelize": "^1.0.0",
                 "window-size": "0.1.0"
               }
             }
@@ -5460,68 +6042,75 @@
       }
     },
     "lazy-cache": {
-      "version": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
       "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=",
       "dev": true
     },
     "lazy-debug-legacy": {
-      "version": "https://registry.npmjs.org/lazy-debug-legacy/-/lazy-debug-legacy-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/lazy-debug-legacy/-/lazy-debug-legacy-0.0.1.tgz",
       "integrity": "sha1-U3cWwHduTPeePtG2IfdljCkRsbE=",
       "dev": true
     },
     "lcid": {
-      "version": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
       "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
       "dev": true,
       "requires": {
-        "invert-kv": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz"
+        "invert-kv": "^1.0.0"
       }
     },
     "liftoff": {
-      "version": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
       "integrity": "sha1-qY8v9nGD2Lp8+soQVIvX/wVQs4U=",
       "dev": true,
       "requires": {
-        "extend": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
-        "findup-sync": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
-        "fined": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
-        "flagged-respawn": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz",
-        "lodash.isplainobject": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
-        "lodash.isstring": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
-        "lodash.mapvalues": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
-        "rechoir": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
-        "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
+        "extend": "^3.0.0",
+        "findup-sync": "^0.4.2",
+        "fined": "^1.0.1",
+        "flagged-respawn": "^0.3.2",
+        "lodash.isplainobject": "^4.0.4",
+        "lodash.isstring": "^4.0.1",
+        "lodash.mapvalues": "^4.4.0",
+        "rechoir": "^0.6.2",
+        "resolve": "^1.1.7"
       }
     },
     "linkify-it": {
-      "version": "https://registry.npmjs.org/linkify-it/-/linkify-it-1.2.4.tgz",
+      "version": "1.2.4",
+      "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-1.2.4.tgz",
       "integrity": "sha1-B3NSbDF8j9E71TTuHRgP+Iq/iBo=",
       "dev": true,
       "requires": {
-        "uc.micro": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz"
+        "uc.micro": "^1.0.1"
       }
     },
     "load-json-file": {
-      "version": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
       "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "parse-json": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
-        "pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
-        "strip-bom": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz"
+        "graceful-fs": "^4.1.2",
+        "parse-json": "^2.2.0",
+        "pify": "^2.0.0",
+        "pinkie-promise": "^2.0.0",
+        "strip-bom": "^2.0.0"
       }
     },
     "loader-utils": {
-      "version": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz",
+      "version": "0.2.16",
+      "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz",
       "integrity": "sha1-8IYyBm7YKCg13/iN+1JwR2Wt7m0=",
       "dev": true,
       "requires": {
-        "big.js": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz",
-        "emojis-list": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
-        "json5": "https://registry.npmjs.org/json5/-/json5-0.5.0.tgz",
-        "object-assign": "4.1.1"
+        "big.js": "^3.1.3",
+        "emojis-list": "^2.0.0",
+        "json5": "^0.5.0",
+        "object-assign": "^4.0.1"
       },
       "dependencies": {
         "object-assign": {
@@ -5539,291 +6128,337 @@
       "dev": true
     },
     "lodash": {
-      "version": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
       "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=",
       "dev": true
     },
     "lodash._arraycopy": {
-      "version": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz",
       "integrity": "sha1-due3wfH7klRzdIeKVi7Qaj5Q9uE=",
       "dev": true
     },
     "lodash._arrayeach": {
-      "version": "https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz",
       "integrity": "sha1-urFWsqkNPxu9XGU0AzSeXlkz754=",
       "dev": true
     },
     "lodash._baseassign": {
-      "version": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
       "integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=",
       "dev": true,
       "requires": {
-        "lodash._basecopy": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
-        "lodash.keys": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz"
+        "lodash._basecopy": "^3.0.0",
+        "lodash.keys": "^3.0.0"
       }
     },
     "lodash._baseclone": {
-      "version": "https://registry.npmjs.org/lodash._baseclone/-/lodash._baseclone-3.3.0.tgz",
+      "version": "3.3.0",
+      "resolved": "https://registry.npmjs.org/lodash._baseclone/-/lodash._baseclone-3.3.0.tgz",
       "integrity": "sha1-MDUZv2OT/n5C802LYw73eU41Qrc=",
       "dev": true,
       "requires": {
-        "lodash._arraycopy": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz",
-        "lodash._arrayeach": "https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz",
-        "lodash._baseassign": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
-        "lodash._basefor": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz",
-        "lodash.isarray": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
-        "lodash.keys": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz"
+        "lodash._arraycopy": "^3.0.0",
+        "lodash._arrayeach": "^3.0.0",
+        "lodash._baseassign": "^3.0.0",
+        "lodash._basefor": "^3.0.0",
+        "lodash.isarray": "^3.0.0",
+        "lodash.keys": "^3.0.0"
       }
     },
     "lodash._basecopy": {
-      "version": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
       "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
       "dev": true
     },
     "lodash._basedifference": {
-      "version": "https://registry.npmjs.org/lodash._basedifference/-/lodash._basedifference-3.0.3.tgz",
+      "version": "3.0.3",
+      "resolved": "https://registry.npmjs.org/lodash._basedifference/-/lodash._basedifference-3.0.3.tgz",
       "integrity": "sha1-8sIEKWwqeOArOJCBtu3KyTPPYpw=",
       "dev": true,
       "requires": {
-        "lodash._baseindexof": "https://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz",
-        "lodash._cacheindexof": "https://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz",
-        "lodash._createcache": "https://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz"
+        "lodash._baseindexof": "^3.0.0",
+        "lodash._cacheindexof": "^3.0.0",
+        "lodash._createcache": "^3.0.0"
       }
     },
     "lodash._baseflatten": {
-      "version": "https://registry.npmjs.org/lodash._baseflatten/-/lodash._baseflatten-3.1.4.tgz",
+      "version": "3.1.4",
+      "resolved": "https://registry.npmjs.org/lodash._baseflatten/-/lodash._baseflatten-3.1.4.tgz",
       "integrity": "sha1-B3D/gBMa9uNPO1EXlqe6UhTmX/c=",
       "dev": true,
       "requires": {
-        "lodash.isarguments": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
-        "lodash.isarray": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
+        "lodash.isarguments": "^3.0.0",
+        "lodash.isarray": "^3.0.0"
       }
     },
     "lodash._basefor": {
-      "version": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz",
+      "version": "3.0.3",
+      "resolved": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz",
       "integrity": "sha1-dVC06SGO8J+tJDQ7YSAhx5tMIMI=",
       "dev": true
     },
     "lodash._baseindexof": {
-      "version": "https://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz",
       "integrity": "sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=",
       "dev": true
     },
     "lodash._basetostring": {
-      "version": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
       "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=",
       "dev": true
     },
     "lodash._basevalues": {
-      "version": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
       "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=",
       "dev": true
     },
     "lodash._bindcallback": {
-      "version": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
       "integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=",
       "dev": true
     },
     "lodash._cacheindexof": {
-      "version": "https://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz",
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz",
       "integrity": "sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=",
       "dev": true
     },
     "lodash._createcache": {
-      "version": "https://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz",
+      "version": "3.1.2",
+      "resolved": "https://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz",
       "integrity": "sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=",
       "dev": true,
       "requires": {
-        "lodash._getnative": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz"
+        "lodash._getnative": "^3.0.0"
       }
     },
     "lodash._getnative": {
-      "version": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
+      "version": "3.9.1",
+      "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
       "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
       "dev": true
     },
     "lodash._isiterateecall": {
-      "version": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
+      "version": "3.0.9",
+      "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
       "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
       "dev": true
     },
     "lodash._reescape": {
-      "version": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
       "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=",
       "dev": true
     },
     "lodash._reevaluate": {
-      "version": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
       "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=",
       "dev": true
     },
     "lodash._reinterpolate": {
-      "version": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
       "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
       "dev": true
     },
     "lodash._root": {
-      "version": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
       "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=",
       "dev": true
     },
     "lodash.assign": {
-      "version": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
+      "version": "4.2.0",
+      "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
       "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
       "dev": true
     },
     "lodash.assignwith": {
-      "version": "https://registry.npmjs.org/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz",
+      "version": "4.2.0",
+      "resolved": "https://registry.npmjs.org/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz",
       "integrity": "sha1-EnqX8CrcQXUalU0ksN4X4QDgOOs=",
       "dev": true
     },
     "lodash.camelcase": {
-      "version": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
+      "version": "4.3.0",
+      "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
       "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=",
       "dev": true
     },
     "lodash.clonedeep": {
-      "version": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+      "version": "4.5.0",
+      "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
       "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
       "dev": true
     },
     "lodash.difference": {
-      "version": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-3.2.2.tgz",
+      "version": "3.2.2",
+      "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-3.2.2.tgz",
       "integrity": "sha1-3EY//+ZhmrSvSaPIes5mlaKF3eY=",
       "dev": true,
       "requires": {
-        "lodash._basedifference": "https://registry.npmjs.org/lodash._basedifference/-/lodash._basedifference-3.0.3.tgz",
-        "lodash._baseflatten": "https://registry.npmjs.org/lodash._baseflatten/-/lodash._baseflatten-3.1.4.tgz",
-        "lodash.restparam": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz"
+        "lodash._basedifference": "^3.0.0",
+        "lodash._baseflatten": "^3.0.0",
+        "lodash.restparam": "^3.0.0"
       }
     },
     "lodash.escape": {
-      "version": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
       "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
       "dev": true,
       "requires": {
-        "lodash._root": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz"
+        "lodash._root": "^3.0.0"
       }
     },
     "lodash.indexof": {
-      "version": "https://registry.npmjs.org/lodash.indexof/-/lodash.indexof-4.0.5.tgz",
+      "version": "4.0.5",
+      "resolved": "https://registry.npmjs.org/lodash.indexof/-/lodash.indexof-4.0.5.tgz",
       "integrity": "sha1-U3FK3Czd1u2HY4+JOqm2wk4x7zw=",
       "dev": true
     },
     "lodash.isarguments": {
-      "version": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
       "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
       "dev": true
     },
     "lodash.isarray": {
-      "version": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
+      "version": "3.0.4",
+      "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
       "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
       "dev": true
     },
     "lodash.isempty": {
-      "version": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz",
+      "version": "4.4.0",
+      "resolved": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz",
       "integrity": "sha1-b4bL7di+TsmHvpqvM8loTbGzHn4=",
       "dev": true
     },
     "lodash.isplainobject": {
-      "version": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
+      "version": "4.0.6",
+      "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
       "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=",
       "dev": true
     },
     "lodash.isstring": {
-      "version": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
       "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=",
       "dev": true
     },
     "lodash.keys": {
-      "version": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
+      "version": "3.1.2",
+      "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
       "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
       "dev": true,
       "requires": {
-        "lodash._getnative": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
-        "lodash.isarguments": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
-        "lodash.isarray": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
+        "lodash._getnative": "^3.0.0",
+        "lodash.isarguments": "^3.0.0",
+        "lodash.isarray": "^3.0.0"
       }
     },
     "lodash.mapvalues": {
-      "version": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
+      "version": "4.6.0",
+      "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
       "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=",
       "dev": true
     },
     "lodash.memoize": {
-      "version": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
+      "version": "4.1.2",
+      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
       "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
       "dev": true
     },
     "lodash.mergewith": {
-      "version": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
+      "version": "4.6.0",
+      "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
       "integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU=",
       "dev": true
     },
     "lodash.pick": {
-      "version": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
+      "version": "4.4.0",
+      "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
       "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=",
       "dev": true
     },
     "lodash.restparam": {
-      "version": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
+      "version": "3.6.1",
+      "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
       "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
       "dev": true
     },
     "lodash.template": {
-      "version": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
+      "version": "3.6.2",
+      "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
       "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
       "dev": true,
       "requires": {
-        "lodash._basecopy": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
-        "lodash._basetostring": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
-        "lodash._basevalues": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
-        "lodash._isiterateecall": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
-        "lodash._reinterpolate": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
-        "lodash.escape": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
-        "lodash.keys": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
-        "lodash.restparam": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
-        "lodash.templatesettings": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz"
+        "lodash._basecopy": "^3.0.0",
+        "lodash._basetostring": "^3.0.0",
+        "lodash._basevalues": "^3.0.0",
+        "lodash._isiterateecall": "^3.0.0",
+        "lodash._reinterpolate": "^3.0.0",
+        "lodash.escape": "^3.0.0",
+        "lodash.keys": "^3.0.0",
+        "lodash.restparam": "^3.0.0",
+        "lodash.templatesettings": "^3.0.0"
       }
     },
     "lodash.templatesettings": {
-      "version": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
+      "version": "3.1.1",
+      "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
       "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
       "dev": true,
       "requires": {
-        "lodash._reinterpolate": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
-        "lodash.escape": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz"
+        "lodash._reinterpolate": "^3.0.0",
+        "lodash.escape": "^3.0.0"
       }
     },
     "lodash.uniq": {
-      "version": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
+      "version": "4.5.0",
+      "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
       "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
       "dev": true
     },
     "longest": {
-      "version": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
       "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
       "dev": true
     },
     "loose-envify": {
-      "version": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.0.tgz",
       "integrity": "sha1-ayYkjEL21PpLDYVC947fzeNWQqg=",
       "dev": true,
       "requires": {
-        "js-tokens": "https://registry.npmjs.org/js-tokens/-/js-tokens-2.0.0.tgz"
+        "js-tokens": "^2.0.0"
       }
     },
     "loud-rejection": {
-      "version": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
+      "version": "1.6.0",
+      "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
       "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
       "dev": true,
       "requires": {
-        "currently-unhandled": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
-        "signal-exit": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz"
+        "currently-unhandled": "^0.4.1",
+        "signal-exit": "^3.0.0"
       }
     },
     "lru-cache": {
-      "version": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
+      "version": "2.7.3",
+      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
       "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=",
       "dev": true
     },
@@ -5834,152 +6469,171 @@
       "dev": true
     },
     "macaddress": {
-      "version": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz",
+      "version": "0.2.8",
+      "resolved": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz",
       "integrity": "sha1-WQTcU3w57G2+/q6QIycTX6hRHxI=",
       "dev": true
     },
     "makeerror": {
-      "version": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
+      "version": "1.0.11",
+      "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
       "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
       "dev": true,
       "optional": true,
       "requires": {
-        "tmpl": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz"
+        "tmpl": "1.0.x"
       }
     },
     "map-cache": {
-      "version": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
+      "version": "0.2.2",
+      "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
       "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
       "dev": true
     },
     "map-obj": {
-      "version": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
       "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
       "dev": true
     },
     "map-stream": {
-      "version": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.6.tgz",
+      "version": "0.0.6",
+      "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.6.tgz",
       "integrity": "sha1-0u9OuBGihkTHqJiZhcacL91JaCc=",
       "dev": true
     },
     "markdown-it": {
-      "version": "https://registry.npmjs.org/markdown-it/-/markdown-it-5.1.0.tgz",
+      "version": "5.1.0",
+      "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-5.1.0.tgz",
       "integrity": "sha1-JShrhGW6xJbz8bd+7VRGQ+m9cY0=",
       "dev": true,
       "requires": {
-        "argparse": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
-        "entities": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
-        "linkify-it": "https://registry.npmjs.org/linkify-it/-/linkify-it-1.2.4.tgz",
-        "mdurl": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
-        "uc.micro": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz"
+        "argparse": "~1.0.3",
+        "entities": "~1.1.1",
+        "linkify-it": "~1.2.0",
+        "mdurl": "~1.0.1",
+        "uc.micro": "^1.0.0"
       }
     },
     "marked": {
-      "version": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
+      "version": "0.3.6",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
       "integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=",
       "dev": true
     },
     "marked-terminal": {
-      "version": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-1.7.0.tgz",
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-1.7.0.tgz",
       "integrity": "sha1-yMRgiBx3LHYEtkNnAH7l938SWQQ=",
       "dev": true,
       "requires": {
-        "cardinal": "https://registry.npmjs.org/cardinal/-/cardinal-1.0.0.tgz",
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "cli-table": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
-        "lodash.assign": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
-        "node-emoji": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.4.1.tgz"
+        "cardinal": "^1.0.0",
+        "chalk": "^1.1.3",
+        "cli-table": "^0.3.1",
+        "lodash.assign": "^4.2.0",
+        "node-emoji": "^1.4.1"
       }
     },
     "math-expression-evaluator": {
-      "version": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.14.tgz",
+      "version": "1.2.14",
+      "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.14.tgz",
       "integrity": "sha1-OVEXce2WAkBfupr//xfrTSo4Q6s=",
       "dev": true,
       "requires": {
-        "lodash.indexof": "https://registry.npmjs.org/lodash.indexof/-/lodash.indexof-4.0.5.tgz"
+        "lodash.indexof": "^4.0.5"
       }
     },
     "mdurl": {
-      "version": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
       "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=",
       "dev": true
     },
     "media-typer": {
-      "version": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
       "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
       "dev": true
     },
     "memory-fs": {
-      "version": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.3.0.tgz",
       "integrity": "sha1-e8xrYp46Q+hx1+Kaymrop/FcuyA=",
       "dev": true,
       "requires": {
-        "errno": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz",
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz"
+        "errno": "^0.1.3",
+        "readable-stream": "^2.0.1"
       },
       "dependencies": {
         "isarray": {
-          "version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
           "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
           "dev": true
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz",
+          "version": "2.2.2",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz",
           "integrity": "sha1-qeb+w8fdqF+LsbO6cChgRVb8gl4=",
           "dev": true,
           "requires": {
-            "buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
-            "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "buffer-shims": "^1.0.0",
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~1.0.6",
+            "string_decoder": "~0.10.x",
+            "util-deprecate": "~1.0.1"
           }
         }
       }
     },
     "meow": {
-      "version": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
+      "version": "3.7.0",
+      "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
       "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
       "dev": true,
       "requires": {
-        "camelcase-keys": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
-        "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-        "loud-rejection": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
-        "map-obj": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
-        "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
-        "read-pkg-up": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
-        "redent": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
-        "trim-newlines": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
+        "camelcase-keys": "^2.0.0",
+        "decamelize": "^1.1.2",
+        "loud-rejection": "^1.0.0",
+        "map-obj": "^1.0.1",
+        "minimist": "^1.1.3",
+        "normalize-package-data": "^2.3.4",
+        "object-assign": "^4.0.1",
+        "read-pkg-up": "^1.0.1",
+        "redent": "^1.0.0",
+        "trim-newlines": "^1.0.0"
       },
       "dependencies": {
         "object-assign": {
-          "version": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
           "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=",
           "dev": true
         }
       }
     },
     "merge": {
-      "version": "https://registry.npmjs.org/merge/-/merge-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/merge/-/merge-1.2.0.tgz",
       "integrity": "sha1-dTHjnUlJwoGma4xabgJl6LBYlNo=",
       "dev": true,
       "optional": true
     },
     "merge-descriptors": {
-      "version": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
       "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=",
       "dev": true
     },
     "merge-stream": {
-      "version": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz",
       "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=",
       "dev": true,
       "requires": {
-        "readable-stream": "2.3.4"
+        "readable-stream": "^2.0.1"
       },
       "dependencies": {
         "isarray": {
@@ -5994,13 +6648,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           },
           "dependencies": {
             "process-nextick-args": {
@@ -6015,7 +6669,7 @@
               "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
               "dev": true,
               "requires": {
-                "safe-buffer": "5.1.1"
+                "safe-buffer": "~5.1.0"
               }
             }
           }
@@ -6023,143 +6677,163 @@
       }
     },
     "methods": {
-      "version": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
       "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
       "dev": true
     },
     "micromatch": {
-      "version": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
+      "version": "2.3.11",
+      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
       "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
       "dev": true,
       "requires": {
-        "arr-diff": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
-        "array-unique": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
-        "braces": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
-        "expand-brackets": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
-        "extglob": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
-        "filename-regex": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz",
-        "is-extglob": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
-        "is-glob": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
-        "kind-of": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz",
-        "normalize-path": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz",
-        "object.omit": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
-        "parse-glob": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
-        "regex-cache": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz"
+        "arr-diff": "^2.0.0",
+        "array-unique": "^0.2.1",
+        "braces": "^1.8.2",
+        "expand-brackets": "^0.1.4",
+        "extglob": "^0.3.1",
+        "filename-regex": "^2.0.0",
+        "is-extglob": "^1.0.0",
+        "is-glob": "^2.0.1",
+        "kind-of": "^3.0.2",
+        "normalize-path": "^2.0.1",
+        "object.omit": "^2.0.0",
+        "parse-glob": "^3.0.4",
+        "regex-cache": "^0.4.2"
       }
     },
     "mime": {
-      "version": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
+      "version": "1.3.4",
+      "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
       "integrity": "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM=",
       "dev": true
     },
     "mime-db": {
-      "version": "https://registry.npmjs.org/mime-db/-/mime-db-1.25.0.tgz",
+      "version": "1.25.0",
+      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.25.0.tgz",
       "integrity": "sha1-wY29fHOl2/b0SgJNwNFloeexw5I=",
       "dev": true
     },
     "mime-types": {
-      "version": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz",
+      "version": "2.1.13",
+      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz",
       "integrity": "sha1-4HqqnGxrmnyjASxpADrSWjnpKog=",
       "dev": true,
       "requires": {
-        "mime-db": "https://registry.npmjs.org/mime-db/-/mime-db-1.25.0.tgz"
+        "mime-db": "~1.25.0"
       }
     },
     "minimatch": {
-      "version": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
+      "version": "2.0.10",
+      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
       "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
       "dev": true,
       "requires": {
-        "brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
+        "brace-expansion": "^1.0.0"
       }
     },
     "minimist": {
-      "version": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
       "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
       "dev": true
     },
     "mkdirp": {
-      "version": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
+      "version": "0.5.1",
+      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
       "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
       "dev": true,
       "requires": {
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
+        "minimist": "0.0.8"
       },
       "dependencies": {
         "minimist": {
-          "version": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
+          "version": "0.0.8",
+          "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
           "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
           "dev": true
         }
       }
     },
     "mkpath": {
-      "version": "https://registry.npmjs.org/mkpath/-/mkpath-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/mkpath/-/mkpath-1.0.0.tgz",
       "integrity": "sha1-67Opd+evHGg65v2hK1Raa6bFhT0=",
       "dev": true
     },
     "modify-values": {
-      "version": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.0.tgz",
       "integrity": "sha1-4rbN65zhn5kxelNyLz2/XfXqqrI=",
       "dev": true
     },
     "morgan": {
-      "version": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
+      "version": "1.6.1",
+      "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
       "integrity": "sha1-X9gYOYxoGcuiinzWZk8pL+HAu/I=",
       "dev": true,
       "requires": {
-        "basic-auth": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "depd": "https://registry.npmjs.org/depd/-/depd-1.0.1.tgz",
-        "on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
-        "on-headers": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz"
+        "basic-auth": "~1.0.3",
+        "debug": "~2.2.0",
+        "depd": "~1.0.1",
+        "on-finished": "~2.3.0",
+        "on-headers": "~1.0.0"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "depd": {
-          "version": "https://registry.npmjs.org/depd/-/depd-1.0.1.tgz",
+          "version": "1.0.1",
+          "resolved": "https://registry.npmjs.org/depd/-/depd-1.0.1.tgz",
           "integrity": "sha1-gK7GTJ1tl+ZcwqnKqTwKpqv3Oqo=",
           "dev": true
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         }
       }
     },
     "ms": {
-      "version": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
+      "version": "0.7.2",
+      "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
       "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
       "dev": true
     },
     "multipipe": {
-      "version": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
       "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
       "dev": true,
       "requires": {
-        "duplexer2": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz"
+        "duplexer2": "0.0.2"
       }
     },
     "mustache": {
-      "version": "https://registry.npmjs.org/mustache/-/mustache-2.2.0.tgz",
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.2.0.tgz",
       "integrity": "sha1-0pgTtJm4BncStQM0fqw0LGFnJ8c=",
       "dev": true
     },
     "nan": {
-      "version": "https://registry.npmjs.org/nan/-/nan-2.6.1.tgz",
+      "version": "2.6.1",
+      "resolved": "https://registry.npmjs.org/nan/-/nan-2.6.1.tgz",
       "integrity": "sha1-jIT3sUyWuJ9X+8g4ASGA7IyjmgE=",
       "dev": true
     },
     "natives": {
-      "version": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
       "integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=",
       "dev": true
     },
@@ -6169,58 +6843,64 @@
       "integrity": "sha1-HrUVap2QtFkZSeIOlOvHe7Iznto=",
       "dev": true,
       "requires": {
-        "apparatus": "0.0.9",
-        "sylvester": "0.0.21",
-        "underscore": "1.8.3"
+        "apparatus": ">= 0.0.9",
+        "sylvester": ">= 0.0.12",
+        "underscore": ">=1.3.1"
       }
     },
     "ncp": {
-      "version": "https://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz",
       "integrity": "sha1-0VNn5cuHQyuhF9K/gP30Wuz7QkY=",
       "dev": true
     },
     "negotiator": {
-      "version": "https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz",
+      "version": "0.5.3",
+      "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz",
       "integrity": "sha1-Jp1cR2gQ7JLtvntsLygxY4T5p+g=",
       "dev": true
     },
     "netrc": {
-      "version": "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz",
       "integrity": "sha1-a+lPysqNd63gqWcNxGCRTJRHJEQ=",
       "dev": true,
       "optional": true
     },
     "node-balanced": {
-      "version": "https://registry.npmjs.org/node-balanced/-/node-balanced-0.0.14.tgz",
+      "version": "0.0.14",
+      "resolved": "https://registry.npmjs.org/node-balanced/-/node-balanced-0.0.14.tgz",
       "integrity": "sha1-ozxyeFfTBE8eiL5y3X2anQtPwh8=",
       "dev": true
     },
     "node-emoji": {
-      "version": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.4.1.tgz",
+      "version": "1.4.1",
+      "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.4.1.tgz",
       "integrity": "sha1-yfoM+RCUM1vLlnpvQrIwXBWvLrw=",
       "dev": true,
       "requires": {
-        "string.prototype.codepointat": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz"
+        "string.prototype.codepointat": "^0.2.0"
       }
     },
     "node-gyp": {
-      "version": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz",
+      "version": "3.6.0",
+      "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz",
       "integrity": "sha1-dHT2OjoFARYd2gtjQfAi8UxCP6Y=",
       "dev": true,
       "requires": {
-        "fstream": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
-        "glob": "7.1.2",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "minimatch": "3.0.4",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "nopt": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
-        "npmlog": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
-        "osenv": "https://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz",
-        "request": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
-        "tar": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
-        "which": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
+        "fstream": "^1.0.0",
+        "glob": "^7.0.3",
+        "graceful-fs": "^4.1.2",
+        "minimatch": "^3.0.2",
+        "mkdirp": "^0.5.0",
+        "nopt": "2 || 3",
+        "npmlog": "0 || 1 || 2 || 3 || 4",
+        "osenv": "0",
+        "request": "2",
+        "rimraf": "2",
+        "semver": "~5.3.0",
+        "tar": "^2.0.0",
+        "which": "1"
       },
       "dependencies": {
         "balanced-match": {
@@ -6235,12 +6915,12 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "minimatch": {
@@ -6249,7 +6929,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -6258,109 +6938,118 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
         },
         "semver": {
-          "version": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
+          "version": "5.3.0",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
           "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
           "dev": true
         }
       }
     },
     "node-int64": {
-      "version": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+      "version": "0.4.0",
+      "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
       "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
       "dev": true,
       "optional": true
     },
     "node-libs-browser": {
-      "version": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-0.6.0.tgz",
+      "version": "0.6.0",
+      "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-0.6.0.tgz",
       "integrity": "sha1-JEgG1E0xngSLyGB7XMTq+aKdLjw=",
       "dev": true,
       "requires": {
-        "assert": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
-        "browserify-zlib": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
-        "buffer": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
-        "console-browserify": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
-        "constants-browserify": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-0.0.1.tgz",
-        "crypto-browserify": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.2.8.tgz",
-        "domain-browser": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
-        "events": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
-        "http-browserify": "https://registry.npmjs.org/http-browserify/-/http-browserify-1.7.0.tgz",
-        "https-browserify": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz",
-        "os-browserify": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.1.2.tgz",
-        "path-browserify": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
-        "process": "https://registry.npmjs.org/process/-/process-0.11.9.tgz",
-        "punycode": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
-        "querystring-es3": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
-        "stream-browserify": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
-        "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-        "timers-browserify": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz",
-        "tty-browserify": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
-        "url": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
-        "util": "0.10.3",
-        "vm-browserify": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz"
+        "assert": "^1.1.1",
+        "browserify-zlib": "~0.1.4",
+        "buffer": "^4.9.0",
+        "console-browserify": "^1.1.0",
+        "constants-browserify": "0.0.1",
+        "crypto-browserify": "~3.2.6",
+        "domain-browser": "^1.1.1",
+        "events": "^1.0.0",
+        "http-browserify": "^1.3.2",
+        "https-browserify": "0.0.0",
+        "os-browserify": "~0.1.2",
+        "path-browserify": "0.0.0",
+        "process": "^0.11.0",
+        "punycode": "^1.2.4",
+        "querystring-es3": "~0.2.0",
+        "readable-stream": "^1.1.13",
+        "stream-browserify": "^1.0.0",
+        "string_decoder": "~0.10.25",
+        "timers-browserify": "^1.0.1",
+        "tty-browserify": "0.0.0",
+        "url": "~0.10.1",
+        "util": "~0.10.3",
+        "vm-browserify": "0.0.4"
       }
     },
     "node-localcache": {
-      "version": "https://registry.npmjs.org/node-localcache/-/node-localcache-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/node-localcache/-/node-localcache-0.1.4.tgz",
       "integrity": "sha1-OIE9z6YoU1VggieLKBWg5VEDILU=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz",
-        "mkpath": "https://registry.npmjs.org/mkpath/-/mkpath-1.0.0.tgz"
+        "chalk": "1.1.1",
+        "lodash": "4.13.1",
+        "mkpath": "1.0.0"
       },
       "dependencies": {
         "chalk": {
-          "version": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
+          "version": "1.1.1",
+          "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
           "integrity": "sha1-UJr7ZwZudJn36zU1x3RFdyri0Bk=",
           "dev": true,
           "requires": {
-            "ansi-styles": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-            "escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
-            "has-ansi": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
-            "strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-            "supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
+            "ansi-styles": "^2.1.0",
+            "escape-string-regexp": "^1.0.2",
+            "has-ansi": "^2.0.0",
+            "strip-ansi": "^3.0.0",
+            "supports-color": "^2.0.0"
           }
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz",
+          "version": "4.13.1",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz",
           "integrity": "sha1-g+SxCRP0hJbU0W/sSlYK8u50S2g=",
           "dev": true
         }
       }
     },
     "node-notifier": {
-      "version": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
+      "version": "4.6.1",
+      "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
       "integrity": "sha1-BW0UJE89zBzq3+aK+c/wxUc6M/M=",
       "dev": true,
       "requires": {
-        "cli-usage": "https://registry.npmjs.org/cli-usage/-/cli-usage-0.1.4.tgz",
-        "growly": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
-        "lodash.clonedeep": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.2.tgz",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
-        "shellwords": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.0.tgz",
-        "which": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
+        "cli-usage": "^0.1.1",
+        "growly": "^1.2.0",
+        "lodash.clonedeep": "^3.0.0",
+        "minimist": "^1.1.1",
+        "semver": "^5.1.0",
+        "shellwords": "^0.1.0",
+        "which": "^1.0.5"
       },
       "dependencies": {
         "lodash.clonedeep": {
-          "version": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.2.tgz",
+          "version": "3.0.2",
+          "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.2.tgz",
           "integrity": "sha1-oKHkDYKl6on/WxR7hETtY9koJ9s=",
           "dev": true,
           "requires": {
-            "lodash._baseclone": "https://registry.npmjs.org/lodash._baseclone/-/lodash._baseclone-3.3.0.tgz",
-            "lodash._bindcallback": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz"
+            "lodash._baseclone": "^3.0.0",
+            "lodash._bindcallback": "^3.0.0"
           }
         },
         "semver": {
-          "version": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
+          "version": "5.3.0",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
           "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
           "dev": true
         }
@@ -6372,17 +7061,17 @@
       "integrity": "sha512-OsJV74qxnvz/AMGgcfZoDaeDXKD3oY3QVIbBmwszTFkRisTSXbMQyn4UWzUMOtA5SVhrBZOTp0wcoSBgfMfMmQ==",
       "dev": true,
       "requires": {
-        "detect-libc": "1.0.3",
-        "hawk": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "nopt": "4.0.1",
-        "npmlog": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
-        "rc": "1.2.5",
+        "detect-libc": "^1.0.2",
+        "hawk": "3.1.3",
+        "mkdirp": "^0.5.1",
+        "nopt": "^4.0.1",
+        "npmlog": "^4.0.2",
+        "rc": "^1.1.7",
         "request": "2.81.0",
-        "rimraf": "2.6.2",
-        "semver": "5.5.0",
-        "tar": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
-        "tar-pack": "3.4.1"
+        "rimraf": "^2.6.1",
+        "semver": "^5.3.0",
+        "tar": "^2.2.1",
+        "tar-pack": "^3.4.0"
       },
       "dependencies": {
         "ajv": {
@@ -6391,8 +7080,8 @@
           "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
           "dev": true,
           "requires": {
-            "co": "4.6.0",
-            "json-stable-stringify": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
+            "co": "^4.6.0",
+            "json-stable-stringify": "^1.0.1"
           }
         },
         "balanced-match": {
@@ -6407,8 +7096,8 @@
           "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
           "dev": true,
           "requires": {
-            "balanced-match": "1.0.0",
-            "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+            "balanced-match": "^1.0.0",
+            "concat-map": "0.0.1"
           }
         },
         "caseless": {
@@ -6423,12 +7112,12 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "har-schema": {
@@ -6443,8 +7132,8 @@
           "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
           "dev": true,
           "requires": {
-            "ajv": "4.11.8",
-            "har-schema": "1.0.5"
+            "ajv": "^4.9.1",
+            "har-schema": "^1.0.5"
           }
         },
         "minimatch": {
@@ -6453,7 +7142,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           }
         },
         "nopt": {
@@ -6462,8 +7151,8 @@
           "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=",
           "dev": true,
           "requires": {
-            "abbrev": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
-            "osenv": "0.1.5"
+            "abbrev": "1",
+            "osenv": "^0.1.4"
           }
         },
         "osenv": {
@@ -6472,8 +7161,8 @@
           "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
           "dev": true,
           "requires": {
-            "os-homedir": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
-            "os-tmpdir": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
+            "os-homedir": "^1.0.0",
+            "os-tmpdir": "^1.0.0"
           }
         },
         "performance-now": {
@@ -6494,28 +7183,28 @@
           "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=",
           "dev": true,
           "requires": {
-            "aws-sign2": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
-            "aws4": "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz",
-            "caseless": "0.12.0",
-            "combined-stream": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
-            "extend": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
-            "forever-agent": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
-            "form-data": "https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz",
-            "har-validator": "4.2.1",
-            "hawk": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
-            "http-signature": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
-            "is-typedarray": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
-            "isstream": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
-            "json-stringify-safe": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
-            "mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz",
-            "oauth-sign": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
-            "performance-now": "0.2.0",
-            "qs": "6.4.0",
-            "safe-buffer": "5.1.1",
-            "stringstream": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
-            "tough-cookie": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
-            "tunnel-agent": "0.6.0",
-            "uuid": "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz"
+            "aws-sign2": "~0.6.0",
+            "aws4": "^1.2.1",
+            "caseless": "~0.12.0",
+            "combined-stream": "~1.0.5",
+            "extend": "~3.0.0",
+            "forever-agent": "~0.6.1",
+            "form-data": "~2.1.1",
+            "har-validator": "~4.2.1",
+            "hawk": "~3.1.3",
+            "http-signature": "~1.1.0",
+            "is-typedarray": "~1.0.0",
+            "isstream": "~0.1.2",
+            "json-stringify-safe": "~5.0.1",
+            "mime-types": "~2.1.7",
+            "oauth-sign": "~0.8.1",
+            "performance-now": "^0.2.0",
+            "qs": "~6.4.0",
+            "safe-buffer": "^5.0.1",
+            "stringstream": "~0.0.4",
+            "tough-cookie": "~2.3.0",
+            "tunnel-agent": "^0.6.0",
+            "uuid": "^3.0.0"
           }
         },
         "rimraf": {
@@ -6524,7 +7213,7 @@
           "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
           "dev": true,
           "requires": {
-            "glob": "7.1.2"
+            "glob": "^7.0.5"
           }
         },
         "semver": {
@@ -6539,88 +7228,95 @@
           "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
           "dev": true,
           "requires": {
-            "safe-buffer": "5.1.1"
+            "safe-buffer": "^5.0.1"
           }
         }
       }
     },
     "node-sass": {
-      "version": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.2.tgz",
+      "version": "4.5.2",
+      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.2.tgz",
       "integrity": "sha1-QBL6K9EpsdY2URfojZ2gUA2Z2mQ=",
       "dev": true,
       "requires": {
-        "async-foreach": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "cross-spawn": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
-        "gaze": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
-        "get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
-        "glob": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
-        "in-publish": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
-        "lodash.assign": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
-        "lodash.clonedeep": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
-        "lodash.mergewith": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
-        "meow": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "nan": "https://registry.npmjs.org/nan/-/nan-2.6.1.tgz",
-        "node-gyp": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz",
-        "npmlog": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
-        "request": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
-        "sass-graph": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz",
-        "stdout-stream": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz"
+        "async-foreach": "^0.1.3",
+        "chalk": "^1.1.1",
+        "cross-spawn": "^3.0.0",
+        "gaze": "^1.0.0",
+        "get-stdin": "^4.0.1",
+        "glob": "^7.0.3",
+        "in-publish": "^2.0.0",
+        "lodash.assign": "^4.2.0",
+        "lodash.clonedeep": "^4.3.2",
+        "lodash.mergewith": "^4.6.0",
+        "meow": "^3.7.0",
+        "mkdirp": "^0.5.1",
+        "nan": "^2.3.2",
+        "node-gyp": "^3.3.1",
+        "npmlog": "^4.0.0",
+        "request": "^2.79.0",
+        "sass-graph": "^2.1.1",
+        "stdout-stream": "^1.4.0"
       },
       "dependencies": {
         "gaze": {
-          "version": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
+          "version": "1.1.2",
+          "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
           "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
           "dev": true,
           "requires": {
-            "globule": "https://registry.npmjs.org/globule/-/globule-1.1.0.tgz"
+            "globule": "^1.0.0"
           }
         },
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
+          "version": "7.1.1",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
           "integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.2",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "globule": {
-          "version": "https://registry.npmjs.org/globule/-/globule-1.1.0.tgz",
+          "version": "1.1.0",
+          "resolved": "https://registry.npmjs.org/globule/-/globule-1.1.0.tgz",
           "integrity": "sha1-xJNS5NwYPYWJPuglOF65lLtt9F8=",
           "dev": true,
           "requires": {
-            "glob": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
-            "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
+            "glob": "~7.1.1",
+            "lodash": "~4.16.4",
+            "minimatch": "~3.0.2"
           }
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz",
+          "version": "4.16.6",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz",
           "integrity": "sha1-0iyaxmAojzhD4Wun0rXQbMon13c=",
           "dev": true
         },
         "minimatch": {
-          "version": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
+          "version": "3.0.3",
+          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
           "integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
           "dev": true,
           "requires": {
-            "brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz"
+            "brace-expansion": "^1.0.0"
           }
         }
       }
     },
     "node.extend": {
-      "version": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz",
+      "version": "1.1.6",
+      "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz",
       "integrity": "sha1-p7iCyC1sk6SGOlUEvV3o7IYli5Y=",
       "dev": true,
       "requires": {
-        "is": "https://registry.npmjs.org/is/-/is-3.2.0.tgz"
+        "is": "^3.1.0"
       }
     },
     "noms": {
@@ -6629,8 +7325,8 @@
       "integrity": "sha1-2o69nzr51nYJGbJ9nNyAkqczKFk=",
       "dev": true,
       "requires": {
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "readable-stream": "1.0.34"
+        "inherits": "^2.0.1",
+        "readable-stream": "~1.0.31"
       },
       "dependencies": {
         "readable-stream": {
@@ -6639,57 +7335,63 @@
           "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "0.0.1",
+            "string_decoder": "~0.10.x"
           }
         }
       }
     },
     "nopt": {
-      "version": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
+      "version": "3.0.6",
+      "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
       "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
       "dev": true,
       "requires": {
-        "abbrev": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz"
+        "abbrev": "1"
       }
     },
     "normalize-package-data": {
-      "version": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
+      "version": "2.3.5",
+      "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
       "integrity": "sha1-jZJPFClg4Xd+f/4XBUNjHMfLAt8=",
       "dev": true,
       "requires": {
-        "hosted-git-info": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
-        "is-builtin-module": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
-        "validate-npm-package-license": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz"
+        "hosted-git-info": "^2.1.4",
+        "is-builtin-module": "^1.0.0",
+        "semver": "2 || 3 || 4 || 5",
+        "validate-npm-package-license": "^3.0.1"
       }
     },
     "normalize-path": {
-      "version": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz",
       "integrity": "sha1-R4hqwWYnYNQmG32XnSQXCdPOP3o=",
       "dev": true
     },
     "normalize-range": {
-      "version": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
       "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
       "dev": true
     },
     "normalize-selector": {
-      "version": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
       "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
       "dev": true
     },
     "normalize-url": {
-      "version": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.8.0.tgz",
+      "version": "1.8.0",
+      "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.8.0.tgz",
       "integrity": "sha1-qVULB5qjUjyF143yTu8ZWfzjWas=",
       "dev": true,
       "requires": {
-        "object-assign": "4.1.1",
-        "prepend-http": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
-        "query-string": "https://registry.npmjs.org/query-string/-/query-string-4.2.3.tgz",
-        "sort-keys": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz"
+        "object-assign": "^4.0.1",
+        "prepend-http": "^1.0.0",
+        "query-string": "^4.1.0",
+        "sort-keys": "^1.0.0"
       },
       "dependencies": {
         "object-assign": {
@@ -6701,146 +7403,168 @@
       }
     },
     "npmlog": {
-      "version": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
+      "version": "4.0.2",
+      "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
       "integrity": "sha1-0DlQ4OeM4VJ7om0qdZLpNIrD518=",
       "dev": true,
       "requires": {
-        "are-we-there-yet": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz",
-        "console-control-strings": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
-        "gauge": "https://registry.npmjs.org/gauge/-/gauge-2.7.3.tgz",
-        "set-blocking": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
+        "are-we-there-yet": "~1.1.2",
+        "console-control-strings": "~1.1.0",
+        "gauge": "~2.7.1",
+        "set-blocking": "~2.0.0"
       }
     },
     "nth-check": {
-      "version": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
       "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=",
       "dev": true,
       "requires": {
-        "boolbase": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz"
+        "boolbase": "~1.0.0"
       }
     },
     "num2fraction": {
-      "version": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
+      "version": "1.2.2",
+      "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
       "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
       "dev": true
     },
     "number-is-nan": {
-      "version": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
       "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
       "dev": true
     },
     "oauth-sign": {
-      "version": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
+      "version": "0.8.2",
+      "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
       "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
       "dev": true
     },
     "object-assign": {
-      "version": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
       "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
       "dev": true
     },
     "object-component": {
-      "version": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz",
+      "version": "0.0.3",
+      "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz",
       "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=",
       "dev": true
     },
     "object.omit": {
-      "version": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
       "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
       "dev": true,
       "requires": {
-        "for-own": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz",
-        "is-extendable": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz"
+        "for-own": "^0.1.4",
+        "is-extendable": "^0.1.1"
       }
     },
     "on-finished": {
-      "version": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
       "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
       "dev": true,
       "requires": {
-        "ee-first": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
+        "ee-first": "1.1.1"
       }
     },
     "on-headers": {
-      "version": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
       "integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=",
       "dev": true
     },
     "once": {
-      "version": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
+      "version": "1.3.3",
+      "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
       "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
       "dev": true,
       "requires": {
-        "wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
+        "wrappy": "1"
       }
     },
     "onecolor": {
-      "version": "https://registry.npmjs.org/onecolor/-/onecolor-2.4.2.tgz",
+      "version": "2.4.2",
+      "resolved": "https://registry.npmjs.org/onecolor/-/onecolor-2.4.2.tgz",
       "integrity": "sha1-pT7D/xccNEYBbdUhDRobVEv32HQ=",
       "dev": true
     },
     "optimist": {
-      "version": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
+      "version": "0.3.7",
+      "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
       "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
       "dev": true,
       "requires": {
-        "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"
+        "wordwrap": "~0.0.2"
       }
     },
     "options": {
-      "version": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
+      "version": "0.0.6",
+      "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
       "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=",
       "dev": true
     },
     "orchestrator": {
-      "version": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
+      "version": "0.3.8",
+      "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
       "integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
       "dev": true,
       "requires": {
-        "end-of-stream": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
-        "sequencify": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
-        "stream-consume": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz"
+        "end-of-stream": "~0.1.5",
+        "sequencify": "~0.0.7",
+        "stream-consume": "~0.1.0"
       }
     },
     "ordered-read-streams": {
-      "version": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
       "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=",
       "dev": true
     },
     "os-browserify": {
-      "version": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.1.2.tgz",
       "integrity": "sha1-ScoCk+CxlZCl9d4Qx/JlphfY/lQ=",
       "dev": true
     },
     "os-homedir": {
-      "version": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
       "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
       "dev": true
     },
     "os-locale": {
-      "version": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
       "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
       "dev": true,
       "requires": {
-        "lcid": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz"
+        "lcid": "^1.0.0"
       }
     },
     "os-tmpdir": {
-      "version": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
       "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
       "dev": true
     },
     "osenv": {
-      "version": "https://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz",
       "integrity": "sha1-g88FxtZFj8TVrGNi6jJdkvJ1Qhc=",
       "dev": true,
       "requires": {
-        "os-homedir": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
-        "os-tmpdir": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
+        "os-homedir": "^1.0.0",
+        "os-tmpdir": "^1.0.0"
       }
     },
     "pako": {
-      "version": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
+      "version": "0.2.9",
+      "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
       "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=",
       "dev": true
     },
@@ -6850,138 +7574,156 @@
       "integrity": "sha1-e2CwYHBaJam5C38O1JPlgjJIplI=",
       "dev": true,
       "requires": {
-        "css-font-size-keywords": "1.0.0",
-        "css-font-stretch-keywords": "1.0.1",
-        "css-font-style-keywords": "1.0.1",
-        "css-font-weight-keywords": "1.0.0",
-        "css-global-keywords": "1.0.1",
-        "css-list-helpers": "1.0.1",
-        "css-system-font-keywords": "1.0.0",
-        "tcomb": "2.7.0",
-        "unquote": "1.1.1"
+        "css-font-size-keywords": "^1.0.0",
+        "css-font-stretch-keywords": "^1.0.1",
+        "css-font-style-keywords": "^1.0.1",
+        "css-font-weight-keywords": "^1.0.0",
+        "css-global-keywords": "^1.0.1",
+        "css-list-helpers": "^1.0.1",
+        "css-system-font-keywords": "^1.0.0",
+        "tcomb": "^2.5.0",
+        "unquote": "^1.1.0"
       }
     },
     "parse-filepath": {
-      "version": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz",
       "integrity": "sha1-FZ1hVdQ5BNFsEO9piRHaHpGWm3M=",
       "dev": true,
       "requires": {
-        "is-absolute": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
-        "map-cache": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
-        "path-root": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz"
+        "is-absolute": "^0.2.3",
+        "map-cache": "^0.2.0",
+        "path-root": "^0.1.1"
       }
     },
     "parse-github-repo-url": {
-      "version": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.0.tgz",
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.0.tgz",
       "integrity": "sha1-KGxT4smWLgZBZJ7jrJUI/KTdlZw=",
       "dev": true
     },
     "parse-glob": {
-      "version": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
+      "version": "3.0.4",
+      "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
       "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
       "dev": true,
       "requires": {
-        "glob-base": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
-        "is-dotfile": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz",
-        "is-extglob": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
-        "is-glob": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz"
+        "glob-base": "^0.3.0",
+        "is-dotfile": "^1.0.0",
+        "is-extglob": "^1.0.0",
+        "is-glob": "^2.0.0"
       }
     },
     "parse-json": {
-      "version": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
       "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
       "dev": true,
       "requires": {
-        "error-ex": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz"
+        "error-ex": "^1.2.0"
       }
     },
     "parsejson": {
-      "version": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz",
       "integrity": "sha1-mxDGwNglq1ieaFFTgm3go7oni8w=",
       "dev": true,
       "requires": {
-        "better-assert": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz"
+        "better-assert": "~1.0.0"
       }
     },
     "parseqs": {
-      "version": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz",
+      "version": "0.0.2",
+      "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz",
       "integrity": "sha1-nf5wss3aw4i95PNbHyQPpYrb5sc=",
       "dev": true,
       "requires": {
-        "better-assert": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz"
+        "better-assert": "~1.0.0"
       }
     },
     "parseuri": {
-      "version": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz",
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz",
       "integrity": "sha1-gGWCo5iH4eoY3V4v4OAZAiaOk1A=",
       "dev": true,
       "requires": {
-        "better-assert": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz"
+        "better-assert": "~1.0.0"
       }
     },
     "parseurl": {
-      "version": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
       "integrity": "sha1-yKuMkiO6NIiKpkopeyiFO+wY2lY=",
       "dev": true
     },
     "path-browserify": {
-      "version": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
+      "version": "0.0.0",
+      "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
       "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
       "dev": true
     },
     "path-dirname": {
-      "version": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
       "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
       "dev": true
     },
     "path-exists": {
-      "version": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
       "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
       "dev": true,
       "requires": {
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
+        "pinkie-promise": "^2.0.0"
       }
     },
     "path-is-absolute": {
-      "version": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
       "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
       "dev": true
     },
     "path-is-inside": {
-      "version": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
       "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
       "dev": true
     },
     "path-root": {
-      "version": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
       "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
       "dev": true,
       "requires": {
-        "path-root-regex": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz"
+        "path-root-regex": "^0.1.0"
       }
     },
     "path-root-regex": {
-      "version": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
       "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=",
       "dev": true
     },
     "path-to-regexp": {
-      "version": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+      "version": "0.1.7",
+      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
       "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
       "dev": true
     },
     "path-type": {
-      "version": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
       "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-        "pinkie-promise": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
+        "graceful-fs": "^4.1.2",
+        "pify": "^2.0.0",
+        "pinkie-promise": "^2.0.0"
       }
     },
     "pbkdf2-compat": {
-      "version": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz",
       "integrity": "sha1-tuDI+plJTZTgURV1gCpZpcFC8og=",
       "dev": true
     },
@@ -7003,9 +7745,9 @@
       "integrity": "sha512-jMdNI33RMQpiE2j5x4nNLgdF4N7/PbDgB3bE7QOzPA3isr9WgDzU385Ckf4KHQ8My5jBritDFx7cHguLiPMC3g==",
       "dev": true,
       "requires": {
-        "casperjs": "1.1.4",
-        "phantomjs-prebuilt": "2.1.16",
-        "resemblejs": "2.9.0"
+        "casperjs": "^1.1.4",
+        "phantomjs-prebuilt": "^2.1.16",
+        "resemblejs": "^2.8.0"
       }
     },
     "phantomjs-prebuilt": {
@@ -7014,15 +7756,15 @@
       "integrity": "sha1-79ISpKOWbTZHaE6ouniFSb4q7+8=",
       "dev": true,
       "requires": {
-        "es6-promise": "4.2.4",
-        "extract-zip": "1.6.6",
-        "fs-extra": "1.0.0",
-        "hasha": "2.2.0",
-        "kew": "0.7.0",
-        "progress": "1.1.8",
-        "request": "2.83.0",
-        "request-progress": "2.0.1",
-        "which": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
+        "es6-promise": "^4.0.3",
+        "extract-zip": "^1.6.5",
+        "fs-extra": "^1.0.0",
+        "hasha": "^2.2.0",
+        "kew": "^0.7.0",
+        "progress": "^1.1.8",
+        "request": "^2.81.0",
+        "request-progress": "^2.0.1",
+        "which": "^1.2.10"
       },
       "dependencies": {
         "assert-plus": {
@@ -7049,7 +7791,7 @@
           "integrity": "sha1-T4owBctKfjiJ90kDD9JbluAdLjE=",
           "dev": true,
           "requires": {
-            "hoek": "4.2.1"
+            "hoek": "4.x.x"
           }
         },
         "caseless": {
@@ -7064,7 +7806,7 @@
           "integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=",
           "dev": true,
           "requires": {
-            "boom": "5.2.0"
+            "boom": "5.x.x"
           },
           "dependencies": {
             "boom": {
@@ -7073,7 +7815,7 @@
               "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==",
               "dev": true,
               "requires": {
-                "hoek": "4.2.1"
+                "hoek": "4.x.x"
               }
             }
           }
@@ -7096,9 +7838,9 @@
           "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=",
           "dev": true,
           "requires": {
-            "asynckit": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+            "asynckit": "^0.4.0",
             "combined-stream": "1.0.6",
-            "mime-types": "2.1.18"
+            "mime-types": "^2.1.12"
           },
           "dependencies": {
             "combined-stream": {
@@ -7107,7 +7849,7 @@
               "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
               "dev": true,
               "requires": {
-                "delayed-stream": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
+                "delayed-stream": "~1.0.0"
               }
             }
           }
@@ -7118,9 +7860,9 @@
           "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=",
           "dev": true,
           "requires": {
-            "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-            "jsonfile": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
-            "klaw": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz"
+            "graceful-fs": "^4.1.2",
+            "jsonfile": "^2.1.0",
+            "klaw": "^1.0.0"
           }
         },
         "har-validator": {
@@ -7129,8 +7871,8 @@
           "integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=",
           "dev": true,
           "requires": {
-            "ajv": "5.5.2",
-            "har-schema": "2.0.0"
+            "ajv": "^5.1.0",
+            "har-schema": "^2.0.0"
           }
         },
         "hawk": {
@@ -7139,10 +7881,10 @@
           "integrity": "sha512-miowhl2+U7Qle4vdLqDdPt9m09K6yZhkLDTWGoUiUzrQCn+mHHSmfJgAyGaLRZbPmTqfFFjRV1QWCW0VWUJBbQ==",
           "dev": true,
           "requires": {
-            "boom": "4.3.1",
-            "cryptiles": "3.1.2",
-            "hoek": "4.2.1",
-            "sntp": "2.1.0"
+            "boom": "4.x.x",
+            "cryptiles": "3.x.x",
+            "hoek": "4.x.x",
+            "sntp": "2.x.x"
           }
         },
         "hoek": {
@@ -7157,9 +7899,9 @@
           "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
           "dev": true,
           "requires": {
-            "assert-plus": "1.0.0",
-            "jsprim": "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz",
-            "sshpk": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz"
+            "assert-plus": "^1.0.0",
+            "jsprim": "^1.2.2",
+            "sshpk": "^1.7.0"
           }
         },
         "mime-db": {
@@ -7174,7 +7916,7 @@
           "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
           "dev": true,
           "requires": {
-            "mime-db": "1.33.0"
+            "mime-db": "~1.33.0"
           }
         },
         "qs": {
@@ -7189,28 +7931,28 @@
           "integrity": "sha512-lR3gD69osqm6EYLk9wB/G1W/laGWjzH90t1vEa2xuxHD5KUrSzp9pUSfTm+YC5Nxt2T8nMPEvKlhbQayU7bgFw==",
           "dev": true,
           "requires": {
-            "aws-sign2": "0.7.0",
-            "aws4": "1.6.0",
-            "caseless": "0.12.0",
-            "combined-stream": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
-            "extend": "3.0.1",
-            "forever-agent": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
-            "form-data": "2.3.2",
-            "har-validator": "5.0.3",
-            "hawk": "6.0.2",
-            "http-signature": "1.2.0",
-            "is-typedarray": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
-            "isstream": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
-            "json-stringify-safe": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
-            "mime-types": "2.1.18",
-            "oauth-sign": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
-            "performance-now": "2.1.0",
-            "qs": "6.5.1",
-            "safe-buffer": "5.1.1",
-            "stringstream": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
-            "tough-cookie": "2.3.3",
-            "tunnel-agent": "0.6.0",
-            "uuid": "3.2.1"
+            "aws-sign2": "~0.7.0",
+            "aws4": "^1.6.0",
+            "caseless": "~0.12.0",
+            "combined-stream": "~1.0.5",
+            "extend": "~3.0.1",
+            "forever-agent": "~0.6.1",
+            "form-data": "~2.3.1",
+            "har-validator": "~5.0.3",
+            "hawk": "~6.0.2",
+            "http-signature": "~1.2.0",
+            "is-typedarray": "~1.0.0",
+            "isstream": "~0.1.2",
+            "json-stringify-safe": "~5.0.1",
+            "mime-types": "~2.1.17",
+            "oauth-sign": "~0.8.2",
+            "performance-now": "^2.1.0",
+            "qs": "~6.5.1",
+            "safe-buffer": "^5.1.1",
+            "stringstream": "~0.0.5",
+            "tough-cookie": "~2.3.3",
+            "tunnel-agent": "^0.6.0",
+            "uuid": "^3.1.0"
           }
         },
         "sntp": {
@@ -7219,7 +7961,7 @@
           "integrity": "sha512-FL1b58BDrqS3A11lJ0zEdnJ3UOKqVxawAkF3k7F0CVN7VQ34aZrV+G8BZ1WC9ZL7NyrwsW0oviwsWDgRuVYtJg==",
           "dev": true,
           "requires": {
-            "hoek": "4.2.1"
+            "hoek": "4.x.x"
           }
         },
         "tough-cookie": {
@@ -7228,7 +7970,7 @@
           "integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
           "dev": true,
           "requires": {
-            "punycode": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
+            "punycode": "^1.4.1"
           }
         },
         "tunnel-agent": {
@@ -7237,7 +7979,7 @@
           "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
           "dev": true,
           "requires": {
-            "safe-buffer": "5.1.1"
+            "safe-buffer": "^5.0.1"
           }
         },
         "uuid": {
@@ -7249,512 +7991,567 @@
       }
     },
     "pify": {
-      "version": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
       "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
       "dev": true
     },
     "pinkie": {
-      "version": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+      "version": "2.0.4",
+      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
       "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
       "dev": true
     },
     "pinkie-promise": {
-      "version": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
       "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
       "dev": true,
       "requires": {
-        "pinkie": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
+        "pinkie": "^2.0.0"
       }
     },
     "pixrem": {
-      "version": "https://registry.npmjs.org/pixrem/-/pixrem-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/pixrem/-/pixrem-1.3.1.tgz",
       "integrity": "sha1-BMe7Q5GjzN/03jA7/pQfJDWZfWw=",
       "dev": true,
       "requires": {
-        "browserslist": "https://registry.npmjs.org/browserslist/-/browserslist-0.5.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "reduce-css-calc": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz"
+        "browserslist": "^0.5.0",
+        "postcss": "^4.0.0",
+        "reduce-css-calc": "^1.2.0"
       },
       "dependencies": {
         "browserslist": {
-          "version": "https://registry.npmjs.org/browserslist/-/browserslist-0.5.0.tgz",
+          "version": "0.5.0",
+          "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.5.0.tgz",
           "integrity": "sha1-uCiCSTY3w0K2atMYLJGeHaxtFyQ=",
           "dev": true,
           "requires": {
-            "caniuse-db": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000588.tgz"
+            "caniuse-db": "^1.0.30000214"
           }
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "pkg-resolve": {
-      "version": "https://registry.npmjs.org/pkg-resolve/-/pkg-resolve-0.1.14.tgz",
+      "version": "0.1.14",
+      "resolved": "https://registry.npmjs.org/pkg-resolve/-/pkg-resolve-0.1.14.tgz",
       "integrity": "sha1-Mpsudsy7Ny4i5qOkHLMKsEV4Nro=",
       "dev": true,
       "optional": true,
       "requires": {
-        "jspm": "https://registry.npmjs.org/jspm/-/jspm-0.17.0-beta.32.tgz",
-        "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
+        "jspm": "^0.17.0-beta.13",
+        "resolve": "^1.1.7"
       }
     },
     "pleeease-filters": {
-      "version": "https://registry.npmjs.org/pleeease-filters/-/pleeease-filters-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/pleeease-filters/-/pleeease-filters-1.0.1.tgz",
       "integrity": "sha1-nlOe8JbE9yVlqdQF0C+w5Vw/888=",
       "dev": true,
       "requires": {
-        "onecolor": "https://registry.npmjs.org/onecolor/-/onecolor-2.4.2.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "onecolor": "~2.4.0",
+        "postcss": "^4.0.2"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "plugin-error": {
-      "version": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
       "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
       "dev": true,
       "requires": {
-        "ansi-cyan": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
-        "ansi-red": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
-        "arr-diff": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
-        "arr-union": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
-        "extend-shallow": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz"
+        "ansi-cyan": "^0.1.1",
+        "ansi-red": "^0.1.1",
+        "arr-diff": "^1.0.1",
+        "arr-union": "^2.0.1",
+        "extend-shallow": "^1.1.2"
       },
       "dependencies": {
         "arr-diff": {
-          "version": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
+          "version": "1.1.0",
+          "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
           "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=",
           "dev": true,
           "requires": {
-            "arr-flatten": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
-            "array-slice": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz"
+            "arr-flatten": "^1.0.1",
+            "array-slice": "^0.2.3"
           }
         },
         "extend-shallow": {
-          "version": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
+          "version": "1.1.4",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
           "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=",
           "dev": true,
           "requires": {
-            "kind-of": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz"
+            "kind-of": "^1.1.0"
           }
         },
         "kind-of": {
-          "version": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
+          "version": "1.1.0",
+          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
           "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=",
           "dev": true
         }
       }
     },
     "plugin-log": {
-      "version": "https://registry.npmjs.org/plugin-log/-/plugin-log-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/plugin-log/-/plugin-log-0.1.0.tgz",
       "integrity": "sha1-hgSc9qsQgzOYqTHzaJy67nteEzM=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "dateformat": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz"
+        "chalk": "^1.1.1",
+        "dateformat": "^1.0.11"
       }
     },
     "postcss": {
-      "version": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
+      "version": "5.2.6",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
       "integrity": "sha1-olLNZ81SWFA18X6a0Ss1E3p73Z4=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-        "supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz"
+        "chalk": "^1.1.3",
+        "js-base64": "^2.1.9",
+        "source-map": "^0.5.6",
+        "supports-color": "^3.1.2"
       },
       "dependencies": {
         "supports-color": {
-          "version": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",
+          "version": "3.1.2",
+          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",
           "integrity": "sha1-cqJiiU2dQIuVbKBf83su2KbiotU=",
           "dev": true,
           "requires": {
-            "has-flag": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz"
+            "has-flag": "^1.0.0"
           }
         }
       }
     },
     "postcss-advanced-variables": {
-      "version": "https://registry.npmjs.org/postcss-advanced-variables/-/postcss-advanced-variables-1.2.2.tgz",
+      "version": "1.2.2",
+      "resolved": "https://registry.npmjs.org/postcss-advanced-variables/-/postcss-advanced-variables-1.2.2.tgz",
       "integrity": "sha1-kKYhMmLmagUKNotKnF1HeNctvXQ=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.10"
       }
     },
     "postcss-calc": {
-      "version": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-4.1.0.tgz",
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-4.1.0.tgz",
       "integrity": "sha1-vuf/ySjHmGmZ7vF7LdiXDIk31HI=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
-        "reduce-css-calc": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz"
+        "postcss": "^4.1.11",
+        "postcss-message-helpers": "^2.0.0",
+        "reduce-css-calc": "^1.2.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-color-alpha": {
-      "version": "https://registry.npmjs.org/postcss-color-alpha/-/postcss-color-alpha-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/postcss-color-alpha/-/postcss-color-alpha-1.0.3.tgz",
       "integrity": "sha1-82GsU44mJW4FIHHo0dPUzEZamds=",
       "dev": true,
       "requires": {
-        "color": "https://registry.npmjs.org/color/-/color-0.10.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz"
+        "color": "^0.10.1",
+        "postcss": "^5.0.8",
+        "postcss-message-helpers": "^2.0.0"
       }
     },
     "postcss-color-function": {
-      "version": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-2.0.1.tgz",
       "integrity": "sha1-mtIm9VDop8f4uKd4YFRbbdf1UkE=",
       "dev": true,
       "requires": {
-        "css-color-function": "https://registry.npmjs.org/css-color-function/-/css-color-function-1.3.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+        "css-color-function": "^1.2.0",
+        "postcss": "^5.0.4",
+        "postcss-message-helpers": "^2.0.0",
+        "postcss-value-parser": "^3.3.0"
       }
     },
     "postcss-color-gray": {
-      "version": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-2.0.0.tgz",
       "integrity": "sha1-K84HftGr5qCObUuP/9ZLmJkFWaU=",
       "dev": true,
       "requires": {
-        "color": "https://registry.npmjs.org/color/-/color-0.7.3.tgz",
-        "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
-        "reduce-function-call": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz"
+        "color": "^0.7.3",
+        "postcss-message-helpers": "^2.0.0",
+        "reduce-function-call": "^1.0.1"
       },
       "dependencies": {
         "color": {
-          "version": "https://registry.npmjs.org/color/-/color-0.7.3.tgz",
+          "version": "0.7.3",
+          "resolved": "https://registry.npmjs.org/color/-/color-0.7.3.tgz",
           "integrity": "sha1-qzrkvGy4z62110nEDzSuoIgQT4k=",
           "dev": true,
           "requires": {
-            "color-convert": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
-            "color-string": "https://registry.npmjs.org/color-string/-/color-string-0.2.4.tgz"
+            "color-convert": "0.5.x",
+            "color-string": "0.2.x"
           }
         },
         "color-name": {
-          "version": "https://registry.npmjs.org/color-name/-/color-name-1.0.1.tgz",
+          "version": "1.0.1",
+          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.0.1.tgz",
           "integrity": "sha1-azSyspt3FgE5crC51b7c+7Zxjfg=",
           "dev": true
         },
         "color-string": {
-          "version": "https://registry.npmjs.org/color-string/-/color-string-0.2.4.tgz",
+          "version": "0.2.4",
+          "resolved": "https://registry.npmjs.org/color-string/-/color-string-0.2.4.tgz",
           "integrity": "sha1-Ih/2QjT3Gqo+E7yMfoyV883Y+Bo=",
           "dev": true,
           "requires": {
-            "color-name": "https://registry.npmjs.org/color-name/-/color-name-1.0.1.tgz"
+            "color-name": "1.0.x"
           }
         }
       }
     },
     "postcss-color-hex-alpha": {
-      "version": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-1.3.0.tgz",
       "integrity": "sha1-RjL45gKYbqwqShECpoPjc/a3gCU=",
       "dev": true,
       "requires": {
-        "color": "https://registry.npmjs.org/color/-/color-0.10.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz"
+        "color": "^0.10.1",
+        "postcss": "^4.1.16",
+        "postcss-message-helpers": "^2.0.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-color-hwb": {
-      "version": "https://registry.npmjs.org/postcss-color-hwb/-/postcss-color-hwb-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/postcss-color-hwb/-/postcss-color-hwb-1.2.0.tgz",
       "integrity": "sha1-YrwPaYRyCS7+B2ctirOLS1qOgB8=",
       "dev": true,
       "requires": {
-        "color": "https://registry.npmjs.org/color/-/color-0.10.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-message-helpers": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
-        "reduce-function-call": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz"
+        "color": "^0.10.1",
+        "postcss": "^4.1.16",
+        "postcss-message-helpers": "^2.0.0",
+        "reduce-function-call": "^1.0.1"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-color-rebeccapurple": {
-      "version": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-1.2.0.tgz",
       "integrity": "sha1-jh/VRTl/vaxNuLHCHZQgmP8QPE8=",
       "dev": true,
       "requires": {
-        "color": "https://registry.npmjs.org/color/-/color-0.9.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "color": "^0.9.0",
+        "postcss": "^4.1.13"
       },
       "dependencies": {
         "color": {
-          "version": "https://registry.npmjs.org/color/-/color-0.9.0.tgz",
+          "version": "0.9.0",
+          "resolved": "https://registry.npmjs.org/color/-/color-0.9.0.tgz",
           "integrity": "sha1-kRRtRgzdVUPqH6IKoLWXM3UJtk0=",
           "dev": true,
           "requires": {
-            "color-convert": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
-            "color-string": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz"
+            "color-convert": "^0.5.3",
+            "color-string": "^0.3.0"
           }
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-color-rgba-fallback": {
-      "version": "https://registry.npmjs.org/postcss-color-rgba-fallback/-/postcss-color-rgba-fallback-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/postcss-color-rgba-fallback/-/postcss-color-rgba-fallback-1.3.1.tgz",
       "integrity": "sha1-nGessEhhkughm4OKsIkiYzewyfw=",
       "dev": true,
       "requires": {
-        "color-string": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "color-string": "^0.3.0",
+        "postcss": "^4.1.16"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-colormin": {
-      "version": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-1.2.7.tgz",
+      "version": "1.2.7",
+      "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-1.2.7.tgz",
       "integrity": "sha1-63Pb6DgE6pGYNWsTL2+Z9GAP1lQ=",
       "dev": true,
       "requires": {
-        "color": "https://registry.npmjs.org/color/-/color-0.10.1.tgz",
-        "colormin": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "reduce-function-call": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz"
+        "color": "^0.10.1",
+        "colormin": "^1.0.3",
+        "postcss": "^4.1.16",
+        "reduce-function-call": "^1.0.1"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-conditionals": {
-      "version": "https://registry.npmjs.org/postcss-conditionals/-/postcss-conditionals-2.0.3.tgz",
+      "version": "2.0.3",
+      "resolved": "https://registry.npmjs.org/postcss-conditionals/-/postcss-conditionals-2.0.3.tgz",
       "integrity": "sha1-H+YhvF/kk1/x24xJiUREKA28rqI=",
       "dev": true,
       "requires": {
-        "css-color-converter": "https://registry.npmjs.org/css-color-converter/-/css-color-converter-1.1.0.tgz",
-        "css-unit-converter": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.0.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "css-color-converter": "^1.0.2",
+        "css-unit-converter": "^1.0.0",
+        "postcss": "^5.0.4"
       }
     },
     "postcss-convert-values": {
-      "version": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-1.3.1.tgz",
       "integrity": "sha1-I/GHxhP6d7Y3p4BblIteCJlpDkY=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz"
+        "postcss": "^4.1.16",
+        "postcss-value-parser": "^1.1.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "postcss-value-parser": {
-          "version": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz",
+          "version": "1.4.2",
+          "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz",
           "integrity": "sha1-GGVjPhNwH4pyHng02tGFyxRKrQw=",
           "dev": true
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-custom-media": {
-      "version": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-5.0.1.tgz",
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-5.0.1.tgz",
       "integrity": "sha1-E40loYS/LrVN4S1VpsAcMKnYvYE=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.0"
       }
     },
     "postcss-custom-properties": {
-      "version": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-4.2.0.tgz",
+      "version": "4.2.0",
+      "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-4.2.0.tgz",
       "integrity": "sha1-SrJRk7y1FQiH9aQwr+ANZ7p5RBs=",
       "dev": true,
       "requires": {
-        "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "balanced-match": "~0.1.0",
+        "postcss": "^4.1.4"
       },
       "dependencies": {
         "balanced-match": {
-          "version": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
           "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=",
           "dev": true
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-custom-selectors": {
-      "version": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-2.3.0.tgz",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-2.3.0.tgz",
       "integrity": "sha1-cfzZX8NOObKhpYnDF7Nef/q+EzI=",
       "dev": true,
       "requires": {
-        "balanced-match": "0.2.1",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-selector-matches": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-1.2.1.tgz"
+        "balanced-match": "^0.2.0",
+        "postcss": "^4.1.7",
+        "postcss-selector-matches": "^1.2.1"
       },
       "dependencies": {
         "balanced-match": {
@@ -7764,247 +8561,272 @@
           "dev": true
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-discard-comments": {
-      "version": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-1.2.1.tgz",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-1.2.1.tgz",
       "integrity": "sha1-hR3Ka5NUwPtjFssaEEj29eOWCtA=",
       "dev": true,
       "requires": {
-        "node-balanced": "https://registry.npmjs.org/node-balanced/-/node-balanced-0.0.14.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "node-balanced": "0.0.14",
+        "postcss": "^4.1.16"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-discard-duplicates": {
-      "version": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-1.2.1.tgz",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-1.2.1.tgz",
       "integrity": "sha1-SbsztNNHcQWwDQSDlfc6KQK8miU=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.16"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-discard-empty": {
-      "version": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-1.1.2.tgz",
       "integrity": "sha1-KsVayPy4HCMEPmMQaTT9Y0cNXA0=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.13"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-discard-overridden": {
-      "version": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
       "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.16"
       }
     },
     "postcss-discard-unused": {
-      "version": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-1.0.3.tgz",
       "integrity": "sha1-Xsy5v6xGXqa+VjQpepx3gczQmIY=",
       "dev": true,
       "requires": {
-        "flatten": "https://registry.npmjs.org/flatten/-/flatten-0.0.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+        "flatten": "0.0.1",
+        "postcss": "^4.1.16",
+        "uniqs": "^2.0.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-filter-plugins": {
-      "version": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-1.0.1.tgz",
       "integrity": "sha1-J/gnnV76t6o8FwmIE5hrS50dUOI=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "uniqid": "https://registry.npmjs.org/uniqid/-/uniqid-1.0.0.tgz"
+        "postcss": "^4.1.11",
+        "uniqid": "^1.0.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-font-family": {
-      "version": "https://registry.npmjs.org/postcss-font-family/-/postcss-font-family-1.2.1.tgz",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/postcss-font-family/-/postcss-font-family-1.2.1.tgz",
       "integrity": "sha1-dQJSSzmDox5q9k5LqhA07W7YQYw=",
       "dev": true,
       "requires": {
-        "object-assign": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+        "object-assign": "^3.0.0",
+        "postcss": "^4.1.16",
+        "uniqs": "^2.0.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-font-variant": {
-      "version": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-1.2.0.tgz",
       "integrity": "sha1-QhXRxckIMJsfKpcciTcUoaGGn5I=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.16"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-import": {
-      "version": "https://registry.npmjs.org/postcss-import/-/postcss-import-8.2.0.tgz",
+      "version": "8.2.0",
+      "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-8.2.0.tgz",
       "integrity": "sha1-+S/SRU4h7077HnXADEesA/TROXw=",
       "dev": true,
       "requires": {
-        "object-assign": "4.1.1",
-        "pkg-resolve": "https://registry.npmjs.org/pkg-resolve/-/pkg-resolve-0.1.14.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
-        "promise-each": "https://registry.npmjs.org/promise-each/-/promise-each-2.2.0.tgz",
-        "read-cache": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
-        "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
+        "object-assign": "^4.0.1",
+        "pkg-resolve": "^0.1.7",
+        "postcss": "^5.0.14",
+        "postcss-value-parser": "^3.2.3",
+        "promise-each": "^2.2.0",
+        "read-cache": "^1.0.0",
+        "resolve": "^1.1.7"
       },
       "dependencies": {
         "object-assign": {
@@ -8016,176 +8838,195 @@
       }
     },
     "postcss-inline-comment": {
-      "version": "https://registry.npmjs.org/postcss-inline-comment/-/postcss-inline-comment-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/postcss-inline-comment/-/postcss-inline-comment-2.1.0.tgz",
       "integrity": "sha1-wysEU6BDCKHA1J4twqB3eaens8Y=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.21"
       }
     },
     "postcss-js": {
-      "version": "https://registry.npmjs.org/postcss-js/-/postcss-js-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-0.1.3.tgz",
       "integrity": "sha1-jApdqhyRizBzxIBqPFszLGclDAM=",
       "dev": true,
       "requires": {
-        "camelcase-css": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-1.0.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "camelcase-css": "^1.0.1",
+        "postcss": "^5.0.21"
       }
     },
     "postcss-media-minmax": {
-      "version": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-1.2.0.tgz",
       "integrity": "sha1-3BePctqq3eir5PRhr6xOi+V5Qxg=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.14"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-merge-idents": {
-      "version": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-1.0.2.tgz",
       "integrity": "sha1-qToNrXj2UugjfZrew0LkHSwd01s=",
       "dev": true,
       "requires": {
-        "css-list": "https://registry.npmjs.org/css-list/-/css-list-0.1.3.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "css-list": "^0.1.0",
+        "postcss": "^4.1.9"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-merge-longhand": {
-      "version": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-1.0.2.tgz",
       "integrity": "sha1-QxcgZfz4We4RztMUH1ZkFMZzBX4=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.16"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-merge-rules": {
-      "version": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-1.3.6.tgz",
+      "version": "1.3.6",
+      "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-1.3.6.tgz",
       "integrity": "sha1-sUrRf31AEqMYut032r1ZuT8TUy8=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.16"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-message-helpers": {
-      "version": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
       "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=",
       "dev": true
     },
     "postcss-messages": {
-      "version": "https://registry.npmjs.org/postcss-messages/-/postcss-messages-0.2.2.tgz",
+      "version": "0.2.2",
+      "resolved": "https://registry.npmjs.org/postcss-messages/-/postcss-messages-0.2.2.tgz",
       "integrity": "sha1-iaejrRbnRCA1s/cPd8cq82iB04Q=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "~4.1.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-minify-font-values": {
-      "version": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
       "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
       "dev": true,
       "requires": {
-        "object-assign": "4.1.1",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+        "object-assign": "^4.0.1",
+        "postcss": "^5.0.4",
+        "postcss-value-parser": "^3.0.2"
       },
       "dependencies": {
         "object-assign": {
@@ -8197,181 +9038,199 @@
       }
     },
     "postcss-minify-font-weight": {
-      "version": "https://registry.npmjs.org/postcss-minify-font-weight/-/postcss-minify-font-weight-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/postcss-minify-font-weight/-/postcss-minify-font-weight-1.0.1.tgz",
       "integrity": "sha1-aI5CzfI27Osb1WOojPHSTQOgWIg=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.11"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-minify-gradients": {
-      "version": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz",
       "integrity": "sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+        "postcss": "^5.0.12",
+        "postcss-value-parser": "^3.3.0"
       }
     },
     "postcss-minify-params": {
-      "version": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.5.tgz",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.5.tgz",
       "integrity": "sha1-gtYCZDuGFqYfs2NNft4CiYNtZ/k=",
       "dev": true,
       "requires": {
-        "alphanum-sort": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
-        "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+        "alphanum-sort": "^1.0.1",
+        "postcss": "^5.0.2",
+        "postcss-value-parser": "^3.0.2",
+        "uniqs": "^2.0.0"
       }
     },
     "postcss-minify-selectors": {
-      "version": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-1.5.0.tgz",
+      "version": "1.5.0",
+      "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-1.5.0.tgz",
       "integrity": "sha1-5ZxWxtSVXaFXz30iv4Bptur1Jic=",
       "dev": true,
       "requires": {
-        "javascript-natural-sort": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
-        "normalize-selector": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-selector-parser": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.3.tgz",
-        "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+        "javascript-natural-sort": "^0.7.1",
+        "normalize-selector": "^0.2.0",
+        "postcss": "^4.1.16",
+        "postcss-selector-parser": "^1.1.2",
+        "uniqs": "^2.0.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-mixins": {
-      "version": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-4.0.2.tgz",
+      "version": "4.0.2",
+      "resolved": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-4.0.2.tgz",
       "integrity": "sha1-ZmJ6Wol3lTquVxoibgmUCEoCHcY=",
       "dev": true,
       "requires": {
-        "globby": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-js": "https://registry.npmjs.org/postcss-js/-/postcss-js-0.1.3.tgz",
-        "postcss-simple-vars": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-2.0.0.tgz"
+        "globby": "^4.1.0",
+        "postcss": "^5.0.21",
+        "postcss-js": "^0.1.3",
+        "postcss-simple-vars": "^2.0.0"
       }
     },
     "postcss-modules-extract-imports": {
-      "version": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.1.tgz",
       "integrity": "sha1-j7P++abdBCDT9tQ1PPH/c/Kyo0E=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.4"
       }
     },
     "postcss-modules-local-by-default": {
-      "version": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.1.1.tgz",
       "integrity": "sha1-KaEGc/o30ZJRJlyiujFQ2QQOtM4=",
       "dev": true,
       "requires": {
-        "css-selector-tokenizer": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.6.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "css-selector-tokenizer": "^0.6.0",
+        "postcss": "^5.0.4"
       },
       "dependencies": {
         "css-selector-tokenizer": {
-          "version": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.6.0.tgz",
+          "version": "0.6.0",
+          "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.6.0.tgz",
           "integrity": "sha1-ZEX1gseTDSQdzFAHpD1vy48HMVI=",
           "dev": true,
           "requires": {
-            "cssesc": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
-            "fastparse": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
-            "regexpu-core": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz"
+            "cssesc": "^0.1.0",
+            "fastparse": "^1.1.1",
+            "regexpu-core": "^1.0.0"
           }
         }
       }
     },
     "postcss-modules-scope": {
-      "version": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.2.tgz",
       "integrity": "sha1-/5dzleXgYgLXNiKQuIsejNBJ3ik=",
       "dev": true,
       "requires": {
-        "css-selector-tokenizer": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.6.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "css-selector-tokenizer": "^0.6.0",
+        "postcss": "^5.0.4"
       },
       "dependencies": {
         "css-selector-tokenizer": {
-          "version": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.6.0.tgz",
+          "version": "0.6.0",
+          "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.6.0.tgz",
           "integrity": "sha1-ZEX1gseTDSQdzFAHpD1vy48HMVI=",
           "dev": true,
           "requires": {
-            "cssesc": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
-            "fastparse": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
-            "regexpu-core": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz"
+            "cssesc": "^0.1.0",
+            "fastparse": "^1.1.1",
+            "regexpu-core": "^1.0.0"
           }
         }
       }
     },
     "postcss-modules-values": {
-      "version": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.2.2.tgz",
+      "version": "1.2.2",
+      "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.2.2.tgz",
       "integrity": "sha1-8OfUdv4e2IxeTH+XUzo+dyrZTKE=",
       "dev": true,
       "requires": {
-        "icss-replace-symbols": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.0.2.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "icss-replace-symbols": "^1.0.2",
+        "postcss": "^5.0.14"
       }
     },
     "postcss-nested": {
-      "version": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-1.0.0.tgz",
       "integrity": "sha1-0Ta9S1dr1WMt8ULBKyGYqcz3lN8=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.2"
       }
     },
     "postcss-normalize-charset": {
-      "version": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
       "integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.5"
       }
     },
     "postcss-normalize-url": {
-      "version": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-2.1.3.tgz",
+      "version": "2.1.3",
+      "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-2.1.3.tgz",
       "integrity": "sha1-8StfShFDyV6gJfx/jgBQkFmPNgI=",
       "dev": true,
       "requires": {
-        "is-absolute-url": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz",
-        "normalize-url": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.8.0.tgz",
-        "object-assign": "4.1.1",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz"
+        "is-absolute-url": "^2.0.0",
+        "normalize-url": "^1.3.0",
+        "object-assign": "^4.0.1",
+        "postcss": "^4.1.16",
+        "postcss-value-parser": "^1.4.2"
       },
       "dependencies": {
         "object-assign": {
@@ -8381,85 +9240,94 @@
           "dev": true
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "postcss-value-parser": {
-          "version": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz",
+          "version": "1.4.2",
+          "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz",
           "integrity": "sha1-GGVjPhNwH4pyHng02tGFyxRKrQw=",
           "dev": true
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-ordered-values": {
-      "version": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-1.1.1.tgz",
       "integrity": "sha1-nu1PrS55Kr/D0EAs93O6+G/ne4E=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz"
+        "postcss": "^4.1.16",
+        "postcss-value-parser": "^1.1.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "postcss-value-parser": {
-          "version": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz",
+          "version": "1.4.2",
+          "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-1.4.2.tgz",
           "integrity": "sha1-GGVjPhNwH4pyHng02tGFyxRKrQw=",
           "dev": true
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-partial-import": {
-      "version": "https://registry.npmjs.org/postcss-partial-import/-/postcss-partial-import-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/postcss-partial-import/-/postcss-partial-import-1.3.0.tgz",
       "integrity": "sha1-L0t3OnbHsKabOJ3PR1xNNi0NJXY=",
       "dev": true,
       "requires": {
-        "fs-extra": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz",
-        "fs-promise": "https://registry.npmjs.org/fs-promise/-/fs-promise-0.3.1.tgz",
-        "object-assign": "4.1.1",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "string-hash": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.0.tgz"
+        "fs-extra": "^0.24.0",
+        "fs-promise": "^0.3.1",
+        "object-assign": "^4.0.1",
+        "postcss": "^5.0.5",
+        "string-hash": "^1.1.0"
       },
       "dependencies": {
         "fs-extra": {
-          "version": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz",
+          "version": "0.24.0",
+          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz",
           "integrity": "sha1-1OQ0KpZnXLeEZjOmCZJJMytTmVI=",
           "dev": true,
           "requires": {
-            "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-            "jsonfile": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
-            "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
+            "graceful-fs": "^4.1.2",
+            "jsonfile": "^2.1.0",
+            "path-is-absolute": "^1.0.0",
+            "rimraf": "^2.2.8"
           }
         },
         "object-assign": {
@@ -8471,146 +9339,161 @@
       }
     },
     "postcss-pseudo-class-any-link": {
-      "version": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-0.2.1.tgz",
       "integrity": "sha1-yjvuIjuv1iTcYo3zYSnntJN8Nfc=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "postcss-selector-parser": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.3.tgz"
+        "postcss": "^4.1.9",
+        "postcss-selector-parser": "^1.0.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-pseudoelements": {
-      "version": "https://registry.npmjs.org/postcss-pseudoelements/-/postcss-pseudoelements-2.2.0.tgz",
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/postcss-pseudoelements/-/postcss-pseudoelements-2.2.0.tgz",
       "integrity": "sha1-Sy3TGER5I3xyP08ddA7cNv64db4=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.11"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-reduce-idents": {
-      "version": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-1.0.3.tgz",
       "integrity": "sha1-p58bJIXiPZs8x6gfXsY6XCvewg0=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "reduce-function-call": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz"
+        "postcss": "^4.1.2",
+        "reduce-function-call": "^1.0.1"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-reduce-initial": {
-      "version": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.0.tgz",
       "integrity": "sha1-j3Obk4KJ7y5Ik21xAXg+R0HKm7s=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.4"
       }
     },
     "postcss-reduce-transforms": {
-      "version": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz",
       "integrity": "sha1-/3b02CEkN7McKYpC0uFEQCV3GuE=",
       "dev": true,
       "requires": {
-        "has": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz"
+        "has": "^1.0.1",
+        "postcss": "^5.0.8",
+        "postcss-value-parser": "^3.0.1"
       }
     },
     "postcss-reporter": {
-      "version": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-0.1.0.tgz",
       "integrity": "sha1-l1SuL2Xv5Q0MTJt4WSna15b2Z2I=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "lodash.difference": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-3.2.2.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "chalk": "^1.0.0",
+        "lodash.difference": "^3.2.1",
+        "postcss": "^4.1.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-selector-matches": {
-      "version": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-1.2.1.tgz",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-1.2.1.tgz",
       "integrity": "sha1-2ZQK/XB2en+i9RUKVQ+gp0GvDsw=",
       "dev": true,
       "requires": {
-        "balanced-match": "0.2.1",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "balanced-match": "^0.2.0",
+        "postcss": "^4.1.7"
       },
       "dependencies": {
         "balanced-match": {
@@ -8620,32 +9503,35 @@
           "dev": true
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-selector-not": {
-      "version": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-1.2.1.tgz",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-1.2.1.tgz",
       "integrity": "sha1-vE/3IlhHhBciAxVC/JQQwcfMs1w=",
       "dev": true,
       "requires": {
-        "balanced-match": "0.2.1",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "balanced-match": "^0.2.0",
+        "postcss": "^4.1.7"
       },
       "dependencies": {
         "balanced-match": {
@@ -8655,224 +9541,250 @@
           "dev": true
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-selector-parser": {
-      "version": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.3.tgz",
+      "version": "1.3.3",
+      "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.3.tgz",
       "integrity": "sha1-0u4Z33pk+O8hwacchvfUg1yIwoE=",
       "dev": true,
       "requires": {
-        "flatten": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
-        "indexes-of": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
-        "uniq": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz"
+        "flatten": "^1.0.2",
+        "indexes-of": "^1.0.1",
+        "uniq": "^1.0.1"
       },
       "dependencies": {
         "flatten": {
-          "version": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
           "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=",
           "dev": true
         }
       }
     },
     "postcss-simple-vars": {
-      "version": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-2.0.0.tgz",
       "integrity": "sha1-0KEJGw2iK3lQcCj3siuXbApguNU=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz"
+        "postcss": "^5.0.21"
       }
     },
     "postcss-single-charset": {
-      "version": "https://registry.npmjs.org/postcss-single-charset/-/postcss-single-charset-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/postcss-single-charset/-/postcss-single-charset-0.3.0.tgz",
       "integrity": "sha1-2n/Q3szPYy8bdMei7j41vilFZXM=",
       "dev": true,
       "requires": {
-        "fs-extra": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.14.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "fs-extra": "^0.14.0",
+        "postcss": "^4.1.0"
       },
       "dependencies": {
         "fs-extra": {
-          "version": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.14.0.tgz",
+          "version": "0.14.0",
+          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.14.0.tgz",
           "integrity": "sha1-RmCWxroticIAA4DaskULeFn/Z0M=",
           "dev": true,
           "requires": {
-            "jsonfile": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
-            "ncp": "https://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz",
-            "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
+            "jsonfile": "^2.0.0",
+            "ncp": "^1.0.1",
+            "rimraf": "^2.2.8"
           }
         },
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-svgo": {
-      "version": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.5.tgz",
+      "version": "2.1.5",
+      "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.5.tgz",
       "integrity": "sha1-RvwDY/Abq2o2qauwHCKfzEU2MJQ=",
       "dev": true,
       "requires": {
-        "is-svg": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-value-parser": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
-        "svgo": "https://registry.npmjs.org/svgo/-/svgo-0.7.1.tgz"
+        "is-svg": "^2.0.0",
+        "postcss": "^5.0.14",
+        "postcss-value-parser": "^3.2.3",
+        "svgo": "^0.7.0"
       }
     },
     "postcss-unique-selectors": {
-      "version": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-1.0.1.tgz",
       "integrity": "sha1-SBfnTHtPmZzgTI5mRRoZaRT12zw=",
       "dev": true,
       "requires": {
-        "javascript-natural-sort": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "uniqs": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz"
+        "javascript-natural-sort": "^0.7.1",
+        "postcss": "^4.1.10",
+        "uniqs": "^2.0.0"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-url": {
-      "version": "https://registry.npmjs.org/postcss-url/-/postcss-url-4.0.1.tgz",
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-4.0.1.tgz",
       "integrity": "sha1-URRBXeWAi53fuoQ5in4kZHhceBE=",
       "dev": true,
       "requires": {
-        "directory-encoder": "https://registry.npmjs.org/directory-encoder/-/directory-encoder-0.6.1.tgz",
-        "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-        "mime": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
-        "reduce-function-call": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz"
+        "directory-encoder": "^0.6.1",
+        "js-base64": "^2.1.5",
+        "mime": "^1.2.11",
+        "mkdirp": "^0.5.0",
+        "path-is-absolute": "^1.0.0",
+        "postcss": "^4.1.11",
+        "reduce-function-call": "^1.0.1"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "postcss-value-parser": {
-      "version": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
+      "version": "3.3.0",
+      "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
       "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
       "dev": true
     },
     "postcss-zindex": {
-      "version": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-1.1.3.tgz",
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-1.1.3.tgz",
       "integrity": "sha1-SVZKtJ092hcGf42sHIM11/LQDOE=",
       "dev": true,
       "requires": {
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz"
+        "postcss": "^4.1.2"
       },
       "dependencies": {
         "postcss": {
-          "version": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
+          "version": "4.1.16",
+          "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
           "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
           "dev": true,
           "requires": {
-            "es6-promise": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
-            "js-base64": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+            "es6-promise": "~2.3.0",
+            "js-base64": "~2.1.8",
+            "source-map": "~0.4.2"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "prepend-http": {
-      "version": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
       "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
       "dev": true
     },
     "preserve": {
-      "version": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
       "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
       "dev": true
     },
     "pretty-hrtime": {
-      "version": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
       "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=",
       "dev": true
     },
     "private": {
-      "version": "https://registry.npmjs.org/private/-/private-0.1.6.tgz",
+      "version": "0.1.6",
+      "resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz",
       "integrity": "sha1-VcapdtD5uvuZJIUTUP5HubX7t8E=",
       "dev": true
     },
     "process": {
-      "version": "https://registry.npmjs.org/process/-/process-0.11.9.tgz",
+      "version": "0.11.9",
+      "resolved": "https://registry.npmjs.org/process/-/process-0.11.9.tgz",
       "integrity": "sha1-e9WtIapiU+fahoImTx4R0RwDGME=",
       "dev": true
     },
     "process-nextick-args": {
-      "version": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
+      "version": "1.0.7",
+      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
       "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
       "dev": true
     },
@@ -8883,93 +9795,105 @@
       "dev": true
     },
     "promise": {
-      "version": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
+      "version": "6.1.0",
+      "resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
       "integrity": "sha1-LOcp9rlLRcJoka0GAsXJDgTG7vY=",
       "dev": true,
       "requires": {
-        "asap": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz"
+        "asap": "~1.0.0"
       }
     },
     "promise-each": {
-      "version": "https://registry.npmjs.org/promise-each/-/promise-each-2.2.0.tgz",
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/promise-each/-/promise-each-2.2.0.tgz",
       "integrity": "sha1-M1MXTv8mlEgQN+BOAfd6oPttG2A=",
       "dev": true,
       "requires": {
-        "any-promise": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz"
+        "any-promise": "^0.1.0"
       }
     },
     "proper-lockfile": {
-      "version": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-1.2.0.tgz",
       "integrity": "sha1-zv9d2J0+XxD7deHo52vHWAGlnDQ=",
       "dev": true,
       "optional": true,
       "requires": {
-        "err-code": "https://registry.npmjs.org/err-code/-/err-code-1.1.1.tgz",
-        "extend": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "retry": "https://registry.npmjs.org/retry/-/retry-0.10.0.tgz"
+        "err-code": "^1.0.0",
+        "extend": "^3.0.0",
+        "graceful-fs": "^4.1.2",
+        "retry": "^0.10.0"
       }
     },
     "proxy-addr": {
-      "version": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz",
+      "version": "1.0.10",
+      "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz",
       "integrity": "sha1-DUCoL4Afw1VWfS7LZe/j8HfxIcU=",
       "dev": true,
       "requires": {
-        "forwarded": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz",
-        "ipaddr.js": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz"
+        "forwarded": "~0.1.0",
+        "ipaddr.js": "1.0.5"
       }
     },
     "prr": {
-      "version": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz",
+      "version": "0.0.0",
+      "resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz",
       "integrity": "sha1-GoS4WQgyVQFBGFPQCB7j+obikmo=",
       "dev": true
     },
     "pseudomap": {
-      "version": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
       "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
       "dev": true
     },
     "pump": {
-      "version": "https://registry.npmjs.org/pump/-/pump-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/pump/-/pump-1.0.1.tgz",
       "integrity": "sha1-8fFAn7m9EIW721drQ7hOxLXq3Bo=",
       "dev": true,
       "requires": {
-        "end-of-stream": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz",
-        "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz"
+        "end-of-stream": "^1.1.0",
+        "once": "^1.3.1"
       },
       "dependencies": {
         "end-of-stream": {
-          "version": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz",
+          "version": "1.1.0",
+          "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz",
           "integrity": "sha1-6TUyWLqpEIll78QcsO+K3i88+wc=",
           "dev": true,
           "requires": {
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz"
+            "once": "~1.3.0"
           }
         }
       }
     },
     "punycode": {
-      "version": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
+      "version": "1.4.1",
+      "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
       "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
       "dev": true
     },
     "q": {
-      "version": "https://registry.npmjs.org/q/-/q-1.4.1.tgz",
+      "version": "1.4.1",
+      "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz",
       "integrity": "sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=",
       "dev": true
     },
     "qs": {
-      "version": "https://registry.npmjs.org/qs/-/qs-6.3.0.tgz",
+      "version": "6.3.0",
+      "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.0.tgz",
       "integrity": "sha1-9AOyZPI7wBIox0ExtAfxjV6l1EI=",
       "dev": true
     },
     "query-string": {
-      "version": "https://registry.npmjs.org/query-string/-/query-string-4.2.3.tgz",
+      "version": "4.2.3",
+      "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.2.3.tgz",
       "integrity": "sha1-nycnPSB6JajuTHuMdNzUXVVtuCI=",
       "dev": true,
       "requires": {
-        "object-assign": "4.1.1",
-        "strict-uri-encode": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz"
+        "object-assign": "^4.1.0",
+        "strict-uri-encode": "^1.0.0"
       },
       "dependencies": {
         "object-assign": {
@@ -8981,41 +9905,47 @@
       }
     },
     "querystring": {
-      "version": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
       "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
       "dev": true
     },
     "querystring-es3": {
-      "version": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
       "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
       "dev": true
     },
     "randomatic": {
-      "version": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
+      "version": "1.1.6",
+      "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
       "integrity": "sha1-EQ3Kv/OX6dz/fAeJzMCkmt8exbs=",
       "dev": true,
       "requires": {
-        "is-number": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
-        "kind-of": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz"
+        "is-number": "^2.0.2",
+        "kind-of": "^3.0.2"
       }
     },
     "range-parser": {
-      "version": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz",
       "integrity": "sha1-aHKCNTXGkuLCoBA4Jq/YLC4P8XU=",
       "dev": true
     },
     "raw-body": {
-      "version": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
+      "version": "2.1.7",
+      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
       "integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=",
       "dev": true,
       "requires": {
-        "bytes": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
-        "iconv-lite": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
-        "unpipe": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
+        "bytes": "2.4.0",
+        "iconv-lite": "0.4.13",
+        "unpipe": "1.0.0"
       },
       "dependencies": {
         "bytes": {
-          "version": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
+          "version": "2.4.0",
+          "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
           "integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=",
           "dev": true
         }
@@ -9027,67 +9957,73 @@
       "integrity": "sha1-J1zWh/bjs2zHVrqibf7oCnkDAf0=",
       "dev": true,
       "requires": {
-        "deep-extend": "0.4.2",
-        "ini": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "strip-json-comments": "2.0.1"
+        "deep-extend": "~0.4.0",
+        "ini": "~1.3.0",
+        "minimist": "^1.2.0",
+        "strip-json-comments": "~2.0.1"
       }
     },
     "read-cache": {
-      "version": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
       "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=",
       "dev": true,
       "requires": {
-        "pify": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
+        "pify": "^2.3.0"
       }
     },
     "read-file-stdin": {
-      "version": "https://registry.npmjs.org/read-file-stdin/-/read-file-stdin-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/read-file-stdin/-/read-file-stdin-0.2.1.tgz",
       "integrity": "sha1-JezP86FTtoCa+ssj7hU4fbng7mE=",
       "dev": true,
       "requires": {
-        "gather-stream": "https://registry.npmjs.org/gather-stream/-/gather-stream-1.0.0.tgz"
+        "gather-stream": "^1.0.0"
       }
     },
     "read-pkg": {
-      "version": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
       "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
       "dev": true,
       "requires": {
-        "load-json-file": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
-        "normalize-package-data": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
-        "path-type": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz"
+        "load-json-file": "^1.0.0",
+        "normalize-package-data": "^2.3.2",
+        "path-type": "^1.0.0"
       }
     },
     "read-pkg-up": {
-      "version": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
       "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
       "dev": true,
       "requires": {
-        "find-up": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
-        "read-pkg": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz"
+        "find-up": "^1.0.0",
+        "read-pkg": "^1.0.0"
       }
     },
     "readable-stream": {
-      "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
+      "version": "1.1.14",
+      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
       "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
       "dev": true,
       "requires": {
-        "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-        "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+        "core-util-is": "~1.0.0",
+        "inherits": "~2.0.1",
+        "isarray": "0.0.1",
+        "string_decoder": "~0.10.x"
       }
     },
     "readdirp": {
-      "version": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
       "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
       "dev": true,
       "requires": {
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-        "minimatch": "3.0.4",
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz",
-        "set-immediate-shim": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz"
+        "graceful-fs": "^4.1.2",
+        "minimatch": "^3.0.2",
+        "readable-stream": "^2.0.2",
+        "set-immediate-shim": "^1.0.1"
       },
       "dependencies": {
         "balanced-match": {
@@ -9097,7 +10033,8 @@
           "dev": true
         },
         "isarray": {
-          "version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
           "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
           "dev": true
         },
@@ -9107,7 +10044,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -9116,163 +10053,183 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz",
+          "version": "2.2.2",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz",
           "integrity": "sha1-qeb+w8fdqF+LsbO6cChgRVb8gl4=",
           "dev": true,
           "requires": {
-            "buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
-            "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "buffer-shims": "^1.0.0",
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~1.0.6",
+            "string_decoder": "~0.10.x",
+            "util-deprecate": "~1.0.1"
           }
         }
       }
     },
     "rechoir": {
-      "version": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
+      "version": "0.6.2",
+      "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
       "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
       "dev": true,
       "requires": {
-        "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
+        "resolve": "^1.1.6"
       }
     },
     "redent": {
-      "version": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
       "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
       "dev": true,
       "requires": {
-        "indent-string": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
-        "strip-indent": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz"
+        "indent-string": "^2.1.0",
+        "strip-indent": "^1.0.1"
       }
     },
     "redeyed": {
-      "version": "https://registry.npmjs.org/redeyed/-/redeyed-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-1.0.1.tgz",
       "integrity": "sha1-6WwZO0DAgWsArshCaY5hGF5VSYo=",
       "dev": true,
       "requires": {
-        "esprima": "https://registry.npmjs.org/esprima/-/esprima-3.0.0.tgz"
+        "esprima": "~3.0.0"
       }
     },
     "reduce-css-calc": {
-      "version": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
       "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=",
       "dev": true,
       "requires": {
-        "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
-        "math-expression-evaluator": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.14.tgz",
-        "reduce-function-call": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz"
+        "balanced-match": "^0.4.2",
+        "math-expression-evaluator": "^1.2.14",
+        "reduce-function-call": "^1.0.1"
       }
     },
     "reduce-function-call": {
-      "version": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz",
       "integrity": "sha1-+gLhJuaVgkJjyrkdOlsP3B3Sepo=",
       "dev": true,
       "requires": {
-        "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz"
+        "balanced-match": "~0.1.0"
       },
       "dependencies": {
         "balanced-match": {
-          "version": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz",
           "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=",
           "dev": true
         }
       }
     },
     "regenerate": {
-      "version": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz",
+      "version": "1.3.2",
+      "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz",
       "integrity": "sha1-0ZQcZ7rUN+G+dkM63Vs4X5WxkmA=",
       "dev": true
     },
     "regenerator-runtime": {
-      "version": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.6.tgz",
+      "version": "0.9.6",
+      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.6.tgz",
       "integrity": "sha1-0z65XQ0gAaS+OWWXB8UbDLcc4Ck=",
       "dev": true
     },
     "regex-cache": {
-      "version": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
+      "version": "0.4.3",
+      "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
       "integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=",
       "dev": true,
       "requires": {
-        "is-equal-shallow": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
-        "is-primitive": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz"
+        "is-equal-shallow": "^0.1.3",
+        "is-primitive": "^2.0.0"
       }
     },
     "regexpu-core": {
-      "version": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz",
       "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=",
       "dev": true,
       "requires": {
-        "regenerate": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz",
-        "regjsgen": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
-        "regjsparser": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz"
+        "regenerate": "^1.2.1",
+        "regjsgen": "^0.2.0",
+        "regjsparser": "^0.1.4"
       }
     },
     "regjsgen": {
-      "version": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
       "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
       "dev": true
     },
     "regjsparser": {
-      "version": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
+      "version": "0.1.5",
+      "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
       "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
       "dev": true,
       "requires": {
-        "jsesc": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
+        "jsesc": "~0.5.0"
       },
       "dependencies": {
         "jsesc": {
-          "version": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
+          "version": "0.5.0",
+          "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
           "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
           "dev": true
         }
       }
     },
     "remove-trailing-separator": {
-      "version": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz",
       "integrity": "sha1-YV67lq9VlVLUv0BXyENtSGq2PMQ=",
       "dev": true
     },
     "repeat-element": {
-      "version": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
       "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
       "dev": true
     },
     "repeat-string": {
-      "version": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
+      "version": "1.6.1",
+      "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
       "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
       "dev": true
     },
     "repeating": {
-      "version": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
       "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
       "dev": true,
       "requires": {
-        "is-finite": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz"
+        "is-finite": "^1.0.0"
       }
     },
     "replace-ext": {
-      "version": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
+      "version": "0.0.1",
+      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
       "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=",
       "dev": true
     },
     "replacestream": {
-      "version": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.2.tgz",
+      "version": "4.0.2",
+      "resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.2.tgz",
       "integrity": "sha1-DEFAcH5PAyP1DeBEhRcIz1i8N70=",
       "dev": true,
       "requires": {
-        "escape-string-regexp": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
-        "object-assign": "4.1.1",
-        "readable-stream": "2.3.4"
+        "escape-string-regexp": "^1.0.3",
+        "object-assign": "^4.0.1",
+        "readable-stream": "^2.0.2"
       },
       "dependencies": {
         "isarray": {
@@ -9293,13 +10250,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           },
           "dependencies": {
             "process-nextick-args": {
@@ -9314,7 +10271,7 @@
               "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
               "dev": true,
               "requires": {
-                "safe-buffer": "5.1.1"
+                "safe-buffer": "~5.1.0"
               }
             }
           }
@@ -9322,30 +10279,31 @@
       }
     },
     "request": {
-      "version": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
+      "version": "2.79.0",
+      "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
       "integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=",
       "dev": true,
       "requires": {
-        "aws-sign2": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
-        "aws4": "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz",
-        "caseless": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
-        "combined-stream": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
-        "extend": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
-        "forever-agent": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
-        "form-data": "https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz",
-        "har-validator": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
-        "hawk": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
-        "http-signature": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
-        "is-typedarray": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
-        "isstream": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
-        "json-stringify-safe": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
-        "mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz",
-        "oauth-sign": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
-        "qs": "https://registry.npmjs.org/qs/-/qs-6.3.0.tgz",
-        "stringstream": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
-        "tough-cookie": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
-        "tunnel-agent": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
-        "uuid": "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz"
+        "aws-sign2": "~0.6.0",
+        "aws4": "^1.2.1",
+        "caseless": "~0.11.0",
+        "combined-stream": "~1.0.5",
+        "extend": "~3.0.0",
+        "forever-agent": "~0.6.1",
+        "form-data": "~2.1.1",
+        "har-validator": "~2.0.6",
+        "hawk": "~3.1.3",
+        "http-signature": "~1.1.0",
+        "is-typedarray": "~1.0.0",
+        "isstream": "~0.1.2",
+        "json-stringify-safe": "~5.0.1",
+        "mime-types": "~2.1.7",
+        "oauth-sign": "~0.8.1",
+        "qs": "~6.3.0",
+        "stringstream": "~0.0.4",
+        "tough-cookie": "~2.3.0",
+        "tunnel-agent": "~0.4.1",
+        "uuid": "^3.0.0"
       }
     },
     "request-progress": {
@@ -9354,16 +10312,18 @@
       "integrity": "sha1-XTa7V5YcZzqlt4jbyBQf3yO0Tgg=",
       "dev": true,
       "requires": {
-        "throttleit": "1.0.0"
+        "throttleit": "^1.0.0"
       }
     },
     "require-directory": {
-      "version": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
       "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
       "dev": true
     },
     "require-main-filename": {
-      "version": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
       "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
       "dev": true
     },
@@ -9373,53 +10333,60 @@
       "integrity": "sha512-jYCa6C0RlAppX7+RvPFbvy2Kc8sriJDDU+uLHUfLKpnZsNsdYL5S59bmbxCCXDNYXhv//HBx+z8lATNJJVbkoA==",
       "dev": true,
       "requires": {
-        "canvas-prebuilt": "1.6.5-prerelease.1"
+        "canvas-prebuilt": "^1.6.5-prerelease.1"
       }
     },
     "resolve": {
-      "version": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
+      "version": "1.1.7",
+      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
       "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
       "dev": true
     },
     "resolve-dir": {
-      "version": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz",
       "integrity": "sha1-shklmlYC+sXFxJatiUpujMQwJh4=",
       "dev": true,
       "requires": {
-        "expand-tilde": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
-        "global-modules": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz"
+        "expand-tilde": "^1.2.2",
+        "global-modules": "^0.2.3"
       }
     },
     "resolve-url": {
-      "version": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
       "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
       "dev": true
     },
     "retry": {
-      "version": "https://registry.npmjs.org/retry/-/retry-0.10.0.tgz",
+      "version": "0.10.0",
+      "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.0.tgz",
       "integrity": "sha1-ZJ4VykCEItmDGBYZNef31lLUNd0=",
       "dev": true,
       "optional": true
     },
     "rgb": {
-      "version": "https://registry.npmjs.org/rgb/-/rgb-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/rgb/-/rgb-0.1.0.tgz",
       "integrity": "sha1-vieykej+/+rBvZlylyG/pA/AN7U=",
       "dev": true
     },
     "right-align": {
-      "version": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
       "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
       "dev": true,
       "requires": {
-        "align-text": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz"
+        "align-text": "^0.1.1"
       }
     },
     "rimraf": {
-      "version": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
+      "version": "2.5.4",
+      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
       "integrity": "sha1-loAAk8vxoMhr2VtGJUZ1NcKd+gQ=",
       "dev": true,
       "requires": {
-        "glob": "7.1.2"
+        "glob": "^7.0.5"
       },
       "dependencies": {
         "balanced-match": {
@@ -9434,12 +10401,12 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "minimatch": {
@@ -9448,7 +10415,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -9457,8 +10424,8 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
@@ -9466,30 +10433,34 @@
       }
     },
     "ripemd160": {
-      "version": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz",
       "integrity": "sha1-K/GYveFnys+lHAqSjoS2i74XH84=",
       "dev": true
     },
     "rollup": {
-      "version": "https://registry.npmjs.org/rollup/-/rollup-0.36.4.tgz",
+      "version": "0.36.4",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.36.4.tgz",
       "integrity": "sha1-oiRJTFOGwdc9OPe7hvafXrARo9I=",
       "dev": true,
       "requires": {
-        "source-map-support": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.6.tgz"
+        "source-map-support": "^0.4.0"
       }
     },
     "rsvp": {
-      "version": "https://registry.npmjs.org/rsvp/-/rsvp-3.3.3.tgz",
+      "version": "3.3.3",
+      "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.3.3.tgz",
       "integrity": "sha1-NGM8qvi8Zs7/S+PC4d/9AyU4qBM=",
       "dev": true
     },
     "run-sequence": {
-      "version": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.1.5.tgz",
+      "version": "1.1.5",
+      "resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.1.5.tgz",
       "integrity": "sha1-VWvUfrR4dzSeNsnFgnSIl9t75Pc=",
       "dev": true,
       "requires": {
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz"
+        "chalk": "*",
+        "gulp-util": "*"
       }
     },
     "safe-buffer": {
@@ -9499,17 +10470,18 @@
       "dev": true
     },
     "sane": {
-      "version": "https://registry.npmjs.org/sane/-/sane-1.4.1.tgz",
+      "version": "1.4.1",
+      "resolved": "https://registry.npmjs.org/sane/-/sane-1.4.1.tgz",
       "integrity": "sha1-iPdj10BA9fDCVrYWPbOZvxEKxxU=",
       "dev": true,
       "optional": true,
       "requires": {
-        "exec-sh": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz",
-        "fb-watchman": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-1.9.0.tgz",
-        "minimatch": "3.0.4",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "walker": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
-        "watch": "https://registry.npmjs.org/watch/-/watch-0.10.0.tgz"
+        "exec-sh": "^0.2.0",
+        "fb-watchman": "^1.8.0",
+        "minimatch": "^3.0.2",
+        "minimist": "^1.1.1",
+        "walker": "~1.0.5",
+        "watch": "~0.10.0"
       },
       "dependencies": {
         "balanced-match": {
@@ -9526,7 +10498,7 @@
           "dev": true,
           "optional": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -9536,8 +10508,8 @@
               "dev": true,
               "optional": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
@@ -9545,13 +10517,14 @@
       }
     },
     "sass-graph": {
-      "version": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz",
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz",
       "integrity": "sha1-llEEviPoEDy35fcQ32WTWzF9pXs=",
       "dev": true,
       "requires": {
-        "glob": "7.1.2",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
-        "yargs": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz"
+        "glob": "^7.0.0",
+        "lodash": "^4.0.0",
+        "yargs": "^4.7.1"
       },
       "dependencies": {
         "balanced-match": {
@@ -9566,16 +10539,17 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
+          "version": "4.17.4",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
           "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
           "dev": true
         },
@@ -9585,7 +10559,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -9594,55 +10568,59 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
         },
         "yargs": {
-          "version": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz",
+          "version": "4.8.1",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz",
           "integrity": "sha1-wMQpJMpKqmsObaFznfshZDn53cA=",
           "dev": true,
           "requires": {
-            "cliui": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "get-caller-file": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
-            "lodash.assign": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
-            "os-locale": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
-            "read-pkg-up": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
-            "require-directory": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
-            "require-main-filename": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
-            "set-blocking": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
-            "string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
-            "which-module": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
-            "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz",
-            "y18n": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
-            "yargs-parser": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz"
+            "cliui": "^3.2.0",
+            "decamelize": "^1.1.1",
+            "get-caller-file": "^1.0.1",
+            "lodash.assign": "^4.0.3",
+            "os-locale": "^1.4.0",
+            "read-pkg-up": "^1.0.1",
+            "require-directory": "^2.1.1",
+            "require-main-filename": "^1.0.1",
+            "set-blocking": "^2.0.0",
+            "string-width": "^1.0.1",
+            "which-module": "^1.0.0",
+            "window-size": "^0.2.0",
+            "y18n": "^3.2.1",
+            "yargs-parser": "^2.4.1"
           }
         }
       }
     },
     "sass-loader": {
-      "version": "https://registry.npmjs.org/sass-loader/-/sass-loader-4.0.2.tgz",
+      "version": "4.0.2",
+      "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-4.0.2.tgz",
       "integrity": "sha1-phbrdwNmVD5k9UfIYw85xNp18V0=",
       "dev": true,
       "requires": {
-        "async": "https://registry.npmjs.org/async/-/async-2.1.4.tgz",
-        "loader-utils": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz",
-        "object-assign": "4.1.1"
+        "async": "^2.0.1",
+        "loader-utils": "^0.2.15",
+        "object-assign": "^4.1.0"
       },
       "dependencies": {
         "async": {
-          "version": "https://registry.npmjs.org/async/-/async-2.1.4.tgz",
+          "version": "2.1.4",
+          "resolved": "https://registry.npmjs.org/async/-/async-2.1.4.tgz",
           "integrity": "sha1-LSFgx3iAMuTdbL4lAvH5osj2zeQ=",
           "dev": true,
           "requires": {
-            "lodash": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz"
+            "lodash": "^4.14.0"
           }
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
+          "version": "4.17.2",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz",
           "integrity": "sha1-NKMFW6vgTOQkZ7YH1wAHLH/2v0I=",
           "dev": true
         },
@@ -9655,61 +10633,63 @@
       }
     },
     "sax": {
-      "version": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
       "integrity": "sha1-e45lYZCyKOgaZq6nSEgNgozS03o=",
       "dev": true
     },
     "sc5-styleguide": {
-      "version": "https://registry.npmjs.org/sc5-styleguide/-/sc5-styleguide-1.3.2.tgz",
+      "version": "1.3.2",
+      "resolved": "https://registry.npmjs.org/sc5-styleguide/-/sc5-styleguide-1.3.2.tgz",
       "integrity": "sha1-ttZNOsrOOAfQj4+xVi4RnIdknRw=",
       "dev": true,
       "requires": {
-        "autoprefixer": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.3.tgz",
-        "basic-auth-connect": "https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz",
-        "bemto.jade": "https://registry.npmjs.org/bemto.jade/-/bemto.jade-0.2.2.tgz",
-        "body-parser": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
-        "chalk": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-        "cheerio": "https://registry.npmjs.org/cheerio/-/cheerio-0.19.0.tgz",
-        "cookie-parser": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
-        "css": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
-        "cssnext": "https://registry.npmjs.org/cssnext/-/cssnext-1.8.4.tgz",
-        "express": "https://registry.npmjs.org/express/-/express-4.13.4.tgz",
-        "fs-extra": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
-        "gonzales-pe": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-3.4.7.tgz",
-        "gulp": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
-        "gulp-concat": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
-        "gulp-cssnext": "https://registry.npmjs.org/gulp-cssnext/-/gulp-cssnext-1.0.1.tgz",
-        "gulp-mustache": "https://registry.npmjs.org/gulp-mustache/-/gulp-mustache-2.0.2.tgz",
-        "gulp-postcss": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-6.2.0.tgz",
-        "gulp-rename": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz",
-        "gulp-replace": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-0.5.4.tgz",
-        "gulp-util": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
-        "jade": "https://registry.npmjs.org/jade/-/jade-1.11.0.tgz",
-        "kss": "2.1.1",
-        "lodash": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
-        "markdown-it": "https://registry.npmjs.org/markdown-it/-/markdown-it-5.1.0.tgz",
-        "minimatch": "3.0.4",
-        "minimist": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-        "morgan": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
-        "node-localcache": "https://registry.npmjs.org/node-localcache/-/node-localcache-0.1.4.tgz",
-        "postcss": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
-        "postcss-advanced-variables": "https://registry.npmjs.org/postcss-advanced-variables/-/postcss-advanced-variables-1.2.2.tgz",
-        "postcss-color-alpha": "https://registry.npmjs.org/postcss-color-alpha/-/postcss-color-alpha-1.0.3.tgz",
-        "postcss-color-function": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-2.0.1.tgz",
-        "postcss-conditionals": "https://registry.npmjs.org/postcss-conditionals/-/postcss-conditionals-2.0.3.tgz",
-        "postcss-custom-media": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-5.0.1.tgz",
-        "postcss-import": "https://registry.npmjs.org/postcss-import/-/postcss-import-8.2.0.tgz",
-        "postcss-inline-comment": "https://registry.npmjs.org/postcss-inline-comment/-/postcss-inline-comment-2.1.0.tgz",
-        "postcss-mixins": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-4.0.2.tgz",
-        "postcss-nested": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-1.0.0.tgz",
-        "postcss-partial-import": "https://registry.npmjs.org/postcss-partial-import/-/postcss-partial-import-1.3.0.tgz",
-        "q": "https://registry.npmjs.org/q/-/q-1.4.1.tgz",
-        "run-sequence": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.1.5.tgz",
-        "socket.io": "https://registry.npmjs.org/socket.io/-/socket.io-1.4.8.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "vinyl": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz",
-        "vinyl-fs": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.2.1.tgz",
-        "yargs": "https://registry.npmjs.org/yargs/-/yargs-3.30.0.tgz"
+        "autoprefixer": "^6.3.2",
+        "basic-auth-connect": "~1.0.0",
+        "bemto.jade": "0.2.2",
+        "body-parser": "~1.14.1",
+        "chalk": "~1.1.1",
+        "cheerio": "^0.19.0",
+        "cookie-parser": "~1.4.0",
+        "css": "~2.2.0",
+        "cssnext": "^1.8.4",
+        "express": "~4.13.0",
+        "fs-extra": "^0.26.2",
+        "gonzales-pe": "~3.4.4",
+        "gulp": "~3.9.0",
+        "gulp-concat": "~2.6.0",
+        "gulp-cssnext": "^1.0.1",
+        "gulp-mustache": "~2.0.1",
+        "gulp-postcss": "^6.1.0",
+        "gulp-rename": "^1.2.2",
+        "gulp-replace": "^0.5.3",
+        "gulp-util": "~3.0.5",
+        "jade": "^1.8.1",
+        "kss": "~2.1.0",
+        "lodash": "~3.10.1",
+        "markdown-it": "^5.1.0",
+        "minimatch": "~3.0.0",
+        "minimist": "^1.2.0",
+        "morgan": "~1.6.0",
+        "node-localcache": "^0.1.3",
+        "postcss": "^5.0.14",
+        "postcss-advanced-variables": "^1.2.2",
+        "postcss-color-alpha": "^1.0.3",
+        "postcss-color-function": "^2.0.0",
+        "postcss-conditionals": "^2.0.1",
+        "postcss-custom-media": "^5.0.1",
+        "postcss-import": "^8.0.2",
+        "postcss-inline-comment": "^2.0.0",
+        "postcss-mixins": "^4.0.0",
+        "postcss-nested": "^1.0.0",
+        "postcss-partial-import": "^1.3.0",
+        "q": "~1.4.1",
+        "run-sequence": "~1.1.0",
+        "socket.io": "~1.4.0",
+        "through2": "~2.0.0",
+        "vinyl": "~1.1.0",
+        "vinyl-fs": "~2.2.1",
+        "yargs": "~3.30.0"
       },
       "dependencies": {
         "async": {
@@ -9725,60 +10705,66 @@
           "dev": true
         },
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
           "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
           "dev": true
         },
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
+          "version": "5.0.15",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
           "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
           "dev": true,
           "requires": {
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "2 || 3",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "glob-parent": {
-          "version": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.0.1.tgz",
+          "version": "3.0.1",
+          "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.0.1.tgz",
           "integrity": "sha1-YAITJ8yWPdw7XwhXZPUAR57Ngv8=",
           "dev": true,
           "requires": {
-            "is-glob": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
-            "path-dirname": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz"
+            "is-glob": "^3.1.0",
+            "path-dirname": "^1.0.0"
           }
         },
         "glob-stream": {
-          "version": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz",
+          "version": "5.3.5",
+          "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz",
           "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=",
           "dev": true,
           "requires": {
-            "extend": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
-            "glob": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
-            "glob-parent": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.0.1.tgz",
-            "micromatch": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
-            "ordered-read-streams": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz",
-            "through2": "0.6.5",
-            "to-absolute-glob": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz",
-            "unique-stream": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz"
+            "extend": "^3.0.0",
+            "glob": "^5.0.3",
+            "glob-parent": "^3.0.0",
+            "micromatch": "^2.3.7",
+            "ordered-read-streams": "^0.3.0",
+            "through2": "^0.6.0",
+            "to-absolute-glob": "^0.1.1",
+            "unique-stream": "^2.0.2"
           },
           "dependencies": {
             "isarray": {
-              "version": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+              "version": "0.0.1",
+              "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
               "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
               "dev": true
             },
             "readable-stream": {
-              "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
+              "version": "1.0.34",
+              "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
               "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
               "dev": true,
               "requires": {
-                "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-                "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-                "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-                "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+                "core-util-is": "~1.0.0",
+                "inherits": "~2.0.1",
+                "isarray": "0.0.1",
+                "string_decoder": "~0.10.x"
               }
             },
             "through2": {
@@ -9787,8 +10773,8 @@
               "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
               "dev": true,
               "requires": {
-                "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
-                "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+                "readable-stream": ">=1.0.33-1 <1.1.0-0",
+                "xtend": ">=4.0.0 <4.1.0-0"
               }
             }
           }
@@ -9799,23 +10785,25 @@
           "integrity": "sha1-Ywo13+ApS8KB7a5v/F0yn8eYLcw=",
           "dev": true,
           "requires": {
-            "async": "1.5.2",
-            "optimist": "0.6.1",
-            "source-map": "0.4.4",
-            "uglify-js": "2.8.29"
+            "async": "^1.4.0",
+            "optimist": "^0.6.1",
+            "source-map": "^0.4.4",
+            "uglify-js": "^2.6"
           }
         },
         "is-extglob": {
-          "version": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.0.tgz",
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.0.tgz",
           "integrity": "sha1-M0EaSCsEa/leawyyfuJxGvTPFa0=",
           "dev": true
         },
         "is-glob": {
-          "version": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
+          "version": "3.1.0",
+          "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
           "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
           "dev": true,
           "requires": {
-            "is-extglob": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.0.tgz"
+            "is-extglob": "^2.1.0"
           }
         },
         "isarray": {
@@ -9830,12 +10818,12 @@
           "integrity": "sha1-gTh1+0/1AiOdmWsPaVcUYD+dS30=",
           "dev": true,
           "requires": {
-            "glob": "6.0.4",
-            "handlebars": "4.0.11",
-            "marked": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
-            "natural": "0.2.1",
-            "wrench": "https://registry.npmjs.org/wrench/-/wrench-1.5.9.tgz",
-            "yargs": "https://registry.npmjs.org/yargs/-/yargs-3.30.0.tgz"
+            "glob": "^6.0.1",
+            "handlebars": "^4.0.0 || ^3.0.0 || ^2.0.0",
+            "marked": "^0.3.5",
+            "natural": "^0.2.1",
+            "wrench": "^1.5.8",
+            "yargs": "^3.30.0"
           },
           "dependencies": {
             "glob": {
@@ -9844,17 +10832,18 @@
               "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
               "dev": true,
               "requires": {
-                "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-                "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-                "minimatch": "3.0.4",
-                "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-                "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+                "inflight": "^1.0.4",
+                "inherits": "2",
+                "minimatch": "2 || 3",
+                "once": "^1.3.0",
+                "path-is-absolute": "^1.0.0"
               }
             }
           }
         },
         "lodash": {
-          "version": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
+          "version": "3.10.1",
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
           "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
           "dev": true
         },
@@ -9864,7 +10853,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -9873,8 +10862,8 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
@@ -9891,8 +10880,8 @@
           "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
           "dev": true,
           "requires": {
-            "minimist": "0.0.10",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"
+            "minimist": "~0.0.1",
+            "wordwrap": "~0.0.2"
           },
           "dependencies": {
             "minimist": {
@@ -9904,12 +10893,13 @@
           }
         },
         "ordered-read-streams": {
-          "version": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz",
+          "version": "0.3.0",
+          "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz",
           "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=",
           "dev": true,
           "requires": {
-            "is-stream": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
-            "readable-stream": "2.3.4"
+            "is-stream": "^1.0.1",
+            "readable-stream": "^2.0.1"
           }
         },
         "readable-stream": {
@@ -9918,13 +10908,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           },
           "dependencies": {
             "process-nextick-args": {
@@ -9939,7 +10929,7 @@
               "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
               "dev": true,
               "requires": {
-                "safe-buffer": "5.1.1"
+                "safe-buffer": "~5.1.0"
               }
             }
           }
@@ -9950,7 +10940,7 @@
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         },
         "uglify-js": {
@@ -9960,9 +10950,9 @@
           "dev": true,
           "optional": true,
           "requires": {
-            "source-map": "0.5.7",
-            "uglify-to-browserify": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
-            "yargs": "3.10.0"
+            "source-map": "~0.5.1",
+            "uglify-to-browserify": "~1.0.0",
+            "yargs": "~3.10.0"
           },
           "dependencies": {
             "cliui": {
@@ -9972,8 +10962,8 @@
               "dev": true,
               "optional": true,
               "requires": {
-                "center-align": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-                "right-align": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
+                "center-align": "^0.1.1",
+                "right-align": "^0.1.1",
                 "wordwrap": "0.0.2"
               }
             },
@@ -10005,194 +10995,214 @@
               "dev": true,
               "optional": true,
               "requires": {
-                "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-                "cliui": "2.1.0",
-                "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+                "camelcase": "^1.0.2",
+                "cliui": "^2.1.0",
+                "decamelize": "^1.0.0",
                 "window-size": "0.1.0"
               }
             }
           }
         },
         "unique-stream": {
-          "version": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz",
+          "version": "2.2.1",
+          "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz",
           "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=",
           "dev": true,
           "requires": {
-            "json-stable-stringify": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
-            "through2-filter": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz"
+            "json-stable-stringify": "^1.0.0",
+            "through2-filter": "^2.0.0"
           }
         },
         "vinyl": {
-          "version": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz",
+          "version": "1.1.1",
+          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz",
           "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=",
           "dev": true,
           "requires": {
-            "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
-            "clone-stats": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
-            "replace-ext": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz"
+            "clone": "^1.0.0",
+            "clone-stats": "^0.0.1",
+            "replace-ext": "0.0.1"
           }
         },
         "vinyl-fs": {
-          "version": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.2.1.tgz",
+          "version": "2.2.1",
+          "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.2.1.tgz",
           "integrity": "sha1-3IZ9LWAzoMWmoQ5M5DT1tBFLsHk=",
           "dev": true,
           "requires": {
-            "duplexify": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz",
-            "glob-stream": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz",
-            "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
-            "gulp-sourcemaps": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.9.1.tgz",
-            "is-valid-glob": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz",
-            "merge-stream": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz",
-            "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-            "object-assign": "4.1.1",
-            "strip-bom": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
-            "strip-bom-stream": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz",
-            "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-            "through2-filter": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz",
-            "vinyl": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz"
+            "duplexify": "^3.2.0",
+            "glob-stream": "^5.0.0",
+            "graceful-fs": "^4.0.0",
+            "gulp-sourcemaps": "^1.5.2",
+            "is-valid-glob": "^0.3.0",
+            "merge-stream": "^1.0.0",
+            "mkdirp": "^0.5.0",
+            "object-assign": "^4.0.0",
+            "strip-bom": "^2.0.0",
+            "strip-bom-stream": "^1.0.0",
+            "through2": "^2.0.0",
+            "through2-filter": "^2.0.0",
+            "vinyl": "^1.0.0"
           }
         },
         "window-size": {
-          "version": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
+          "version": "0.1.4",
+          "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
           "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=",
           "dev": true
         },
         "yargs": {
-          "version": "https://registry.npmjs.org/yargs/-/yargs-3.30.0.tgz",
+          "version": "3.30.0",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.30.0.tgz",
           "integrity": "sha1-Xsgu+Mcpb+AvoO43hj9tnZ4krO8=",
           "dev": true,
           "requires": {
-            "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-            "cliui": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "os-locale": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
-            "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
-            "y18n": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz"
+            "camelcase": "^1.2.1",
+            "cliui": "^3.0.3",
+            "decamelize": "^1.1.1",
+            "os-locale": "^1.4.0",
+            "window-size": "^0.1.2",
+            "y18n": "^3.2.0"
           }
         }
       }
     },
     "semver": {
-      "version": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
+      "version": "4.3.6",
+      "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
       "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
       "dev": true
     },
     "send": {
-      "version": "https://registry.npmjs.org/send/-/send-0.13.1.tgz",
+      "version": "0.13.1",
+      "resolved": "https://registry.npmjs.org/send/-/send-0.13.1.tgz",
       "integrity": "sha1-ow1fTILIqbrprQCh2bG9vm8Zntc=",
       "dev": true,
       "requires": {
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "depd": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
-        "destroy": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
-        "escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
-        "etag": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
-        "fresh": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
-        "http-errors": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
-        "mime": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
-        "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
-        "on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
-        "range-parser": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz",
-        "statuses": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"
+        "debug": "~2.2.0",
+        "depd": "~1.1.0",
+        "destroy": "~1.0.4",
+        "escape-html": "~1.0.3",
+        "etag": "~1.7.0",
+        "fresh": "0.3.0",
+        "http-errors": "~1.3.1",
+        "mime": "1.3.4",
+        "ms": "0.7.1",
+        "on-finished": "~2.3.0",
+        "range-parser": "~1.0.3",
+        "statuses": "~1.2.1"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         },
         "statuses": {
-          "version": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
           "integrity": "sha1-3e1FzBglbVHtQK7BQkidXGECbSg=",
           "dev": true
         }
       }
     },
     "sequencify": {
-      "version": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
+      "version": "0.0.7",
+      "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
       "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=",
       "dev": true
     },
     "serve-static": {
-      "version": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz",
+      "version": "1.10.3",
+      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz",
       "integrity": "sha1-zlpuzTEB/tXsCYJ9rCKpwpv7BTU=",
       "dev": true,
       "requires": {
-        "escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
-        "parseurl": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
-        "send": "https://registry.npmjs.org/send/-/send-0.13.2.tgz"
+        "escape-html": "~1.0.3",
+        "parseurl": "~1.3.1",
+        "send": "0.13.2"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         },
         "send": {
-          "version": "https://registry.npmjs.org/send/-/send-0.13.2.tgz",
+          "version": "0.13.2",
+          "resolved": "https://registry.npmjs.org/send/-/send-0.13.2.tgz",
           "integrity": "sha1-dl52B8gFVFK7pvCwUllTUJhgNt4=",
           "dev": true,
           "requires": {
-            "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-            "depd": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
-            "destroy": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
-            "escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
-            "etag": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
-            "fresh": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
-            "http-errors": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
-            "mime": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
-            "on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
-            "range-parser": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz",
-            "statuses": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"
+            "debug": "~2.2.0",
+            "depd": "~1.1.0",
+            "destroy": "~1.0.4",
+            "escape-html": "~1.0.3",
+            "etag": "~1.7.0",
+            "fresh": "0.3.0",
+            "http-errors": "~1.3.1",
+            "mime": "1.3.4",
+            "ms": "0.7.1",
+            "on-finished": "~2.3.0",
+            "range-parser": "~1.0.3",
+            "statuses": "~1.2.1"
           }
         },
         "statuses": {
-          "version": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
           "integrity": "sha1-3e1FzBglbVHtQK7BQkidXGECbSg=",
           "dev": true
         }
       }
     },
     "set-blocking": {
-      "version": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
       "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
       "dev": true
     },
     "set-immediate-shim": {
-      "version": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
       "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
       "dev": true
     },
     "sha.js": {
-      "version": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz",
+      "version": "2.2.6",
+      "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz",
       "integrity": "sha1-F93t3F9yL7ZlAWWIlUYZd4ZzFbo=",
       "dev": true
     },
     "shelljs": {
-      "version": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.5.tgz",
+      "version": "0.7.5",
+      "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.5.tgz",
       "integrity": "sha1-Lu96UKIeHM832gDfdn7GnjCtBnU=",
       "dev": true,
       "requires": {
-        "glob": "7.1.2",
-        "interpret": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz",
-        "rechoir": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz"
+        "glob": "^7.0.0",
+        "interpret": "^1.0.0",
+        "rechoir": "^0.6.2"
       },
       "dependencies": {
         "balanced-match": {
@@ -10207,12 +11217,12 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "minimatch": {
@@ -10221,7 +11231,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -10230,8 +11240,8 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
@@ -10239,97 +11249,110 @@
       }
     },
     "shellwords": {
-      "version": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.0.tgz",
       "integrity": "sha1-Zq/Ue2oSky2Qccv9mKUueFzQuhQ=",
       "dev": true
     },
     "sigmund": {
-      "version": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
       "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
       "dev": true
     },
     "signal-exit": {
-      "version": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz",
       "integrity": "sha1-WkyISZK2OnrNm623iUw+6c/MrYE=",
       "dev": true
     },
     "slash": {
-      "version": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
       "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
       "dev": true
     },
     "sntp": {
-      "version": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
+      "version": "1.0.9",
+      "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
       "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
       "dev": true,
       "requires": {
-        "hoek": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
+        "hoek": "2.x.x"
       }
     },
     "socket.io": {
-      "version": "https://registry.npmjs.org/socket.io/-/socket.io-1.4.8.tgz",
+      "version": "1.4.8",
+      "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.4.8.tgz",
       "integrity": "sha1-5XbzMM0L7WTlWz/SbfmRFBiEhns=",
       "dev": true,
       "requires": {
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "engine.io": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.11.tgz",
-        "has-binary": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz",
-        "socket.io-adapter": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.4.0.tgz",
-        "socket.io-client": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.8.tgz",
-        "socket.io-parser": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.6.tgz"
+        "debug": "2.2.0",
+        "engine.io": "1.6.11",
+        "has-binary": "0.1.7",
+        "socket.io-adapter": "0.4.0",
+        "socket.io-client": "1.4.8",
+        "socket.io-parser": "2.2.6"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         }
       }
     },
     "socket.io-adapter": {
-      "version": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.4.0.tgz",
+      "version": "0.4.0",
+      "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.4.0.tgz",
       "integrity": "sha1-+5+CqxqmUpC/csNleVW5MKmRok8=",
       "dev": true,
       "requires": {
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "socket.io-parser": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz"
+        "debug": "2.2.0",
+        "socket.io-parser": "2.2.2"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         },
         "socket.io-parser": {
-          "version": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz",
+          "version": "2.2.2",
+          "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz",
           "integrity": "sha1-PXr2tkSX6Va32f53X5mXFgJ/lBc=",
           "dev": true,
           "requires": {
-            "benchmark": "https://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz",
-            "component-emitter": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz",
-            "debug": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-            "json3": "https://registry.npmjs.org/json3/-/json3-3.2.6.tgz"
+            "benchmark": "1.0.0",
+            "component-emitter": "1.1.2",
+            "debug": "0.7.4",
+            "isarray": "0.0.1",
+            "json3": "3.2.6"
           },
           "dependencies": {
             "debug": {
-              "version": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
+              "version": "0.7.4",
+              "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
               "integrity": "sha1-BuHqgILCyxTjmAbiLi9vdX+Srzk=",
               "dev": true
             }
@@ -10338,341 +11361,385 @@
       }
     },
     "socket.io-client": {
-      "version": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.8.tgz",
+      "version": "1.4.8",
+      "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.8.tgz",
       "integrity": "sha1-SBskHnPfFA6hpPsDSGqFrQl/VVg=",
       "dev": true,
       "requires": {
-        "backo2": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz",
-        "component-bind": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz",
-        "component-emitter": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.0.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "engine.io-client": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.11.tgz",
-        "has-binary": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz",
-        "indexof": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
-        "object-component": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz",
-        "parseuri": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz",
-        "socket.io-parser": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.6.tgz",
-        "to-array": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"
+        "backo2": "1.0.2",
+        "component-bind": "1.0.0",
+        "component-emitter": "1.2.0",
+        "debug": "2.2.0",
+        "engine.io-client": "1.6.11",
+        "has-binary": "0.1.7",
+        "indexof": "0.0.1",
+        "object-component": "0.0.3",
+        "parseuri": "0.0.4",
+        "socket.io-parser": "2.2.6",
+        "to-array": "0.1.4"
       },
       "dependencies": {
         "component-emitter": {
-          "version": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.0.tgz",
+          "version": "1.2.0",
+          "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.0.tgz",
           "integrity": "sha1-zNETqGOI0GSC0D3j/H35hSa6jv4=",
           "dev": true
         },
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         }
       }
     },
     "socket.io-parser": {
-      "version": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.6.tgz",
+      "version": "2.2.6",
+      "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.6.tgz",
       "integrity": "sha1-ON/WHfUNz4qx2eIJEyK/kCuii5k=",
       "dev": true,
       "requires": {
-        "benchmark": "https://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz",
-        "component-emitter": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz",
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
-        "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-        "json3": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz"
+        "benchmark": "1.0.0",
+        "component-emitter": "1.1.2",
+        "debug": "2.2.0",
+        "isarray": "0.0.1",
+        "json3": "3.3.2"
       },
       "dependencies": {
         "debug": {
-          "version": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
           "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
           "dev": true,
           "requires": {
-            "ms": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
+            "ms": "0.7.1"
           }
         },
         "json3": {
-          "version": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
+          "version": "3.3.2",
+          "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
           "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
           "dev": true
         },
         "ms": {
-          "version": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
           "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
           "dev": true
         }
       }
     },
     "sort-keys": {
-      "version": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
       "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
       "dev": true,
       "requires": {
-        "is-plain-obj": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz"
+        "is-plain-obj": "^1.0.0"
       }
     },
     "source-list-map": {
-      "version": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.6.tgz",
+      "version": "0.1.6",
+      "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.6.tgz",
       "integrity": "sha1-4eb5TwtAxNKNz49bh2bg5FY2h38=",
       "dev": true
     },
     "source-map": {
-      "version": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
+      "version": "0.5.6",
+      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
       "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=",
       "dev": true
     },
     "source-map-resolve": {
-      "version": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.3.1.tgz",
+      "version": "0.3.1",
+      "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.3.1.tgz",
       "integrity": "sha1-YQ9hIqRFuN1RU1oqcbeD38Ekh2E=",
       "dev": true,
       "requires": {
-        "atob": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz",
-        "resolve-url": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
-        "source-map-url": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz",
-        "urix": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz"
+        "atob": "~1.1.0",
+        "resolve-url": "~0.2.1",
+        "source-map-url": "~0.3.0",
+        "urix": "~0.1.0"
       }
     },
     "source-map-support": {
-      "version": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.6.tgz",
+      "version": "0.4.6",
+      "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.6.tgz",
       "integrity": "sha1-MlUqpktFg5KoXqs7C17mFScWeus=",
       "dev": true,
       "requires": {
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
+        "source-map": "^0.5.3"
       }
     },
     "source-map-url": {
-      "version": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz",
       "integrity": "sha1-fsrxO1e80J2opAxdJp2zN5nUqvk=",
       "dev": true
     },
     "sparkles": {
-      "version": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz",
       "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM=",
       "dev": true
     },
     "spdx-correct": {
-      "version": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
       "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
       "dev": true,
       "requires": {
-        "spdx-license-ids": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz"
+        "spdx-license-ids": "^1.0.2"
       }
     },
     "spdx-expression-parse": {
-      "version": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
       "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
       "dev": true
     },
     "spdx-license-ids": {
-      "version": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
+      "version": "1.2.2",
+      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
       "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
       "dev": true
     },
     "split": {
-      "version": "https://registry.npmjs.org/split/-/split-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/split/-/split-1.0.0.tgz",
       "integrity": "sha1-xDlc5oOrzSVLwo/h2rtuXCfc/64=",
       "dev": true,
       "requires": {
-        "through": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
+        "through": "2"
       }
     },
     "split2": {
-      "version": "https://registry.npmjs.org/split2/-/split2-2.1.1.tgz",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/split2/-/split2-2.1.1.tgz",
       "integrity": "sha1-eh9VHhdqkOzTNF9yRqDP4XXvT9A=",
       "dev": true,
       "requires": {
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz"
+        "through2": "^2.0.2"
       },
       "dependencies": {
         "isarray": {
-          "version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
           "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
           "dev": true
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.8.tgz",
+          "version": "2.2.8",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.8.tgz",
           "integrity": "sha1-rSi2hvNVTHPTm8MjR/oFg1ZiRwU=",
           "dev": true,
           "requires": {
-            "buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
-            "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "buffer-shims": "~1.0.0",
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~1.0.6",
+            "string_decoder": "~1.0.0",
+            "util-deprecate": "~1.0.1"
           }
         },
         "string_decoder": {
-          "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
           "integrity": "sha1-8G9BFXtmTYYGn4S9vcmw2KsoFmc=",
           "dev": true,
           "requires": {
-            "buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
+            "buffer-shims": "~1.0.0"
           }
         },
         "through2": {
-          "version": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
+          "version": "2.0.3",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
           "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
           "dev": true,
           "requires": {
-            "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.8.tgz",
-            "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+            "readable-stream": "^2.1.5",
+            "xtend": "~4.0.1"
           }
         }
       }
     },
     "sprintf-js": {
-      "version": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
       "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
       "dev": true
     },
     "sshpk": {
-      "version": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz",
+      "version": "1.10.1",
+      "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz",
       "integrity": "sha1-MOGl0ykkSXShr2FREznVla9mOLA=",
       "dev": true,
       "requires": {
-        "asn1": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
-        "assert-plus": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
-        "bcrypt-pbkdf": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz",
-        "dashdash": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
-        "ecc-jsbn": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
-        "getpass": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz",
-        "jodid25519": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz",
-        "jsbn": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz",
-        "tweetnacl": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz"
+        "asn1": "~0.2.3",
+        "assert-plus": "^1.0.0",
+        "bcrypt-pbkdf": "^1.0.0",
+        "dashdash": "^1.12.0",
+        "ecc-jsbn": "~0.1.1",
+        "getpass": "^0.1.1",
+        "jodid25519": "^1.0.0",
+        "jsbn": "~0.1.0",
+        "tweetnacl": "~0.14.0"
       },
       "dependencies": {
         "assert-plus": {
-          "version": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
           "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
           "dev": true
         }
       }
     },
     "statuses": {
-      "version": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
+      "version": "1.3.1",
+      "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
       "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
       "dev": true
     },
     "stdout-stream": {
-      "version": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
       "integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
       "dev": true,
       "requires": {
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.6.tgz"
+        "readable-stream": "^2.0.1"
       },
       "dependencies": {
         "isarray": {
-          "version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
           "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
           "dev": true
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.6.tgz",
+          "version": "2.2.6",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.6.tgz",
           "integrity": "sha1-i0Ou125xSDk40SqNRsbPGgCx+BY=",
           "dev": true,
           "requires": {
-            "buffer-shims": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
-            "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "buffer-shims": "^1.0.0",
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~1.0.6",
+            "string_decoder": "~0.10.x",
+            "util-deprecate": "~1.0.1"
           }
         }
       }
     },
     "stream-browserify": {
-      "version": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
       "integrity": "sha1-v5tKv7QrJ011FHnkTg/yZWtvEZM=",
       "dev": true,
       "requires": {
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
+        "inherits": "~2.0.1",
+        "readable-stream": "^1.0.27-1"
       }
     },
     "stream-consume": {
-      "version": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz",
       "integrity": "sha1-pB6tGm1ggc63n2WwYZAbbY89HQ8=",
       "dev": true
     },
     "stream-shift": {
-      "version": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
       "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=",
       "dev": true
     },
     "strict-uri-encode": {
-      "version": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
       "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
       "dev": true
     },
-    "string_decoder": {
-      "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-      "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
-      "dev": true
-    },
     "string-hash": {
-      "version": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.0.tgz",
       "integrity": "sha1-5KH+mGL7dr/AGlqgv6/gVht+8l0=",
       "dev": true
     },
     "string-width": {
-      "version": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
       "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
       "dev": true,
       "requires": {
-        "code-point-at": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
-        "is-fullwidth-code-point": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
-        "strip-ansi": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
+        "code-point-at": "^1.0.0",
+        "is-fullwidth-code-point": "^1.0.0",
+        "strip-ansi": "^3.0.0"
       }
     },
     "string.prototype.codepointat": {
-      "version": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz",
       "integrity": "sha1-aybpvTr8qnvjtCabUm3huCAArHg=",
       "dev": true
     },
+    "string_decoder": {
+      "version": "0.10.31",
+      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
+      "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
+      "dev": true
+    },
     "stringstream": {
-      "version": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
+      "version": "0.0.5",
+      "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
       "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
       "dev": true
     },
     "strip-ansi": {
-      "version": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
       "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
       "dev": true,
       "requires": {
-        "ansi-regex": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
+        "ansi-regex": "^2.0.0"
       }
     },
     "strip-bom": {
-      "version": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
       "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
       "dev": true,
       "requires": {
-        "is-utf8": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
+        "is-utf8": "^0.2.0"
       }
     },
     "strip-bom-stream": {
-      "version": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz",
       "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=",
       "dev": true,
       "requires": {
-        "first-chunk-stream": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
-        "strip-bom": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz"
+        "first-chunk-stream": "^1.0.0",
+        "strip-bom": "^2.0.0"
       }
     },
     "strip-indent": {
-      "version": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
       "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
       "dev": true,
       "requires": {
-        "get-stdin": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
+        "get-stdin": "^4.0.1"
       }
     },
     "strip-json-comments": {
@@ -10682,34 +11749,38 @@
       "dev": true
     },
     "style-loader": {
-      "version": "https://registry.npmjs.org/style-loader/-/style-loader-0.13.1.tgz",
+      "version": "0.13.1",
+      "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.13.1.tgz",
       "integrity": "sha1-RoKA77wEcwI806bNVuM7Wh1/w6k=",
       "dev": true,
       "requires": {
-        "loader-utils": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz"
+        "loader-utils": "^0.2.7"
       }
     },
     "supports-color": {
-      "version": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
       "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
       "dev": true
     },
     "svgo": {
-      "version": "https://registry.npmjs.org/svgo/-/svgo-0.7.1.tgz",
+      "version": "0.7.1",
+      "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.1.tgz",
       "integrity": "sha1-KHMg/tlyywl+csK7FoX5b+CPgDQ=",
       "dev": true,
       "requires": {
-        "coa": "https://registry.npmjs.org/coa/-/coa-1.0.1.tgz",
-        "colors": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
-        "csso": "https://registry.npmjs.org/csso/-/csso-2.2.1.tgz",
-        "js-yaml": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "sax": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
-        "whet.extend": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz"
+        "coa": "~1.0.1",
+        "colors": "~1.1.2",
+        "csso": "~2.2.1",
+        "js-yaml": "~3.6.1",
+        "mkdirp": "~0.5.1",
+        "sax": "~1.2.1",
+        "whet.extend": "~0.9.9"
       },
       "dependencies": {
         "colors": {
-          "version": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
+          "version": "1.1.2",
+          "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
           "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
           "dev": true
         }
@@ -10722,33 +11793,35 @@
       "dev": true
     },
     "systemjs": {
-      "version": "https://registry.npmjs.org/systemjs/-/systemjs-0.19.41.tgz",
+      "version": "0.19.41",
+      "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-0.19.41.tgz",
       "integrity": "sha1-g10sDxC/QDtVH+3IdfhLtEoCxOs=",
       "dev": true,
       "requires": {
-        "when": "https://registry.npmjs.org/when/-/when-3.7.7.tgz"
+        "when": "^3.7.5"
       }
     },
     "systemjs-builder": {
-      "version": "https://registry.npmjs.org/systemjs-builder/-/systemjs-builder-0.15.34.tgz",
+      "version": "0.15.34",
+      "resolved": "https://registry.npmjs.org/systemjs-builder/-/systemjs-builder-0.15.34.tgz",
       "integrity": "sha1-bxt0N+aB45W72tsuC51L/YbxzlY=",
       "dev": true,
       "requires": {
-        "babel-core": "https://registry.npmjs.org/babel-core/-/babel-core-6.18.2.tgz",
-        "babel-plugin-transform-cjs-system-wrapper": "https://registry.npmjs.org/babel-plugin-transform-cjs-system-wrapper/-/babel-plugin-transform-cjs-system-wrapper-0.2.1.tgz",
-        "babel-plugin-transform-es2015-modules-systemjs": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.19.0.tgz",
-        "babel-plugin-transform-global-system-wrapper": "https://registry.npmjs.org/babel-plugin-transform-global-system-wrapper/-/babel-plugin-transform-global-system-wrapper-0.0.1.tgz",
-        "babel-plugin-transform-system-register": "https://registry.npmjs.org/babel-plugin-transform-system-register/-/babel-plugin-transform-system-register-0.0.1.tgz",
-        "bluebird": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.6.tgz",
-        "data-uri-to-buffer": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-0.0.4.tgz",
-        "es6-template-strings": "https://registry.npmjs.org/es6-template-strings/-/es6-template-strings-2.0.1.tgz",
-        "glob": "7.1.2",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "rollup": "https://registry.npmjs.org/rollup/-/rollup-0.36.4.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-        "systemjs": "https://registry.npmjs.org/systemjs/-/systemjs-0.19.41.tgz",
-        "traceur": "https://registry.npmjs.org/traceur/-/traceur-0.0.105.tgz",
-        "uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz"
+        "babel-core": "^6.9.0",
+        "babel-plugin-transform-cjs-system-wrapper": "^0.2.1",
+        "babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
+        "babel-plugin-transform-global-system-wrapper": "0.0.1",
+        "babel-plugin-transform-system-register": "0.0.1",
+        "bluebird": "^3.3.4",
+        "data-uri-to-buffer": "0.0.4",
+        "es6-template-strings": "^2.0.0",
+        "glob": "^7.0.3",
+        "mkdirp": "^0.5.1",
+        "rollup": "^0.36.3",
+        "source-map": "^0.5.3",
+        "systemjs": "^0.19.41",
+        "traceur": "0.0.105",
+        "uglify-js": "^2.6.1"
       },
       "dependencies": {
         "balanced-match": {
@@ -10758,18 +11831,20 @@
           "dev": true
         },
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
           "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
           "dev": true
         },
         "cliui": {
-          "version": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
           "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
           "dev": true,
           "requires": {
-            "center-align": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-            "right-align": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
+            "center-align": "^0.1.1",
+            "right-align": "^0.1.1",
+            "wordwrap": "0.0.2"
           }
         },
         "glob": {
@@ -10778,12 +11853,12 @@
           "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
-            "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "3.0.4",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "minimatch": {
@@ -10792,7 +11867,7 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           },
           "dependencies": {
             "brace-expansion": {
@@ -10801,69 +11876,76 @@
               "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
               "dev": true,
               "requires": {
-                "balanced-match": "1.0.0",
-                "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+                "balanced-match": "^1.0.0",
+                "concat-map": "0.0.1"
               }
             }
           }
         },
         "uglify-js": {
-          "version": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
+          "version": "2.7.4",
+          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
           "integrity": "sha1-opWg3hK2plDAMcQN6w3ECxRWi9I=",
           "dev": true,
           "requires": {
-            "async": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-            "uglify-to-browserify": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
-            "yargs": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
+            "async": "~0.2.6",
+            "source-map": "~0.5.1",
+            "uglify-to-browserify": "~1.0.0",
+            "yargs": "~3.10.0"
           }
         },
         "window-size": {
-          "version": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
           "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
           "dev": true
         },
         "wordwrap": {
-          "version": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
+          "version": "0.0.2",
+          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
           "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
           "dev": true
         },
         "yargs": {
-          "version": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+          "version": "3.10.0",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
           "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
           "dev": true,
           "requires": {
-            "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-            "cliui": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz"
+            "camelcase": "^1.0.2",
+            "cliui": "^2.1.0",
+            "decamelize": "^1.0.0",
+            "window-size": "0.1.0"
           }
         }
       }
     },
     "tapable": {
-      "version": "https://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz",
+      "version": "0.1.10",
+      "resolved": "https://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz",
       "integrity": "sha1-KcNXB8K3DlDQdIK10gLo7URtr9Q=",
       "dev": true
     },
     "tar": {
-      "version": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
       "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
       "dev": true,
       "requires": {
-        "block-stream": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
-        "fstream": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
-        "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
+        "block-stream": "*",
+        "fstream": "^1.0.2",
+        "inherits": "2"
       }
     },
     "tar-fs": {
-      "version": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.14.0.tgz",
+      "version": "1.14.0",
+      "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.14.0.tgz",
       "integrity": "sha1-+ZzAdL8zvtIc2SGiFyB5e7GObJY=",
       "dev": true,
       "requires": {
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "pump": "https://registry.npmjs.org/pump/-/pump-1.0.1.tgz",
-        "tar-stream": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz"
+        "mkdirp": "^0.5.0",
+        "pump": "^1.0.0",
+        "tar-stream": "^1.1.2"
       }
     },
     "tar-pack": {
@@ -10872,14 +11954,14 @@
       "integrity": "sha512-PPRybI9+jM5tjtCbN2cxmmRU7YmqT3Zv/UDy48tAh2XRkLa9bAORtSWLkVc13+GJF+cdTh1yEnHEk3cpTaL5Kg==",
       "dev": true,
       "requires": {
-        "debug": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
-        "fstream": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
-        "fstream-ignore": "1.0.5",
-        "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-        "readable-stream": "2.3.4",
-        "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
-        "tar": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
-        "uid-number": "0.0.6"
+        "debug": "^2.2.0",
+        "fstream": "^1.0.10",
+        "fstream-ignore": "^1.0.5",
+        "once": "^1.3.3",
+        "readable-stream": "^2.1.4",
+        "rimraf": "^2.5.1",
+        "tar": "^2.2.1",
+        "uid-number": "^0.0.6"
       },
       "dependencies": {
         "isarray": {
@@ -10900,13 +11982,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           }
         },
         "string_decoder": {
@@ -10915,20 +11997,21 @@
           "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
           "dev": true,
           "requires": {
-            "safe-buffer": "5.1.1"
+            "safe-buffer": "~5.1.0"
           }
         }
       }
     },
     "tar-stream": {
-      "version": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz",
+      "version": "1.5.2",
+      "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz",
       "integrity": "sha1-+8bG6DwaGdTLSMfZYXH8JI7/x78=",
       "dev": true,
       "requires": {
-        "bl": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz",
-        "end-of-stream": "1.4.1",
-        "readable-stream": "2.3.4",
-        "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+        "bl": "^1.0.0",
+        "end-of-stream": "^1.0.0",
+        "readable-stream": "^2.0.0",
+        "xtend": "^4.0.0"
       },
       "dependencies": {
         "end-of-stream": {
@@ -10937,7 +12020,7 @@
           "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
           "dev": true,
           "requires": {
-            "once": "1.4.0"
+            "once": "^1.4.0"
           },
           "dependencies": {
             "once": {
@@ -10946,7 +12029,7 @@
               "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
               "dev": true,
               "requires": {
-                "wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
+                "wrappy": "1"
               }
             }
           }
@@ -10963,13 +12046,13 @@
           "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "1.0.0",
-            "process-nextick-args": "2.0.0",
-            "safe-buffer": "5.1.1",
-            "string_decoder": "1.0.3",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.0.3",
+            "util-deprecate": "~1.0.1"
           },
           "dependencies": {
             "process-nextick-args": {
@@ -10984,7 +12067,7 @@
               "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
               "dev": true,
               "requires": {
-                "safe-buffer": "5.1.1"
+                "safe-buffer": "~5.1.0"
               }
             }
           }
@@ -10998,12 +12081,14 @@
       "dev": true
     },
     "text-extensions": {
-      "version": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.4.0.tgz",
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.4.0.tgz",
       "integrity": "sha1-w4XS6Ah5/m75eJPhcJ2I2UU3Juk=",
       "dev": true
     },
     "textextensions": {
-      "version": "https://registry.npmjs.org/textextensions/-/textextensions-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-1.0.2.tgz",
       "integrity": "sha1-ZUhjk+4fK7A5pgy7oFsLaL2VAdI=",
       "dev": true
     },
@@ -11014,254 +12099,287 @@
       "dev": true
     },
     "through": {
-      "version": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
+      "version": "2.3.8",
+      "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
       "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
       "dev": true
     },
     "through2": {
-      "version": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
       "integrity": "sha1-OE51MU1J8y3hLuu4E2uOtrXVnak=",
       "dev": true,
       "requires": {
-        "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
-        "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+        "readable-stream": "~2.0.0",
+        "xtend": "~4.0.0"
       },
       "dependencies": {
         "isarray": {
-          "version": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
           "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
           "dev": true
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
+          "version": "2.0.6",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
           "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
-            "process-nextick-args": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-            "util-deprecate": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~1.0.6",
+            "string_decoder": "~0.10.x",
+            "util-deprecate": "~1.0.1"
           }
         }
       }
     },
     "through2-filter": {
-      "version": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz",
       "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=",
       "dev": true,
       "requires": {
-        "through2": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
-        "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+        "through2": "~2.0.0",
+        "xtend": "~4.0.0"
       }
     },
     "tildify": {
-      "version": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
       "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
       "dev": true,
       "requires": {
-        "os-homedir": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
+        "os-homedir": "^1.0.0"
       }
     },
     "time-stamp": {
-      "version": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz",
       "integrity": "sha1-n0vSNVnJNllm8zAtu6KwfGuZsVE=",
       "dev": true
     },
     "timers-browserify": {
-      "version": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz",
+      "version": "1.4.2",
+      "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz",
       "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=",
       "dev": true,
       "requires": {
-        "process": "https://registry.npmjs.org/process/-/process-0.11.9.tgz"
+        "process": "~0.11.0"
       }
     },
     "tmpl": {
-      "version": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
       "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
       "dev": true,
       "optional": true
     },
     "to-absolute-glob": {
-      "version": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz",
       "integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=",
       "dev": true,
       "requires": {
-        "extend-shallow": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz"
+        "extend-shallow": "^2.0.1"
       }
     },
     "to-array": {
-      "version": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
+      "version": "0.1.4",
+      "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
       "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
       "dev": true
     },
     "to-fast-properties": {
-      "version": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz",
       "integrity": "sha1-8/XAw7pymafvmUJ+RGMyV63kMyA=",
       "dev": true
     },
     "to-no-case": {
-      "version": "https://registry.npmjs.org/to-no-case/-/to-no-case-0.1.1.tgz",
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/to-no-case/-/to-no-case-0.1.1.tgz",
       "integrity": "sha1-zzPHDg8oFo2V5BWavxUOjFQu+f4=",
       "dev": true
     },
     "to-slug-case": {
-      "version": "https://registry.npmjs.org/to-slug-case/-/to-slug-case-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/to-slug-case/-/to-slug-case-0.1.2.tgz",
       "integrity": "sha1-X06eloVswx/jvZU/ZzxZcqlCv1g=",
       "dev": true,
       "requires": {
-        "to-space-case": "https://registry.npmjs.org/to-space-case/-/to-space-case-0.1.2.tgz"
+        "to-space-case": "0.1.2"
       },
       "dependencies": {
         "to-space-case": {
-          "version": "https://registry.npmjs.org/to-space-case/-/to-space-case-0.1.2.tgz",
+          "version": "0.1.2",
+          "resolved": "https://registry.npmjs.org/to-space-case/-/to-space-case-0.1.2.tgz",
           "integrity": "sha1-mma+Pr5T8nefaH8CYu/9H8W20V4=",
           "dev": true,
           "requires": {
-            "to-no-case": "https://registry.npmjs.org/to-no-case/-/to-no-case-0.1.1.tgz"
+            "to-no-case": "0.1.1"
           }
         }
       }
     },
     "to-space-case": {
-      "version": "https://registry.npmjs.org/to-space-case/-/to-space-case-0.1.3.tgz",
+      "version": "0.1.3",
+      "resolved": "https://registry.npmjs.org/to-space-case/-/to-space-case-0.1.3.tgz",
       "integrity": "sha1-uHhF8NM4P2toFRUInGvBoRyIwsM=",
       "dev": true,
       "requires": {
-        "to-no-case": "https://registry.npmjs.org/to-no-case/-/to-no-case-0.1.2.tgz"
+        "to-no-case": "0.1.2"
       },
       "dependencies": {
         "to-no-case": {
-          "version": "https://registry.npmjs.org/to-no-case/-/to-no-case-0.1.2.tgz",
+          "version": "0.1.2",
+          "resolved": "https://registry.npmjs.org/to-no-case/-/to-no-case-0.1.2.tgz",
           "integrity": "sha1-qJ59r113dcP/42vmRgPhYNKhtwk=",
           "dev": true
         }
       }
     },
     "tough-cookie": {
-      "version": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
+      "version": "2.3.2",
+      "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
       "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=",
       "dev": true,
       "requires": {
-        "punycode": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
+        "punycode": "^1.4.1"
       }
     },
     "traceur": {
-      "version": "https://registry.npmjs.org/traceur/-/traceur-0.0.105.tgz",
+      "version": "0.0.105",
+      "resolved": "https://registry.npmjs.org/traceur/-/traceur-0.0.105.tgz",
       "integrity": "sha1-XPne6D1rd4YcPWxE1ThZrterBHk=",
       "dev": true,
       "requires": {
-        "commander": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
-        "glob": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
-        "rsvp": "https://registry.npmjs.org/rsvp/-/rsvp-3.3.3.tgz",
-        "semver": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
-        "source-map-support": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz"
+        "commander": "2.9.x",
+        "glob": "5.0.x",
+        "rsvp": "^3.0.13",
+        "semver": "^4.3.3",
+        "source-map-support": "~0.2.8"
       },
       "dependencies": {
         "glob": {
-          "version": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
+          "version": "5.0.15",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
           "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
           "dev": true,
           "requires": {
-            "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
-            "once": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
-            "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "2 || 3",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
+          "version": "0.1.32",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
           "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         },
         "source-map-support": {
-          "version": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
+          "version": "0.2.10",
+          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
           "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
           "dev": true,
           "requires": {
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz"
+            "source-map": "0.1.32"
           }
         }
       }
     },
     "transformers": {
-      "version": "https://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz",
       "integrity": "sha1-XSPLNVYd2F3Gf7hIIwm0fVPM6ac=",
       "dev": true,
       "requires": {
-        "css": "https://registry.npmjs.org/css/-/css-1.0.8.tgz",
-        "promise": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz",
-        "uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz"
+        "css": "~1.0.8",
+        "promise": "~2.0",
+        "uglify-js": "~2.2.5"
       },
       "dependencies": {
         "css": {
-          "version": "https://registry.npmjs.org/css/-/css-1.0.8.tgz",
+          "version": "1.0.8",
+          "resolved": "https://registry.npmjs.org/css/-/css-1.0.8.tgz",
           "integrity": "sha1-k4aBHKgrzMnuf7WnMrHioxfIo+c=",
           "dev": true,
           "requires": {
-            "css-parse": "https://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz",
-            "css-stringify": "https://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz"
+            "css-parse": "1.0.4",
+            "css-stringify": "1.0.5"
           }
         },
         "is-promise": {
-          "version": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz",
+          "version": "1.0.1",
+          "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz",
           "integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU=",
           "dev": true
         },
         "promise": {
-          "version": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz",
+          "version": "2.0.0",
+          "resolved": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz",
           "integrity": "sha1-RmSKqdYFr10ucMMCS/WUNtoCuA4=",
           "dev": true,
           "requires": {
-            "is-promise": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz"
+            "is-promise": "~1"
           }
         },
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
+          "version": "0.1.43",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
           "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         },
         "uglify-js": {
-          "version": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz",
+          "version": "2.2.5",
+          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz",
           "integrity": "sha1-puAqcNg5eSuXgEiLe4sYTAlcmcc=",
           "dev": true,
           "requires": {
-            "optimist": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz"
+            "optimist": "~0.3.5",
+            "source-map": "~0.1.7"
           }
         }
       }
     },
     "trim-newlines": {
-      "version": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
       "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
       "dev": true
     },
     "trim-off-newlines": {
-      "version": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
       "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=",
       "dev": true
     },
     "tty-browserify": {
-      "version": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
+      "version": "0.0.0",
+      "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
       "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=",
       "dev": true
     },
     "tunnel-agent": {
-      "version": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
+      "version": "0.4.3",
+      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
       "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=",
       "dev": true
     },
     "tweetnacl": {
-      "version": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz",
+      "version": "0.14.3",
+      "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz",
       "integrity": "sha1-PaOC9nDyXe1417PReSEZvKC3Ey0=",
       "dev": true,
       "optional": true
@@ -11272,9 +12390,9 @@
       "integrity": "sha1-Z2BOCOGSDr8vr4CpAeJWGJyKPGc=",
       "dev": true,
       "requires": {
-        "locutus": "2.0.9",
-        "minimatch": "3.0.4",
-        "walk": "2.3.9"
+        "locutus": "^2.0.5",
+        "minimatch": "3.0.x",
+        "walk": "2.3.x"
       },
       "dependencies": {
         "balanced-match": {
@@ -11289,8 +12407,8 @@
           "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
           "dev": true,
           "requires": {
-            "balanced-match": "1.0.0",
-            "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
+            "balanced-match": "^1.0.0",
+            "concat-map": "0.0.1"
           }
         },
         "minimatch": {
@@ -11299,18 +12417,19 @@
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
           "dev": true,
           "requires": {
-            "brace-expansion": "1.1.11"
+            "brace-expansion": "^1.1.7"
           }
         }
       }
     },
     "type-is": {
-      "version": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
+      "version": "1.6.14",
+      "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
       "integrity": "sha1-4hljnBfe0coHiQkt1UoDgmuBfLI=",
       "dev": true,
       "requires": {
-        "media-typer": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
-        "mime-types": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz"
+        "media-typer": "0.3.0",
+        "mime-types": "~2.1.13"
       }
     },
     "typedarray": {
@@ -11320,34 +12439,38 @@
       "dev": true
     },
     "uc.micro": {
-      "version": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz",
       "integrity": "sha1-ftUNXg+an7ClczeSWfKndFjVAZI=",
       "dev": true
     },
     "uglify-js": {
-      "version": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz",
+      "version": "2.3.6",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz",
       "integrity": "sha1-+gmEdwtCi3qbKoBY9GNV0U/vIRo=",
       "dev": true,
       "optional": true,
       "requires": {
-        "async": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
-        "optimist": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz"
+        "async": "~0.2.6",
+        "optimist": "~0.3.5",
+        "source-map": "~0.1.7"
       },
       "dependencies": {
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
+          "version": "0.1.43",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
           "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
           "dev": true,
           "optional": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "uglify-to-browserify": {
-      "version": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
       "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
       "dev": true
     },
@@ -11358,12 +12481,14 @@
       "dev": true
     },
     "ultron": {
-      "version": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz",
       "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=",
       "dev": true
     },
     "unc-path-regex": {
-      "version": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
       "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=",
       "dev": true
     },
@@ -11374,22 +12499,26 @@
       "dev": true
     },
     "uniq": {
-      "version": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
       "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
       "dev": true
     },
     "uniqid": {
-      "version": "https://registry.npmjs.org/uniqid/-/uniqid-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-1.0.0.tgz",
       "integrity": "sha1-JYJSTgdASESkLelPviv1SeG3RVU=",
       "dev": true
     },
     "uniqs": {
-      "version": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
       "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=",
       "dev": true
     },
     "unique-stream": {
-      "version": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz",
       "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=",
       "dev": true
     },
@@ -11399,12 +12528,13 @@
       "integrity": "sha1-1iKGU6UZg9fBb/KPi53Dsf/tOgc=",
       "dev": true,
       "requires": {
-        "isnumeric": "0.2.0",
-        "viewport-dimensions": "0.2.0"
+        "isnumeric": "^0.2.0",
+        "viewport-dimensions": "^0.2.0"
       }
     },
     "unpipe": {
-      "version": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
       "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
       "dev": true
     },
@@ -11415,33 +12545,38 @@
       "dev": true
     },
     "urix": {
-      "version": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
+      "version": "0.1.0",
+      "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
       "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
       "dev": true
     },
     "url": {
-      "version": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
+      "version": "0.10.3",
+      "resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
       "integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=",
       "dev": true,
       "requires": {
-        "punycode": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
-        "querystring": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz"
+        "punycode": "1.3.2",
+        "querystring": "0.2.0"
       },
       "dependencies": {
         "punycode": {
-          "version": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
+          "version": "1.3.2",
+          "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
           "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
           "dev": true
         }
       }
     },
     "user-home": {
-      "version": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
       "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
       "dev": true
     },
     "utf8": {
-      "version": "https://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz",
       "integrity": "sha1-DP7FyAUtRKI+OqqQgQToB1+V39U=",
       "dev": true
     },
@@ -11463,53 +12598,61 @@
       }
     },
     "util-deprecate": {
-      "version": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
       "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
       "dev": true
     },
     "utils-merge": {
-      "version": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz",
       "integrity": "sha1-ApT7kiu5N1FTVBxPcJYjHyh8ivg=",
       "dev": true
     },
     "uuid": {
-      "version": "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz",
       "integrity": "sha1-Zyj8BFnEUNeWqZwxg3VpvfZy1yg=",
       "dev": true
     },
     "v8flags": {
-      "version": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz",
+      "version": "2.0.11",
+      "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz",
       "integrity": "sha1-vKjzDw1tYGEswsAGQeaWLUKuaIE=",
       "dev": true,
       "requires": {
-        "user-home": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz"
+        "user-home": "^1.1.1"
       }
     },
     "validate-npm-package-license": {
-      "version": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
       "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
       "dev": true,
       "requires": {
-        "spdx-correct": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
-        "spdx-expression-parse": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz"
+        "spdx-correct": "~1.0.0",
+        "spdx-expression-parse": "~1.0.0"
       }
     },
     "vary": {
-      "version": "https://registry.npmjs.org/vary/-/vary-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/vary/-/vary-1.0.1.tgz",
       "integrity": "sha1-meSYFWaihhGN+yuBc1ffeZM3bRA=",
       "dev": true
     },
     "vendors": {
-      "version": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
       "integrity": "sha1-N61zyO5Bf7PVgOeFMSMH0nSEfyI=",
       "dev": true
     },
     "verror": {
-      "version": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz",
+      "version": "1.3.6",
+      "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz",
       "integrity": "sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw=",
       "dev": true,
       "requires": {
-        "extsprintf": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz"
+        "extsprintf": "1.0.2"
       }
     },
     "viewport-dimensions": {
@@ -11519,101 +12662,112 @@
       "dev": true
     },
     "vinyl": {
-      "version": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
+      "version": "0.5.3",
+      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
       "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
       "dev": true,
       "requires": {
-        "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
-        "clone-stats": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
-        "replace-ext": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz"
+        "clone": "^1.0.0",
+        "clone-stats": "^0.0.1",
+        "replace-ext": "0.0.1"
       }
     },
     "vinyl-fs": {
-      "version": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
+      "version": "0.3.14",
+      "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
       "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
       "dev": true,
       "requires": {
-        "defaults": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
-        "glob-stream": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
-        "glob-watcher": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "strip-bom": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
-        "through2": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
-        "vinyl": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz"
+        "defaults": "^1.0.0",
+        "glob-stream": "^3.1.5",
+        "glob-watcher": "^0.0.6",
+        "graceful-fs": "^3.0.0",
+        "mkdirp": "^0.5.0",
+        "strip-bom": "^1.0.0",
+        "through2": "^0.6.1",
+        "vinyl": "^0.4.0"
       },
       "dependencies": {
         "clone": {
-          "version": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
+          "version": "0.2.0",
+          "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
           "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
           "dev": true
         },
         "graceful-fs": {
-          "version": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz",
+          "version": "3.0.11",
+          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz",
           "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=",
           "dev": true,
           "requires": {
-            "natives": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz"
+            "natives": "^1.1.0"
           }
         },
         "readable-stream": {
-          "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
+          "version": "1.0.34",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
           "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
           "dev": true,
           "requires": {
-            "core-util-is": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
-            "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-            "isarray": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-            "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.1",
+            "isarray": "0.0.1",
+            "string_decoder": "~0.10.x"
           }
         },
         "strip-bom": {
-          "version": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
+          "version": "1.0.0",
+          "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
           "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
           "dev": true,
           "requires": {
-            "first-chunk-stream": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
-            "is-utf8": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
+            "first-chunk-stream": "^1.0.0",
+            "is-utf8": "^0.2.0"
           }
         },
         "through2": {
-          "version": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
+          "version": "0.6.5",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
           "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
           "dev": true,
           "requires": {
-            "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
-            "xtend": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
+            "readable-stream": ">=1.0.33-1 <1.1.0-0",
+            "xtend": ">=4.0.0 <4.1.0-0"
           }
         },
         "vinyl": {
-          "version": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
+          "version": "0.4.6",
+          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
           "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
           "dev": true,
           "requires": {
-            "clone": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
-            "clone-stats": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz"
+            "clone": "^0.2.0",
+            "clone-stats": "^0.0.1"
           }
         }
       }
     },
     "vinyl-sourcemaps-apply": {
-      "version": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
       "integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=",
       "dev": true,
       "requires": {
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
+        "source-map": "^0.5.1"
       }
     },
     "vm-browserify": {
-      "version": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
       "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
       "dev": true,
       "requires": {
-        "indexof": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz"
+        "indexof": "0.0.1"
       }
     },
     "void-elements": {
-      "version": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
       "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=",
       "dev": true
     },
@@ -11623,338 +12777,382 @@
       "integrity": "sha1-MbTbZnjyrgHDnqn7hyWpAx5Vins=",
       "dev": true,
       "requires": {
-        "foreachasync": "3.0.0"
+        "foreachasync": "^3.0.0"
       }
     },
     "walker": {
-      "version": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
+      "version": "1.0.7",
+      "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
       "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
       "dev": true,
       "optional": true,
       "requires": {
-        "makeerror": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz"
+        "makeerror": "1.0.x"
       }
     },
     "watch": {
-      "version": "https://registry.npmjs.org/watch/-/watch-0.10.0.tgz",
+      "version": "0.10.0",
+      "resolved": "https://registry.npmjs.org/watch/-/watch-0.10.0.tgz",
       "integrity": "sha1-d3mLLaD5kQ1ZXxrOWwwiWFIfIdw=",
       "dev": true,
       "optional": true
     },
     "watchpack": {
-      "version": "https://registry.npmjs.org/watchpack/-/watchpack-0.2.9.tgz",
+      "version": "0.2.9",
+      "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-0.2.9.tgz",
       "integrity": "sha1-Yuqkq15bo1/fwBgnVibjwPXj+ws=",
       "dev": true,
       "requires": {
-        "async": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
-        "chokidar": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz",
-        "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz"
+        "async": "^0.9.0",
+        "chokidar": "^1.0.0",
+        "graceful-fs": "^4.1.2"
       },
       "dependencies": {
         "async": {
-          "version": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
+          "version": "0.9.2",
+          "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
           "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=",
           "dev": true
         }
       }
     },
     "webpack": {
-      "version": "https://registry.npmjs.org/webpack/-/webpack-1.13.3.tgz",
+      "version": "1.13.3",
+      "resolved": "https://registry.npmjs.org/webpack/-/webpack-1.13.3.tgz",
       "integrity": "sha1-55xG/lo3xcpwCEugiUxZXNy0KBU=",
       "dev": true,
       "requires": {
-        "acorn": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
-        "async": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
-        "clone": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
-        "enhanced-resolve": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
-        "interpret": "https://registry.npmjs.org/interpret/-/interpret-0.6.6.tgz",
-        "loader-utils": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz",
-        "memory-fs": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.3.0.tgz",
-        "mkdirp": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-        "node-libs-browser": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-0.6.0.tgz",
-        "optimist": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
-        "supports-color": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",
-        "tapable": "https://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz",
-        "uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
-        "watchpack": "https://registry.npmjs.org/watchpack/-/watchpack-0.2.9.tgz",
-        "webpack-core": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.8.tgz"
+        "acorn": "^3.0.0",
+        "async": "^1.3.0",
+        "clone": "^1.0.2",
+        "enhanced-resolve": "~0.9.0",
+        "interpret": "^0.6.4",
+        "loader-utils": "^0.2.11",
+        "memory-fs": "~0.3.0",
+        "mkdirp": "~0.5.0",
+        "node-libs-browser": "^0.6.0",
+        "optimist": "~0.6.0",
+        "supports-color": "^3.1.0",
+        "tapable": "~0.1.8",
+        "uglify-js": "~2.7.3",
+        "watchpack": "^0.2.1",
+        "webpack-core": "~0.6.0"
       },
       "dependencies": {
         "acorn": {
-          "version": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
+          "version": "3.3.0",
+          "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
           "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=",
           "dev": true
         },
         "async": {
-          "version": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
+          "version": "1.5.2",
+          "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
           "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
           "dev": true
         },
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
           "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
           "dev": true
         },
         "cliui": {
-          "version": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
           "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
           "dev": true,
           "requires": {
-            "center-align": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-            "right-align": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
+            "center-align": "^0.1.1",
+            "right-align": "^0.1.1",
+            "wordwrap": "0.0.2"
           },
           "dependencies": {
             "wordwrap": {
-              "version": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
+              "version": "0.0.2",
+              "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
               "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
               "dev": true
             }
           }
         },
         "interpret": {
-          "version": "https://registry.npmjs.org/interpret/-/interpret-0.6.6.tgz",
+          "version": "0.6.6",
+          "resolved": "https://registry.npmjs.org/interpret/-/interpret-0.6.6.tgz",
           "integrity": "sha1-/s16GOfOXKar+5U+H4YhOknxYls=",
           "dev": true
         },
         "minimist": {
-          "version": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
+          "version": "0.0.10",
+          "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
           "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
           "dev": true
         },
         "optimist": {
-          "version": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
+          "version": "0.6.1",
+          "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
           "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
           "dev": true,
           "requires": {
-            "minimist": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
-            "wordwrap": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"
+            "minimist": "~0.0.1",
+            "wordwrap": "~0.0.2"
           }
         },
         "supports-color": {
-          "version": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",
+          "version": "3.1.2",
+          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz",
           "integrity": "sha1-cqJiiU2dQIuVbKBf83su2KbiotU=",
           "dev": true,
           "requires": {
-            "has-flag": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz"
+            "has-flag": "^1.0.0"
           }
         },
         "uglify-js": {
-          "version": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
+          "version": "2.7.4",
+          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
           "integrity": "sha1-opWg3hK2plDAMcQN6w3ECxRWi9I=",
           "dev": true,
           "requires": {
-            "async": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
-            "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
-            "uglify-to-browserify": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
-            "yargs": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
+            "async": "~0.2.6",
+            "source-map": "~0.5.1",
+            "uglify-to-browserify": "~1.0.0",
+            "yargs": "~3.10.0"
           },
           "dependencies": {
             "async": {
-              "version": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
+              "version": "0.2.10",
+              "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
               "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=",
               "dev": true
             }
           }
         },
         "window-size": {
-          "version": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
+          "version": "0.1.0",
+          "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
           "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
           "dev": true
         },
         "yargs": {
-          "version": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+          "version": "3.10.0",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
           "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
           "dev": true,
           "requires": {
-            "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-            "cliui": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
-            "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-            "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz"
+            "camelcase": "^1.0.2",
+            "cliui": "^2.1.0",
+            "decamelize": "^1.0.0",
+            "window-size": "0.1.0"
           }
         }
       }
     },
     "webpack-core": {
-      "version": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.8.tgz",
+      "version": "0.6.8",
+      "resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.8.tgz",
       "integrity": "sha1-7fkTXeAKajwm3Q8UsgivCqSvjQo=",
       "dev": true,
       "requires": {
-        "source-list-map": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.6.tgz",
-        "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
+        "source-list-map": "~0.1.0",
+        "source-map": "~0.4.1"
       },
       "dependencies": {
         "source-map": {
-          "version": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+          "version": "0.4.4",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
           "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
           "dev": true,
           "requires": {
-            "amdefine": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
+            "amdefine": ">=0.0.4"
           }
         }
       }
     },
     "when": {
-      "version": "https://registry.npmjs.org/when/-/when-3.7.7.tgz",
+      "version": "3.7.7",
+      "resolved": "https://registry.npmjs.org/when/-/when-3.7.7.tgz",
       "integrity": "sha1-q6A/w7tzbWyIsJHQE9io5ZDYRxg=",
       "dev": true
     },
     "whet.extend": {
-      "version": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz",
+      "version": "0.9.9",
+      "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz",
       "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=",
       "dev": true
     },
     "which": {
-      "version": "https://registry.npmjs.org/which/-/which-1.2.12.tgz",
+      "version": "1.2.12",
+      "resolved": "https://registry.npmjs.org/which/-/which-1.2.12.tgz",
       "integrity": "sha1-3me15FAmnxlJCe8j7OTr5Bb6EZI=",
       "dev": true,
       "requires": {
-        "isexe": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz"
+        "isexe": "^1.1.1"
       }
     },
     "which-module": {
-      "version": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
       "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
       "dev": true
     },
     "wide-align": {
-      "version": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz",
       "integrity": "sha1-QO3egCpx/qHwcNo+YtzaLnrdlq0=",
       "dev": true,
       "requires": {
-        "string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
+        "string-width": "^1.0.1"
       }
     },
     "window-size": {
-      "version": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz",
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz",
       "integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU=",
       "dev": true
     },
     "with": {
-      "version": "https://registry.npmjs.org/with/-/with-4.0.3.tgz",
+      "version": "4.0.3",
+      "resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz",
       "integrity": "sha1-7v0VTp550sjTQXtkeo8U2f7M4U4=",
       "dev": true,
       "requires": {
-        "acorn": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz",
-        "acorn-globals": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz"
+        "acorn": "^1.0.1",
+        "acorn-globals": "^1.0.3"
       },
       "dependencies": {
         "acorn": {
-          "version": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz",
+          "version": "1.2.2",
+          "resolved": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz",
           "integrity": "sha1-yM4n3grMdtiW0rH6099YjZ6C8BQ=",
           "dev": true
         }
       }
     },
     "wordwrap": {
-      "version": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
+      "version": "0.0.3",
+      "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
       "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
       "dev": true
     },
     "wrap-ansi": {
-      "version": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.0.0.tgz",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.0.0.tgz",
       "integrity": "sha1-fTD4+HP5pbvDpk2ryNF34HGuQm8=",
       "dev": true,
       "requires": {
-        "string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
+        "string-width": "^1.0.1"
       }
     },
     "wrappy": {
-      "version": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
       "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
       "dev": true
     },
     "wrench": {
-      "version": "https://registry.npmjs.org/wrench/-/wrench-1.5.9.tgz",
+      "version": "1.5.9",
+      "resolved": "https://registry.npmjs.org/wrench/-/wrench-1.5.9.tgz",
       "integrity": "sha1-QRaRxjqbJTGxcAJnJ5veyiOyFCo=",
       "dev": true
     },
     "write-file-stdout": {
-      "version": "https://registry.npmjs.org/write-file-stdout/-/write-file-stdout-0.0.2.tgz",
+      "version": "0.0.2",
+      "resolved": "https://registry.npmjs.org/write-file-stdout/-/write-file-stdout-0.0.2.tgz",
       "integrity": "sha1-wlLXx8WxtAKJdjDjRTx7/mkNnKE=",
       "dev": true
     },
     "ws": {
-      "version": "https://registry.npmjs.org/ws/-/ws-1.1.0.tgz",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.0.tgz",
       "integrity": "sha1-wdb9FRXTzv8fCuJ1m/X9dwMKrR0=",
       "dev": true,
       "requires": {
-        "options": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
-        "ultron": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"
+        "options": ">=0.0.5",
+        "ultron": "1.0.x"
       }
     },
     "xmldom": {
-      "version": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.16.tgz",
+      "version": "0.1.16",
+      "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.16.tgz",
       "integrity": "sha1-zyYCgysatcPmgT/KCP5wGWuhXow=",
       "dev": true
     },
     "xmlhttprequest-ssl": {
-      "version": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz",
+      "version": "1.5.1",
+      "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz",
       "integrity": "sha1-O3dB/qSoZnWXbpCNKW1ERZYfqmc=",
       "dev": true
     },
     "xtend": {
-      "version": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
       "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
       "dev": true
     },
     "y18n": {
-      "version": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
+      "version": "3.2.1",
+      "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
       "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
       "dev": true
     },
     "yallist": {
-      "version": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
+      "version": "2.1.2",
+      "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
       "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
       "dev": true
     },
     "yargs": {
-      "version": "https://registry.npmjs.org/yargs/-/yargs-6.4.0.tgz",
+      "version": "6.4.0",
+      "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.4.0.tgz",
       "integrity": "sha1-gW4ahm1VmMzzTlWW3c4i2S2kkNQ=",
       "dev": true,
       "requires": {
-        "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
-        "cliui": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
-        "decamelize": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-        "get-caller-file": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
-        "os-locale": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
-        "read-pkg-up": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
-        "require-directory": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
-        "require-main-filename": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
-        "set-blocking": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
-        "string-width": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
-        "which-module": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
-        "window-size": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz",
-        "y18n": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
-        "yargs-parser": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.1.0.tgz"
+        "camelcase": "^3.0.0",
+        "cliui": "^3.2.0",
+        "decamelize": "^1.1.1",
+        "get-caller-file": "^1.0.1",
+        "os-locale": "^1.4.0",
+        "read-pkg-up": "^1.0.1",
+        "require-directory": "^2.1.1",
+        "require-main-filename": "^1.0.1",
+        "set-blocking": "^2.0.0",
+        "string-width": "^1.0.2",
+        "which-module": "^1.0.0",
+        "window-size": "^0.2.0",
+        "y18n": "^3.2.1",
+        "yargs-parser": "^4.1.0"
       },
       "dependencies": {
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
+          "version": "3.0.0",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
           "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
           "dev": true
         },
         "yargs-parser": {
-          "version": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.1.0.tgz",
+          "version": "4.1.0",
+          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.1.0.tgz",
           "integrity": "sha1-MT3wMPIBJBJK6uj7qy2lPsKMVtc=",
           "dev": true,
           "requires": {
-            "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz"
+            "camelcase": "^3.0.0"
           }
         }
       }
     },
     "yargs-parser": {
-      "version": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz",
+      "version": "2.4.1",
+      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz",
       "integrity": "sha1-hVaN488VD/SfpRgl8DqMiA3cxcQ=",
       "dev": true,
       "requires": {
-        "camelcase": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
-        "lodash.assign": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz"
+        "camelcase": "^3.0.0",
+        "lodash.assign": "^4.0.6"
       },
       "dependencies": {
         "camelcase": {
-          "version": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
+          "version": "3.0.0",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
           "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
           "dev": true
         }
@@ -11966,11 +13164,12 @@
       "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=",
       "dev": true,
       "requires": {
-        "fd-slicer": "1.0.1"
+        "fd-slicer": "~1.0.1"
       }
     },
     "yeast": {
-      "version": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
       "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=",
       "dev": true
     }
diff --git a/package.json b/package.json
index 27f0197..d8f1dc4 100644
--- a/package.json
+++ b/package.json
@@ -74,11 +74,11 @@
   },
   "dependencies": {},
   "scripts": {
-    "INLINE_DOCUMENTATION" : "To release the project: bump version, run changelog, run project:build, check travis,",
-    "project:build":"npm run clean:dist && npm run build && npm run styleguide",
+    "INLINE_DOCUMENTATION": "To release the project: bump version, run changelog, run project:build, check travis,",
+    "project:build": "npm run clean:dist && npm run build && npm run styleguide",
     "build": "npm run build:css && npm run build:asstest",
     "build:css": "gulp project:build",
-    "build:asstest" : "copyfiles -u 0 README.md ./dist && copyfiles -u 0 ./package.json ./dist && copyfiles -u 0 ./LICENSE ./dist",
+    "build:asstest": "copyfiles -u 0 README.md ./dist && copyfiles -u 0 ./package.json ./dist && copyfiles -u 0 ./LICENSE ./dist",
     "styleguide": "npm run styleguide:assets && npm run styleguide:build",
     "styleguide:assets": "copyfiles -u 2 ./dist/css/* ./docs/assets/css && copyfiles -u 2 ./dist/images/* ./docs/assets/images && copyfiles -u 2 ./docs-assets/fontawesome/fontawesome-all.min.css ./docs/assets/css && copyfiles -u 3 ./docs-assets/fontawesome/webfonts/* ./docs/assets/webfonts",
     "styleguide:build": "./node_modules/.bin/kss --config ./kss-config.json",
diff --git a/src/kss-documentation/elements.kss.scss b/src/kss-documentation/elements.kss.scss
index c7ea868..7495e95 100644
--- a/src/kss-documentation/elements.kss.scss
+++ b/src/kss-documentation/elements.kss.scss
@@ -13,7 +13,7 @@ The star rating component consists of:
 
 markup:
 Star:
-
+
@@ -25,25 +25,25 @@ markup:
Star Container: -
-
+
+
-
+
-
+
Label: -
good
+
good
sg-wrapper:
@@ -60,7 +60,7 @@ Star Element The Star element. markup: -
+
@@ -79,7 +79,7 @@ The Star element visualizes the interactive star element it it's three fill stat .filled - displays the star element as filled markup: -
+
@@ -104,7 +104,7 @@ The different star colors. .negative - Stars is colored negative markup: -
+
@@ -118,7 +118,7 @@ markup:
-
+
@@ -132,7 +132,7 @@ markup:
-
+
@@ -152,7 +152,7 @@ The different star types. .custom-icon - Stars character icon is used markup: -
+
@@ -166,7 +166,7 @@ markup:
-
+
@@ -180,7 +180,7 @@ markup:
-
+
@@ -208,7 +208,7 @@ The different star icons. .fa.fa-gear - ionicons star-icon markup: -
+
@@ -225,7 +225,7 @@ The Star sizes. .large - displays star in large size markup: -
+
@@ -248,7 +248,7 @@ The Star element in disabled state. .disabled - displays star in disabled state markup: -
+
@@ -270,7 +270,7 @@ The the direction of the star icon. .direction-ltr - displays star icon in left to right direction. markup: -
+
@@ -296,18 +296,18 @@ Star Container The wrapper container for many stars. markup: -
-
+
+
-
+
-
+
@@ -327,8 +327,8 @@ The the direction of the star container. markup: -
-
+
+
@@ -339,7 +339,7 @@ markup:
-
+
@@ -350,7 +350,7 @@ markup:
-
+
@@ -375,18 +375,18 @@ The spacing between stars. .space-around - stars take all available space to position. Space is only around the stars. markup: -
-
+
+
-
+
-
+
@@ -402,7 +402,7 @@ Label Element The Label element. markup: -
3.5
+
3.5
Styleguide 1.2.3 */ @@ -417,7 +417,7 @@ The Label element. .large - displays star in large size markup: -
3.5
+
3.5
Styleguide 1.2.3.1 */ @@ -430,7 +430,7 @@ The Label n disabled state. .disabled - displays label in disabled state markup: -
3.5
+
3.5
Styleguide 1.2.3.2 -*/ \ No newline at end of file +*/ diff --git a/src/kss-documentation/modifiers.kss.scss b/src/kss-documentation/modifiers.kss.scss index 0c75569..2d0749d 100644 --- a/src/kss-documentation/modifiers.kss.scss +++ b/src/kss-documentation/modifiers.kss.scss @@ -14,10 +14,10 @@ Options are: (in this html is additional angular markup to make the showcase interactive) markup: -
-
3.5
-
-
+
+
3.5
+
+
@@ -28,7 +28,7 @@ Options are:
-
+
@@ -39,7 +39,7 @@ Options are:
-
+
@@ -50,7 +50,7 @@ Options are:
-
+
@@ -61,7 +61,7 @@ Options are:
-
+
@@ -92,9 +92,9 @@ Default colors are red for values equal to 2 or below, yellow for 3, and green f .value-5 - 5 rating markup: -
-
-
+
+
+
@@ -105,7 +105,7 @@ markup:
-
+
@@ -116,7 +116,7 @@ markup:
-
+
@@ -127,7 +127,7 @@ markup:
-
+
@@ -138,7 +138,7 @@ markup:
-
+
@@ -170,9 +170,9 @@ The star and all previous the one the mouse hovers are visible as filled and hav .hover-5 - hover over 5th star markup: -
-
-
+
+
+
@@ -183,7 +183,7 @@ markup:
-
+
@@ -194,7 +194,7 @@ markup:
-
+
@@ -205,7 +205,7 @@ markup:
-
+
@@ -216,7 +216,7 @@ markup:
-
+
@@ -242,9 +242,9 @@ Default colors are red for values equal to 2 or below, yellow for 3, and green f .half - rating with half stars on the end markup: -
-
-
+
+
+
@@ -255,7 +255,7 @@ markup:
-
+
@@ -266,7 +266,7 @@ markup:
-
+
@@ -277,7 +277,7 @@ markup:
-
+
@@ -288,7 +288,7 @@ markup:
-
+
@@ -301,9 +301,9 @@ markup:
-
-
-
+
+
+
@@ -314,7 +314,7 @@ markup:
-
+
@@ -325,7 +325,7 @@ markup:
-
+
@@ -336,7 +336,7 @@ markup:
-
+
@@ -347,7 +347,7 @@ markup:
-
+
@@ -360,9 +360,9 @@ markup:
-
-
-
+
+
+
@@ -373,7 +373,7 @@ markup:
-
+
@@ -384,7 +384,7 @@ markup:
-
+
@@ -395,7 +395,7 @@ markup:
-
+
@@ -406,7 +406,7 @@ markup:
-
+
@@ -419,9 +419,9 @@ markup:
-
-
-
+
+
+
@@ -432,7 +432,7 @@ markup:
-
+
@@ -443,7 +443,7 @@ markup:
-
+
@@ -454,7 +454,7 @@ markup:
-
+
@@ -464,7 +464,7 @@ markup: -
+
@@ -477,9 +477,9 @@ markup:
-
-
-
+
+
+
@@ -490,7 +490,7 @@ markup:
-
+
@@ -501,7 +501,7 @@ markup:
-
+
@@ -512,7 +512,7 @@ markup:
-
+
@@ -523,7 +523,7 @@ markup:
-
+
@@ -536,9 +536,9 @@ markup:
-
-
-
+
+
+
@@ -549,7 +549,7 @@ markup:
-
+
@@ -560,7 +560,7 @@ markup:
-
+
@@ -571,7 +571,7 @@ markup:
-
+
@@ -582,7 +582,7 @@ markup:
-
+
@@ -595,9 +595,9 @@ markup:
-
-
-
+
+
+
@@ -608,7 +608,7 @@ markup:
-
+
@@ -619,7 +619,7 @@ markup:
-
+
@@ -630,7 +630,7 @@ markup:
-
+
@@ -641,7 +641,7 @@ markup:
-
+
@@ -670,9 +670,9 @@ Additional to the default size medium there are more sizes, small and large. .large - Large size markup: -
-
-
+
+
+
@@ -680,7 +680,7 @@ markup:
-
+
@@ -688,14 +688,14 @@ markup:
-
+
-
+
@@ -703,7 +703,7 @@ markup:
-
+
@@ -711,7 +711,7 @@ markup:
-
+
@@ -734,9 +734,9 @@ Different space options .space-around - stars take all available space to position. Space is only around the stars. markup: -
-
-
+
+
+
@@ -744,7 +744,7 @@ markup:
-
+
@@ -752,7 +752,7 @@ markup:
-
+
@@ -760,7 +760,7 @@ markup:
-
+
@@ -768,7 +768,7 @@ markup:
-
+
@@ -793,9 +793,9 @@ Overriding default colors of ratings to display the color independent of the rat .color-negative - Stars are always colored negative markup: -
-
-
+
+
+
@@ -806,7 +806,7 @@ markup:
-
+
@@ -817,7 +817,7 @@ markup:
-
+
@@ -828,7 +828,7 @@ markup:
-
+
@@ -839,7 +839,7 @@ markup:
-
+
@@ -852,9 +852,9 @@ markup:
-
-
-
+
+
+
@@ -865,7 +865,7 @@ markup:
-
+
@@ -876,7 +876,7 @@ markup:
-
+
@@ -887,7 +887,7 @@ markup:
-
+
@@ -898,7 +898,7 @@ markup:
-
+
@@ -911,9 +911,9 @@ markup:
-
-
-
+
+
+
@@ -924,7 +924,7 @@ markup:
-
+
@@ -935,7 +935,7 @@ markup:
-
+
@@ -946,7 +946,7 @@ markup:
-
+
@@ -957,7 +957,7 @@ markup:
-
+
@@ -970,9 +970,9 @@ markup:
-
-
-
+
+
+
@@ -983,7 +983,7 @@ markup:
-
+
@@ -994,7 +994,7 @@ markup:
-
+
@@ -1005,7 +1005,7 @@ markup:
-
+
@@ -1016,7 +1016,7 @@ markup:
-
+
@@ -1029,9 +1029,9 @@ markup:
-
-
-
+
+
+
@@ -1042,7 +1042,7 @@ markup:
-
+
@@ -1053,7 +1053,7 @@ markup:
-
+
@@ -1064,7 +1064,7 @@ markup:
-
+
@@ -1075,7 +1075,7 @@ markup:
-
+
@@ -1088,9 +1088,9 @@ markup:
-
-
-
+
+
+
@@ -1101,7 +1101,7 @@ markup:
-
+
@@ -1112,7 +1112,7 @@ markup:
-
+
@@ -1123,7 +1123,7 @@ markup:
-
+
@@ -1134,7 +1134,7 @@ markup:
-
+
@@ -1147,9 +1147,9 @@ markup:
-
-
-
+
+
+
@@ -1160,7 +1160,7 @@ markup:
-
+
@@ -1171,7 +1171,7 @@ markup:
-
+
@@ -1182,7 +1182,7 @@ markup:
-
+
@@ -1193,7 +1193,7 @@ markup:
-
+
@@ -1223,10 +1223,10 @@ Displays the rating value as text label. markup: -
-
0
-
-
+
+
0
+
+
@@ -1234,7 +1234,7 @@ markup:
-
+
@@ -1242,7 +1242,7 @@ markup:
-
+
@@ -1250,7 +1250,7 @@ markup:
-
+
@@ -1258,7 +1258,7 @@ markup:
-
+
@@ -1268,10 +1268,10 @@ markup:
-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -1279,7 +1279,7 @@ markup:
-
+
@@ -1287,7 +1287,7 @@ markup:
-
+
@@ -1295,7 +1295,7 @@ markup:
-
+
@@ -1303,7 +1303,7 @@ markup:
-
+
@@ -1311,7 +1311,7 @@ markup:
-
+
@@ -1321,10 +1321,10 @@ markup:
-
-
3.1
-
-
+
+
3.1
+
+
@@ -1332,7 +1332,7 @@ markup:
-
+
@@ -1340,7 +1340,7 @@ markup:
-
+
@@ -1348,7 +1348,7 @@ markup:
-
+
@@ -1356,7 +1356,7 @@ markup:
-
+
@@ -1366,10 +1366,10 @@ markup:
-
-
Good
-
-
+
+
Good
+
+
@@ -1377,7 +1377,7 @@ markup:
-
+
@@ -1385,7 +1385,7 @@ markup:
-
+
@@ -1393,7 +1393,7 @@ markup:
-
+
@@ -1401,7 +1401,7 @@ markup:
-
+
@@ -1423,9 +1423,9 @@ Styleguide 1.1.6 .disabled - Stars are grayed out, no interaction is possible markup: -
-
-
+
+
+
@@ -1433,7 +1433,7 @@ Styleguide 1.1.6
-
+
@@ -1441,7 +1441,7 @@ Styleguide 1.1.6
-
+
@@ -1449,7 +1449,7 @@ Styleguide 1.1.6
-
+
@@ -1457,7 +1457,7 @@ Styleguide 1.1.6
-
+
@@ -1467,10 +1467,10 @@ Styleguide 1.1.6
-
-
(bad)
-
-
+
+
(bad)
+
+
@@ -1478,7 +1478,7 @@ Styleguide 1.1.6
-
+
@@ -1486,7 +1486,7 @@ Styleguide 1.1.6
-
+
@@ -1494,7 +1494,7 @@ Styleguide 1.1.6
-
+
@@ -1502,7 +1502,7 @@ Styleguide 1.1.6
-
+
@@ -1512,10 +1512,10 @@ Styleguide 1.1.6
-
-
3.1
-
-
+
+
3.1
+
+
@@ -1523,7 +1523,7 @@ Styleguide 1.1.6
-
+
@@ -1531,7 +1531,7 @@ Styleguide 1.1.6
-
+
@@ -1539,7 +1539,7 @@ Styleguide 1.1.6
-
+
@@ -1547,7 +1547,7 @@ Styleguide 1.1.6
-
+
@@ -1557,10 +1557,10 @@ Styleguide 1.1.6
-
-
-
Good
-
+
+
+
Good
+
@@ -1568,7 +1568,7 @@ Styleguide 1.1.6
-
+
@@ -1576,7 +1576,7 @@ Styleguide 1.1.6
-
+
@@ -1584,7 +1584,7 @@ Styleguide 1.1.6
-
+
@@ -1592,7 +1592,7 @@ Styleguide 1.1.6
-
+
@@ -1616,9 +1616,9 @@ Styleguide 1.1.7 .slow - Transition runs very slow markup: -
-
-
+
+
+
@@ -1626,7 +1626,7 @@ Styleguide 1.1.7
-
+
@@ -1634,7 +1634,7 @@ Styleguide 1.1.7
-
+
@@ -1642,7 +1642,7 @@ Styleguide 1.1.7
-
+
@@ -1650,7 +1650,7 @@ Styleguide 1.1.7
-
+
@@ -1674,9 +1674,9 @@ Styleguide 1.1.7 .star-svg - Star-Vectors form the shipped svg images markup: -
-
-
+
+
+
@@ -1690,7 +1690,7 @@ Styleguide 1.1.7
-
+
@@ -1704,7 +1704,7 @@ Styleguide 1.1.7
-
+
@@ -1718,7 +1718,7 @@ Styleguide 1.1.7
-
+
@@ -1732,7 +1732,7 @@ Styleguide 1.1.7
-
+
@@ -1762,10 +1762,10 @@ Styleguide 1.1.7 markup: -
-
3.5
-
-
+
+
3.5
+
+
@@ -1776,7 +1776,7 @@ Styleguide 1.1.7
-
+
@@ -1787,7 +1787,7 @@ Styleguide 1.1.7
-
+
@@ -1798,7 +1798,7 @@ Styleguide 1.1.7
-
+
@@ -1809,7 +1809,7 @@ Styleguide 1.1.7
-
+
@@ -1835,10 +1835,10 @@ Label hidden or not .label-visible - stars take all available space to position. Space is only around the stars. markup: -
-
3.5
-
-
+
+
3.5
+
+
@@ -1846,7 +1846,7 @@ markup:
-
+
@@ -1854,7 +1854,7 @@ markup:
-
+
@@ -1862,7 +1862,7 @@ markup:
-
+
@@ -1870,7 +1870,7 @@ markup:
-
+
diff --git a/src/kss-documentation/themes.kss.scss b/src/kss-documentation/themes.kss.scss index d3f61ee..84eacf1 100644 --- a/src/kss-documentation/themes.kss.scss +++ b/src/kss-documentation/themes.kss.scss @@ -10,10 +10,10 @@ For demo-purpos the theme-[name]-gb classes are created. .theme-google-places - google-places theme markup: -
-
{{data.rating}},57
-
-
+
+
{{data.rating}},57
+
+
@@ -35,21 +35,21 @@ Star types position test All icons should lay exactly on top of each other. markup: -
+
-
+
-
+
diff --git a/src/scss/_elements.scss b/src/scss/_elements.scss index 00f5caf..2b4492f 100644 --- a/src/scss/_elements.scss +++ b/src/scss/_elements.scss @@ -15,7 +15,7 @@ /* Star element ==================================================================*/ -.star { +.#{$projectClass}-star { position: relative; width: $default-star-width; height: $default-star-height; @@ -224,7 +224,7 @@ Disabled Label Element ===================================================================*/ -.label-value { +.#{$projectClass}-label-value { font-size: $default-label-font-size; line-height: $default-label-line-height; @@ -258,7 +258,7 @@ Label Element /* Star Container ==================================================================*/ -.star-container { +.#{$projectClass}-star-container { display: flex; align-items: center; flex: 0 0 auto; @@ -294,13 +294,13 @@ Star Container &.direction-rtl { direction: rtl; .star { - @extend .star.direction-rtl; + @extend .#{$projectClass}-star.direction-rtl; } } &.direction-ltr { direction: ltr; .star { - @extend .star.direction-ltr; + @extend .#{$projectClass}-star.direction-ltr; } } @@ -322,4 +322,4 @@ Star Container justify-content: space-around; } -} \ No newline at end of file +} diff --git a/src/scss/_modifiers.scss b/src/scss/_modifiers.scss index 41fd0ac..a60b966 100644 --- a/src/scss/_modifiers.scss +++ b/src/scss/_modifiers.scss @@ -3,7 +3,7 @@ /* Rating Component ========================================================================= */ -.rating { +.#{$projectClass}-rating { display: flex; align-items: center; justify-content: center; @@ -14,12 +14,12 @@ Rating Component @for $i from $minRatingValue through $maxNumOfStars { &.value-#{$i} { - .star-container { - .star:nth-child(-n+#{$i}) { + .#{$projectClass}-star-container { + .#{$projectClass}-star:nth-child(-n+#{$i}) { @extend .filled; } - .star { + .#{$projectClass}-star { @if $i <= 2 { svg { fill: $color-negative-rating; @@ -55,12 +55,12 @@ Rating Component @for $i from $maxNumOfStars through $maxNumOfStars*2 { &.value-#{$i} { - .star-container { - .star:nth-child(-n+#{$i}) { - @extend .star.filled + .#{$projectClass}-star-container { + .#{$projectClass}-star:nth-child(-n+#{$i}) { + @extend .#{$projectClass}-star.filled } - .star { + .#{$projectClass}-star { @extend .positive; } } @@ -79,8 +79,8 @@ Rating Component &.value-#{$i}.half, &.hover-#{$i} { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { &.star-half, &.star-filled { opacity: 0; @@ -93,9 +93,9 @@ Rating Component } &.hover-#{$i} { - .star-container { + .#{$projectClass}-star-container { - .star:nth-child(-n+#{$i}) { + .#{$projectClass}-star:nth-child(-n+#{$i}) { svg, i { &.star-empty, &.star-filled { @@ -107,7 +107,7 @@ Rating Component } } - .star { + .#{$projectClass}-star { @if $i <= 2 { svg { fill: $color-negative-rating; @@ -146,10 +146,10 @@ Rating Component //if we hals ratings > 0 && < 1 we color the first star &.value-0.half { - .star { + .#{$projectClass}-star { @extend .negative; } - .star:nth-child(1) { + .#{$projectClass}-star:nth-child(1) { @extend .half; } } @@ -157,9 +157,9 @@ Rating Component @for $i from $minRatingValue through $maxNumOfStars { &.value-#{$i}.half { - .star-container { + .#{$projectClass}-star-container { @if ($i < $maxNumOfStars) { - .star:nth-child(#{$i+1}) { + .#{$projectClass}-star:nth-child(#{$i+1}) { @extend .half; } } @@ -171,7 +171,7 @@ Rating Component /*Label Visible ====================================================*/ &.label-hidden { - .label-value { + .#{$projectClass}-label-value { display: none; } } @@ -184,8 +184,8 @@ Rating Component &.label-top { flex-direction: column; - .label-value { - + .star-container { + .#{$projectClass}-label-value { + + .#{$projectClass}-star-container { margin-left: 0; margin-right: 0; margin-top: $default-stars-label-margin; @@ -193,10 +193,10 @@ Rating Component } } - &.label-left .label-value { + &.label-left .#{$projectClass}-label-value { flex: 0 0 auto; - + .star-container { + + .#{$projectClass}-star-container { margin-left: $default-stars-label-margin; margin-right: 0; } @@ -205,8 +205,8 @@ Rating Component &.label-right { flex-direction: row-reverse; - .label-value { - + .star-container { + .#{$projectClass}-label-value { + + .#{$projectClass}-star-container { margin-left: 0; margin-right: $default-stars-label-margin; } @@ -216,8 +216,8 @@ Rating Component &.label-bottom { flex-direction: column-reverse; - .label-value { - + .star-container { + .#{$projectClass}-label-value { + + .#{$projectClass}-star-container { margin-left: 0; margin-right: 0; margin-bottom: $default-stars-label-margin; @@ -231,10 +231,10 @@ Rating Component &.direction-rtl { direction: rtl; - .star-container { - @extend .star-container.direction-rtl; - .star { - @extend .star.direction-rtl; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.direction-rtl; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.direction-rtl; } } } @@ -245,72 +245,72 @@ Rating Component /* Star Type ====================================================*/ &.star-icon { - @extend .star.icon; + @extend .#{$projectClass}-star.icon; } &.star-custom-icon { - @extend .star.custom-icon; + @extend .#{$projectClass}-star.custom-icon; } &.star-svg { - @extend .star.svg; + @extend .#{$projectClass}-star.svg; } /* Sizes ==========================================================*/ &.small { - .star { - @extend .star.small; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.small; } - .label-value { - @extend .label-value.small; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.small; } } &.medium { - .star { - @extend .star.medium; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.medium; } - .label-value { - @extend .label-value.medium; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.medium; } } &.large { - .star { - @extend .star.large; + .#{$projectClass}-star { + @extend .#{$projectClass}-star.large; } - .label-value { - @extend .label-value.large; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.large; } } /* Space ====================================================*/ &.space-no { - .star-container { - @extend .star-container.space-no; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.space-no; } } &.space-between { - .star-container { - @extend .star-container.space-between; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.space-between; } } &.space-around { - .star-container { - @extend .star-container.space-around; + .#{$projectClass}-star-container { + @extend .#{$projectClass}-star-container.space-around; } } /* Static Color ====================================================*/ &.color-default { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-default-rating !important; } @@ -322,8 +322,8 @@ Rating Component } &.color-ok { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-ok-rating !important; } @@ -335,8 +335,8 @@ Rating Component } &.color-positive { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-positive-rating !important; } @@ -348,8 +348,8 @@ Rating Component } &.color-negative { - .star-container { - .star { + .#{$projectClass}-star-container { + .#{$projectClass}-star { svg { fill: $color-negative-rating !important; } @@ -363,12 +363,12 @@ Rating Component /*Disabled ====================================================*/ &.disabled { - .label-value { - @extend .label-value.disabled; + .#{$projectClass}-label-value { + @extend .#{$projectClass}-label-value.disabled; } - .star-container { - .star { - @extend .star.disabled; + .#{$projectClass}-star-container { + .#{$projectClass}-star { + @extend .#{$projectClass}-star.disabled; } } } @@ -376,9 +376,9 @@ Rating Component /*AnimationSpeed ====================================================*/ &.immediately - .star-container { + .#{$projectClass}-star-container { transition: all $immediately-animation-type; - .star { + .#{$projectClass}-star { transition: $immediately-animation-type; svg, i { transition: $immediately-animation-type; @@ -387,9 +387,9 @@ Rating Component } &.noticeable { - .star-container { + .#{$projectClass}-star-container { transition: all $default-animation-speed $default-animation-type; - .star { + .#{$projectClass}-star { transition: all $default-animation-speed $default-animation-type; svg, i { transition: all $default-animation-speed $default-animation-type; @@ -399,9 +399,9 @@ Rating Component } &.slow { - .star-container { + .#{$projectClass}-star-container { transition: all $slow-animation-speed $default-animation-type; - .star { + .#{$projectClass}-star { transition: all $slow-animation-speed $default-animation-type; svg, i { transition: all $slow-animation-speed $default-animation-type; @@ -410,4 +410,4 @@ Rating Component } } -} \ No newline at end of file +} diff --git a/src/scss/_themes.scss b/src/scss/_themes.scss index 4cb9a4c..c32745c 100644 --- a/src/scss/_themes.scss +++ b/src/scss/_themes.scss @@ -53,7 +53,7 @@ .star { height: 11px; width: 11px; - @extend .star.custom-icon; + @extend .#{$projectClass}-star.custom-icon; i { font-size: 11px; @@ -159,4 +159,4 @@ } -} \ No newline at end of file +} diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 0276a89..21d1dae 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -3,6 +3,9 @@ /*VARIABLES ====================================================*/ +/*Classname of project*/ +$projectClass: "bp"; + /*Range*/ $minRatingValue: 1 !default; $maxNumOfStars: 6 !default;