From 01320a3b439124edf7826cdab10db9b05f238018 Mon Sep 17 00:00:00 2001 From: Robert Pihelgas Date: Wed, 17 Mar 2021 09:12:16 +0200 Subject: [PATCH] Use grunt-sass for Dart Sass compability and refactor Related to #106 --- Gruntfile.js | 27 +- components/template-cs-content.tpl | 72 +- components/template-cs-header.tpl | 36 +- components/template-cs-style-rules.tpl | 39 +- images/ico-flags.png | Bin 4499 -> 4481 bytes package.json | 7 +- stylesheets/main.css | 452 ++++++++++-- yarn.lock | 918 ++++++++++++++++++++++++- 8 files changed, 1388 insertions(+), 163 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d4954cc..87b9842 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -52,11 +52,16 @@ module.exports = function(grunt) { }, // Compiles the stylesheet files. + // When using Dart Sass, synchronous compilation is twice as fast + // as asynchronous compilation by default, due to the overhead of asynchronous callbacks. + // To avoid this overhead, fibers package is used sass: { build_main: { options: { - style: 'expanded', - sourcemap: 'none' + implementation: require('node-sass'), + sourceMap: false, + fiber: require('fibers'), + outputStyle: 'expanded' }, files: [{ expand: true, @@ -70,8 +75,10 @@ module.exports = function(grunt) { // Builds custom style components to temporary folder. build_custom_styles: { options: { - style: 'expanded', - sourcemap: 'none' + implementation: require('node-sass'), + sourceMap: false, + fiber: require('fibers'), + outputStyle: 'expanded' }, files: [{ expand: true, @@ -267,17 +274,7 @@ module.exports = function(grunt) { } }); - grunt.loadNpmTasks('grunt-contrib-clean'); - grunt.loadNpmTasks('grunt-contrib-concat'); - grunt.loadNpmTasks('grunt-contrib-copy'); - grunt.loadNpmTasks('grunt-contrib-cssmin'); - grunt.loadNpmTasks('grunt-contrib-imagemin'); - grunt.loadNpmTasks('grunt-contrib-sass'); - grunt.loadNpmTasks('grunt-contrib-uglify'); - grunt.loadNpmTasks('grunt-contrib-watch'); - grunt.loadNpmTasks('grunt-exec'); - grunt.loadNpmTasks('grunt-modernizr-builder'); - grunt.loadNpmTasks('grunt-postcss'); + require('load-grunt-tasks')(grunt); grunt.registerTask('default', ['clean:reset', 'modernizr_builder', 'concat', 'copy:assets', 'copy:images', 'copy:javascripts', 'uglify', 'sass', 'postcss:main_styles', 'cssmin', 'imagemin', 'postcss:custom_styles', 'copy:custom_styles', 'clean:remove']); diff --git a/components/template-cs-content.tpl b/components/template-cs-content.tpl index b27afd9..b9d342c 100644 --- a/components/template-cs-content.tpl +++ b/components/template-cs-content.tpl @@ -209,21 +209,21 @@ "featured": true */ --content-submenu-color: #818181; - /* VoogStyle - "pathI18n": ["content", "sub_menu", "hover"], - "titleI18n": "color", - "type": "button", - "editor": "colorPicker", - "scope": "global" -*/ + /* VoogStyle + "pathI18n": ["content", "sub_menu", "hover"], + "titleI18n": "color", + "type": "button", + "editor": "colorPicker", + "scope": "global" + */ --content-submenu-hover-color: black; - /* VoogStyle - "pathI18n": ["content", "sub_menu", "active"], - "titleI18n": "color", - "type": "button", - "editor": "colorPicker", - "scope": "global" -*/ + /* VoogStyle + "pathI18n": ["content", "sub_menu", "active"], + "titleI18n": "color", + "type": "button", + "editor": "colorPicker", + "scope": "global" + */ --content-submenu-active-color: black; /* VoogStyle "pathI18n": ["content", "text"], @@ -262,20 +262,20 @@ */ --content-color: #333; /* VoogStyle - "pathI18n": ["content", "link", "normal"], - "titleI18n": "font_weight", - "type": "button", - "editor": "toggleIcon", - "states": { - "on": "600", - "off": "400" - }, - "icon": "bold", - "scope": "global", - "boundVariables": [ - "--content-links-hover-font-weight" - ] - */ + "pathI18n": ["content", "link", "normal"], + "titleI18n": "font_weight", + "type": "button", + "editor": "toggleIcon", + "states": { + "on": "600", + "off": "400" + }, + "icon": "bold", + "scope": "global", + "boundVariables": [ + "--content-links-hover-font-weight" + ] + */ --content-links-font-weight: 400; /* VoogStyle "pathI18n": ["content", "link", "hover"], @@ -386,13 +386,13 @@ "featured": true */ --content-links-color: #818181; - /* VoogStyle - "pathI18n": ["content", "link", "hover"], - "titleI18n": "color", - "type": "button", - "editor": "colorPicker", - "scope": "global", - "featured": true -*/ + /* VoogStyle + "pathI18n": ["content", "link", "hover"], + "titleI18n": "color", + "type": "button", + "editor": "colorPicker", + "scope": "global", + "featured": true + */ --content-links-hover-color: black; } diff --git a/components/template-cs-header.tpl b/components/template-cs-header.tpl index c66eb18..ee0bffe 100644 --- a/components/template-cs-header.tpl +++ b/components/template-cs-header.tpl @@ -97,19 +97,19 @@ "featured": true */ --header-mainmenu-color: #818181; - /* VoogStyle - "pathI18n": ["header", "main_menu", "hover"], - "titleI18n": "text_color", - "editor": "colorPicker", - "scope": "global" -*/ + /* VoogStyle + "pathI18n": ["header", "main_menu", "hover"], + "titleI18n": "text_color", + "editor": "colorPicker", + "scope": "global" + */ --header-mainmenu-hover-color: black; - /* VoogStyle - "pathI18n": ["header", "main_menu", "active"], - "titleI18n": "text_color", - "editor": "colorPicker", - "scope": "global" -*/ + /* VoogStyle + "pathI18n": ["header", "main_menu", "active"], + "titleI18n": "text_color", + "editor": "colorPicker", + "scope": "global" + */ --header-mainmenu-active-color: black; /* VoogStyle "pathI18n": ["header", "main_menu", "normal"], @@ -119,12 +119,12 @@ "featured": true */ --header-mainmenu-btn-color: #333; - /* VoogStyle - "pathI18n": ["header", "main_menu", "hover"], - "titleI18n": "button_color", - "editor": "colorPicker", - "scope": "global" -*/ + /* VoogStyle + "pathI18n": ["header", "main_menu", "hover"], + "titleI18n": "button_color", + "editor": "colorPicker", + "scope": "global" + */ --header-mainmenu-btn-hover-color: #818181; /* VoogStyle "pathI18n": ["header", "main_menu", "normal"], diff --git a/components/template-cs-style-rules.tpl b/components/template-cs-style-rules.tpl index 8b88e0b..1898164 100644 --- a/components/template-cs-style-rules.tpl +++ b/components/template-cs-style-rules.tpl @@ -35,13 +35,16 @@ body { .header .main-menu-toggler { color: var(--header-mainmenu-btn-color); } + .header .main-menu-toggler:before, .header .main-menu-toggler:after, .header .main-menu-toggler span:before { background-color: var(--header-mainmenu-btn-color); } + .header .main-menu-toggler:hover { color: var(--header-mainmenu-btn-hover-color); } + .header .main-menu-toggler:hover:before, .header .main-menu-toggler:hover:after, .header .main-menu-toggler:hover span:before { background-color: var(--header-mainmenu-btn-hover-color); @@ -82,6 +85,7 @@ footer.footer .footer-content a { text-decoration: var(--content-links-text-decoration); text-transform: var(--content-links-text-transform); } + main .content-wrap .content-body a:hover, main .post-content a:hover, footer.footer .footer-content a:hover { @@ -115,6 +119,7 @@ main .post-content a { .formatted h1 { color: var(--h1-color); } + .formatted h1, .formatted h1 a, .formatted h1 a:hover { @@ -128,10 +133,14 @@ main .post-content a { text-decoration: var(--h1-text-decoration); text-transform: var(--h1-text-transform); } + .formatted h2 { color: var(--h2-color); } -.formatted h2, .formatted h2 a, .formatted h2 a:hover { + +.formatted h2, +.formatted h2 a, +.formatted h2 a:hover { font-family: var(--font-main); font-size: var(--h2-font-size); font-style: var(--h2-font-style); @@ -142,9 +151,11 @@ main .post-content a { text-decoration: var(--h2-text-decoration); text-transform: var(--h2-text-transform); } + .formatted h3 { color: var(--h3-color); } + .formatted h3, .formatted h3 a, .formatted h3 a:hover { @@ -158,9 +169,11 @@ main .post-content a { text-decoration: var(--h3-text-decoration); text-transform: var(--h3-text-transform); } + .main .formatted .custom-btn { color: var(--content-button-color); } + .formatted .form_submit input, .formatted .submit, .formatted .custom-btn { @@ -176,6 +189,7 @@ main .post-content a { text-decoration: var(--content-button-text-decoration); text-transform: var(--content-button-text-transform); } + .formatted .form_submit input:hover, .formatted .submit:hover, .formatted .custom-btn:hover { @@ -186,16 +200,19 @@ main .post-content a { text-decoration: var(--content-button-text-decoration); text-transform: var(--content-button-text-transform); } + .formatted .form_submit input, .formatted .submit, .formatted .custom-btn:not(.custom-btn-disabled) { background-color: var(--content-button-background-color); } + .formatted .form_submit input:hover, .formatted .submit:hover, .formatted .custom-btn:not(.custom-btn-disabled):hover { opacity: .7; } + .formatted .comment-form h2, .formatted .comments h2 { font-size: 24px; @@ -212,16 +229,19 @@ main .post-content a { font-size: calc(var(--h3-font-size) - 2px); } } + .site-title { color: var(--header-site-title-color); font-style: var(--header-site-title-font-style); font-weight: var(--header-site-title-font-weight); text-transform: var(--header-site-title-text-transform); } + .site-title .site-title-inner { -webkit-text-decoration: var(--header-site-title-text-decoration); text-decoration: var(--header-site-title-text-decoration); } + .site-title a { color: black; } @@ -234,11 +254,13 @@ main .post-content a { text-decoration: var(--header-mainmenu-text-decoration); text-transform: var(--header-mainmenu-text-transform); } + @media screen and (min-width: 501px) { .main-menu ul a { color: var(--header-mainmenu-color); } } + .main-menu ul a:hover { font-style: var(--header-mainmenu-hover-font-style); font-weight: var(--header-mainmenu-hover-font-weight); @@ -246,11 +268,13 @@ main .post-content a { text-decoration: var(--header-mainmenu-hover-text-decoration); text-transform: var(--header-mainmenu-hover-text-transform); } + @media screen and (min-width: 501px) { .main-menu ul a:hover { color: var(--header-mainmenu-hover-color); } } + .main-menu ul a.active { font-style: var(--header-mainmenu-active-font-style); font-weight: var(--header-mainmenu-active-font-weight); @@ -258,6 +282,7 @@ main .post-content a { text-decoration: var(--header-mainmenu-active-text-decoration); text-transform: var(--header-mainmenu-active-text-transform); } + @media screen and (min-width: 501px) { .main-menu ul a.active { color: var(--header-mainmenu-active-color); @@ -273,6 +298,7 @@ main .post-content a { text-decoration: var(--content-submenu-text-decoration); text-transform: var(--content-submenu-text-transform); } + .sub-menu a:hover { color: var(--content-submenu-hover-color); font-style: var(--content-submenu-hover-font-style); @@ -281,6 +307,7 @@ main .post-content a { text-decoration: var(--content-submenu-hover-text-decoration); text-transform: var(--content-submenu-hover-text-transform); } + .sub-menu a.active { color: var(--content-submenu-active-color); font-style: var(--content-submenu-active-font-style); @@ -293,12 +320,15 @@ main .post-content a { .menu-horizontal .menu-separator { color: var(--content-submenu-color); } + .menu-horizontal.menu-breadcrumbs .menu-item a { color: var(--content-submenu-color); } + .menu-horizontal.menu-breadcrumbs .menu-item a:hover { color: var(--content-submenu-hover-color); } + .menu-horizontal.menu-breadcrumbs .current.menu-item a { color: var(--content-submenu-active-color); } @@ -306,6 +336,7 @@ main .post-content a { .footer { background-color: var(--footer-background-color); } + .footer .footer-content { color: var(--footer-text-color); font-size: var(--footer-font-size); @@ -317,6 +348,7 @@ main .post-content a { text-decoration: var(--footer-text-decoration); text-transform: var(--footer-text-transform); } + .footer .lang-menu-btn .lang-title { color: var(--footer-text-color); } @@ -325,18 +357,19 @@ main .post-content a { .site-title { font-size: var(--header-site-title-font-size); } - .blog-list-page .main .article, .blog-list-page .main .new-article { width: var(--blog-list-article-width); } } + .blog-list-page .main .article .article-content, .blog-list-page .main .new-article .article-content { text-align: var(--blog-list-alignment); left: var(--blog-list-padding); right: var(--blog-list-padding); } + .blog-list-page .main .article h2, .blog-list-page .main .new-article h2 { color: var(--blog-list-headings-color); @@ -348,6 +381,7 @@ main .post-content a { text-decoration: var(--blog-list-headings-text-decoration); text-transform: var(--blog-list-headings-text-transform); } + .blog-list-page .main .article .article-date, .blog-list-page .main .new-article .article-date { color: var(--blog-list-date-color); @@ -362,6 +396,7 @@ main .post-content a { main .content table { background-color: var(--table-background-color); } + main .content table td, main .content table th { border-style: var(--table-border-style); diff --git a/images/ico-flags.png b/images/ico-flags.png index a6bfc6bd4f1df88c3c3b684999252e3b403dc4ac..b859e1120d33e6750815214dc19befa33789117b 100644 GIT binary patch literal 4481 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 diff --git a/package.json b/package.json index e535c56..70925e1 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,15 @@ "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^2.2.1", "grunt-contrib-imagemin": "^2.0.1", - "grunt-contrib-sass": "^1.0.0", + "grunt-sass": "^3.1.0", "grunt-contrib-uglify": "^3.2.1", "grunt-contrib-watch": "^1.0.0", "grunt-dev-update": "^2.3.0", "grunt-exec": "^3.0.0", "grunt-modernizr-builder": "^0.1.9", - "grunt-postcss": "^0.9.0" + "grunt-postcss": "^0.9.0", + "fibers": "^5.0.0", + "node-sass": "^5.0.0", + "load-grunt-tasks": "^5.0.0" } } diff --git a/stylesheets/main.css b/stylesheets/main.css index ddac0b8..6ec8daa 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -2,14 +2,17 @@ .formatted .edy-buy-button-container .form_field { padding-top: 12px; } + .formatted .edy-buy-button-container .form_field label { font-size: 14px; padding-bottom: 0; } + .formatted .edy-buy-button-variants .form_field { padding-top: 6px; padding-bottom: 6px; } + .formatted .edy-buy-button-variants .form_field_select { width: initial; outline: 0; @@ -30,6 +33,7 @@ right: 0; top: 0; } + .search-visible .search-container { display: block; } @@ -43,15 +47,19 @@ position: relative; width: 28px; } + .search-toggler:hover { opacity: 1; } + .svg .search-toggler { background: none; } + .search-toggler svg { display: none; } + .svg .search-toggler svg { display: block; left: 50%; @@ -59,9 +67,11 @@ position: absolute; top: 50%; } + .search-enabled .search-toggler { display: block; } + .search-visible .search-toggler { display: none; } @@ -74,6 +84,7 @@ padding: 0 38px 0 10px; width: 180px; } + .search .search-input { background: none; border: none; @@ -86,9 +97,11 @@ padding: 0; width: 100%; } + .search .search-input::-ms-clear { display: none; } + .search .search-submit { background: url("../images/ico-search-black.png") no-repeat center center; display: block; @@ -99,12 +112,15 @@ top: 0; width: 28px; } + .svg .search .search-submit { background: none; } + .search .search-submit svg { display: none; } + .svg .search .search-submit svg { display: block; left: 50%; @@ -112,6 +128,7 @@ position: absolute; top: 50%; } + .search .search-close { background: url("../images/close.png") no-repeat center center; display: none; @@ -123,12 +140,15 @@ top: 0; width: 28px; } + .svg .search .search-close { background: none; } + .search .search-close svg { display: none; } + .svg .search .search-close svg { display: block; left: 50%; @@ -136,9 +156,11 @@ position: absolute; top: 50%; } + .search.not-empty .search-submit { display: none; } + .search.not-empty .search-close { display: block; } @@ -164,48 +186,60 @@ top: 28px; width: 400px; } + .search-results.search-results-active { display: block; } + .edy-checkout-button-visible .search-results { top: 81; } + .search-results .voog-search-modal-results { font-size: 16px; } + .search-results .voog-search-modal-result { color: #818181; font-size: 14px; line-height: 1.5; padding: 10px 0; } + .search-results .voog-search-modal-result h3 { margin: 0; padding: 0 0 10px 0; font-size: 16px; color: black; } + .search-results .voog-search-modal-result h3 a { color: black; } + .search-results .voog-search-modal-result p { margin: 0; padding: 0; } + .search-results .voog-search-modal-result em { font-style: normal; background: #fbf5ac; } + .search-results .voog-search-loader { height: 60px; display: none; } + .svg .search-results .voog-search-loader { background: url("../assets/loader.svg") no-repeat center center; } + .search-results.search-results.loading .voog-search-loader { display: block; } + .search-results.search-results.loading .voog-search-modal-results { display: none; } @@ -223,15 +257,18 @@ -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); } + .signout-btn-wrap:hover { background-color: #c4c4c4; } + .signout-btn-wrap .signout-link { position: relative; z-index: 10; display: block; padding: 0 10px; } + .signout-btn-wrap .signout-name { display: inline-block; vertical-align: top; @@ -242,14 +279,17 @@ padding-left: 8px; color: rgba(27, 33, 36, 0.8); } + .signout-btn-wrap .signout-name:hover { color: rgba(27, 33, 36, 0.9); } + .signout-btn-wrap .signout-ico { height: 35px; display: inline-block; color: rgba(27, 33, 36, 0.7); } + .signout-btn-wrap .signout-svg { margin-top: 3px; } @@ -279,9 +319,11 @@ body, .lang-menu-btn { background: none; font-family: "Montserrat", sans-serif; } + .search .search-submit:focus, .lang-menu-btn:focus, .lang-options .option-btn:focus { outline: none; } + .search .search-submit::-moz-focus-inner, .lang-menu-btn::-moz-focus-inner, .lang-options .option-btn::-moz-focus-inner { padding: 0; border: none; @@ -312,6 +354,7 @@ ol { h1, h2, h3, h4, h5, h6 { color: black; } + .dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background h5, .dark-background h6 { color: white; } @@ -361,6 +404,7 @@ pre { padding: 10px; margin: 0 20px; } + pre code { display: inline-block; padding: 0; @@ -385,6 +429,7 @@ blockquote { line-height: 1.1; text-align: center; } + .dark-background blockquote { color: rgba(255, 255, 255, 0.5); } @@ -398,20 +443,25 @@ blockquote { color: white; background: #2b2b2b; } + .custom-btn::-moz-focus-inner { padding: 0; border: 0; } + .custom-btn, .custom-btn:hover { color: white; } + .custom-btn:hover { background-color: #2b2b2b; background-color: rgba(43, 43, 43, 0.8); } + .public .custom-btn { cursor: pointer; } + .public .custom-btn-disabled { cursor: default; background-color: #cccccc; @@ -427,6 +477,7 @@ blockquote { cursor: pointer; background: white; } + .jq-select select { position: absolute; top: 0; @@ -458,6 +509,7 @@ blockquote { border-left: 3px solid #f4f4f4; background: white; } + .jq-select-arrow:before { position: absolute; top: 50%; @@ -494,9 +546,11 @@ blockquote { padding-top: 10px; padding-bottom: 10px; } + .form_field:first-child { padding-top: 0; } + .form_field:last-child { padding-bottom: 0; } @@ -511,7 +565,8 @@ blockquote { display: block; } -.form_field_textfield, .form_field_textarea { +.form_field_textfield, +.form_field_textarea { border-radius: 0; width: 30%; padding: 4px 10px; @@ -525,8 +580,9 @@ blockquote { -webkit-box-sizing: border-box; box-sizing: border-box; } -.light-background .form_field_textfield, -.light-background .form_field_textarea { + +.light-background .form_field_textfield, .light-background +.form_field_textarea { background: #c8c8c8; } @@ -593,6 +649,7 @@ blockquote { border: 0; outline: 0; } + .form_submit input:hover, .submit:hover { background-color: #2b2b2b; @@ -606,37 +663,45 @@ blockquote { label { cursor: pointer; } + label:before { display: none; content: url("../images/check.png?1"); } + label .form_field_checkbox, label .form_field_radio { display: none; display: inline-block\9; } + label .form_field_checkbox + .form_control_indicator:before { background: white; } + label .form_field_checkbox:checked + .form_control_indicator:before { width: 100%; height: 100%; background: url("../images/check_small.png?1") no-repeat left bottom; } + .backgroundsize label .form_field_checkbox:checked + .form_control_indicator:before { width: 100%; height: 100%; background: url("../images/check.png?1") no-repeat left bottom; background-size: 17px 18px; } + label .form_field_radio + .form_control_indicator:before { width: 9px; height: 9px; border: 3px solid white; } + label .form_field_radio:checked + .form_control_indicator:before { background-color: #333; } + label .form_control_indicator { position: relative; display: inline-block; @@ -646,6 +711,7 @@ label .form_control_indicator { margin-right: 7px; vertical-align: 0; } + label .form_control_indicator:before { position: absolute; bottom: 0; @@ -665,12 +731,14 @@ label .form_control_indicator:before { table { border-collapse: collapse; } + table td, table th { padding: 10px; border: 1px solid #818181; border-color: rgba(129, 129, 129, 0.9); } + table th { font-weight: bold; } @@ -679,9 +747,11 @@ table th { .tbl { display: table; } + .tbl .tbl-row { display: table-row; } + .tbl .tbl-cell { display: table-cell; } @@ -700,6 +770,7 @@ html.blog-list-page, html.blog-list-page body { height: 100% !important; } + html.front-page.editmode, html.blog-list-page.editmode { height: calc(100% - 40px) !important; @@ -743,23 +814,28 @@ body { transition: transform 200ms linear, -webkit-transform 200ms linear; min-height: 100px; } + .editmode .header { position: absolute !important; } + .edy-checkout-button-visible .header { top: 41px; } + .header.headroom--not-top { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); min-height: 75px; } + .header.headroom--pinned { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); } + .header .header-inner { display: none; float: right; @@ -769,21 +845,27 @@ body { min-width: 24px; min-height: 24px; } + .main-menu-not-fitting .header .header-inner { display: block; } + .main-menu-open .header .header-inner { display: none; } + .search-visible .header .header-inner { display: block; } + .search-enabled .header .header-inner { display: block; } + .header.headroom--not-top .header-inner { padding-top: 25px; } + .header .main-menu-toggler { display: none; float: left; @@ -796,24 +878,30 @@ body { position: relative; text-decoration: none; } + .header .main-menu-toggler.menu-not-visible { display: block; } + .main-menu-open .header .main-menu-toggler { display: none; } + .search-visible .header .main-menu-toggler { display: block; } + .header .main-menu-toggler.main-menu-toggler-mobile { display: none; } + .header .main-menu-toggler span { font-size: 18px; line-height: 28px; display: block; padding-left: 36px; } + .header .main-menu-toggler:before, .header .main-menu-toggler:after, .header .main-menu-toggler span:before { display: block; @@ -826,9 +914,11 @@ body { background: #333; border-radius: 3px; } + .header .main-menu-toggler:before { top: 13px; } + .header .main-menu-toggler:after { top: 18px; } @@ -842,13 +932,16 @@ body { padding: 36px 0 36px 50px; overflow: hidden; } + .headroom--not-top .site-title { padding-top: 25px; padding-bottom: 25px; } + .site-title .site-title-wrap { margin-right: 4px; } + .site-title .site-title-inner { -webkit-hyphens: auto; -ms-hyphens: auto; @@ -859,11 +952,13 @@ body { line-height: 1.1; min-width: 150px; } + .site-title .site-title-inner h1, .site-title .site-title-inner h2, .site-title .site-title-inner h3 { display: inline; } + .site-title a { color: black; } @@ -886,45 +981,57 @@ body { -webkit-box-sizing: border-box; box-sizing: border-box; } + .main-menu-not-fitting .main-menu { display: none; } + .main-menu-open .main-menu { display: block; } + .search-visible .main-menu { display: none; } + .headroom--not-top .main-menu { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } + .headroom--pinned .main-menu { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); } + .main-menu .toggler { display: none; } + .main-menu ul { padding: 36px 45px; } + .headroom--not-top .main-menu ul { padding-top: 24px; padding-bottom: 24px; } + .search-enabled .main-menu ul { padding-right: 90px; } + .main-menu ul li { display: inline-block; padding: 0 5px; } + .main-menu ul li.is-hidden { display: none; } + .main-menu ul a { -webkit-hyphens: auto; -ms-hyphens: auto; @@ -937,9 +1044,11 @@ body { text-transform: uppercase; white-space: nowrap; } + .main-menu ul a:hover, .main-menu ul a.active { color: black; } + .main-menu ul .untranslated { zoom: 1; opacity: .5; @@ -954,17 +1063,21 @@ body { text-align: right; word-wrap: break-word; } + .content .sub-menu { display: none; } + .sub-menu li { display: inline-block; padding-left: 20px; padding-bottom: 5px; } + .sub-menu li.edy-btn { vertical-align: middle; } + .sub-menu a { -webkit-hyphens: auto; -ms-hyphens: auto; @@ -974,12 +1087,15 @@ body { display: inline-block; color: #818181; } + .sub-menu a:hover, .sub-menu a.active { color: black; } + .sub-menu a.edy-cbtn { padding: 0; } + .sub-menu .untranslated { zoom: 1; opacity: .5; @@ -1010,6 +1126,7 @@ body { transform: translate3d(-4px, 0px, 0); } } + @-webkit-keyframes bounce { 0%, 10%, 26%, 40%, 50% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); @@ -1034,6 +1151,7 @@ body { transform: translateX(-4px); } } + @keyframes bounce { 0%, 10%, 26%, 40%, 50% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); @@ -1061,6 +1179,7 @@ body { transform: translateX(-4px); } } + .animated-bounce { -webkit-animation: bounce 3s infinite; animation: bounce 3s infinite; @@ -1076,12 +1195,15 @@ body { max-width: 100%; background: #f4f4f4; } + .main .slider-conter { display: none; } + .main .main-inner { padding-top: 100px; } + .main .content-half { position: relative; float: left; @@ -1091,6 +1213,7 @@ body { background-size: cover; background-position: center center; } + .main .content-half .background-color { position: absolute; top: 0; @@ -1098,6 +1221,7 @@ body { left: 0; bottom: 0; } + .main .content-half .inner { position: absolute; top: 0; @@ -1110,52 +1234,65 @@ body { line-height: 1.45; color: white; } + .main .content-half .light-background { color: black; } + .main .content-half .align-middle { display: table; table-layout: fixed; width: 100%; height: 100%; } + .main .content-half .content { display: table-cell; vertical-align: middle; padding: 45px; } + .main .content-half a { text-decoration: underline; color: black; } + .main .content-half a:hover { text-decoration: none; } + .main .content-half .custom-btn { text-decoration: none; color: white; } + .main .content-half .dark-background a { color: white; } + .main .content-half .dark-background .custom-btn { color: black; background-color: white; } + .main .content-half .dark-background .custom-btn:hover { background-color: rgba(255, 255, 255, 0.8); } + .public .main .content-half .dark-background .custom-btn-disabled { color: white; background-color: #cccccc; } + @media screen and (min-width: 501px) { .blog-list-page.editmode .main .article.article-total-6, .blog-list-page.editmode .main .new-article.article-total-6 { width: 16.6666666667%; } } -.blog-list-page .main, .front-page .main { + +.blog-list-page .main, +.front-page .main { height: 100%; min-height: 0; font-size: 0; @@ -1168,8 +1305,10 @@ body { position: relative; overflow-y: hidden; } + .blog-list-page .main .article, -.blog-list-page .main .new-article, .front-page .main .article, +.blog-list-page .main .new-article, +.front-page .main .article, .front-page .main .new-article { font-size: 18px; line-height: 1.45; @@ -1191,50 +1330,65 @@ body { border: 0; background-color: transparent; } + .blog-list-page .main .article:focus, -.blog-list-page .main .new-article:focus, .front-page .main .article:focus, +.blog-list-page .main .new-article:focus, +.front-page .main .article:focus, .front-page .main .new-article:focus { outline: none; } + @media screen and (min-width: 501px) { .blog-list-page .main .article.article-total-0, .blog-list-page .main .article.article-total-1, .blog-list-page .main .new-article.article-total-0, - .blog-list-page .main .new-article.article-total-1, .front-page .main .article.article-total-0, .front-page .main .article.article-total-1, + .blog-list-page .main .new-article.article-total-1, + .front-page .main .article.article-total-0, + .front-page .main .article.article-total-1, .front-page .main .new-article.article-total-0, .front-page .main .new-article.article-total-1 { width: 100%; } } + @media screen and (min-width: 501px) { .blog-list-page .main .article.article-total-2, - .blog-list-page .main .new-article.article-total-2, .front-page .main .article.article-total-2, + .blog-list-page .main .new-article.article-total-2, + .front-page .main .article.article-total-2, .front-page .main .new-article.article-total-2 { width: 50%; } } + @media screen and (min-width: 501px) { .blog-list-page .main .article.article-total-3, - .blog-list-page .main .new-article.article-total-3, .front-page .main .article.article-total-3, + .blog-list-page .main .new-article.article-total-3, + .front-page .main .article.article-total-3, .front-page .main .new-article.article-total-3 { width: 33.3%; } } + @media screen and (min-width: 501px) { .blog-list-page .main .article.article-total-4, - .blog-list-page .main .new-article.article-total-4, .front-page .main .article.article-total-4, + .blog-list-page .main .new-article.article-total-4, + .front-page .main .article.article-total-4, .front-page .main .new-article.article-total-4 { width: 25%; } } + @media screen and (min-width: 501px) { .blog-list-page .main .article.article-total-5, - .blog-list-page .main .new-article.article-total-5, .front-page .main .article.article-total-5, + .blog-list-page .main .new-article.article-total-5, + .front-page .main .article.article-total-5, .front-page .main .new-article.article-total-5 { width: 20%; } } + .blog-list-page .main .article .link, -.blog-list-page .main .new-article .link, .front-page .main .article .link, +.blog-list-page .main .new-article .link, +.front-page .main .article .link, .front-page .main .new-article .link { display: block; position: absolute; @@ -1252,8 +1406,10 @@ body { box-sizing: border-box; text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); } + .blog-list-page .main .article .article-bg-color, -.blog-list-page .main .new-article .article-bg-color, .front-page .main .article .article-bg-color, +.blog-list-page .main .new-article .article-bg-color, +.front-page .main .article .article-bg-color, .front-page .main .new-article .article-bg-color { position: absolute; top: 0; @@ -1263,16 +1419,20 @@ body { z-index: 4; background: #2b2b2b; } + .blog-list-page .main .article .article-inner, -.blog-list-page .main .new-article .article-inner, .front-page .main .article .article-inner, +.blog-list-page .main .new-article .article-inner, +.front-page .main .article .article-inner, .front-page .main .new-article .article-inner { height: 100%; overflow: hidden; position: relative; z-index: 5; } + .blog-list-page .main .article .article-inner:after, -.blog-list-page .main .new-article .article-inner:after, .front-page .main .article .article-inner:after, +.blog-list-page .main .new-article .article-inner:after, +.front-page .main .article .article-inner:after, .front-page .main .new-article .article-inner:after { content: ""; display: block; @@ -1287,8 +1447,10 @@ body { background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.3) 100%); } + .blog-list-page .main .article .article-content, -.blog-list-page .main .new-article .article-content, .front-page .main .article .article-content, +.blog-list-page .main .new-article .article-content, +.front-page .main .article .article-content, .front-page .main .new-article .article-content { position: absolute; left: 30px; @@ -1296,30 +1458,40 @@ body { bottom: 50px; z-index: 10; } + .blog-list-page .main .article .article-content .hide-article-date, -.blog-list-page .main .new-article .article-content .hide-article-date, .front-page .main .article .article-content .hide-article-date, +.blog-list-page .main .new-article .article-content .hide-article-date, +.front-page .main .article .article-content .hide-article-date, .front-page .main .new-article .article-content .hide-article-date { display: none; } + .blog-list-page .main .article img, -.blog-list-page .main .new-article img, .front-page .main .article img, +.blog-list-page .main .new-article img, +.front-page .main .article img, .front-page .main .new-article img { display: none; } + .blog-list-page .main .article h2, -.blog-list-page .main .new-article h2, .front-page .main .article h2, +.blog-list-page .main .new-article h2, +.front-page .main .article h2, .front-page .main .new-article h2 { margin: 0; padding: 0; color: white; } + .blog-list-page .main .article .article-date, -.blog-list-page .main .new-article .article-date, .front-page .main .article .article-date, +.blog-list-page .main .new-article .article-date, +.front-page .main .article .article-date, .front-page .main .new-article .article-date { font-size: 12px; padding-top: 8px; } -.blog-list-page .main .article:before, .front-page .main .article:before { + +.blog-list-page .main .article:before, +.front-page .main .article:before { content: ""; display: block; position: absolute; @@ -1330,14 +1502,18 @@ body { background: rgba(0, 0, 0, 0.05); z-index: 1; } -.blog-list-page .main .main-inner, .front-page .main .main-inner { + +.blog-list-page .main .main-inner, +.front-page .main .main-inner { padding-bottom: 85px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; background-color: rgba(43, 43, 43, 0.9); } -.blog-list-page .main .scroller-arrow, .front-page .main .scroller-arrow { + +.blog-list-page .main .scroller-arrow, +.front-page .main .scroller-arrow { display: none; height: 94px; width: 80px; @@ -1347,13 +1523,18 @@ body { right: 0; z-index: 100; } -.blog-list-page .main .scroller-arrow span, .front-page .main .scroller-arrow span { + +.blog-list-page .main .scroller-arrow span, +.front-page .main .scroller-arrow span { position: relative; height: 100%; width: 100%; display: block; } -.blog-list-page .main .scroller-arrow span:before, .blog-list-page .main .scroller-arrow span:after, .front-page .main .scroller-arrow span:before, .front-page .main .scroller-arrow span:after { + +.blog-list-page .main .scroller-arrow span:before, .blog-list-page .main .scroller-arrow span:after, +.front-page .main .scroller-arrow span:before, +.front-page .main .scroller-arrow span:after { display: block; content: ""; position: absolute; @@ -1363,36 +1544,49 @@ body { left: 30px; border-radius: 2px; } -.blog-list-page .main .scroller-arrow span:before, .front-page .main .scroller-arrow span:before { + +.blog-list-page .main .scroller-arrow span:before, +.front-page .main .scroller-arrow span:before { top: 36px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } -.blog-list-page .main .scroller-arrow span:after, .front-page .main .scroller-arrow span:after { + +.blog-list-page .main .scroller-arrow span:after, +.front-page .main .scroller-arrow span:after { top: 57px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } -.blog-list-page .main:hover .article:before, .front-page .main:hover .article:before { + +.blog-list-page .main:hover .article:before, +.front-page .main:hover .article:before { background: rgba(0, 0, 0, 0.1); } -.blog-list-page .main:hover .article:hover:before, .front-page .main:hover .article:hover:before { + +.blog-list-page .main:hover .article:hover:before, +.front-page .main:hover .article:hover:before { background: none; } + .main .content-wrap { padding: 30px 0 0; } + .content-page .main .content { padding: 40px 0 70px; } + .main .content p:first-child { margin-top: 0; } + .main .content-header { margin-bottom: 24px; } + .main .content-header h1, .main .content-header h2, .main .content-header h3 { @@ -1413,9 +1607,11 @@ body { word-break: break-word; word-wrap: break-word; } + .formatted:empty { display: none; } + .formatted h1:first-child, .formatted h2:first-child, .formatted h3:first-child, @@ -1442,6 +1638,7 @@ body { .formatted .edy-positionable-container-maxwidth:first-child { margin-top: 0; } + .formatted h1:last-child, .formatted h2:last-child, .formatted h3:last-child, @@ -1468,19 +1665,24 @@ body { .formatted .edy-positionable-container-maxwidth:last-child { margin-bottom: 0; } + .formatted a { color: rgba(0, 0, 0, 0.43); text-decoration: none; } + .formatted a:hover:not(.post-nav-link) { color: black; } + .dark-background .formatted a { color: rgba(255, 255, 255, 0.43); } + .dark-background .formatted a:hover:not(.post-nav-link) { color: white; } + .formatted pre, .formatted code, .formatted iframe, @@ -1492,30 +1694,38 @@ body { word-break: normal; word-wrap: normal; } + .formatted ul, .formatted ol { margin: 15px 0; padding-left: 35px; list-style-type: disc; } + .formatted ol { list-style-type: decimal; } + .formatted li { padding-left: 3px; } + .formatted pre, .formatted .embed-container, -.formatted .table-container, .editmode .formatted table { +.formatted .table-container, +.editmode .formatted table { margin-top: 20px; margin-bottom: 20px; } + .formatted span[style*="font-size"] { line-height: 1.7em; } + .formatted iframe { max-width: 100%; } + .formatted .overthrow { overflow: auto; -webkit-overflow-scrolling: touch; @@ -1525,14 +1735,17 @@ body { .new-article, .new-article h3 { color: white; } + .new-article .tbl { width: 100%; height: 100%; } + .new-article .tbl-cell { height: 100%; vertical-align: middle; } + .new-article .new-article-inner { display: inline-block; width: 100%; @@ -1544,12 +1757,15 @@ body { box-sizing: border-box; background: url("../images/new_article.png") no-repeat center top; } + .svg .new-article .new-article-inner { background: none; } + .new-article .new-article-inner svg { display: none; } + .svg .new-article .new-article-inner svg { display: block; position: absolute; @@ -1557,6 +1773,7 @@ body { top: 0; margin-left: -36px; } + .new-article .new-article-inner h3, .new-article .new-article-inner h4, .new-article .new-article-inner h5, @@ -1564,10 +1781,12 @@ body { margin: 0; padding: 0; } + .new-article:hover { color: white; opacity: 1; } + .new-article:hover .new-article-inner { opacity: 0.5; } @@ -1581,6 +1800,7 @@ body { word-wrap: break-word; text-align: center; } + .post-header .post-date { display: block; font-weight: normal; @@ -1588,9 +1808,11 @@ body { color: #818181; padding-top: 10px; } + .post-header .hide-article-date { display: none; } + .post-header .hide-article-date:before { padding-bottom: 20px; } @@ -1602,13 +1824,16 @@ body { .post-tags { padding-top: 20px; } + .post-tags ul { margin: 0; padding: 0; } + .post-tags ul li { display: inline-block; } + .post-tags ul a { display: inline-block; background: #818181; @@ -1622,27 +1847,33 @@ body { .post-bottom { padding: 20px 0 0; } + .post-bottom.hide-article-comments { display: none; } + .post-bottom .left, .post-bottom .right { width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; } + .post-bottom .left { float: left; padding-right: 5%; } + .post-bottom .left-wide { float: none; padding-right: 0; width: 100%; } + .post-bottom .right { float: right; padding-left: 5%; } + .post-bottom h2 { margin: 25px 0 20px; padding: 0; @@ -1666,10 +1897,12 @@ body { height: 100%; width: 100%; } + .post-cover .tbl { width: 100%; height: 100%; } + .post-cover .post-cover-inner { display: table-cell; vertical-align: middle; @@ -1679,9 +1912,11 @@ body { background-position: center center; background-repeat: no-repeat; } + .post-cover .post-cover-inner.active { border: none; } + .post-cover .post-cover-inner .edy-img-drop-area-placeholder { color: #818181; padding: 20px; @@ -1710,12 +1945,15 @@ body { padding-bottom: 20px; color: currentColor; } + .post-nav-link:hover .post-nav-direction { opacity: 1; } + .post-nav-link:hover .post-nav-title { opacity: 1; } + @media screen and (max-width: 600px) { .post-nav-link:nth-child(2)::before { position: absolute; @@ -1731,6 +1969,7 @@ body { opacity: .2; } } + @media screen and (max-width: 600px) { .post-nav-link { text-align: center; @@ -1769,21 +2008,26 @@ body { min-height: 30px; padding-bottom: 10px; } + .comment-form .comment-form-toggler { font-weight: bold; font-size: 13px; } + .comment-form .form_field, .comment-form .edy-fe-field { margin-bottom: 10px; } + .comment-form .comment-name-field, .comment-form .comment-email-field { width: 100%; } + .comment-form .comment-name-field input, .comment-form .comment-email-field input { width: 100% !important; } + .comment-form h2 { padding-left: 10px; } @@ -1794,6 +2038,7 @@ body { font-size: 14px; padding-bottom: 15px; } + .comment .comment-info { font-size: 10px; padding-top: 5px; @@ -1801,6 +2046,7 @@ body { height: 23px; line-height: 2.3; } + .comment .comment-info .edy-site-btn-removecomment { vertical-align: -2px; } @@ -1812,21 +2058,26 @@ body { z-index: 200; min-height: 65px; } -.blog-list-page .footer, .front-page .footer { + +.blog-list-page .footer, +.front-page .footer { position: absolute; bottom: 0; left: 0; right: 0; } + .footer .inner { display: table; border-collapse: collapse; border: none; margin: 0 auto; } + .footer .row { display: table-row; } + .footer .footer-content { height: 35px; vertical-align: middle; @@ -1837,33 +2088,41 @@ body { line-height: 1.4; padding: 15px 0; } + .footer .tbl-cell { vertical-align: top; } + .footer .formatted { display: inline-block; vertical-align: top; min-width: 100px; margin-right: 17px; } + .footer .formatted:empty { display: none; } + .footer .voog-reference { display: inline-block; vertical-align: middle; } + .footer .voog-reference a { display: block; padding-top: 1px; } + .footer .voog-reference svg { fill: #333; } + .footer .tbl { margin: 0 auto; text-align: center; } + .footer .wrap { max-width: none; text-align: center; @@ -1874,6 +2133,7 @@ body { color: inherit; text-decoration: none; } + .lang-flag:before, .lang-flag:after { position: absolute; top: 0; @@ -1883,9 +2143,11 @@ body { height: 15px; content: ''; } + .flags-disabled .lang-flag:before, .flags-disabled .lang-flag:after { display: none; } + .lang-flag:after { background-position: -189px -60px; } @@ -1910,9 +2172,11 @@ body { -webkit-box-sizing: border-box; box-sizing: border-box; } + .no-boxshadow .lang-flag::after { border: 1px solid #eeeeee; } + .backgroundsize.svg .lang-flag::after { background-image: url("../assets/ico-flags.svg"); } @@ -2184,6 +2448,7 @@ body { z-index: 200; padding-right: 20px; } + @media screen and (max-width: 500px), screen and (max-height: 325px) { .lang-menu { padding-right: 15px; @@ -2196,34 +2461,42 @@ body { vertical-align: middle; white-space: nowrap; } + .header .lang-menu-btn { display: none; } + @media screen and (max-width: 500px), screen and (max-height: 325px) { .header .lang-menu-btn { display: block; } } + .flags-enabled .lang-menu-btn { width: 21px; height: 15px; } + .flags-enabled .lang-menu-btn .lang-title { display: none; } + .lang-menu-btn .lang-flag:before, .lang-menu-btn .lang-flag:after { top: 0; left: 0; } + .lang-menu-btn .ico-popover-toggle { position: relative; top: -1px; display: inline-block; font-size: 7.2px; } + .flags-enabled .lang-menu-btn .ico-popover-toggle { display: none; } + .lang-menu-btn.open .ico-popover-toggle { top: -1px; -webkit-transform: rotate(180deg); @@ -2245,6 +2518,7 @@ body { -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ; } + @media screen and (max-width: 500px), screen and (max-height: 325px) { .lang-menu-popover { top: 22px; @@ -2253,56 +2527,69 @@ body { left: auto; } } + .no-boxshadow .lang-menu-popover { border: 1px solid #eeeeee; } + .editmode .lang-menu-popover { padding-bottom: 0; } + .lang-menu-popover li { display: block; font-size: 12px; text-align: left; } + @media screen and (max-width: 500px), screen and (max-height: 325px) { .lang-menu-popover li { text-align: right; } } + .lang-menu-popover li.add-lang-btn { padding: 10px 18px; } + .lang-menu-popover a.lang-flag { position: relative; display: block; padding: 6px 13px 5px 40px; } + @media screen and (max-width: 500px), screen and (max-height: 325px) { .lang-menu-popover a.lang-flag { padding: 6px 40px 5px 13px; } } + .lang-menu-popover a.lang-flag:before, .lang-menu-popover a.lang-flag:after { top: 4px; left: 12px; } + @media screen and (max-width: 500px), screen and (max-height: 325px) { .lang-menu-popover a.lang-flag:before, .lang-menu-popover a.lang-flag:after { left: auto; right: 5px; } } + .lang-menu-popover a.lang-flag.active, .lang-menu-popover a.lang-flag:hover { background-color: #cccccc; } + .lang-menu-popover a.lang-flag:hover { background-color: #cccccc; background-color: rgba(204, 204, 204, 0.5); } + .lang-menu-popover a.edy-menu-langadd { display: inline-block; padding: 5px; } + .flags-disabled .lang-menu-popover a.lang-flag { padding: 6px 13px 5px; } @@ -2315,24 +2602,30 @@ body { font-size: 11px; line-height: 1.1; } + .lang-options .option-btn { font-size: 11px; line-height: 1.1; color: #818181; } + .lang-options .option-btn:hover { color: black; } + .lang-options .option-btn::-moz-focus-inner { padding: 0; border: none; } + .lang-options .option-btn:focus { outline: none; } + .flags-disabled .lang-options .option-btn .disable-text { display: none; } + .flags-enabled .lang-options .option-btn .enable-text { display: none; } @@ -2351,11 +2644,13 @@ body { margin-top: 20px; margin-bottom: 20px; } + .edy-positionable-container-left-block:first-child, .edy-positionable-container-right-block:first-child, .edy-positionable-container-center-block:first-child { margin-top: 0; } + .edy-positionable-container-left-block:last-child, .edy-positionable-container-right-block:last-child, .edy-positionable-container-center-block:last-child { @@ -2391,7 +2686,6 @@ body { margin-left: 0; margin-right: 0; } - .post-bottom { padding-top: 20px; } @@ -2406,13 +2700,13 @@ body { margin-top: 20px; } } + @media screen and (max-width: 500px), screen and (max-height: 325px) { html, body { font-size: 16px; line-height: 1.75; } - body { min-width: 300px; } @@ -2424,31 +2718,24 @@ body { overflow: hidden; width: 100%; } - .holder { height: auto; } - h1 { font-size: 36px; } - h2 { font-size: 22px; } - h3, h4, h5, h6 { font-size: 18px; } - iframe { max-width: 100%; } - .wrap { padding: 0 25px; } - .header { min-width: 150px; -webkit-transition: none !important; @@ -2503,22 +2790,18 @@ body { .header .main-menu-toggler:after { top: 23px; } - .front-page .site-title, .site-title { font-size: 18px; padding: 10px 45px 8px 15px !important; } - .search-holder { height: 40px; width: 40px; } - .search-toggler { height: 40px; width: 40px; } - .main-menu { -webkit-transition: none !important; -o-transition: none !important; @@ -2577,7 +2860,6 @@ body { .main-menu ul a:hover, .main-menu ul a.active { color: white; } - .sub-menu { text-align: left; padding: 0 25px; @@ -2613,7 +2895,6 @@ body { text-transform: uppercase; color: black !important; } - .main .slider-counter { display: block; height: 10px; @@ -2694,7 +2975,6 @@ body { .main .content-wrap { padding: 15px 0 0; } - .front-page .footer { position: static; left: auto; @@ -2711,7 +2991,6 @@ body { .footer .lang-menu-wrap { display: none; } - .lang-menu-btn-holder { position: absolute; display: block; @@ -2727,7 +3006,6 @@ body { color: white; white-space: nowrap; } - .mobile-lang-menu-open .lang-menu-holder { display: block; position: fixed; @@ -2797,7 +3075,6 @@ body { color: white; color: rgba(255, 255, 255, 0.8); } - .mobile-dialog-close { position: absolute; top: 0; @@ -2832,7 +3109,6 @@ body { .edy-checkout-button-visible .mobile-dialog-close { top: 41px; } - .search-visible .search-container { display: block; position: fixed; @@ -2850,7 +3126,6 @@ body { .edy-checkout-button-visible .search-container { top: 81px; } - .search { width: auto; height: 40px; @@ -2873,7 +3148,6 @@ body { height: 40px; width: 40px; } - .search-visible .search-toggler { display: block; background: none !important; @@ -2906,7 +3180,6 @@ body { -ms-transform: rotate(-45deg); transform: rotate(-45deg); } - .search-results { position: fixed; top: 80px; @@ -2925,7 +3198,6 @@ body { .edy-checkout-button-visible .search-results { top: 121px; } - .form_field_textfield, .form_field_textarea, .form_field_select, @@ -2933,6 +3205,7 @@ body { width: 100% !important; } } + .svg-spritesheet { display: none; } @@ -2952,6 +3225,7 @@ body { margin-right: 40px; } } + @media screen and (min-width: 641px) { .item-page .content-body { -webkit-box-flex: 1; @@ -2959,6 +3233,7 @@ body { flex: 1; } } + .intro-content { padding-bottom: 50px; } @@ -2974,6 +3249,7 @@ body { margin-left: -10px; } } + @media screen and (min-width: 641px) { .content-item-boxes { padding-bottom: 80px; @@ -2981,6 +3257,7 @@ body { margin-left: -15px; } } + .items-body { margin-bottom: 30px; } @@ -2992,6 +3269,7 @@ body { display: flex; } } + @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); @@ -3002,6 +3280,7 @@ body { transform: rotate(359deg); } } + @keyframes rotation { from { -webkit-transform: rotate(0deg); @@ -3012,6 +3291,7 @@ body { transform: rotate(359deg); } } + .loader { position: absolute; top: 50%; @@ -3108,12 +3388,14 @@ body { .content-item-box { color: rgba(0, 0, 0, 0.8); } + .item-list-page .content-item-box { padding-top: 15px; padding-bottom: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; } + @media screen and (max-width: 320px) { .item-list-page .content-item-box { display: block; @@ -3121,12 +3403,14 @@ body { padding-left: 10px; } } + @media screen and (min-width: 321px) { .item-list-page .content-item-box { display: inline-block; vertical-align: top; } } + @media screen and (min-width: 321px) and (max-width: 768px) { .item-list-page .content-item-box { width: 50%; @@ -3134,6 +3418,7 @@ body { padding-left: 10px; } } + @media screen and (min-width: 769px) { .item-list-page .content-item-box { width: 33.3%; @@ -3141,19 +3426,24 @@ body { padding-left: 15px; } } + @media screen and (min-width: 640px) and (max-width: 768px) { .item-list-page .content-item-box { padding-right: 15px; padding-left: 15px; } } + .content-illustrations .content-item-box { margin-bottom: 40px; } + .content-item-box .top-inner { opacity: 1; } -.editmode .content-item-box .top-inner::after, .item-list-page .content-item-box .top-inner::after { + +.editmode .content-item-box .top-inner::after, +.item-list-page .content-item-box .top-inner::after { position: absolute; top: 0; right: 0; @@ -3167,7 +3457,9 @@ body { -o-transition: opacity .5s; transition: opacity .5s; } -.editmode .content-item-box:hover .top-inner::after, .item-list-page .content-item-box:hover .top-inner::after { + +.editmode .content-item-box:hover .top-inner::after, +.item-list-page .content-item-box:hover .top-inner::after { opacity: .2; } @@ -3175,12 +3467,14 @@ body { position: relative; position: relative; } + .item-top::before { display: block; width: 100%; padding-top: 100%; content: ''; } + .item-top > .aspect-ratio-inner { position: absolute; top: 0; @@ -3188,10 +3482,12 @@ body { bottom: 0; left: 0; } + .item-top:hover .btn, .item-top:hover .edy-img-drop-area-remove-image { opacity: 1; } + .item-top .btn { padding: 0; background-color: rgba(0, 102, 187, 0.3); @@ -3201,9 +3497,11 @@ body { -o-transition: background-color .5s, opacity .5s; transition: background-color .5s, opacity .5s; } + .item-top .btn:hover { background-color: #0066bb; } + .item-top .bg-crop-btn { height: 45px; width: 45px; @@ -3217,15 +3515,20 @@ body { border-radius: 100%; color: white; } + .item-top .bg-crop-btn:focus { outline: 0; } + .item-top .bg-crop-btn.is-visible { display: block; } -.item-top .bg-crop-btn.is-hidden, .without-image .item-top .bg-crop-btn { + +.item-top .bg-crop-btn.is-hidden, +.without-image .item-top .bg-crop-btn { display: none; } + .item-top .edy-img-drop-area-remove-image { height: 45px; width: 45px; @@ -3240,13 +3543,16 @@ body { -o-transition: background-color .5s, opacity .5s; transition: background-color .5s, opacity .5s; } + .item-top .edy-img-drop-area-remove-image:hover { background-color: #0066bb; } + .item-top .edy-img-drop-area-remove-image-ico { margin-top: -10px; margin-left: -8px; } + .item-top .top-inner { -webkit-hyphens: auto; -ms-hyphens: auto; @@ -3267,66 +3573,82 @@ body { line-height: 1.2; text-align: center; } + .public .item-top .top-inner { overflow: hidden; } + .public .item-top .top-inner .image-landscape.not-cropped { width: 100%; height: auto; max-width: 100%; } + .public .item-top .top-inner .image-landscape.is-cropped { width: auto; height: 100%; } + .public .item-top .top-inner .image-portrait.not-cropped { width: auto; height: 100%; max-height: 100%; } + .public .item-top .top-inner .image-portrait.is-cropped { width: 100%; height: auto; } + .public .item-top .top-inner .image-square { width: 100%; height: auto; } + .with-image .item-top .top-inner { background-color: rgba(0, 0, 0, 0.05); border: 0; } + .without-image .item-top .top-inner { border-color: rgba(0, 0, 0, 0.1); border-style: solid; border-width: 1px; } + .dark-background .without-image .item-top .top-inner { border-color: rgba(255, 255, 255, 0.1); } + .item-top .top-inner .item-placeholder { padding: .5em; } + .item-top .image-drop-area { background-position: center !important; background-repeat: no-repeat; } + .item-top .image-drop-area.not-cropped { background-size: contain; } + .item-top .image-drop-area:not(.active) { border-color: rgba(0, 0, 0, 0.4); border-style: dashed; border-width: 1px; } + .item-top .image-drop-area:not(.active):hover { border-style: solid; } + @media screen and (max-width: 640px) { .item-top .image-drop-area .edy-img-drop-area-placeholder { font-size: 13px; } } + @media screen and (min-width: 641px) { .item-top .image-drop-area .edy-img-drop-area-placeholder { font-size: 16px; @@ -3342,13 +3664,16 @@ body { margin-top: 0; margin-bottom: 0; } + .item-title .item-link { color: inherit !important; font-weight: 700 !important; } + .item-title .item-link:hover { opacity: .7; } + .content-item-box > .item-title { margin-top: 15px; font-weight: 700; @@ -3358,6 +3683,7 @@ body { .item-page .content-header { margin-bottom: 20px; } + .item-page .content-header .content-item-title h1 { text-align: left; } @@ -3386,34 +3712,43 @@ body { padding: 0 0 70px; } } + .menu-horizontal { padding-left: 0 !important; } + .menu-horizontal .menu-separator { opacity: .36; font-size: 12px; } + .menu-horizontal .menu-separator:first-child { display: none; } + .menu-horizontal.menu-breadcrumbs { line-height: 16px; } + .menu-horizontal.menu-breadcrumbs .menu-item { padding-left: 0; } + .menu-horizontal.menu-breadcrumbs .menu-item a { color: #000; opacity: .43; } + .menu-horizontal.menu-breadcrumbs .menu-item a:hover { color: #000; opacity: 1; } + .menu-horizontal.menu-breadcrumbs .current.menu-item a { color: #000; opacity: 1; } + .menu-horizontal .menu-item { display: inline-block; font-size: 11px; @@ -3426,6 +3761,7 @@ body { .menu-item-cms { margin-left: 10px; } + .menu-item-cms.float-right { float: right; } diff --git a/yarn.lock b/yarn.lock index 37562f8..88e2f79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,30 @@ # yarn lockfile v1 +"@types/minimatch@^3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" + integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== + abbrev@1: version "1.1.0" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f" +ajv@^6.12.3: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +amdefine@>=0.0.4: + version "1.0.1" + resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" + integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= + ansi-escapes@^1.1.0: version "1.4.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" @@ -14,6 +34,16 @@ ansi-regex@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + +ansi-regex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" @@ -24,12 +54,32 @@ ansi-styles@^3.1.0: dependencies: color-convert "^1.9.0" +ansi-styles@^3.2.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +aproba@^1.0.3: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + archive-type@^3.0.0, archive-type@^3.0.1: version "3.2.0" resolved "https://registry.yarnpkg.com/archive-type/-/archive-type-3.2.0.tgz#9cd9c006957ebe95fadad5bd6098942a813737f6" dependencies: file-type "^3.1.0" +are-we-there-yet@~1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" + integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== + dependencies: + delegates "^1.0.0" + readable-stream "^2.0.6" + argparse@^1.0.2, argparse@^1.0.7: version "1.0.9" resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86" @@ -57,6 +107,11 @@ array-differ@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" +array-differ@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b" + integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg== + array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" @@ -67,6 +122,11 @@ array-union@^1.0.1: dependencies: array-uniq "^1.0.1" +array-union@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== + array-uniq@^1.0.0, array-uniq@^1.0.1, array-uniq@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" @@ -75,18 +135,41 @@ array-unique@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" +arrify@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" + integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== + +asn1@~0.2.3: + version "0.2.4" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" + integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== + dependencies: + safer-buffer "~2.1.0" + +assert-plus@1.0.0, assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= + async-each-series@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/async-each-series/-/async-each-series-1.1.0.tgz#f42fd8155d38f21a5b8ea07c28e063ed1700b138" -async@^0.9.0: - version "0.9.2" - resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" +async-foreach@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" + integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= async@^1.5.0, async@^1.5.2, async@~1.5.2: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= + autolinker@~0.15.0: version "0.15.3" resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-0.15.3.tgz#342417d8f2f3461b14cf09088d5edf8791dc9832" @@ -102,10 +185,27 @@ autoprefixer@^7.2.2: postcss "^6.0.14" postcss-value-parser "^3.2.3" +aws-sign2@~0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= + +aws4@^1.8.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" + integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== + balanced-match@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" +bcrypt-pbkdf@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= + dependencies: + tweetnacl "^0.14.3" + beeper@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/beeper/-/beeper-1.1.1.tgz#e6d5ea8c5dad001304a70b22638447f69cb2f809" @@ -243,6 +343,11 @@ camelcase@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" +camelcase@^5.0.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + caniuse-lite@^1.0.30000780: version "1.0.30000782" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000782.tgz#5b82b8c385f25348745c471ca51320afb1b7f254" @@ -251,6 +356,11 @@ capture-stack-trace@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d" +caseless@~0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= + caw@^1.0.1: version "1.2.0" resolved "https://registry.yarnpkg.com/caw/-/caw-1.2.0.tgz#ffb226fe7efc547288dc62ee3e97073c212d1034" @@ -286,6 +396,11 @@ chalk@^2.3.0: escape-string-regexp "^1.0.5" supports-color "^4.0.0" +chownr@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" + integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== + clap@^1.0.9: version "1.2.0" resolved "https://registry.yarnpkg.com/clap/-/clap-1.2.0.tgz#59c90fe3e137104746ff19469a27a634ff68c857" @@ -316,6 +431,15 @@ cliui@^3.2.0: strip-ansi "^3.0.1" wrap-ansi "^2.0.0" +cliui@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" + integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== + dependencies: + string-width "^3.1.0" + strip-ansi "^5.2.0" + wrap-ansi "^5.1.0" + clone-stats@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" @@ -360,6 +484,13 @@ colors@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" +combined-stream@^1.0.6, combined-stream@~1.0.6: + version "1.0.8" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== + dependencies: + delayed-stream "~1.0.0" + commander@~2.12.1: version "2.12.2" resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555" @@ -382,6 +513,11 @@ concat-stream@^1.4.1, concat-stream@^1.4.6, concat-stream@^1.4.7: readable-stream "^2.2.2" typedarray "^0.0.6" +console-control-strings@^1.0.0, console-control-strings@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= + console-stream@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/console-stream/-/console-stream-0.1.1.tgz#a095fe07b20465955f2fafd28b5d72bccd949d44" @@ -394,7 +530,7 @@ convert-source-map@^1.1.1: version "1.5.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5" -core-util-is@~1.0.0: +core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" @@ -404,12 +540,6 @@ create-error-class@^3.0.1: dependencies: capture-stack-trace "^1.0.0" -cross-spawn@^0.2.3: - version "0.2.9" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-0.2.9.tgz#bd67f96c07efb6303b7fe94c1e979f88478e0a39" - dependencies: - lru-cache "^2.5.0" - cross-spawn@^5.0.1: version "5.1.0" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" @@ -418,6 +548,15 @@ cross-spawn@^5.0.1: shebang-command "^1.2.0" which "^1.2.9" +cross-spawn@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + csso@~2.3.1: version "2.3.2" resolved "https://registry.yarnpkg.com/csso/-/csso-2.3.2.tgz#ddd52c587033f49e94b71fc55569f252e8ff5f85" @@ -431,11 +570,12 @@ currently-unhandled@^0.4.1: dependencies: array-find-index "^1.0.1" -dargs@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17" +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= dependencies: - number-is-nan "^1.0.0" + assert-plus "^1.0.0" dateformat@^2.0.0: version "2.0.0" @@ -454,7 +594,7 @@ debug@~2.2.0: dependencies: ms "0.7.1" -decamelize@^1.1.1, decamelize@^1.1.2: +decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" @@ -522,6 +662,16 @@ deep-extend@~0.4.0: version "0.4.2" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f" +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= + depd@~1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.1.tgz#5783b4e1c459f06fa5ca27f991f3d06e7a310359" @@ -532,6 +682,11 @@ detect-file@^0.1.0: dependencies: fs-exists-sync "^0.1.0" +detect-libc@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" + integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= + diff@^3.0.0: version "3.3.1" resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75" @@ -595,6 +750,14 @@ each-async@^1.0.0, each-async@^1.1.1: onetime "^1.0.0" set-immediate-shim "^1.0.0" +ecc-jsbn@~0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= + dependencies: + jsbn "~0.1.0" + safer-buffer "^2.1.0" + ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" @@ -603,12 +766,22 @@ electron-to-chromium@^1.3.28: version "1.3.28" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.28.tgz#8dd4e6458086644e9f9f0a1cf32e2a1f9dffd9ee" +emoji-regex@^7.0.1: + version "7.0.3" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" + integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + end-of-stream@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.0.tgz#7a90d833efda6cfa6eac0f4949dbb0fad3a63206" dependencies: once "^1.4.0" +env-paths@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== + error-ex@^1.2.0: version "1.3.1" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" @@ -702,12 +875,27 @@ extend@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" +extend@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + extglob@^0.3.1: version "0.3.2" resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" dependencies: is-extglob "^1.0.0" +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + +extsprintf@^1.2.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" + integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= + fancy-log@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.0.tgz#45be17d02bb9917d60ccffd4995c999e6c8c9948" @@ -715,6 +903,16 @@ fancy-log@^1.1.0: chalk "^1.1.1" time-stamp "^1.0.0" +fast-deep-equal@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-json-stable-stringify@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + faye-websocket@~0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4" @@ -727,6 +925,13 @@ fd-slicer@~1.0.1: dependencies: pend "~1.2.0" +fibers@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/fibers/-/fibers-5.0.0.tgz#3a60e0695b3ee5f6db94e62726716fa7a59acc41" + integrity sha512-UpGv/YAZp7mhKHxDvC1tColrroGRX90sSvh8RMZV9leo+e5+EkRVgCEZPlmXeo3BUNQTZxUaVdLskq1Q2FyCPg== + dependencies: + detect-libc "^1.0.3" + figures@^1.0.1, figures@^1.3.5: version "1.7.0" resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" @@ -787,6 +992,13 @@ find-up@^1.0.0: path-exists "^2.0.0" pinkie-promise "^2.0.0" +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== + dependencies: + locate-path "^3.0.0" + find-versions@^1.0.0: version "1.2.1" resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-1.2.1.tgz#cbde9f12e38575a0af1be1b9a2c5d5fd8f186b62" @@ -825,14 +1037,49 @@ for-own@^0.1.4: dependencies: for-in "^1.0.1" +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= + +form-data@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + fs-exists-sync@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add" +fs-minipass@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" + integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== + dependencies: + minipass "^3.0.0" + fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" +gauge@~2.7.3: + version "2.7.4" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" + integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= + dependencies: + 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" + gaze@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.2.tgz#847224677adb8870d679257ed3388fdb61e40105" @@ -843,6 +1090,11 @@ get-caller-file@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5" +get-caller-file@^2.0.1: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + get-proxy@^1.0.1: version "1.1.0" resolved "https://registry.yarnpkg.com/get-proxy/-/get-proxy-1.1.0.tgz#894854491bc591b0f147d7ae570f5c678b7256eb" @@ -861,6 +1113,13 @@ getobject@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/getobject/-/getobject-0.1.0.tgz#047a449789fa160d018f5486ed91320b6ec7885c" +getpass@^0.1.1: + version "0.1.7" + resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= + dependencies: + assert-plus "^1.0.0" + gifsicle@^3.0.0: version "3.0.4" resolved "https://registry.yarnpkg.com/gifsicle/-/gifsicle-3.0.4.tgz#f45cb5ed10165b665dc929e0e9328b6c821dfa3b" @@ -912,6 +1171,18 @@ glob@^5.0.3, glob@~5.0.0: once "^1.3.0" path-is-absolute "^1.0.0" +glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: + version "7.1.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + dependencies: + 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" + glob@^7.0.3, glob@^7.0.5, glob@~7.1.1: version "7.1.2" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" @@ -998,6 +1269,11 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.2: version "4.1.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" +graceful-fs@^4.2.3: + version "4.2.6" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" + integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== + "graceful-readlink@>= 1.0.0": version "1.0.1" resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" @@ -1055,16 +1331,6 @@ grunt-contrib-imagemin@^2.0.1: imagemin-optipng "^5.1.0" imagemin-svgo "^5.1.0" -grunt-contrib-sass@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/grunt-contrib-sass/-/grunt-contrib-sass-1.0.0.tgz#806838251cbc0e1a94d64d515cdd34cf674d701b" - dependencies: - async "^0.9.0" - chalk "^1.0.0" - cross-spawn "^0.2.3" - dargs "^4.0.0" - which "^1.0.5" - grunt-contrib-uglify@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.2.1.tgz#8458943eb6053badff829b6f0c9126b1ea624c4a" @@ -1145,6 +1411,11 @@ grunt-postcss@^0.9.0: diff "^3.0.0" postcss "^6.0.11" +grunt-sass@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/grunt-sass/-/grunt-sass-3.1.0.tgz#a5936cc2a80ec08092d9f31c101dc307d1e4f71c" + integrity sha512-90s27H7FoCDcA8C8+R0GwC+ntYD3lG6S/jqcavWm3bn9RiJTmSfOvfbFa1PXx4NbBWuiGQMLfQTj/JvvqT5w6A== + grunt@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.0.1.tgz#e8778764e944b18f32bb0f10b9078475c9dfb56b" @@ -1231,6 +1502,19 @@ gzip-size@^3.0.0: dependencies: duplexer "^0.1.1" +har-schema@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= + +har-validator@~5.1.3: + version "5.1.5" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" + integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== + dependencies: + ajv "^6.12.3" + har-schema "^2.0.0" + has-ansi@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" @@ -1247,6 +1531,11 @@ has-gulplog@^0.1.0: dependencies: sparkles "^1.0.0" +has-unicode@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= + homedir-polyfill@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc" @@ -1276,6 +1565,15 @@ http-parser-js@>=0.4.0: version "0.4.6" resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.6.tgz#195273f58704c452d671076be201329dd341dc55" +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + iconv-lite@0.4.13: version "0.4.13" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2" @@ -1435,6 +1733,11 @@ is-fullwidth-code-point@^1.0.0: dependencies: number-is-nan "^1.0.0" +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + is-gif@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-gif/-/is-gif-1.0.0.tgz#a6d2ae98893007bffa97a1d8c01d63205832097e" @@ -1517,6 +1820,11 @@ is-tar@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-tar/-/is-tar-1.0.0.tgz#2f6b2e1792c1f5bb36519acaa9d65c0d26fe853d" +is-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + is-url@^1.2.0: version "1.2.2" resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.2.tgz#498905a593bf47cc2d9e7f738372bbf7696c7f26" @@ -1555,6 +1863,11 @@ isobject@^2.0.0: dependencies: isarray "1.0.0" +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= + jpegtran-bin@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/jpegtran-bin/-/jpegtran-bin-3.2.0.tgz#f60ecf4ae999c0bdad2e9fbcdf2b6f0981e7a29b" @@ -1563,6 +1876,11 @@ jpegtran-bin@^3.0.0: bin-wrapper "^3.0.0" logalot "^2.0.0" +js-base64@^2.1.8: + version "2.6.4" + resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" + integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== + js-yaml@~3.5.2: version "3.5.5" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.5.5.tgz#0377c38017cabc7322b0d1fbcd25a491641f2fbe" @@ -1577,16 +1895,46 @@ js-yaml@~3.7.0: argparse "^1.0.7" esprima "^2.6.0" +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json-schema@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= + json-stable-stringify@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" dependencies: jsonify "~0.0.0" +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= + jsonify@~0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" +jsprim@^1.2.2: + version "1.4.1" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" + integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.2.3" + verror "1.10.0" + kind-of@^3.0.2: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" @@ -1619,6 +1967,16 @@ livereload-js@^2.2.0: version "2.2.2" resolved "https://registry.yarnpkg.com/livereload-js/-/livereload-js-2.2.2.tgz#6c87257e648ab475bc24ea257457edcc1f8d0bc2" +load-grunt-tasks@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/load-grunt-tasks/-/load-grunt-tasks-5.1.0.tgz#14894c27a7e34ebbef9937c39cc35c573cd04c1c" + integrity sha512-oNj0Jlka1TsfDe+9He0kcA1cRln+TMoTsEByW7ij6kyktNLxBKJtslCFEvFrLC2Dj0S19IWJh3fOCIjLby2Xrg== + dependencies: + arrify "^2.0.1" + multimatch "^4.0.0" + pkg-up "^3.1.0" + resolve-pkg "^2.0.0" + load-json-file@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" @@ -1629,6 +1987,14 @@ load-json-file@^1.0.0: pinkie-promise "^2.0.0" strip-bom "^2.0.0" +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + lodash._basecopy@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36" @@ -1724,6 +2090,11 @@ lodash@^3.10.1, lodash@~3.10.1: version "3.10.1" resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" +lodash@^4.0.0, lodash@^4.17.15: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + lodash@~4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.3.0.tgz#efd9c4a6ec53f3b05412429915c3e4824e4d25a4" @@ -1759,10 +2130,6 @@ lpad-align@^1.0.1: longest "^1.0.0" meow "^3.3.0" -lru-cache@^2.5.0: - version "2.7.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.7.3.tgz#6d4524e8b955f95d4f5b58851ce21dd72fb4e952" - lru-cache@^4.0.1: version "4.1.1" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.1.tgz#622e32e82488b49279114a4f9ecf45e7cd6bba55" @@ -1770,6 +2137,13 @@ lru-cache@^4.0.1: pseudomap "^1.0.2" yallist "^2.1.2" +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + make-dir@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.0.0.tgz#97a011751e91dd87cfadef58832ebb04936de978" @@ -1802,7 +2176,7 @@ media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" -meow@^3.1.0, meow@^3.3.0, meow@^3.5.0: +meow@^3.1.0, meow@^3.3.0, meow@^3.5.0, meow@^3.7.0: version "3.7.0" resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" dependencies: @@ -1841,10 +2215,22 @@ micromatch@^2.3.7: parse-glob "^3.0.4" regex-cache "^0.4.2" +mime-db@1.46.0: + version "1.46.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.46.0.tgz#6267748a7f799594de3cbc8cde91def349661cee" + integrity sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ== + mime-db@~1.30.0: version "1.30.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01" +mime-types@^2.1.12, mime-types@~2.1.19: + version "2.1.29" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.29.tgz#1d4ab77da64b91f5f72489df29236563754bb1b2" + integrity sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ== + dependencies: + mime-db "1.46.0" + mime-types@~2.1.15: version "2.1.17" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a" @@ -1865,12 +2251,44 @@ minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" +minimist@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + +minipass@^3.0.0: + version "3.1.3" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd" + integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== + dependencies: + yallist "^4.0.0" + +minizlib@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" + integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== + dependencies: + minipass "^3.0.0" + yallist "^4.0.0" + mkdirp@0.5.1, mkdirp@^0.5.0, mkdirp@~0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" dependencies: minimist "0.0.8" +mkdirp@^0.5.1: + version "0.5.5" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" + integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + dependencies: + minimist "^1.2.5" + +mkdirp@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + modernizr@^3.3.1: version "3.5.0" resolved "https://registry.yarnpkg.com/modernizr/-/modernizr-3.5.0.tgz#396a02231bdc54628bbde2c0813a8e884c7e8060" @@ -1888,6 +2306,17 @@ ms@0.7.1: version "0.7.1" resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098" +multimatch@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-4.0.0.tgz#8c3c0f6e3e8449ada0af3dd29efb491a375191b3" + integrity sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ== + dependencies: + "@types/minimatch" "^3.0.3" + array-differ "^3.0.0" + array-union "^2.1.0" + arrify "^2.0.1" + minimatch "^3.0.4" + multipipe@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-0.1.2.tgz#2a8f2ddf70eed564dff2d57f1e1a137d9f05078b" @@ -1898,10 +2327,60 @@ mute-stream@0.0.5: version "0.0.5" resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0" +nan@^2.13.2: + version "2.14.2" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" + integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== + +node-gyp@^7.1.0: + version "7.1.2" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.2.tgz#21a810aebb187120251c3bcec979af1587b188ae" + integrity sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ== + dependencies: + env-paths "^2.2.0" + glob "^7.1.4" + graceful-fs "^4.2.3" + nopt "^5.0.0" + npmlog "^4.1.2" + request "^2.88.2" + rimraf "^3.0.2" + semver "^7.3.2" + tar "^6.0.2" + which "^2.0.2" + +node-sass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-5.0.0.tgz#4e8f39fbef3bac8d2dc72ebe3b539711883a78d2" + integrity sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw== + dependencies: + async-foreach "^0.1.3" + chalk "^1.1.1" + cross-spawn "^7.0.3" + gaze "^1.0.0" + get-stdin "^4.0.1" + glob "^7.0.3" + lodash "^4.17.15" + meow "^3.7.0" + mkdirp "^0.5.1" + nan "^2.13.2" + node-gyp "^7.1.0" + npmlog "^4.0.0" + request "^2.88.0" + sass-graph "2.2.5" + stdout-stream "^1.4.0" + "true-case-path" "^1.0.2" + node-status-codes@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/node-status-codes/-/node-status-codes-1.0.0.tgz#5ae5541d024645d32a58fcddc9ceecea7ae3ac2f" +nopt@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" + integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== + dependencies: + abbrev "1" + nopt@~3.0.6: version "3.0.6" resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" @@ -1940,6 +2419,16 @@ npm-run-path@^2.0.0: dependencies: path-key "^2.0.0" +npmlog@^4.0.0, npmlog@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" + integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== + dependencies: + are-we-there-yet "~1.1.2" + console-control-strings "~1.1.0" + gauge "~2.7.3" + set-blocking "~2.0.0" + num2fraction@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" @@ -1948,6 +2437,11 @@ number-is-nan@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" +oauth-sign@~0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== + object-assign@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-2.1.1.tgz#43c36e5d569ff8e4816c4efa8be02d26967c18aa" @@ -2020,6 +2514,20 @@ p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" +p-limit@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== + dependencies: + p-limit "^2.0.0" + p-map@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" @@ -2028,6 +2536,11 @@ p-pipe@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9" +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + pako@~0.2.0: version "0.2.9" resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75" @@ -2065,6 +2578,11 @@ path-exists@^2.0.0: dependencies: pinkie-promise "^2.0.0" +path-exists@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + path-is-absolute@^1.0.0, path-is-absolute@~1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" @@ -2073,6 +2591,11 @@ path-key@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + path-type@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" @@ -2085,6 +2608,11 @@ pend@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= + pify@^2.0.0, pify@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" @@ -2103,6 +2631,13 @@ pinkie@^2.0.0: version "2.0.4" resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" +pkg-up@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" + integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== + dependencies: + find-up "^3.0.0" + plur@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/plur/-/plur-2.1.2.tgz#7482452c1a0f508e3e344eaec312c91c29dc655a" @@ -2158,10 +2693,25 @@ process-nextick-args@~1.0.6: version "1.0.7" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + pseudomap@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" +psl@^1.1.28: + version "1.8.0" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" + integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== + +punycode@^2.1.0, punycode@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + q@^1.1.2: version "1.5.0" resolved "https://registry.yarnpkg.com/q/-/q-1.5.0.tgz#dd01bac9d06d30e6f219aecb8253ee9ebdc308f1" @@ -2174,6 +2724,11 @@ qs@~5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/qs/-/qs-5.1.0.tgz#4d932e5c7ea411cca76a312d39a606200fd50cd9" +qs@~6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + randomatic@^1.1.3: version "1.1.7" resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c" @@ -2241,6 +2796,19 @@ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable string_decoder "~1.0.3" util-deprecate "~1.0.1" +readable-stream@^2.0.6: + version "2.3.7" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" + integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + dependencies: + 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.1.1" + util-deprecate "~1.0.1" + readable-stream@~1.1.9: version "1.1.14" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" @@ -2304,6 +2872,32 @@ replace-ext@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" +request@^2.88.0, request@^2.88.2: + version "2.88.2" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" + integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.3" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.5.0" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" @@ -2312,6 +2906,11 @@ require-main-filename@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== + requirejs@2.1.22: version "2.1.22" resolved "https://registry.yarnpkg.com/requirejs/-/requirejs-2.1.22.tgz#dd78fd2d34180c0d62c724b5b8aebc0664e0366f" @@ -2323,6 +2922,18 @@ resolve-dir@^0.1.0: expand-tilde "^1.2.2" global-modules "^0.2.3" +resolve-from@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== + +resolve-pkg@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-pkg/-/resolve-pkg-2.0.0.tgz#ac06991418a7623edc119084edc98b0e6bf05a41" + integrity sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ== + dependencies: + resolve-from "^5.0.0" + resolve@~1.1.0: version "1.1.7" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" @@ -2340,6 +2951,13 @@ rimraf@^2.2.6, rimraf@^2.5.1, rimraf@^2.5.4: dependencies: glob "^7.0.5" +rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + rimraf@~2.2.8: version "2.2.8" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582" @@ -2354,14 +2972,42 @@ rx-lite@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" +safe-buffer@^5.0.1, safe-buffer@^5.1.2: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" +safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sass-graph@2.2.5: + version "2.2.5" + resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.5.tgz#a981c87446b8319d96dce0671e487879bd24c2e8" + integrity sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag== + dependencies: + glob "^7.0.0" + lodash "^4.0.0" + scss-tokenizer "^0.2.3" + yargs "^13.3.2" + sax@~1.2.1: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" +scss-tokenizer@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1" + integrity sha1-jrBtualyMzOCTT9VMGQRSYR85dE= + dependencies: + js-base64 "^2.1.8" + source-map "^0.4.2" + seek-bzip@^1.0.3: version "1.0.5" resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.5.tgz#cfe917cb3d274bcffac792758af53173eb1fabdc" @@ -2386,7 +3032,14 @@ semver@^4.0.3: version "4.3.6" resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da" -set-blocking@^2.0.0: +semver@^7.3.2: + version "7.3.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97" + integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== + dependencies: + lru-cache "^6.0.0" + +set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" @@ -2400,10 +3053,22 @@ shebang-command@^1.2.0: dependencies: shebang-regex "^1.0.0" +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + shebang-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + signal-exit@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" @@ -2412,6 +3077,13 @@ source-map@0.5.x, source-map@^0.5.3, source-map@^0.5.7: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" +source-map@^0.4.2: + version "0.4.4" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" + integrity sha1-66T12pwNyZneaAMti092FzZSA2s= + dependencies: + amdefine ">=0.0.4" + source-map@^0.6.1, source-map@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" @@ -2446,6 +3118,21 @@ squeak@^1.0.0: console-stream "^0.1.1" lpad-align "^1.0.1" +sshpk@^1.7.0: + version "1.16.1" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" + integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== + dependencies: + 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" + jsbn "~0.1.0" + safer-buffer "^2.0.2" + tweetnacl "~0.14.0" + stat-mode@^0.2.0: version "0.2.2" resolved "https://registry.yarnpkg.com/stat-mode/-/stat-mode-0.2.2.tgz#e6c80b623123d7d80cf132ce538f346289072502" @@ -2454,6 +3141,13 @@ statuses@1: version "1.3.1" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" +stdout-stream@^1.4.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de" + integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== + dependencies: + readable-stream "^2.0.1" + stream-combiner2@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/stream-combiner2/-/stream-combiner2-1.1.1.tgz#fb4d8a1420ea362764e21ad4780397bebcb41cbe" @@ -2473,6 +3167,23 @@ string-width@^1.0.1, string-width@^1.0.2: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" +"string-width@^1.0.2 || 2": + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string-width@^3.0.0, string-width@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" + integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + dependencies: + emoji-regex "^7.0.1" + is-fullwidth-code-point "^2.0.0" + strip-ansi "^5.1.0" + string_decoder@~0.10.x: version "0.10.31" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" @@ -2483,12 +3194,33 @@ string_decoder@~1.0.3: dependencies: safe-buffer "~5.1.0" +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" dependencies: ansi-regex "^2.0.0" +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + +strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + strip-bom-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz#e7144398577d51a6bed0fa1994fa05f43fd988ee" @@ -2570,6 +3302,18 @@ tar-stream@^1.1.1: readable-stream "^2.0.0" xtend "^4.0.0" +tar@^6.0.2: + version "6.1.0" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83" + integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA== + dependencies: + chownr "^2.0.0" + fs-minipass "^2.0.0" + minipass "^3.0.0" + minizlib "^2.1.1" + mkdirp "^1.0.3" + yallist "^4.0.0" + temp-dir@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" @@ -2638,6 +3382,14 @@ to-absolute-glob@^0.1.1: dependencies: extend-shallow "^2.0.1" +tough-cookie@~2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" + integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== + dependencies: + psl "^1.1.28" + punycode "^2.1.1" + trim-newlines@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" @@ -2648,10 +3400,29 @@ trim-repeated@^1.0.0: dependencies: escape-string-regexp "^1.0.2" +"true-case-path@^1.0.2": + version "1.0.3" + resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d" + integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== + dependencies: + glob "^7.1.2" + tunnel-agent@^0.4.0: version "0.4.3" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + dependencies: + safe-buffer "^5.0.1" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= + type-is@~1.6.10: version "1.6.15" resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.15.tgz#cab10fb4909e441c82842eafe1ad646c81804410" @@ -2697,6 +3468,13 @@ unzip-response@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-1.0.2.tgz#b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe" +uri-js@^4.2.2: + version "4.4.1" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + dependencies: + punycode "^2.1.0" + uri-path@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/uri-path/-/uri-path-1.0.0.tgz#9747f018358933c31de0fccfd82d138e67262e32" @@ -2725,6 +3503,11 @@ uuid@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04" +uuid@^3.3.2: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + vali-date@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6" @@ -2736,6 +3519,15 @@ validate-npm-package-license@^3.0.1: spdx-correct "~1.0.0" spdx-expression-parse "~1.0.0" +verror@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= + dependencies: + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" + vinyl-assign@^1.0.1: version "1.2.1" resolved "https://registry.yarnpkg.com/vinyl-assign/-/vinyl-assign-1.2.1.tgz#4d198891b5515911d771a8cd9c5480a46a074a45" @@ -2813,18 +3605,37 @@ which-module@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" -which@^1.0.5, which@^1.2.12, which@^1.2.9: +which-module@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + +which@^1.2.12, which@^1.2.9: version "1.3.0" resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a" dependencies: isexe "^2.0.0" +which@^2.0.1, which@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + which@~1.2.1: version "1.2.14" resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5" dependencies: isexe "^2.0.0" +wide-align@^1.1.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== + dependencies: + string-width "^1.0.2 || 2" + wrap-ansi@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" @@ -2832,6 +3643,15 @@ wrap-ansi@^2.0.0: string-width "^1.0.1" strip-ansi "^3.0.1" +wrap-ansi@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + dependencies: + ansi-styles "^3.2.0" + string-width "^3.0.0" + strip-ansi "^5.0.0" + wrap-fn@^0.1.0: version "0.1.5" resolved "https://registry.yarnpkg.com/wrap-fn/-/wrap-fn-0.1.5.tgz#f21b6e41016ff4a7e31720dbc63a09016bdf9845" @@ -2850,10 +3670,28 @@ y18n@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" +y18n@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" + integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== + yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yargs-parser@^13.1.2: + version "13.1.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" + integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + yargs-parser@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a" @@ -2878,6 +3716,22 @@ yargs@7.0.2: y18n "^3.2.1" yargs-parser "^5.0.0" +yargs@^13.3.2: + version "13.3.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" + integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== + dependencies: + cliui "^5.0.0" + find-up "^3.0.0" + get-caller-file "^2.0.1" + require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" + string-width "^3.0.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^13.1.2" + yauzl@^2.2.1: version "2.8.0" resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.8.0.tgz#79450aff22b2a9c5a41ef54e02db907ccfbf9ee2"