Version Description
- 02-10-2019 =
- Tweak - Default values for CTA widget.
- Tweak - Display Flash Pro notice.
=
Download this release
Release Info
Developer | ThemeGrill |
Plugin | Flash Toolkit |
Version | 1.2.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.9 to 1.2.0
- assets/css/admin-rtl.css +1 -1
- assets/css/admin.css +1 -1
- assets/css/admin.scss +36 -0
- assets/js/admin/admin.min.js +1 -1
- assets/js/admin/enhanced-select.min.js +1 -1
- assets/js/admin/meta-boxes.min.js +1 -1
- assets/js/admin/sidebars.min.js +1 -1
- assets/js/admin/widgets.min.js +1 -1
- composer.lock +0 -1882
- flash-toolkit.php +184 -171
- includes/admin/class-flash-admin-notices.php +138 -1
- includes/class-flash-install.php +41 -9
- includes/widgets/class-flash-widget-cta.php +7 -7
- package-lock.json +0 -4906
- phpcs.xml +0 -52
- readme.txt +7 -3
- templates/content-widget-portfolio.php +0 -4
assets/css/admin-rtl.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
-
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 162px 5px 20px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-right:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:right}.flash_toolkit_options_panel input.button{width:auto;margin-right:8px}.flash_toolkit_options_panel select{float:right}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-left:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-right:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:right}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:right;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:right;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 9px 0 0}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;right:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-right:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}
|
1 |
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
+
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 162px 5px 20px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-right:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:right}.flash_toolkit_options_panel input.button{width:auto;margin-right:8px}.flash_toolkit_options_panel select{float:right}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-left:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-right:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:right}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:right;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:right;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 9px 0 0}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;right:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-right:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}.updated.pro-theme-notice{padding:20px 10px;position:relative}.updated.pro-theme-notice p{margin:0;padding:0}.updated.pro-theme-notice .notice-dismiss{position:absolute;text-decoration:none}.pro-theme-notice .pro-notice-heading{margin:0 0 10px}.pro-theme-notice p.pro-notice-message{margin:0 0 15px}.pro-theme-notice .ft-cta .dashicons{line-height:26px}.pro-theme-notice .ft-cta .cta-text{text-transform:uppercase}.pro-theme-notice code{display:inline-block}
|
assets/css/admin.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
-
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 162px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-left:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:left}.flash_toolkit_options_panel input.button{width:auto;margin-left:8px}.flash_toolkit_options_panel select{float:left}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-right:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-left:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:left}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:left;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:left;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 0 0 9px}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-left:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}
|
1 |
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
+
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 162px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-left:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:left}.flash_toolkit_options_panel input.button{width:auto;margin-left:8px}.flash_toolkit_options_panel select{float:left}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-right:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-left:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:left}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:left;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:left;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 0 0 9px}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-left:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}.updated.pro-theme-notice{padding:20px 10px;position:relative}.updated.pro-theme-notice p{margin:0;padding:0}.updated.pro-theme-notice .notice-dismiss{position:absolute;text-decoration:none}.pro-theme-notice .pro-notice-heading{margin:0 0 10px}.pro-theme-notice p.pro-notice-message{margin:0 0 15px}.pro-theme-notice .ft-cta .dashicons{line-height:26px}.pro-theme-notice .ft-cta .cta-text{text-transform:uppercase}.pro-theme-notice code{display:inline-block}
|
assets/css/admin.scss
CHANGED
@@ -542,3 +542,39 @@ img.tips {
|
|
542 |
line-height: 1.85em;
|
543 |
font-size: 14px;
|
544 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
542 |
line-height: 1.85em;
|
543 |
font-size: 14px;
|
544 |
}
|
545 |
+
|
546 |
+
/* Flash Pro notice */
|
547 |
+
.updated.pro-theme-notice {
|
548 |
+
padding: 20px 10px;
|
549 |
+
position: relative;
|
550 |
+
}
|
551 |
+
|
552 |
+
.updated.pro-theme-notice p {
|
553 |
+
margin: 0;
|
554 |
+
padding: 0;
|
555 |
+
}
|
556 |
+
|
557 |
+
.updated.pro-theme-notice .notice-dismiss {
|
558 |
+
position: absolute;
|
559 |
+
text-decoration: none;
|
560 |
+
}
|
561 |
+
|
562 |
+
.pro-theme-notice .pro-notice-heading {
|
563 |
+
margin: 0 0 10px;
|
564 |
+
}
|
565 |
+
|
566 |
+
.pro-theme-notice p.pro-notice-message {
|
567 |
+
margin: 0 0 15px;
|
568 |
+
}
|
569 |
+
|
570 |
+
.pro-theme-notice .ft-cta .dashicons {
|
571 |
+
line-height: 26px;
|
572 |
+
}
|
573 |
+
|
574 |
+
.pro-theme-notice .ft-cta .cta-text {
|
575 |
+
text-transform: uppercase;
|
576 |
+
}
|
577 |
+
|
578 |
+
.pro-theme-notice code {
|
579 |
+
display: inline-block;
|
580 |
+
}
|
assets/js/admin/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(t){t(document.body).on("init_tooltips",function(){var i={attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200};t(".tips, .help_tip, .flash-toolkit-help-tip").tipTip(i),t(".parent-tips").each(function(){t(this).closest("a, th").attr("data-tip",t(this).data("tip")).tipTip(i).css("cursor","help")})}).trigger("init_tooltips")});
|
assets/js/admin/enhanced-select.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(e){function n(){return{language:{errorLoading:function(){return flash_enhanced_select_params.i18n_searching},inputTooLong:function(e){var n=e.input.length-e.maximum;return 1===n?flash_enhanced_select_params.i18n_input_too_long_1:flash_enhanced_select_params.i18n_input_too_long_n.replace("%qty%",n)},inputTooShort:function(e){var n=e.minimum-e.input.length;return 1===n?flash_enhanced_select_params.i18n_input_too_short_1:flash_enhanced_select_params.i18n_input_too_short_n.replace("%qty%",n)},loadingMore:function(){return flash_enhanced_select_params.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?flash_enhanced_select_params.i18n_selection_too_long_1:flash_enhanced_select_params.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return flash_enhanced_select_params.i18n_no_matches},searching:function(){return flash_enhanced_select_params.i18n_searching}}}}function a(n){return n.id&&e(n.element).data("icon")?'<i class="fa '+e(n.element).data("icon")+'"></i> '+n.text:n.text}try{e(document.body).on("flash-enhanced-select-init",function(){e(":input.flash-enhanced-select-icons").filter(":not(.enhanced)").each(function(){var t=e.extend({minimumResultsForSearch:10,allowClear:!0,escapeMarkup:function(e){return e},placeholder:e(this).data("placeholder"),templateResult:a},n());e(this).selectWoo(t).addClass("enhanced")}),e(":input.flash-enhanced-select-fonts").filter(":not(.enhanced)").each(function(){var a=e.extend({minimumResultsForSearch:10,allowClear:!0,placeholder:e(this).data("placeholder")},n());e(this).selectWoo(a).addClass("enhanced")}),e(".flash-enhanced-select").filter(":not(.enhanced)").each(function(){var a=e.extend({minimumResultsForSearch:10,allowClear:!1,placeholder:e(this).data("placeholder")},n());e(this).selectWoo(a).addClass("enhanced")})}).trigger("flash-enhanced-select-init"),e("html").on("click",function(n){this===n.target&&e(".flash-enhanced-select, :input.flash-enhanced-select-icons, :input.flash-enhanced-select-fonts").filter(".select2-hidden-accessible").select2("close")})}catch(t){window.console.log(t)}});
|
assets/js/admin/meta-boxes.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(t){t(document.body).on("ft-init-tabbed-panels",function(){t("ul.ft-tabs").show(),t("ul.ft-tabs a").click(function(){var i=t(this).closest("div.panel-wrap");return t("ul.ft-tabs li",i).removeClass("active"),t(this).parent().addClass("active"),t("div.panel",i).hide(),t(t(this).attr("href")).show(),!1}),t("div.panel-wrap").each(function(){t(this).find("ul.ft-tabs li").eq(0).find("a").click()})}).trigger("ft-init-tabbed-panels")});
|
assets/js/admin/sidebars.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(i){({init:function(){this.initial_load(),i(".widget-liquid-right").on("click",".flash-toolkit-delete-sidebar",this.delete_sidebar)},initial_load:function(){i("#widgets-right").prepend(i("#tmpl-flash-toolkit-form-create-sidebar").html()),i("#widgets-right .sidebar-flash-toolkit-custom-widgets-area").css({position:"relative"}).append('<div class="flash-toolkit-delete-sidebar"></div>')},delete_sidebar:function(e){var t=i(e.currentTarget).parents(".widgets-holder-wrap:eq(0)"),s=t.find(".sidebar-name h2, .sidebar-name h3");window.confirm(flash_toolkit_admin_sidebars.i18n_confirm_delete_custom_sidebar)&&i.ajax({url:flash_toolkit_admin_sidebars.ajax_url,data:{sidebar:i.trim(s.text()),action:"flash_toolkit_delete_custom_sidebar",security:flash_toolkit_admin_sidebars.delete_custom_sidebar_nonce},type:"POST",beforeSend:function(){s.find(".spinner").addClass("is-active")},success:function(e){!0===e.success&&(i(".widget-control-remove",t).trigger("click"),t.slideUp(250,function(){t.remove()}),window.setTimeout(function(){window.location.reload()},100))}})}}).init()});
|
assets/js/admin/widgets.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(t){var e;function i(t){var e=t.find(".tg-widget-repeater-field-items"),i=e.find("li.tg-widget-accordion-item"),o=wp.template("tg-widget-repeater-field-blank");i.length?(t.find(".tg-widget-repeater-field-button").show(),i.length<flashToolkitLocalizeScript.i18n_max_field_entries&&t.find(".tg-widget-repeater-field-button a").removeClass("disabled")):(t.find(".tg-widget-repeater-field-button").hide(),t.find(".tg-widget-repeater-field-blank-state").remove(),e.append(o))}function o(e){e.find(".tg-widget-repeater-field-items").sortable({items:"> li",handle:"> .accordion-top > .accordion-title",cursor:"move",axis:"y",distance:2,opacity:.65,scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,placeholder:"tg-widget-sortable-placeholder",start:function(e,i){var o=i.item.children(".accordion-inside");"block"===o.css("display")&&(i.item.removeClass("open"),o.hide(),t(this).sortable("refreshPositions"))},stop:function(t,e){e.item.removeAttr("style")}})}t(document.body).on("click",".tg-image-upload",function(i){var o=t(this),n=o.parent().find(".tg-media-input"),l=o.parent().parent().find(".tg-media-preview");i.preventDefault(),(e=wp.media.frames.media_file=wp.media({title:o.data("choose"),button:{text:o.data("update")},states:[new wp.media.controller.Library({title:o.data("choose"),library:wp.media.query({type:"image"})})]})).on("select",function(){var t=e.state().get("selection").first().toJSON();n.val(t.url),l.css({display:"none"}).find("img").remove(),l.css({display:"block"}).append('<img src="'+t.url+'">')}),e.open()}),t(document.body).on("click",".tg-media-remove",function(){var e=t(this).closest(".media-uploader");return e.find(".tg-media-input").val(""),e.find(".tg-media-preview").css({display:"none"}).find("img").remove(),!1}),t(document.body).on("flash-toolkit-init-media-preview",function(){t("input.tg-media-input").each(function(){var e=t(this).val(),i=t(this).parent().siblings(".tg-media-preview");""!==e&&(i.find("img.tg-media-preview-default").remove(),i.css({display:"block"}).append('<img src="'+e+'">'))})}).trigger("flash-toolkit-init-media-preview"),t(document.body).on("flash-toolkit-date-picker-init",function(){t("input.flash-datetime-picker").removeClass("hasDatepicker"),t("input.flash-datetime-picker").each(function(){t("input.flash-datetime-picker").datetimepicker({dateFormat:"yy-mm-dd",timeFormat:"HH:mm"})})}).trigger("flash-toolkit-date-picker-init"),t(document.body).on("flash-toolkit-color-picker-init",function(){t(".ft-widget-col:has(.flash-color-picker)").each(function(){t(this).find(".flash-color-picker").wpColorPicker()})}).trigger("flash-toolkit-color-picker-init"),t(document.body).on("panelsopen",function(){t(document.body).trigger("flash-toolkit-date-picker-init"),t(document.body).trigger("flash-toolkit-color-picker-init")}),t(document.body).on("flash-toolkit-init-availability",function(){t("select.icon_chooser").change(function(){"image"===t(this).val()?(t(this).closest("p").next(".show_if_icon").hide(),t(this).closest("p").next().next(".show_if_image").show()):(t(this).closest("p").next(".show_if_icon").show(),t(this).closest("p").next().next(".show_if_image").hide())}).change(),t("select.media_chooser").change(function(){"image"===t(this).val()?(t(this).closest(".widget-content").find(".show_if_image").show(),t(this).closest(".widget-content").find(".show_if_video").closest("p").hide()):(t(this).closest(".widget-content").find(".show_if_image").hide(),t(this).closest(".widget-content").find(".show_if_video").closest("p").show())}).change(),t("select.filter_availability").change(function(){"0"===t(this).val()?t(this).closest(".widget-content").find(".show_if_all_category").closest("p").show():t(this).closest(".widget-content").find(".show_if_all_category").closest("p").hide()}).change(),t("select.availability").change(function(){"latest"===t(this).val()?t(this).closest("p").next("p").hide():t(this).closest("p").next("p").show()}).change(),t("input.availability").change(function(){t(this).is(":checked")?t(this).closest("p").next("p").hide():t(this).closest("p").next("p").show()}).change(),t("select.videoplayer-style").change(function(){"player-background"===t(this).val()?(t(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").hide(),t(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").hide(),t(this).closest(".widget-content").find(".videoplayer-thumbnail").show()):(t(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").show(),t(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").show(),t(this).closest(".widget-content").find(".videoplayer-thumbnail").hide())}).change(),t("select.hero-style-select").on("select2:select",function(){"tg-hero--default"===t(this).val()?(t(this).closest(".widget-content").find(".hero-title-font-select").val("Roboto").trigger("change"),t(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--thinner"===t(this).val()?(t(this).closest(".widget-content").find(".hero-title-font-select").val("Raleway").trigger("change"),t(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Open Sans").trigger("change")):"tg-hero--border"===t(this).val()?(t(this).closest(".widget-content").find(".hero-title-font-select").val("Archivo Black").trigger("change"),t(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--classic"===t(this).val()?(t(this).closest(".widget-content").find(".hero-title-font-select").val("Playfair Display").trigger("change"),t(this).closest(".widget-content").find(".hero-subtitle-font-select").val("PT Serif").trigger("change")):"tg-hero--cursive"===t(this).val()&&(t(this).closest(".widget-content").find(".hero-title-font-select").val("Lobster").trigger("change"),t(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change"))}).change()}).trigger("flash-toolkit-init-availability"),t(document.body).on("flash-toolkit-tabs",function(){t(document.body).on("click",".flash-tab-title-container .flash-tab-title",function(e){e.preventDefault(),t(this).addClass("active"),t(this).siblings().removeClass("active");var i=t(this).attr("href");t(this).parent().siblings(".flash-toolkit-tab-content-container").find(".flash-toolkit-tab").css("display","none"),t(this).parent().siblings(".flash-toolkit-tab-content-container").find(i).fadeIn()})}).trigger("flash-toolkit-tabs"),t(document.body).on("flash-toolkit-init-accordion-title",function(){t(".tg-widget-repeater-field-items").children("li").each(function(){var e=t('input[id*="-title"]',this).val()||"";e&&(e=": "+e.replace(/<[^<>]+>/g,"").replace(/</g,"<").replace(/>/g,">")),t(this).children(".accordion-top").children(".accordion-title").children().children(".in-accordion-title").html(e)})}).trigger("flash-toolkit-init-accordion-title"),t(document.body).on("click",".tg-widget-repeater-field-add",function(e){if(e.preventDefault(),t(this).is(".disabled"))window.alert(flashToolkitLocalizeScript.i18n_max_field_message);else{var i=t(this).parents(".widget-content"),o=i.find("li.tg-widget-accordion-item").length+1,n=i.find(".tg-widget-repeater-field-items").data("widget_id"),l=wp.template("tg-widget-repeater-field-"+n);i.find("li.tg-widget-accordion-item").each(function(e,i){o===parseInt(t(i).data("id").replace(/[^0-9\.]/g,""),10)&&o++}),i.find(".tg-widget-repeater-field-button").show(),i.find(".tg-widget-repeater-field-blank-state").remove(),i.find(".tg-widget-repeater-field-items").append(l({field_id:o})),o>=flashToolkitLocalizeScript.i18n_max_field_entries&&i.find(".tg-widget-repeater-field-button a").addClass("disabled"),t(document.body).trigger("flash-enhanced-select-init")}}),t(document.body).on("click.accordion-toggle",function(e){var o,n,l,s=t(e.target);s.parents(".accordion-top").length&&!s.parents("#available-fields").length?((n=(o=s.closest("li.tg-widget-accordion-item")).children(".accordion-inside")).is(":hidden")?(o.addClass("open"),n.slideDown("fast")):n.slideUp("fast",function(){o.attr("style",""),o.removeClass("open")}),e.preventDefault()):s.hasClass("accordion-control-close")?((o=s.closest("li.tg-widget-accordion-item")).children(".accordion-inside").slideUp("fast",function(){o.attr("style",""),o.removeClass("open")}),e.preventDefault()):s.hasClass("accordion-control-remove")&&(o=s.closest("li.tg-widget-accordion-item"),l=s.parents(".widget[id*=themegrill_flash], .widget-content"),o.remove(),i(l),e.preventDefault())}),t(document.body).on("panelsopen",function(e){var n=t(e.target);if(!n.has(".tg-widget-repeater-field-items"))return!1;n.addClass("widget-content"),i(n),o(n),t(document.body).trigger("flash-enhanced-select-init"),t(document.body).trigger("flash-toolkit-init-availability"),t(document.body).trigger("flash-toolkit-init-media-preview"),t(document.body).trigger("flash-toolkit-init-accordion-title")}),t(document.body).on("click",".so-close",function(){t(document.body).trigger("flash-toolkit-init-accordion-title")}),t(document.body).on("click","div.widget[id*=themegrill_flash] .widget-title, div.widget[id*=themegrill_flash] .widget-title-action",function(){t(this).parents("#available-widgets").length||(i(t(this).parents(".widget[id*=themegrill_flash]")),o(t(this).parents(".widget[id*=themegrill_flash]")))}),t(document).on("widget-added widget-updated",function(e,n){n.is("[id*=themegrill_flash]")&&(e.preventDefault(),i(n),o(n),t(document.body).trigger("flash-enhanced-select-init"),t(document.body).trigger("flash-toolkit-init-availability"),t(document.body).trigger("flash-toolkit-init-media-preview"),t(document.body).trigger("flash-toolkit-init-accordion-title"),t(document.body).trigger("flash-toolkit-date-picker-init"),t(document.body).trigger("flash-toolkit-color-picker-init"))})});
|
composer.lock
DELETED
@@ -1,1882 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_readme": [
|
3 |
-
"This file locks the dependencies of your project to a known state",
|
4 |
-
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
5 |
-
"This file is @generated automatically"
|
6 |
-
],
|
7 |
-
"hash": "59f766413c2e4109bab54b3fbeb2b0bc",
|
8 |
-
"content-hash": "cd48aec5941ad9928fb195e62a4de9a1",
|
9 |
-
"packages": [
|
10 |
-
{
|
11 |
-
"name": "composer/installers",
|
12 |
-
"version": "v1.5.0",
|
13 |
-
"source": {
|
14 |
-
"type": "git",
|
15 |
-
"url": "https://github.com/composer/installers.git",
|
16 |
-
"reference": "049797d727261bf27f2690430d935067710049c2"
|
17 |
-
},
|
18 |
-
"dist": {
|
19 |
-
"type": "zip",
|
20 |
-
"url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
|
21 |
-
"reference": "049797d727261bf27f2690430d935067710049c2",
|
22 |
-
"shasum": ""
|
23 |
-
},
|
24 |
-
"require": {
|
25 |
-
"composer-plugin-api": "^1.0"
|
26 |
-
},
|
27 |
-
"replace": {
|
28 |
-
"roundcube/plugin-installer": "*",
|
29 |
-
"shama/baton": "*"
|
30 |
-
},
|
31 |
-
"require-dev": {
|
32 |
-
"composer/composer": "1.0.*@dev",
|
33 |
-
"phpunit/phpunit": "^4.8.36"
|
34 |
-
},
|
35 |
-
"type": "composer-plugin",
|
36 |
-
"extra": {
|
37 |
-
"class": "Composer\\Installers\\Plugin",
|
38 |
-
"branch-alias": {
|
39 |
-
"dev-master": "1.0-dev"
|
40 |
-
}
|
41 |
-
},
|
42 |
-
"autoload": {
|
43 |
-
"psr-4": {
|
44 |
-
"Composer\\Installers\\": "src/Composer/Installers"
|
45 |
-
}
|
46 |
-
},
|
47 |
-
"notification-url": "https://packagist.org/downloads/",
|
48 |
-
"license": [
|
49 |
-
"MIT"
|
50 |
-
],
|
51 |
-
"authors": [
|
52 |
-
{
|
53 |
-
"name": "Kyle Robinson Young",
|
54 |
-
"email": "kyle@dontkry.com",
|
55 |
-
"homepage": "https://github.com/shama"
|
56 |
-
}
|
57 |
-
],
|
58 |
-
"description": "A multi-framework Composer library installer",
|
59 |
-
"homepage": "https://composer.github.io/installers/",
|
60 |
-
"keywords": [
|
61 |
-
"Craft",
|
62 |
-
"Dolibarr",
|
63 |
-
"Eliasis",
|
64 |
-
"Hurad",
|
65 |
-
"ImageCMS",
|
66 |
-
"Kanboard",
|
67 |
-
"Lan Management System",
|
68 |
-
"MODX Evo",
|
69 |
-
"Mautic",
|
70 |
-
"Maya",
|
71 |
-
"OXID",
|
72 |
-
"Plentymarkets",
|
73 |
-
"Porto",
|
74 |
-
"RadPHP",
|
75 |
-
"SMF",
|
76 |
-
"Thelia",
|
77 |
-
"WolfCMS",
|
78 |
-
"agl",
|
79 |
-
"aimeos",
|
80 |
-
"annotatecms",
|
81 |
-
"attogram",
|
82 |
-
"bitrix",
|
83 |
-
"cakephp",
|
84 |
-
"chef",
|
85 |
-
"cockpit",
|
86 |
-
"codeigniter",
|
87 |
-
"concrete5",
|
88 |
-
"croogo",
|
89 |
-
"dokuwiki",
|
90 |
-
"drupal",
|
91 |
-
"eZ Platform",
|
92 |
-
"elgg",
|
93 |
-
"expressionengine",
|
94 |
-
"fuelphp",
|
95 |
-
"grav",
|
96 |
-
"installer",
|
97 |
-
"itop",
|
98 |
-
"joomla",
|
99 |
-
"kohana",
|
100 |
-
"laravel",
|
101 |
-
"lavalite",
|
102 |
-
"lithium",
|
103 |
-
"magento",
|
104 |
-
"majima",
|
105 |
-
"mako",
|
106 |
-
"mediawiki",
|
107 |
-
"modulework",
|
108 |
-
"modx",
|
109 |
-
"moodle",
|
110 |
-
"osclass",
|
111 |
-
"phpbb",
|
112 |
-
"piwik",
|
113 |
-
"ppi",
|
114 |
-
"puppet",
|
115 |
-
"pxcms",
|
116 |
-
"reindex",
|
117 |
-
"roundcube",
|
118 |
-
"shopware",
|
119 |
-
"silverstripe",
|
120 |
-
"sydes",
|
121 |
-
"symfony",
|
122 |
-
"typo3",
|
123 |
-
"wordpress",
|
124 |
-
"yawik",
|
125 |
-
"zend",
|
126 |
-
"zikula"
|
127 |
-
],
|
128 |
-
"time": "2017-12-29 09:13:20"
|
129 |
-
}
|
130 |
-
],
|
131 |
-
"packages-dev": [
|
132 |
-
{
|
133 |
-
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
134 |
-
"version": "v0.4.4",
|
135 |
-
"source": {
|
136 |
-
"type": "git",
|
137 |
-
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
138 |
-
"reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
|
139 |
-
},
|
140 |
-
"dist": {
|
141 |
-
"type": "zip",
|
142 |
-
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
|
143 |
-
"reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
|
144 |
-
"shasum": ""
|
145 |
-
},
|
146 |
-
"require": {
|
147 |
-
"composer-plugin-api": "^1.0",
|
148 |
-
"php": "^5.3|^7",
|
149 |
-
"squizlabs/php_codesniffer": "*"
|
150 |
-
},
|
151 |
-
"require-dev": {
|
152 |
-
"composer/composer": "*",
|
153 |
-
"wimg/php-compatibility": "^8.0"
|
154 |
-
},
|
155 |
-
"suggest": {
|
156 |
-
"dealerdirect/qa-tools": "All the PHP QA tools you'll need"
|
157 |
-
},
|
158 |
-
"type": "composer-plugin",
|
159 |
-
"extra": {
|
160 |
-
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
|
161 |
-
},
|
162 |
-
"autoload": {
|
163 |
-
"psr-4": {
|
164 |
-
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
|
165 |
-
}
|
166 |
-
},
|
167 |
-
"notification-url": "https://packagist.org/downloads/",
|
168 |
-
"license": [
|
169 |
-
"MIT"
|
170 |
-
],
|
171 |
-
"authors": [
|
172 |
-
{
|
173 |
-
"name": "Franck Nijhof",
|
174 |
-
"email": "f.nijhof@dealerdirect.nl",
|
175 |
-
"homepage": "http://workingatdealerdirect.eu",
|
176 |
-
"role": "Developer"
|
177 |
-
}
|
178 |
-
],
|
179 |
-
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
180 |
-
"homepage": "http://workingatdealerdirect.eu",
|
181 |
-
"keywords": [
|
182 |
-
"PHPCodeSniffer",
|
183 |
-
"PHP_CodeSniffer",
|
184 |
-
"code quality",
|
185 |
-
"codesniffer",
|
186 |
-
"composer",
|
187 |
-
"installer",
|
188 |
-
"phpcs",
|
189 |
-
"plugin",
|
190 |
-
"qa",
|
191 |
-
"quality",
|
192 |
-
"standard",
|
193 |
-
"standards",
|
194 |
-
"style guide",
|
195 |
-
"stylecheck",
|
196 |
-
"tests"
|
197 |
-
],
|
198 |
-
"time": "2017-12-06 16:27:17"
|
199 |
-
},
|
200 |
-
{
|
201 |
-
"name": "doctrine/instantiator",
|
202 |
-
"version": "1.1.0",
|
203 |
-
"source": {
|
204 |
-
"type": "git",
|
205 |
-
"url": "https://github.com/doctrine/instantiator.git",
|
206 |
-
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
|
207 |
-
},
|
208 |
-
"dist": {
|
209 |
-
"type": "zip",
|
210 |
-
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
211 |
-
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
212 |
-
"shasum": ""
|
213 |
-
},
|
214 |
-
"require": {
|
215 |
-
"php": "^7.1"
|
216 |
-
},
|
217 |
-
"require-dev": {
|
218 |
-
"athletic/athletic": "~0.1.8",
|
219 |
-
"ext-pdo": "*",
|
220 |
-
"ext-phar": "*",
|
221 |
-
"phpunit/phpunit": "^6.2.3",
|
222 |
-
"squizlabs/php_codesniffer": "^3.0.2"
|
223 |
-
},
|
224 |
-
"type": "library",
|
225 |
-
"extra": {
|
226 |
-
"branch-alias": {
|
227 |
-
"dev-master": "1.2.x-dev"
|
228 |
-
}
|
229 |
-
},
|
230 |
-
"autoload": {
|
231 |
-
"psr-4": {
|
232 |
-
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
233 |
-
}
|
234 |
-
},
|
235 |
-
"notification-url": "https://packagist.org/downloads/",
|
236 |
-
"license": [
|
237 |
-
"MIT"
|
238 |
-
],
|
239 |
-
"authors": [
|
240 |
-
{
|
241 |
-
"name": "Marco Pivetta",
|
242 |
-
"email": "ocramius@gmail.com",
|
243 |
-
"homepage": "http://ocramius.github.com/"
|
244 |
-
}
|
245 |
-
],
|
246 |
-
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
247 |
-
"homepage": "https://github.com/doctrine/instantiator",
|
248 |
-
"keywords": [
|
249 |
-
"constructor",
|
250 |
-
"instantiate"
|
251 |
-
],
|
252 |
-
"time": "2017-07-22 11:58:36"
|
253 |
-
},
|
254 |
-
{
|
255 |
-
"name": "myclabs/deep-copy",
|
256 |
-
"version": "1.7.0",
|
257 |
-
"source": {
|
258 |
-
"type": "git",
|
259 |
-
"url": "https://github.com/myclabs/DeepCopy.git",
|
260 |
-
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
261 |
-
},
|
262 |
-
"dist": {
|
263 |
-
"type": "zip",
|
264 |
-
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
265 |
-
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
266 |
-
"shasum": ""
|
267 |
-
},
|
268 |
-
"require": {
|
269 |
-
"php": "^5.6 || ^7.0"
|
270 |
-
},
|
271 |
-
"require-dev": {
|
272 |
-
"doctrine/collections": "^1.0",
|
273 |
-
"doctrine/common": "^2.6",
|
274 |
-
"phpunit/phpunit": "^4.1"
|
275 |
-
},
|
276 |
-
"type": "library",
|
277 |
-
"autoload": {
|
278 |
-
"psr-4": {
|
279 |
-
"DeepCopy\\": "src/DeepCopy/"
|
280 |
-
},
|
281 |
-
"files": [
|
282 |
-
"src/DeepCopy/deep_copy.php"
|
283 |
-
]
|
284 |
-
},
|
285 |
-
"notification-url": "https://packagist.org/downloads/",
|
286 |
-
"license": [
|
287 |
-
"MIT"
|
288 |
-
],
|
289 |
-
"description": "Create deep copies (clones) of your objects",
|
290 |
-
"keywords": [
|
291 |
-
"clone",
|
292 |
-
"copy",
|
293 |
-
"duplicate",
|
294 |
-
"object",
|
295 |
-
"object graph"
|
296 |
-
],
|
297 |
-
"time": "2017-10-19 19:58:43"
|
298 |
-
},
|
299 |
-
{
|
300 |
-
"name": "phar-io/manifest",
|
301 |
-
"version": "1.0.1",
|
302 |
-
"source": {
|
303 |
-
"type": "git",
|
304 |
-
"url": "https://github.com/phar-io/manifest.git",
|
305 |
-
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
|
306 |
-
},
|
307 |
-
"dist": {
|
308 |
-
"type": "zip",
|
309 |
-
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
|
310 |
-
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
|
311 |
-
"shasum": ""
|
312 |
-
},
|
313 |
-
"require": {
|
314 |
-
"ext-dom": "*",
|
315 |
-
"ext-phar": "*",
|
316 |
-
"phar-io/version": "^1.0.1",
|
317 |
-
"php": "^5.6 || ^7.0"
|
318 |
-
},
|
319 |
-
"type": "library",
|
320 |
-
"extra": {
|
321 |
-
"branch-alias": {
|
322 |
-
"dev-master": "1.0.x-dev"
|
323 |
-
}
|
324 |
-
},
|
325 |
-
"autoload": {
|
326 |
-
"classmap": [
|
327 |
-
"src/"
|
328 |
-
]
|
329 |
-
},
|
330 |
-
"notification-url": "https://packagist.org/downloads/",
|
331 |
-
"license": [
|
332 |
-
"BSD-3-Clause"
|
333 |
-
],
|
334 |
-
"authors": [
|
335 |
-
{
|
336 |
-
"name": "Arne Blankerts",
|
337 |
-
"email": "arne@blankerts.de",
|
338 |
-
"role": "Developer"
|
339 |
-
},
|
340 |
-
{
|
341 |
-
"name": "Sebastian Heuer",
|
342 |
-
"email": "sebastian@phpeople.de",
|
343 |
-
"role": "Developer"
|
344 |
-
},
|
345 |
-
{
|
346 |
-
"name": "Sebastian Bergmann",
|
347 |
-
"email": "sebastian@phpunit.de",
|
348 |
-
"role": "Developer"
|
349 |
-
}
|
350 |
-
],
|
351 |
-
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
352 |
-
"time": "2017-03-05 18:14:27"
|
353 |
-
},
|
354 |
-
{
|
355 |
-
"name": "phar-io/version",
|
356 |
-
"version": "1.0.1",
|
357 |
-
"source": {
|
358 |
-
"type": "git",
|
359 |
-
"url": "https://github.com/phar-io/version.git",
|
360 |
-
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
|
361 |
-
},
|
362 |
-
"dist": {
|
363 |
-
"type": "zip",
|
364 |
-
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
|
365 |
-
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
|
366 |
-
"shasum": ""
|
367 |
-
},
|
368 |
-
"require": {
|
369 |
-
"php": "^5.6 || ^7.0"
|
370 |
-
},
|
371 |
-
"type": "library",
|
372 |
-
"autoload": {
|
373 |
-
"classmap": [
|
374 |
-
"src/"
|
375 |
-
]
|
376 |
-
},
|
377 |
-
"notification-url": "https://packagist.org/downloads/",
|
378 |
-
"license": [
|
379 |
-
"BSD-3-Clause"
|
380 |
-
],
|
381 |
-
"authors": [
|
382 |
-
{
|
383 |
-
"name": "Arne Blankerts",
|
384 |
-
"email": "arne@blankerts.de",
|
385 |
-
"role": "Developer"
|
386 |
-
},
|
387 |
-
{
|
388 |
-
"name": "Sebastian Heuer",
|
389 |
-
"email": "sebastian@phpeople.de",
|
390 |
-
"role": "Developer"
|
391 |
-
},
|
392 |
-
{
|
393 |
-
"name": "Sebastian Bergmann",
|
394 |
-
"email": "sebastian@phpunit.de",
|
395 |
-
"role": "Developer"
|
396 |
-
}
|
397 |
-
],
|
398 |
-
"description": "Library for handling version information and constraints",
|
399 |
-
"time": "2017-03-05 17:38:23"
|
400 |
-
},
|
401 |
-
{
|
402 |
-
"name": "phpdocumentor/reflection-common",
|
403 |
-
"version": "1.0.1",
|
404 |
-
"source": {
|
405 |
-
"type": "git",
|
406 |
-
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
407 |
-
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
408 |
-
},
|
409 |
-
"dist": {
|
410 |
-
"type": "zip",
|
411 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
412 |
-
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
413 |
-
"shasum": ""
|
414 |
-
},
|
415 |
-
"require": {
|
416 |
-
"php": ">=5.5"
|
417 |
-
},
|
418 |
-
"require-dev": {
|
419 |
-
"phpunit/phpunit": "^4.6"
|
420 |
-
},
|
421 |
-
"type": "library",
|
422 |
-
"extra": {
|
423 |
-
"branch-alias": {
|
424 |
-
"dev-master": "1.0.x-dev"
|
425 |
-
}
|
426 |
-
},
|
427 |
-
"autoload": {
|
428 |
-
"psr-4": {
|
429 |
-
"phpDocumentor\\Reflection\\": [
|
430 |
-
"src"
|
431 |
-
]
|
432 |
-
}
|
433 |
-
},
|
434 |
-
"notification-url": "https://packagist.org/downloads/",
|
435 |
-
"license": [
|
436 |
-
"MIT"
|
437 |
-
],
|
438 |
-
"authors": [
|
439 |
-
{
|
440 |
-
"name": "Jaap van Otterdijk",
|
441 |
-
"email": "opensource@ijaap.nl"
|
442 |
-
}
|
443 |
-
],
|
444 |
-
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
445 |
-
"homepage": "http://www.phpdoc.org",
|
446 |
-
"keywords": [
|
447 |
-
"FQSEN",
|
448 |
-
"phpDocumentor",
|
449 |
-
"phpdoc",
|
450 |
-
"reflection",
|
451 |
-
"static analysis"
|
452 |
-
],
|
453 |
-
"time": "2017-09-11 18:02:19"
|
454 |
-
},
|
455 |
-
{
|
456 |
-
"name": "phpdocumentor/reflection-docblock",
|
457 |
-
"version": "4.3.0",
|
458 |
-
"source": {
|
459 |
-
"type": "git",
|
460 |
-
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
461 |
-
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
|
462 |
-
},
|
463 |
-
"dist": {
|
464 |
-
"type": "zip",
|
465 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
|
466 |
-
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
|
467 |
-
"shasum": ""
|
468 |
-
},
|
469 |
-
"require": {
|
470 |
-
"php": "^7.0",
|
471 |
-
"phpdocumentor/reflection-common": "^1.0.0",
|
472 |
-
"phpdocumentor/type-resolver": "^0.4.0",
|
473 |
-
"webmozart/assert": "^1.0"
|
474 |
-
},
|
475 |
-
"require-dev": {
|
476 |
-
"doctrine/instantiator": "~1.0.5",
|
477 |
-
"mockery/mockery": "^1.0",
|
478 |
-
"phpunit/phpunit": "^6.4"
|
479 |
-
},
|
480 |
-
"type": "library",
|
481 |
-
"extra": {
|
482 |
-
"branch-alias": {
|
483 |
-
"dev-master": "4.x-dev"
|
484 |
-
}
|
485 |
-
},
|
486 |
-
"autoload": {
|
487 |
-
"psr-4": {
|
488 |
-
"phpDocumentor\\Reflection\\": [
|
489 |
-
"src/"
|
490 |
-
]
|
491 |
-
}
|
492 |
-
},
|
493 |
-
"notification-url": "https://packagist.org/downloads/",
|
494 |
-
"license": [
|
495 |
-
"MIT"
|
496 |
-
],
|
497 |
-
"authors": [
|
498 |
-
{
|
499 |
-
"name": "Mike van Riel",
|
500 |
-
"email": "me@mikevanriel.com"
|
501 |
-
}
|
502 |
-
],
|
503 |
-
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
504 |
-
"time": "2017-11-30 07:14:17"
|
505 |
-
},
|
506 |
-
{
|
507 |
-
"name": "phpdocumentor/type-resolver",
|
508 |
-
"version": "0.4.0",
|
509 |
-
"source": {
|
510 |
-
"type": "git",
|
511 |
-
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
512 |
-
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
513 |
-
},
|
514 |
-
"dist": {
|
515 |
-
"type": "zip",
|
516 |
-
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
517 |
-
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
518 |
-
"shasum": ""
|
519 |
-
},
|
520 |
-
"require": {
|
521 |
-
"php": "^5.5 || ^7.0",
|
522 |
-
"phpdocumentor/reflection-common": "^1.0"
|
523 |
-
},
|
524 |
-
"require-dev": {
|
525 |
-
"mockery/mockery": "^0.9.4",
|
526 |
-
"phpunit/phpunit": "^5.2||^4.8.24"
|
527 |
-
},
|
528 |
-
"type": "library",
|
529 |
-
"extra": {
|
530 |
-
"branch-alias": {
|
531 |
-
"dev-master": "1.0.x-dev"
|
532 |
-
}
|
533 |
-
},
|
534 |
-
"autoload": {
|
535 |
-
"psr-4": {
|
536 |
-
"phpDocumentor\\Reflection\\": [
|
537 |
-
"src/"
|
538 |
-
]
|
539 |
-
}
|
540 |
-
},
|
541 |
-
"notification-url": "https://packagist.org/downloads/",
|
542 |
-
"license": [
|
543 |
-
"MIT"
|
544 |
-
],
|
545 |
-
"authors": [
|
546 |
-
{
|
547 |
-
"name": "Mike van Riel",
|
548 |
-
"email": "me@mikevanriel.com"
|
549 |
-
}
|
550 |
-
],
|
551 |
-
"time": "2017-07-14 14:27:02"
|
552 |
-
},
|
553 |
-
{
|
554 |
-
"name": "phpspec/prophecy",
|
555 |
-
"version": "1.7.4",
|
556 |
-
"source": {
|
557 |
-
"type": "git",
|
558 |
-
"url": "https://github.com/phpspec/prophecy.git",
|
559 |
-
"reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be"
|
560 |
-
},
|
561 |
-
"dist": {
|
562 |
-
"type": "zip",
|
563 |
-
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/9f901e29c93dae4aa77c0bb161df4276f9c9a1be",
|
564 |
-
"reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be",
|
565 |
-
"shasum": ""
|
566 |
-
},
|
567 |
-
"require": {
|
568 |
-
"doctrine/instantiator": "^1.0.2",
|
569 |
-
"php": "^5.3|^7.0",
|
570 |
-
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
571 |
-
"sebastian/comparator": "^1.1|^2.0",
|
572 |
-
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
573 |
-
},
|
574 |
-
"require-dev": {
|
575 |
-
"phpspec/phpspec": "^2.5|^3.2",
|
576 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
|
577 |
-
},
|
578 |
-
"type": "library",
|
579 |
-
"extra": {
|
580 |
-
"branch-alias": {
|
581 |
-
"dev-master": "1.7.x-dev"
|
582 |
-
}
|
583 |
-
},
|
584 |
-
"autoload": {
|
585 |
-
"psr-0": {
|
586 |
-
"Prophecy\\": "src/"
|
587 |
-
}
|
588 |
-
},
|
589 |
-
"notification-url": "https://packagist.org/downloads/",
|
590 |
-
"license": [
|
591 |
-
"MIT"
|
592 |
-
],
|
593 |
-
"authors": [
|
594 |
-
{
|
595 |
-
"name": "Konstantin Kudryashov",
|
596 |
-
"email": "ever.zet@gmail.com",
|
597 |
-
"homepage": "http://everzet.com"
|
598 |
-
},
|
599 |
-
{
|
600 |
-
"name": "Marcello Duarte",
|
601 |
-
"email": "marcello.duarte@gmail.com"
|
602 |
-
}
|
603 |
-
],
|
604 |
-
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
605 |
-
"homepage": "https://github.com/phpspec/prophecy",
|
606 |
-
"keywords": [
|
607 |
-
"Double",
|
608 |
-
"Dummy",
|
609 |
-
"fake",
|
610 |
-
"mock",
|
611 |
-
"spy",
|
612 |
-
"stub"
|
613 |
-
],
|
614 |
-
"time": "2018-02-11 18:49:29"
|
615 |
-
},
|
616 |
-
{
|
617 |
-
"name": "phpunit/php-code-coverage",
|
618 |
-
"version": "5.3.0",
|
619 |
-
"source": {
|
620 |
-
"type": "git",
|
621 |
-
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
622 |
-
"reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
|
623 |
-
},
|
624 |
-
"dist": {
|
625 |
-
"type": "zip",
|
626 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
|
627 |
-
"reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
|
628 |
-
"shasum": ""
|
629 |
-
},
|
630 |
-
"require": {
|
631 |
-
"ext-dom": "*",
|
632 |
-
"ext-xmlwriter": "*",
|
633 |
-
"php": "^7.0",
|
634 |
-
"phpunit/php-file-iterator": "^1.4.2",
|
635 |
-
"phpunit/php-text-template": "^1.2.1",
|
636 |
-
"phpunit/php-token-stream": "^2.0.1",
|
637 |
-
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
638 |
-
"sebastian/environment": "^3.0",
|
639 |
-
"sebastian/version": "^2.0.1",
|
640 |
-
"theseer/tokenizer": "^1.1"
|
641 |
-
},
|
642 |
-
"require-dev": {
|
643 |
-
"phpunit/phpunit": "^6.0"
|
644 |
-
},
|
645 |
-
"suggest": {
|
646 |
-
"ext-xdebug": "^2.5.5"
|
647 |
-
},
|
648 |
-
"type": "library",
|
649 |
-
"extra": {
|
650 |
-
"branch-alias": {
|
651 |
-
"dev-master": "5.3.x-dev"
|
652 |
-
}
|
653 |
-
},
|
654 |
-
"autoload": {
|
655 |
-
"classmap": [
|
656 |
-
"src/"
|
657 |
-
]
|
658 |
-
},
|
659 |
-
"notification-url": "https://packagist.org/downloads/",
|
660 |
-
"license": [
|
661 |
-
"BSD-3-Clause"
|
662 |
-
],
|
663 |
-
"authors": [
|
664 |
-
{
|
665 |
-
"name": "Sebastian Bergmann",
|
666 |
-
"email": "sebastian@phpunit.de",
|
667 |
-
"role": "lead"
|
668 |
-
}
|
669 |
-
],
|
670 |
-
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
671 |
-
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
672 |
-
"keywords": [
|
673 |
-
"coverage",
|
674 |
-
"testing",
|
675 |
-
"xunit"
|
676 |
-
],
|
677 |
-
"time": "2017-12-06 09:29:45"
|
678 |
-
},
|
679 |
-
{
|
680 |
-
"name": "phpunit/php-file-iterator",
|
681 |
-
"version": "1.4.5",
|
682 |
-
"source": {
|
683 |
-
"type": "git",
|
684 |
-
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
685 |
-
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
686 |
-
},
|
687 |
-
"dist": {
|
688 |
-
"type": "zip",
|
689 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
690 |
-
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
691 |
-
"shasum": ""
|
692 |
-
},
|
693 |
-
"require": {
|
694 |
-
"php": ">=5.3.3"
|
695 |
-
},
|
696 |
-
"type": "library",
|
697 |
-
"extra": {
|
698 |
-
"branch-alias": {
|
699 |
-
"dev-master": "1.4.x-dev"
|
700 |
-
}
|
701 |
-
},
|
702 |
-
"autoload": {
|
703 |
-
"classmap": [
|
704 |
-
"src/"
|
705 |
-
]
|
706 |
-
},
|
707 |
-
"notification-url": "https://packagist.org/downloads/",
|
708 |
-
"license": [
|
709 |
-
"BSD-3-Clause"
|
710 |
-
],
|
711 |
-
"authors": [
|
712 |
-
{
|
713 |
-
"name": "Sebastian Bergmann",
|
714 |
-
"email": "sb@sebastian-bergmann.de",
|
715 |
-
"role": "lead"
|
716 |
-
}
|
717 |
-
],
|
718 |
-
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
719 |
-
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
720 |
-
"keywords": [
|
721 |
-
"filesystem",
|
722 |
-
"iterator"
|
723 |
-
],
|
724 |
-
"time": "2017-11-27 13:52:08"
|
725 |
-
},
|
726 |
-
{
|
727 |
-
"name": "phpunit/php-text-template",
|
728 |
-
"version": "1.2.1",
|
729 |
-
"source": {
|
730 |
-
"type": "git",
|
731 |
-
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
732 |
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
733 |
-
},
|
734 |
-
"dist": {
|
735 |
-
"type": "zip",
|
736 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
737 |
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
738 |
-
"shasum": ""
|
739 |
-
},
|
740 |
-
"require": {
|
741 |
-
"php": ">=5.3.3"
|
742 |
-
},
|
743 |
-
"type": "library",
|
744 |
-
"autoload": {
|
745 |
-
"classmap": [
|
746 |
-
"src/"
|
747 |
-
]
|
748 |
-
},
|
749 |
-
"notification-url": "https://packagist.org/downloads/",
|
750 |
-
"license": [
|
751 |
-
"BSD-3-Clause"
|
752 |
-
],
|
753 |
-
"authors": [
|
754 |
-
{
|
755 |
-
"name": "Sebastian Bergmann",
|
756 |
-
"email": "sebastian@phpunit.de",
|
757 |
-
"role": "lead"
|
758 |
-
}
|
759 |
-
],
|
760 |
-
"description": "Simple template engine.",
|
761 |
-
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
762 |
-
"keywords": [
|
763 |
-
"template"
|
764 |
-
],
|
765 |
-
"time": "2015-06-21 13:50:34"
|
766 |
-
},
|
767 |
-
{
|
768 |
-
"name": "phpunit/php-timer",
|
769 |
-
"version": "1.0.9",
|
770 |
-
"source": {
|
771 |
-
"type": "git",
|
772 |
-
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
773 |
-
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
774 |
-
},
|
775 |
-
"dist": {
|
776 |
-
"type": "zip",
|
777 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
778 |
-
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
779 |
-
"shasum": ""
|
780 |
-
},
|
781 |
-
"require": {
|
782 |
-
"php": "^5.3.3 || ^7.0"
|
783 |
-
},
|
784 |
-
"require-dev": {
|
785 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
786 |
-
},
|
787 |
-
"type": "library",
|
788 |
-
"extra": {
|
789 |
-
"branch-alias": {
|
790 |
-
"dev-master": "1.0-dev"
|
791 |
-
}
|
792 |
-
},
|
793 |
-
"autoload": {
|
794 |
-
"classmap": [
|
795 |
-
"src/"
|
796 |
-
]
|
797 |
-
},
|
798 |
-
"notification-url": "https://packagist.org/downloads/",
|
799 |
-
"license": [
|
800 |
-
"BSD-3-Clause"
|
801 |
-
],
|
802 |
-
"authors": [
|
803 |
-
{
|
804 |
-
"name": "Sebastian Bergmann",
|
805 |
-
"email": "sb@sebastian-bergmann.de",
|
806 |
-
"role": "lead"
|
807 |
-
}
|
808 |
-
],
|
809 |
-
"description": "Utility class for timing",
|
810 |
-
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
811 |
-
"keywords": [
|
812 |
-
"timer"
|
813 |
-
],
|
814 |
-
"time": "2017-02-26 11:10:40"
|
815 |
-
},
|
816 |
-
{
|
817 |
-
"name": "phpunit/php-token-stream",
|
818 |
-
"version": "2.0.2",
|
819 |
-
"source": {
|
820 |
-
"type": "git",
|
821 |
-
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
822 |
-
"reference": "791198a2c6254db10131eecfe8c06670700904db"
|
823 |
-
},
|
824 |
-
"dist": {
|
825 |
-
"type": "zip",
|
826 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
|
827 |
-
"reference": "791198a2c6254db10131eecfe8c06670700904db",
|
828 |
-
"shasum": ""
|
829 |
-
},
|
830 |
-
"require": {
|
831 |
-
"ext-tokenizer": "*",
|
832 |
-
"php": "^7.0"
|
833 |
-
},
|
834 |
-
"require-dev": {
|
835 |
-
"phpunit/phpunit": "^6.2.4"
|
836 |
-
},
|
837 |
-
"type": "library",
|
838 |
-
"extra": {
|
839 |
-
"branch-alias": {
|
840 |
-
"dev-master": "2.0-dev"
|
841 |
-
}
|
842 |
-
},
|
843 |
-
"autoload": {
|
844 |
-
"classmap": [
|
845 |
-
"src/"
|
846 |
-
]
|
847 |
-
},
|
848 |
-
"notification-url": "https://packagist.org/downloads/",
|
849 |
-
"license": [
|
850 |
-
"BSD-3-Clause"
|
851 |
-
],
|
852 |
-
"authors": [
|
853 |
-
{
|
854 |
-
"name": "Sebastian Bergmann",
|
855 |
-
"email": "sebastian@phpunit.de"
|
856 |
-
}
|
857 |
-
],
|
858 |
-
"description": "Wrapper around PHP's tokenizer extension.",
|
859 |
-
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
860 |
-
"keywords": [
|
861 |
-
"tokenizer"
|
862 |
-
],
|
863 |
-
"time": "2017-11-27 05:48:46"
|
864 |
-
},
|
865 |
-
{
|
866 |
-
"name": "phpunit/phpunit",
|
867 |
-
"version": "6.2.3",
|
868 |
-
"source": {
|
869 |
-
"type": "git",
|
870 |
-
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
871 |
-
"reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7"
|
872 |
-
},
|
873 |
-
"dist": {
|
874 |
-
"type": "zip",
|
875 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa5711d0559fc4b64deba0702be52d41434cbcb7",
|
876 |
-
"reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7",
|
877 |
-
"shasum": ""
|
878 |
-
},
|
879 |
-
"require": {
|
880 |
-
"ext-dom": "*",
|
881 |
-
"ext-json": "*",
|
882 |
-
"ext-libxml": "*",
|
883 |
-
"ext-mbstring": "*",
|
884 |
-
"ext-xml": "*",
|
885 |
-
"myclabs/deep-copy": "^1.3",
|
886 |
-
"phar-io/manifest": "^1.0.1",
|
887 |
-
"phar-io/version": "^1.0",
|
888 |
-
"php": "^7.0",
|
889 |
-
"phpspec/prophecy": "^1.7",
|
890 |
-
"phpunit/php-code-coverage": "^5.2",
|
891 |
-
"phpunit/php-file-iterator": "^1.4",
|
892 |
-
"phpunit/php-text-template": "^1.2",
|
893 |
-
"phpunit/php-timer": "^1.0.6",
|
894 |
-
"phpunit/phpunit-mock-objects": "^4.0",
|
895 |
-
"sebastian/comparator": "^2.0",
|
896 |
-
"sebastian/diff": "^1.4.3 || ^2.0",
|
897 |
-
"sebastian/environment": "^3.0.2",
|
898 |
-
"sebastian/exporter": "^3.1",
|
899 |
-
"sebastian/global-state": "^1.1 || ^2.0",
|
900 |
-
"sebastian/object-enumerator": "^3.0.2",
|
901 |
-
"sebastian/resource-operations": "^1.0",
|
902 |
-
"sebastian/version": "^2.0"
|
903 |
-
},
|
904 |
-
"conflict": {
|
905 |
-
"phpdocumentor/reflection-docblock": "3.0.2",
|
906 |
-
"phpunit/dbunit": "<3.0"
|
907 |
-
},
|
908 |
-
"require-dev": {
|
909 |
-
"ext-pdo": "*"
|
910 |
-
},
|
911 |
-
"suggest": {
|
912 |
-
"ext-xdebug": "*",
|
913 |
-
"phpunit/php-invoker": "^1.1"
|
914 |
-
},
|
915 |
-
"bin": [
|
916 |
-
"phpunit"
|
917 |
-
],
|
918 |
-
"type": "library",
|
919 |
-
"extra": {
|
920 |
-
"branch-alias": {
|
921 |
-
"dev-master": "6.2.x-dev"
|
922 |
-
}
|
923 |
-
},
|
924 |
-
"autoload": {
|
925 |
-
"classmap": [
|
926 |
-
"src/"
|
927 |
-
]
|
928 |
-
},
|
929 |
-
"notification-url": "https://packagist.org/downloads/",
|
930 |
-
"license": [
|
931 |
-
"BSD-3-Clause"
|
932 |
-
],
|
933 |
-
"authors": [
|
934 |
-
{
|
935 |
-
"name": "Sebastian Bergmann",
|
936 |
-
"email": "sebastian@phpunit.de",
|
937 |
-
"role": "lead"
|
938 |
-
}
|
939 |
-
],
|
940 |
-
"description": "The PHP Unit Testing framework.",
|
941 |
-
"homepage": "https://phpunit.de/",
|
942 |
-
"keywords": [
|
943 |
-
"phpunit",
|
944 |
-
"testing",
|
945 |
-
"xunit"
|
946 |
-
],
|
947 |
-
"time": "2017-07-03 15:54:24"
|
948 |
-
},
|
949 |
-
{
|
950 |
-
"name": "phpunit/phpunit-mock-objects",
|
951 |
-
"version": "4.0.4",
|
952 |
-
"source": {
|
953 |
-
"type": "git",
|
954 |
-
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
955 |
-
"reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
|
956 |
-
},
|
957 |
-
"dist": {
|
958 |
-
"type": "zip",
|
959 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
|
960 |
-
"reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
|
961 |
-
"shasum": ""
|
962 |
-
},
|
963 |
-
"require": {
|
964 |
-
"doctrine/instantiator": "^1.0.5",
|
965 |
-
"php": "^7.0",
|
966 |
-
"phpunit/php-text-template": "^1.2.1",
|
967 |
-
"sebastian/exporter": "^3.0"
|
968 |
-
},
|
969 |
-
"conflict": {
|
970 |
-
"phpunit/phpunit": "<6.0"
|
971 |
-
},
|
972 |
-
"require-dev": {
|
973 |
-
"phpunit/phpunit": "^6.0"
|
974 |
-
},
|
975 |
-
"suggest": {
|
976 |
-
"ext-soap": "*"
|
977 |
-
},
|
978 |
-
"type": "library",
|
979 |
-
"extra": {
|
980 |
-
"branch-alias": {
|
981 |
-
"dev-master": "4.0.x-dev"
|
982 |
-
}
|
983 |
-
},
|
984 |
-
"autoload": {
|
985 |
-
"classmap": [
|
986 |
-
"src/"
|
987 |
-
]
|
988 |
-
},
|
989 |
-
"notification-url": "https://packagist.org/downloads/",
|
990 |
-
"license": [
|
991 |
-
"BSD-3-Clause"
|
992 |
-
],
|
993 |
-
"authors": [
|
994 |
-
{
|
995 |
-
"name": "Sebastian Bergmann",
|
996 |
-
"email": "sb@sebastian-bergmann.de",
|
997 |
-
"role": "lead"
|
998 |
-
}
|
999 |
-
],
|
1000 |
-
"description": "Mock Object library for PHPUnit",
|
1001 |
-
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
1002 |
-
"keywords": [
|
1003 |
-
"mock",
|
1004 |
-
"xunit"
|
1005 |
-
],
|
1006 |
-
"time": "2017-08-03 14:08:16"
|
1007 |
-
},
|
1008 |
-
{
|
1009 |
-
"name": "sebastian/code-unit-reverse-lookup",
|
1010 |
-
"version": "1.0.1",
|
1011 |
-
"source": {
|
1012 |
-
"type": "git",
|
1013 |
-
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
1014 |
-
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
1015 |
-
},
|
1016 |
-
"dist": {
|
1017 |
-
"type": "zip",
|
1018 |
-
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
1019 |
-
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
1020 |
-
"shasum": ""
|
1021 |
-
},
|
1022 |
-
"require": {
|
1023 |
-
"php": "^5.6 || ^7.0"
|
1024 |
-
},
|
1025 |
-
"require-dev": {
|
1026 |
-
"phpunit/phpunit": "^5.7 || ^6.0"
|
1027 |
-
},
|
1028 |
-
"type": "library",
|
1029 |
-
"extra": {
|
1030 |
-
"branch-alias": {
|
1031 |
-
"dev-master": "1.0.x-dev"
|
1032 |
-
}
|
1033 |
-
},
|
1034 |
-
"autoload": {
|
1035 |
-
"classmap": [
|
1036 |
-
"src/"
|
1037 |
-
]
|
1038 |
-
},
|
1039 |
-
"notification-url": "https://packagist.org/downloads/",
|
1040 |
-
"license": [
|
1041 |
-
"BSD-3-Clause"
|
1042 |
-
],
|
1043 |
-
"authors": [
|
1044 |
-
{
|
1045 |
-
"name": "Sebastian Bergmann",
|
1046 |
-
"email": "sebastian@phpunit.de"
|
1047 |
-
}
|
1048 |
-
],
|
1049 |
-
"description": "Looks up which function or method a line of code belongs to",
|
1050 |
-
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
1051 |
-
"time": "2017-03-04 06:30:41"
|
1052 |
-
},
|
1053 |
-
{
|
1054 |
-
"name": "sebastian/comparator",
|
1055 |
-
"version": "2.1.3",
|
1056 |
-
"source": {
|
1057 |
-
"type": "git",
|
1058 |
-
"url": "https://github.com/sebastianbergmann/comparator.git",
|
1059 |
-
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
|
1060 |
-
},
|
1061 |
-
"dist": {
|
1062 |
-
"type": "zip",
|
1063 |
-
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
|
1064 |
-
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
|
1065 |
-
"shasum": ""
|
1066 |
-
},
|
1067 |
-
"require": {
|
1068 |
-
"php": "^7.0",
|
1069 |
-
"sebastian/diff": "^2.0 || ^3.0",
|
1070 |
-
"sebastian/exporter": "^3.1"
|
1071 |
-
},
|
1072 |
-
"require-dev": {
|
1073 |
-
"phpunit/phpunit": "^6.4"
|
1074 |
-
},
|
1075 |
-
"type": "library",
|
1076 |
-
"extra": {
|
1077 |
-
"branch-alias": {
|
1078 |
-
"dev-master": "2.1.x-dev"
|
1079 |
-
}
|
1080 |
-
},
|
1081 |
-
"autoload": {
|
1082 |
-
"classmap": [
|
1083 |
-
"src/"
|
1084 |
-
]
|
1085 |
-
},
|
1086 |
-
"notification-url": "https://packagist.org/downloads/",
|
1087 |
-
"license": [
|
1088 |
-
"BSD-3-Clause"
|
1089 |
-
],
|
1090 |
-
"authors": [
|
1091 |
-
{
|
1092 |
-
"name": "Jeff Welch",
|
1093 |
-
"email": "whatthejeff@gmail.com"
|
1094 |
-
},
|
1095 |
-
{
|
1096 |
-
"name": "Volker Dusch",
|
1097 |
-
"email": "github@wallbash.com"
|
1098 |
-
},
|
1099 |
-
{
|
1100 |
-
"name": "Bernhard Schussek",
|
1101 |
-
"email": "bschussek@2bepublished.at"
|
1102 |
-
},
|
1103 |
-
{
|
1104 |
-
"name": "Sebastian Bergmann",
|
1105 |
-
"email": "sebastian@phpunit.de"
|
1106 |
-
}
|
1107 |
-
],
|
1108 |
-
"description": "Provides the functionality to compare PHP values for equality",
|
1109 |
-
"homepage": "https://github.com/sebastianbergmann/comparator",
|
1110 |
-
"keywords": [
|
1111 |
-
"comparator",
|
1112 |
-
"compare",
|
1113 |
-
"equality"
|
1114 |
-
],
|
1115 |
-
"time": "2018-02-01 13:46:46"
|
1116 |
-
},
|
1117 |
-
{
|
1118 |
-
"name": "sebastian/diff",
|
1119 |
-
"version": "2.0.1",
|
1120 |
-
"source": {
|
1121 |
-
"type": "git",
|
1122 |
-
"url": "https://github.com/sebastianbergmann/diff.git",
|
1123 |
-
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
|
1124 |
-
},
|
1125 |
-
"dist": {
|
1126 |
-
"type": "zip",
|
1127 |
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
|
1128 |
-
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
|
1129 |
-
"shasum": ""
|
1130 |
-
},
|
1131 |
-
"require": {
|
1132 |
-
"php": "^7.0"
|
1133 |
-
},
|
1134 |
-
"require-dev": {
|
1135 |
-
"phpunit/phpunit": "^6.2"
|
1136 |
-
},
|
1137 |
-
"type": "library",
|
1138 |
-
"extra": {
|
1139 |
-
"branch-alias": {
|
1140 |
-
"dev-master": "2.0-dev"
|
1141 |
-
}
|
1142 |
-
},
|
1143 |
-
"autoload": {
|
1144 |
-
"classmap": [
|
1145 |
-
"src/"
|
1146 |
-
]
|
1147 |
-
},
|
1148 |
-
"notification-url": "https://packagist.org/downloads/",
|
1149 |
-
"license": [
|
1150 |
-
"BSD-3-Clause"
|
1151 |
-
],
|
1152 |
-
"authors": [
|
1153 |
-
{
|
1154 |
-
"name": "Kore Nordmann",
|
1155 |
-
"email": "mail@kore-nordmann.de"
|
1156 |
-
},
|
1157 |
-
{
|
1158 |
-
"name": "Sebastian Bergmann",
|
1159 |
-
"email": "sebastian@phpunit.de"
|
1160 |
-
}
|
1161 |
-
],
|
1162 |
-
"description": "Diff implementation",
|
1163 |
-
"homepage": "https://github.com/sebastianbergmann/diff",
|
1164 |
-
"keywords": [
|
1165 |
-
"diff"
|
1166 |
-
],
|
1167 |
-
"time": "2017-08-03 08:09:46"
|
1168 |
-
},
|
1169 |
-
{
|
1170 |
-
"name": "sebastian/environment",
|
1171 |
-
"version": "3.1.0",
|
1172 |
-
"source": {
|
1173 |
-
"type": "git",
|
1174 |
-
"url": "https://github.com/sebastianbergmann/environment.git",
|
1175 |
-
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
|
1176 |
-
},
|
1177 |
-
"dist": {
|
1178 |
-
"type": "zip",
|
1179 |
-
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
|
1180 |
-
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
|
1181 |
-
"shasum": ""
|
1182 |
-
},
|
1183 |
-
"require": {
|
1184 |
-
"php": "^7.0"
|
1185 |
-
},
|
1186 |
-
"require-dev": {
|
1187 |
-
"phpunit/phpunit": "^6.1"
|
1188 |
-
},
|
1189 |
-
"type": "library",
|
1190 |
-
"extra": {
|
1191 |
-
"branch-alias": {
|
1192 |
-
"dev-master": "3.1.x-dev"
|
1193 |
-
}
|
1194 |
-
},
|
1195 |
-
"autoload": {
|
1196 |
-
"classmap": [
|
1197 |
-
"src/"
|
1198 |
-
]
|
1199 |
-
},
|
1200 |
-
"notification-url": "https://packagist.org/downloads/",
|
1201 |
-
"license": [
|
1202 |
-
"BSD-3-Clause"
|
1203 |
-
],
|
1204 |
-
"authors": [
|
1205 |
-
{
|
1206 |
-
"name": "Sebastian Bergmann",
|
1207 |
-
"email": "sebastian@phpunit.de"
|
1208 |
-
}
|
1209 |
-
],
|
1210 |
-
"description": "Provides functionality to handle HHVM/PHP environments",
|
1211 |
-
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
1212 |
-
"keywords": [
|
1213 |
-
"Xdebug",
|
1214 |
-
"environment",
|
1215 |
-
"hhvm"
|
1216 |
-
],
|
1217 |
-
"time": "2017-07-01 08:51:00"
|
1218 |
-
},
|
1219 |
-
{
|
1220 |
-
"name": "sebastian/exporter",
|
1221 |
-
"version": "3.1.0",
|
1222 |
-
"source": {
|
1223 |
-
"type": "git",
|
1224 |
-
"url": "https://github.com/sebastianbergmann/exporter.git",
|
1225 |
-
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
|
1226 |
-
},
|
1227 |
-
"dist": {
|
1228 |
-
"type": "zip",
|
1229 |
-
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
|
1230 |
-
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
|
1231 |
-
"shasum": ""
|
1232 |
-
},
|
1233 |
-
"require": {
|
1234 |
-
"php": "^7.0",
|
1235 |
-
"sebastian/recursion-context": "^3.0"
|
1236 |
-
},
|
1237 |
-
"require-dev": {
|
1238 |
-
"ext-mbstring": "*",
|
1239 |
-
"phpunit/phpunit": "^6.0"
|
1240 |
-
},
|
1241 |
-
"type": "library",
|
1242 |
-
"extra": {
|
1243 |
-
"branch-alias": {
|
1244 |
-
"dev-master": "3.1.x-dev"
|
1245 |
-
}
|
1246 |
-
},
|
1247 |
-
"autoload": {
|
1248 |
-
"classmap": [
|
1249 |
-
"src/"
|
1250 |
-
]
|
1251 |
-
},
|
1252 |
-
"notification-url": "https://packagist.org/downloads/",
|
1253 |
-
"license": [
|
1254 |
-
"BSD-3-Clause"
|
1255 |
-
],
|
1256 |
-
"authors": [
|
1257 |
-
{
|
1258 |
-
"name": "Jeff Welch",
|
1259 |
-
"email": "whatthejeff@gmail.com"
|
1260 |
-
},
|
1261 |
-
{
|
1262 |
-
"name": "Volker Dusch",
|
1263 |
-
"email": "github@wallbash.com"
|
1264 |
-
},
|
1265 |
-
{
|
1266 |
-
"name": "Bernhard Schussek",
|
1267 |
-
"email": "bschussek@2bepublished.at"
|
1268 |
-
},
|
1269 |
-
{
|
1270 |
-
"name": "Sebastian Bergmann",
|
1271 |
-
"email": "sebastian@phpunit.de"
|
1272 |
-
},
|
1273 |
-
{
|
1274 |
-
"name": "Adam Harvey",
|
1275 |
-
"email": "aharvey@php.net"
|
1276 |
-
}
|
1277 |
-
],
|
1278 |
-
"description": "Provides the functionality to export PHP variables for visualization",
|
1279 |
-
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
1280 |
-
"keywords": [
|
1281 |
-
"export",
|
1282 |
-
"exporter"
|
1283 |
-
],
|
1284 |
-
"time": "2017-04-03 13:19:02"
|
1285 |
-
},
|
1286 |
-
{
|
1287 |
-
"name": "sebastian/global-state",
|
1288 |
-
"version": "2.0.0",
|
1289 |
-
"source": {
|
1290 |
-
"type": "git",
|
1291 |
-
"url": "https://github.com/sebastianbergmann/global-state.git",
|
1292 |
-
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
|
1293 |
-
},
|
1294 |
-
"dist": {
|
1295 |
-
"type": "zip",
|
1296 |
-
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
1297 |
-
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
1298 |
-
"shasum": ""
|
1299 |
-
},
|
1300 |
-
"require": {
|
1301 |
-
"php": "^7.0"
|
1302 |
-
},
|
1303 |
-
"require-dev": {
|
1304 |
-
"phpunit/phpunit": "^6.0"
|
1305 |
-
},
|
1306 |
-
"suggest": {
|
1307 |
-
"ext-uopz": "*"
|
1308 |
-
},
|
1309 |
-
"type": "library",
|
1310 |
-
"extra": {
|
1311 |
-
"branch-alias": {
|
1312 |
-
"dev-master": "2.0-dev"
|
1313 |
-
}
|
1314 |
-
},
|
1315 |
-
"autoload": {
|
1316 |
-
"classmap": [
|
1317 |
-
"src/"
|
1318 |
-
]
|
1319 |
-
},
|
1320 |
-
"notification-url": "https://packagist.org/downloads/",
|
1321 |
-
"license": [
|
1322 |
-
"BSD-3-Clause"
|
1323 |
-
],
|
1324 |
-
"authors": [
|
1325 |
-
{
|
1326 |
-
"name": "Sebastian Bergmann",
|
1327 |
-
"email": "sebastian@phpunit.de"
|
1328 |
-
}
|
1329 |
-
],
|
1330 |
-
"description": "Snapshotting of global state",
|
1331 |
-
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
1332 |
-
"keywords": [
|
1333 |
-
"global state"
|
1334 |
-
],
|
1335 |
-
"time": "2017-04-27 15:39:26"
|
1336 |
-
},
|
1337 |
-
{
|
1338 |
-
"name": "sebastian/object-enumerator",
|
1339 |
-
"version": "3.0.3",
|
1340 |
-
"source": {
|
1341 |
-
"type": "git",
|
1342 |
-
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
1343 |
-
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
|
1344 |
-
},
|
1345 |
-
"dist": {
|
1346 |
-
"type": "zip",
|
1347 |
-
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
1348 |
-
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
1349 |
-
"shasum": ""
|
1350 |
-
},
|
1351 |
-
"require": {
|
1352 |
-
"php": "^7.0",
|
1353 |
-
"sebastian/object-reflector": "^1.1.1",
|
1354 |
-
"sebastian/recursion-context": "^3.0"
|
1355 |
-
},
|
1356 |
-
"require-dev": {
|
1357 |
-
"phpunit/phpunit": "^6.0"
|
1358 |
-
},
|
1359 |
-
"type": "library",
|
1360 |
-
"extra": {
|
1361 |
-
"branch-alias": {
|
1362 |
-
"dev-master": "3.0.x-dev"
|
1363 |
-
}
|
1364 |
-
},
|
1365 |
-
"autoload": {
|
1366 |
-
"classmap": [
|
1367 |
-
"src/"
|
1368 |
-
]
|
1369 |
-
},
|
1370 |
-
"notification-url": "https://packagist.org/downloads/",
|
1371 |
-
"license": [
|
1372 |
-
"BSD-3-Clause"
|
1373 |
-
],
|
1374 |
-
"authors": [
|
1375 |
-
{
|
1376 |
-
"name": "Sebastian Bergmann",
|
1377 |
-
"email": "sebastian@phpunit.de"
|
1378 |
-
}
|
1379 |
-
],
|
1380 |
-
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
1381 |
-
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
1382 |
-
"time": "2017-08-03 12:35:26"
|
1383 |
-
},
|
1384 |
-
{
|
1385 |
-
"name": "sebastian/object-reflector",
|
1386 |
-
"version": "1.1.1",
|
1387 |
-
"source": {
|
1388 |
-
"type": "git",
|
1389 |
-
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
1390 |
-
"reference": "773f97c67f28de00d397be301821b06708fca0be"
|
1391 |
-
},
|
1392 |
-
"dist": {
|
1393 |
-
"type": "zip",
|
1394 |
-
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
|
1395 |
-
"reference": "773f97c67f28de00d397be301821b06708fca0be",
|
1396 |
-
"shasum": ""
|
1397 |
-
},
|
1398 |
-
"require": {
|
1399 |
-
"php": "^7.0"
|
1400 |
-
},
|
1401 |
-
"require-dev": {
|
1402 |
-
"phpunit/phpunit": "^6.0"
|
1403 |
-
},
|
1404 |
-
"type": "library",
|
1405 |
-
"extra": {
|
1406 |
-
"branch-alias": {
|
1407 |
-
"dev-master": "1.1-dev"
|
1408 |
-
}
|
1409 |
-
},
|
1410 |
-
"autoload": {
|
1411 |
-
"classmap": [
|
1412 |
-
"src/"
|
1413 |
-
]
|
1414 |
-
},
|
1415 |
-
"notification-url": "https://packagist.org/downloads/",
|
1416 |
-
"license": [
|
1417 |
-
"BSD-3-Clause"
|
1418 |
-
],
|
1419 |
-
"authors": [
|
1420 |
-
{
|
1421 |
-
"name": "Sebastian Bergmann",
|
1422 |
-
"email": "sebastian@phpunit.de"
|
1423 |
-
}
|
1424 |
-
],
|
1425 |
-
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
1426 |
-
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
1427 |
-
"time": "2017-03-29 09:07:27"
|
1428 |
-
},
|
1429 |
-
{
|
1430 |
-
"name": "sebastian/recursion-context",
|
1431 |
-
"version": "3.0.0",
|
1432 |
-
"source": {
|
1433 |
-
"type": "git",
|
1434 |
-
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
1435 |
-
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
|
1436 |
-
},
|
1437 |
-
"dist": {
|
1438 |
-
"type": "zip",
|
1439 |
-
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
1440 |
-
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
1441 |
-
"shasum": ""
|
1442 |
-
},
|
1443 |
-
"require": {
|
1444 |
-
"php": "^7.0"
|
1445 |
-
},
|
1446 |
-
"require-dev": {
|
1447 |
-
"phpunit/phpunit": "^6.0"
|
1448 |
-
},
|
1449 |
-
"type": "library",
|
1450 |
-
"extra": {
|
1451 |
-
"branch-alias": {
|
1452 |
-
"dev-master": "3.0.x-dev"
|
1453 |
-
}
|
1454 |
-
},
|
1455 |
-
"autoload": {
|
1456 |
-
"classmap": [
|
1457 |
-
"src/"
|
1458 |
-
]
|
1459 |
-
},
|
1460 |
-
"notification-url": "https://packagist.org/downloads/",
|
1461 |
-
"license": [
|
1462 |
-
"BSD-3-Clause"
|
1463 |
-
],
|
1464 |
-
"authors": [
|
1465 |
-
{
|
1466 |
-
"name": "Jeff Welch",
|
1467 |
-
"email": "whatthejeff@gmail.com"
|
1468 |
-
},
|
1469 |
-
{
|
1470 |
-
"name": "Sebastian Bergmann",
|
1471 |
-
"email": "sebastian@phpunit.de"
|
1472 |
-
},
|
1473 |
-
{
|
1474 |
-
"name": "Adam Harvey",
|
1475 |
-
"email": "aharvey@php.net"
|
1476 |
-
}
|
1477 |
-
],
|
1478 |
-
"description": "Provides functionality to recursively process PHP variables",
|
1479 |
-
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
1480 |
-
"time": "2017-03-03 06:23:57"
|
1481 |
-
},
|
1482 |
-
{
|
1483 |
-
"name": "sebastian/resource-operations",
|
1484 |
-
"version": "1.0.0",
|
1485 |
-
"source": {
|
1486 |
-
"type": "git",
|
1487 |
-
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
1488 |
-
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
1489 |
-
},
|
1490 |
-
"dist": {
|
1491 |
-
"type": "zip",
|
1492 |
-
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
1493 |
-
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
1494 |
-
"shasum": ""
|
1495 |
-
},
|
1496 |
-
"require": {
|
1497 |
-
"php": ">=5.6.0"
|
1498 |
-
},
|
1499 |
-
"type": "library",
|
1500 |
-
"extra": {
|
1501 |
-
"branch-alias": {
|
1502 |
-
"dev-master": "1.0.x-dev"
|
1503 |
-
}
|
1504 |
-
},
|
1505 |
-
"autoload": {
|
1506 |
-
"classmap": [
|
1507 |
-
"src/"
|
1508 |
-
]
|
1509 |
-
},
|
1510 |
-
"notification-url": "https://packagist.org/downloads/",
|
1511 |
-
"license": [
|
1512 |
-
"BSD-3-Clause"
|
1513 |
-
],
|
1514 |
-
"authors": [
|
1515 |
-
{
|
1516 |
-
"name": "Sebastian Bergmann",
|
1517 |
-
"email": "sebastian@phpunit.de"
|
1518 |
-
}
|
1519 |
-
],
|
1520 |
-
"description": "Provides a list of PHP built-in functions that operate on resources",
|
1521 |
-
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
1522 |
-
"time": "2015-07-28 20:34:47"
|
1523 |
-
},
|
1524 |
-
{
|
1525 |
-
"name": "sebastian/version",
|
1526 |
-
"version": "2.0.1",
|
1527 |
-
"source": {
|
1528 |
-
"type": "git",
|
1529 |
-
"url": "https://github.com/sebastianbergmann/version.git",
|
1530 |
-
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
1531 |
-
},
|
1532 |
-
"dist": {
|
1533 |
-
"type": "zip",
|
1534 |
-
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
1535 |
-
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
1536 |
-
"shasum": ""
|
1537 |
-
},
|
1538 |
-
"require": {
|
1539 |
-
"php": ">=5.6"
|
1540 |
-
},
|
1541 |
-
"type": "library",
|
1542 |
-
"extra": {
|
1543 |
-
"branch-alias": {
|
1544 |
-
"dev-master": "2.0.x-dev"
|
1545 |
-
}
|
1546 |
-
},
|
1547 |
-
"autoload": {
|
1548 |
-
"classmap": [
|
1549 |
-
"src/"
|
1550 |
-
]
|
1551 |
-
},
|
1552 |
-
"notification-url": "https://packagist.org/downloads/",
|
1553 |
-
"license": [
|
1554 |
-
"BSD-3-Clause"
|
1555 |
-
],
|
1556 |
-
"authors": [
|
1557 |
-
{
|
1558 |
-
"name": "Sebastian Bergmann",
|
1559 |
-
"email": "sebastian@phpunit.de",
|
1560 |
-
"role": "lead"
|
1561 |
-
}
|
1562 |
-
],
|
1563 |
-
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
1564 |
-
"homepage": "https://github.com/sebastianbergmann/version",
|
1565 |
-
"time": "2016-10-03 07:35:21"
|
1566 |
-
},
|
1567 |
-
{
|
1568 |
-
"name": "squizlabs/php_codesniffer",
|
1569 |
-
"version": "3.2.2",
|
1570 |
-
"source": {
|
1571 |
-
"type": "git",
|
1572 |
-
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
1573 |
-
"reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1"
|
1574 |
-
},
|
1575 |
-
"dist": {
|
1576 |
-
"type": "zip",
|
1577 |
-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7c00c3000ac0ce79c96fcbfef86b49a71158cd1",
|
1578 |
-
"reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1",
|
1579 |
-
"shasum": ""
|
1580 |
-
},
|
1581 |
-
"require": {
|
1582 |
-
"ext-simplexml": "*",
|
1583 |
-
"ext-tokenizer": "*",
|
1584 |
-
"ext-xmlwriter": "*",
|
1585 |
-
"php": ">=5.4.0"
|
1586 |
-
},
|
1587 |
-
"require-dev": {
|
1588 |
-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
|
1589 |
-
},
|
1590 |
-
"bin": [
|
1591 |
-
"bin/phpcs",
|
1592 |
-
"bin/phpcbf"
|
1593 |
-
],
|
1594 |
-
"type": "library",
|
1595 |
-
"extra": {
|
1596 |
-
"branch-alias": {
|
1597 |
-
"dev-master": "3.x-dev"
|
1598 |
-
}
|
1599 |
-
},
|
1600 |
-
"notification-url": "https://packagist.org/downloads/",
|
1601 |
-
"license": [
|
1602 |
-
"BSD-3-Clause"
|
1603 |
-
],
|
1604 |
-
"authors": [
|
1605 |
-
{
|
1606 |
-
"name": "Greg Sherwood",
|
1607 |
-
"role": "lead"
|
1608 |
-
}
|
1609 |
-
],
|
1610 |
-
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
1611 |
-
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
1612 |
-
"keywords": [
|
1613 |
-
"phpcs",
|
1614 |
-
"standards"
|
1615 |
-
],
|
1616 |
-
"time": "2017-12-19 21:44:46"
|
1617 |
-
},
|
1618 |
-
{
|
1619 |
-
"name": "theseer/tokenizer",
|
1620 |
-
"version": "1.1.0",
|
1621 |
-
"source": {
|
1622 |
-
"type": "git",
|
1623 |
-
"url": "https://github.com/theseer/tokenizer.git",
|
1624 |
-
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
|
1625 |
-
},
|
1626 |
-
"dist": {
|
1627 |
-
"type": "zip",
|
1628 |
-
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
1629 |
-
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
1630 |
-
"shasum": ""
|
1631 |
-
},
|
1632 |
-
"require": {
|
1633 |
-
"ext-dom": "*",
|
1634 |
-
"ext-tokenizer": "*",
|
1635 |
-
"ext-xmlwriter": "*",
|
1636 |
-
"php": "^7.0"
|
1637 |
-
},
|
1638 |
-
"type": "library",
|
1639 |
-
"autoload": {
|
1640 |
-
"classmap": [
|
1641 |
-
"src/"
|
1642 |
-
]
|
1643 |
-
},
|
1644 |
-
"notification-url": "https://packagist.org/downloads/",
|
1645 |
-
"license": [
|
1646 |
-
"BSD-3-Clause"
|
1647 |
-
],
|
1648 |
-
"authors": [
|
1649 |
-
{
|
1650 |
-
"name": "Arne Blankerts",
|
1651 |
-
"email": "arne@blankerts.de",
|
1652 |
-
"role": "Developer"
|
1653 |
-
}
|
1654 |
-
],
|
1655 |
-
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
1656 |
-
"time": "2017-04-07 12:08:54"
|
1657 |
-
},
|
1658 |
-
{
|
1659 |
-
"name": "webmozart/assert",
|
1660 |
-
"version": "1.3.0",
|
1661 |
-
"source": {
|
1662 |
-
"type": "git",
|
1663 |
-
"url": "https://github.com/webmozart/assert.git",
|
1664 |
-
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
|
1665 |
-
},
|
1666 |
-
"dist": {
|
1667 |
-
"type": "zip",
|
1668 |
-
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
|
1669 |
-
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
|
1670 |
-
"shasum": ""
|
1671 |
-
},
|
1672 |
-
"require": {
|
1673 |
-
"php": "^5.3.3 || ^7.0"
|
1674 |
-
},
|
1675 |
-
"require-dev": {
|
1676 |
-
"phpunit/phpunit": "^4.6",
|
1677 |
-
"sebastian/version": "^1.0.1"
|
1678 |
-
},
|
1679 |
-
"type": "library",
|
1680 |
-
"extra": {
|
1681 |
-
"branch-alias": {
|
1682 |
-
"dev-master": "1.3-dev"
|
1683 |
-
}
|
1684 |
-
},
|
1685 |
-
"autoload": {
|
1686 |
-
"psr-4": {
|
1687 |
-
"Webmozart\\Assert\\": "src/"
|
1688 |
-
}
|
1689 |
-
},
|
1690 |
-
"notification-url": "https://packagist.org/downloads/",
|
1691 |
-
"license": [
|
1692 |
-
"MIT"
|
1693 |
-
],
|
1694 |
-
"authors": [
|
1695 |
-
{
|
1696 |
-
"name": "Bernhard Schussek",
|
1697 |
-
"email": "bschussek@gmail.com"
|
1698 |
-
}
|
1699 |
-
],
|
1700 |
-
"description": "Assertions to validate method input/output with nice error messages.",
|
1701 |
-
"keywords": [
|
1702 |
-
"assert",
|
1703 |
-
"check",
|
1704 |
-
"validate"
|
1705 |
-
],
|
1706 |
-
"time": "2018-01-29 19:49:41"
|
1707 |
-
},
|
1708 |
-
{
|
1709 |
-
"name": "wimg/php-compatibility",
|
1710 |
-
"version": "8.1.0",
|
1711 |
-
"source": {
|
1712 |
-
"type": "git",
|
1713 |
-
"url": "https://github.com/wimg/PHPCompatibility.git",
|
1714 |
-
"reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e"
|
1715 |
-
},
|
1716 |
-
"dist": {
|
1717 |
-
"type": "zip",
|
1718 |
-
"url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
|
1719 |
-
"reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
|
1720 |
-
"shasum": ""
|
1721 |
-
},
|
1722 |
-
"require": {
|
1723 |
-
"php": ">=5.3",
|
1724 |
-
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
|
1725 |
-
},
|
1726 |
-
"conflict": {
|
1727 |
-
"squizlabs/php_codesniffer": "2.6.2"
|
1728 |
-
},
|
1729 |
-
"require-dev": {
|
1730 |
-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
|
1731 |
-
},
|
1732 |
-
"suggest": {
|
1733 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
1734 |
-
},
|
1735 |
-
"type": "phpcodesniffer-standard",
|
1736 |
-
"autoload": {
|
1737 |
-
"psr-4": {
|
1738 |
-
"PHPCompatibility\\": "PHPCompatibility/"
|
1739 |
-
}
|
1740 |
-
},
|
1741 |
-
"notification-url": "https://packagist.org/downloads/",
|
1742 |
-
"license": [
|
1743 |
-
"LGPL-3.0"
|
1744 |
-
],
|
1745 |
-
"authors": [
|
1746 |
-
{
|
1747 |
-
"name": "Wim Godden",
|
1748 |
-
"role": "lead"
|
1749 |
-
}
|
1750 |
-
],
|
1751 |
-
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
|
1752 |
-
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
1753 |
-
"keywords": [
|
1754 |
-
"compatibility",
|
1755 |
-
"phpcs",
|
1756 |
-
"standards"
|
1757 |
-
],
|
1758 |
-
"time": "2017-12-27 21:58:38"
|
1759 |
-
},
|
1760 |
-
{
|
1761 |
-
"name": "wp-coding-standards/wpcs",
|
1762 |
-
"version": "0.14.0",
|
1763 |
-
"source": {
|
1764 |
-
"type": "git",
|
1765 |
-
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
|
1766 |
-
"reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c"
|
1767 |
-
},
|
1768 |
-
"dist": {
|
1769 |
-
"type": "zip",
|
1770 |
-
"url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/8cadf48fa1c70b2381988e0a79e029e011a8f41c",
|
1771 |
-
"reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c",
|
1772 |
-
"shasum": ""
|
1773 |
-
},
|
1774 |
-
"require": {
|
1775 |
-
"php": ">=5.3",
|
1776 |
-
"squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
|
1777 |
-
},
|
1778 |
-
"suggest": {
|
1779 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
1780 |
-
},
|
1781 |
-
"type": "phpcodesniffer-standard",
|
1782 |
-
"notification-url": "https://packagist.org/downloads/",
|
1783 |
-
"license": [
|
1784 |
-
"MIT"
|
1785 |
-
],
|
1786 |
-
"authors": [
|
1787 |
-
{
|
1788 |
-
"name": "Contributors",
|
1789 |
-
"homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
|
1790 |
-
}
|
1791 |
-
],
|
1792 |
-
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
|
1793 |
-
"keywords": [
|
1794 |
-
"phpcs",
|
1795 |
-
"standards",
|
1796 |
-
"wordpress"
|
1797 |
-
],
|
1798 |
-
"time": "2017-11-01 15:10:46"
|
1799 |
-
},
|
1800 |
-
{
|
1801 |
-
"name": "wpeverest/wpeverest-git-hooks",
|
1802 |
-
"version": "1.0.2",
|
1803 |
-
"source": {
|
1804 |
-
"type": "git",
|
1805 |
-
"url": "https://github.com/wpeverest/wpeverest-git-hooks.git",
|
1806 |
-
"reference": "81b1a2ff501252a23cbd59155bdc21918cef0dd2"
|
1807 |
-
},
|
1808 |
-
"dist": {
|
1809 |
-
"type": "zip",
|
1810 |
-
"url": "https://api.github.com/repos/wpeverest/wpeverest-git-hooks/zipball/81b1a2ff501252a23cbd59155bdc21918cef0dd2",
|
1811 |
-
"reference": "81b1a2ff501252a23cbd59155bdc21918cef0dd2",
|
1812 |
-
"shasum": ""
|
1813 |
-
},
|
1814 |
-
"type": "scripts",
|
1815 |
-
"autoload": {
|
1816 |
-
"psr-4": {
|
1817 |
-
"WPEverest\\GitHooks\\": "src/"
|
1818 |
-
}
|
1819 |
-
},
|
1820 |
-
"notification-url": "https://packagist.org/downloads/",
|
1821 |
-
"license": [
|
1822 |
-
"MIT"
|
1823 |
-
],
|
1824 |
-
"authors": [
|
1825 |
-
{
|
1826 |
-
"name": "Shiva Poudel",
|
1827 |
-
"email": "dev.shivapoudel@gmail.com"
|
1828 |
-
}
|
1829 |
-
],
|
1830 |
-
"description": "WPEverest Git Hooks",
|
1831 |
-
"time": "2017-12-18 16:25:25"
|
1832 |
-
},
|
1833 |
-
{
|
1834 |
-
"name": "wpeverest/wpeverest-sniffs",
|
1835 |
-
"version": "0.0.1",
|
1836 |
-
"source": {
|
1837 |
-
"type": "git",
|
1838 |
-
"url": "https://github.com/wpeverest/wpeverest-sniffs.git",
|
1839 |
-
"reference": "2e61559f889ba4d3b01e4ded277161fb78e74c3f"
|
1840 |
-
},
|
1841 |
-
"dist": {
|
1842 |
-
"type": "zip",
|
1843 |
-
"url": "https://api.github.com/repos/wpeverest/wpeverest-sniffs/zipball/2e61559f889ba4d3b01e4ded277161fb78e74c3f",
|
1844 |
-
"reference": "2e61559f889ba4d3b01e4ded277161fb78e74c3f",
|
1845 |
-
"shasum": ""
|
1846 |
-
},
|
1847 |
-
"require": {
|
1848 |
-
"php": ">=7.0",
|
1849 |
-
"squizlabs/php_codesniffer": "^3.0.2"
|
1850 |
-
},
|
1851 |
-
"suggest": {
|
1852 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
1853 |
-
},
|
1854 |
-
"type": "phpcodesniffer-standard",
|
1855 |
-
"notification-url": "https://packagist.org/downloads/",
|
1856 |
-
"license": [
|
1857 |
-
"MIT"
|
1858 |
-
],
|
1859 |
-
"authors": [
|
1860 |
-
{
|
1861 |
-
"name": "Shiva Poudel",
|
1862 |
-
"email": "dev.shivapoudel@gmail.com"
|
1863 |
-
}
|
1864 |
-
],
|
1865 |
-
"description": "WPEverest sniffs",
|
1866 |
-
"keywords": [
|
1867 |
-
"WPEverest",
|
1868 |
-
"phpcs",
|
1869 |
-
"standards",
|
1870 |
-
"wordpress"
|
1871 |
-
],
|
1872 |
-
"time": "2017-12-25 05:34:53"
|
1873 |
-
}
|
1874 |
-
],
|
1875 |
-
"aliases": [],
|
1876 |
-
"minimum-stability": "stable",
|
1877 |
-
"stability-flags": [],
|
1878 |
-
"prefer-stable": false,
|
1879 |
-
"prefer-lowest": false,
|
1880 |
-
"platform": [],
|
1881 |
-
"platform-dev": []
|
1882 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flash-toolkit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Flash Toolkit
|
4 |
* Plugin URI: http://themegrill.com/theme/flash
|
5 |
* Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
|
6 |
-
* Version: 1.
|
7 |
* Author: ThemeGrill
|
8 |
* Author URI: http://themegrill.com
|
9 |
* License: GPLv3 or later
|
@@ -17,198 +17,211 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
|
18 |
if ( ! class_exists( 'FlashToolkit' ) ) :
|
19 |
|
20 |
-
/**
|
21 |
-
* FlashToolkit main class.
|
22 |
-
*
|
23 |
-
* @class FlashToolkit
|
24 |
-
* @version 1.0.0
|
25 |
-
*/
|
26 |
-
final class FlashToolkit {
|
27 |
-
|
28 |
-
/**
|
29 |
-
* Plugin version.
|
30 |
-
* @var string
|
31 |
-
*/
|
32 |
-
public $version = '1.1.9';
|
33 |
-
|
34 |
-
/**
|
35 |
-
* Instance of this class.
|
36 |
-
* @var object
|
37 |
-
*/
|
38 |
-
protected static $_instance = null;
|
39 |
-
|
40 |
/**
|
41 |
-
*
|
42 |
-
*
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
-
return self::$_instance;
|
50 |
-
}
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
/**
|
61 |
-
* Unserializing instances of this class is forbidden.
|
62 |
-
* @since 1.0
|
63 |
-
*/
|
64 |
-
public function __wakeup() {
|
65 |
-
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'flash-toolkit' ), '1.0' );
|
66 |
-
}
|
67 |
-
|
68 |
-
/**
|
69 |
-
* FlashToolkit Constructor.
|
70 |
-
*/
|
71 |
-
public function __construct() {
|
72 |
-
$this->define_constants();
|
73 |
-
$this->includes();
|
74 |
-
$this->init_hooks();
|
75 |
-
|
76 |
-
do_action( 'flash_toolkit_loaded' );
|
77 |
-
}
|
78 |
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
$this->define( 'FT_VERSION', $this->version );
|
96 |
-
$this->define( 'FT_TEMPLATE_DEBUG_MODE', false );
|
97 |
-
}
|
98 |
|
99 |
-
|
100 |
-
* Define constant if not already set.
|
101 |
-
*
|
102 |
-
* @param string $name
|
103 |
-
* @param string|bool $value
|
104 |
-
*/
|
105 |
-
private function define( $name, $value ) {
|
106 |
-
if ( ! defined( $name ) ) {
|
107 |
-
define( $name, $value );
|
108 |
}
|
109 |
-
}
|
110 |
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
case 'admin' :
|
120 |
-
return is_admin();
|
121 |
-
case 'frontend' :
|
122 |
-
return ( ! is_admin() || defined( 'DOING_AJAX' ) ) && ! defined( 'DOING_CRON' );
|
123 |
}
|
124 |
-
}
|
125 |
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
include_once( FT_ABSPATH . 'includes/class-flash-inline-style.php' );
|
136 |
-
|
137 |
-
if ( $this->is_request( 'admin' ) ) {
|
138 |
-
include_once( FT_ABSPATH . 'includes/admin/class-flash-admin.php' );
|
139 |
}
|
140 |
|
141 |
-
|
142 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
}
|
144 |
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
|
174 |
-
|
175 |
-
|
176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
}
|
178 |
-
}
|
179 |
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
|
|
187 |
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
|
|
195 |
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
|
|
203 |
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
|
|
|
|
210 |
}
|
211 |
-
}
|
212 |
|
213 |
endif;
|
214 |
|
@@ -217,8 +230,8 @@ endif;
|
|
217 |
*
|
218 |
* Returns the main instance of FT to prevent the need to use globals.
|
219 |
*
|
220 |
-
* @since 1.0
|
221 |
* @return FlashToolkit
|
|
|
222 |
*/
|
223 |
function FT() {
|
224 |
return FlashToolkit::instance();
|
3 |
* Plugin Name: Flash Toolkit
|
4 |
* Plugin URI: http://themegrill.com/theme/flash
|
5 |
* Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
|
6 |
+
* Version: 1.2.0
|
7 |
* Author: ThemeGrill
|
8 |
* Author URI: http://themegrill.com
|
9 |
* License: GPLv3 or later
|
17 |
|
18 |
if ( ! class_exists( 'FlashToolkit' ) ) :
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
/**
|
21 |
+
* FlashToolkit main class.
|
22 |
+
*
|
23 |
+
* @class FlashToolkit
|
24 |
+
* @version 1.0.0
|
25 |
+
*/
|
26 |
+
final class FlashToolkit {
|
27 |
+
|
28 |
+
/**
|
29 |
+
* Plugin version.
|
30 |
+
*
|
31 |
+
* @var string
|
32 |
+
*/
|
33 |
+
public $version = '1.2.0';
|
34 |
+
|
35 |
+
/**
|
36 |
+
* Instance of this class.
|
37 |
+
*
|
38 |
+
* @var object
|
39 |
+
*/
|
40 |
+
protected static $_instance = null;
|
41 |
+
|
42 |
+
/**
|
43 |
+
* Return an instance of this class.
|
44 |
+
*
|
45 |
+
* @return object A single instance of this class.
|
46 |
+
*/
|
47 |
+
public static function instance() {
|
48 |
+
// If the single instance hasn't been set, set it now.
|
49 |
+
if ( is_null( self::$_instance ) ) {
|
50 |
+
self::$_instance = new self();
|
51 |
+
}
|
52 |
+
|
53 |
+
return self::$_instance;
|
54 |
}
|
|
|
|
|
55 |
|
56 |
+
/**
|
57 |
+
* Cloning is forbidden.
|
58 |
+
*
|
59 |
+
* @since 1.0
|
60 |
+
*/
|
61 |
+
public function __clone() {
|
62 |
+
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'flash-toolkit' ), '1.0' );
|
63 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
+
/**
|
66 |
+
* Unserializing instances of this class is forbidden.
|
67 |
+
*
|
68 |
+
* @since 1.0
|
69 |
+
*/
|
70 |
+
public function __wakeup() {
|
71 |
+
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'flash-toolkit' ), '1.0' );
|
72 |
+
}
|
73 |
|
74 |
+
/**
|
75 |
+
* FlashToolkit Constructor.
|
76 |
+
*/
|
77 |
+
public function __construct() {
|
78 |
+
$this->define_constants();
|
79 |
+
$this->includes();
|
80 |
+
$this->init_hooks();
|
|
|
|
|
|
|
81 |
|
82 |
+
do_action( 'flash_toolkit_loaded' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
}
|
|
|
84 |
|
85 |
+
/**
|
86 |
+
* Hook into actions and filters.
|
87 |
+
*/
|
88 |
+
private function init_hooks() {
|
89 |
+
register_activation_hook( __FILE__, array( 'FT_Install', 'install' ) );
|
90 |
+
register_deactivation_hook( __FILE__, array( 'FT_Install', 'deactivate' ) );
|
91 |
+
add_action( 'init', array( $this, 'load_plugin_textdomain' ) );
|
92 |
+
add_action( 'admin_notices', array( $this, 'theme_support_missing_notice' ) );
|
|
|
|
|
|
|
|
|
93 |
}
|
|
|
94 |
|
95 |
+
/**
|
96 |
+
* Define FT Constants.
|
97 |
+
*/
|
98 |
+
private function define_constants() {
|
99 |
+
$this->define( 'FT_PLUGIN_FILE', __FILE__ );
|
100 |
+
$this->define( 'FT_ABSPATH', dirname( __FILE__ ) . '/' );
|
101 |
+
$this->define( 'FT_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
102 |
+
$this->define( 'FT_VERSION', $this->version );
|
103 |
+
$this->define( 'FT_TEMPLATE_DEBUG_MODE', false );
|
|
|
|
|
|
|
|
|
104 |
}
|
105 |
|
106 |
+
/**
|
107 |
+
* Define constant if not already set.
|
108 |
+
*
|
109 |
+
* @param string $name
|
110 |
+
* @param string|bool $value
|
111 |
+
*/
|
112 |
+
private function define( $name, $value ) {
|
113 |
+
if ( ! defined( $name ) ) {
|
114 |
+
define( $name, $value );
|
115 |
+
}
|
116 |
}
|
117 |
|
118 |
+
/**
|
119 |
+
* What type of request is this?
|
120 |
+
*
|
121 |
+
* @param string $type admin or frontend.
|
122 |
+
*
|
123 |
+
* @return bool
|
124 |
+
*/
|
125 |
+
private function is_request( $type ) {
|
126 |
+
switch ( $type ) {
|
127 |
+
case 'admin' :
|
128 |
+
return is_admin();
|
129 |
+
case 'frontend' :
|
130 |
+
return ( ! is_admin() || defined( 'DOING_AJAX' ) ) && ! defined( 'DOING_CRON' );
|
131 |
+
}
|
132 |
+
}
|
133 |
|
134 |
+
/**
|
135 |
+
* Includes.
|
136 |
+
*/
|
137 |
+
private function includes() {
|
138 |
+
include_once( FT_ABSPATH . 'includes/functions-flash-core.php' );
|
139 |
+
include_once( FT_ABSPATH . 'includes/functions-flash-widget.php' );
|
140 |
+
include_once( FT_ABSPATH . 'includes/class-flash-autoloader.php' );
|
141 |
+
include_once( FT_ABSPATH . 'includes/class-flash-install.php' );
|
142 |
+
include_once( FT_ABSPATH . 'includes/class-flash-ajax.php' );
|
143 |
+
include_once( FT_ABSPATH . 'includes/class-flash-inline-style.php' );
|
144 |
+
|
145 |
+
if ( $this->is_request( 'admin' ) ) {
|
146 |
+
include_once( FT_ABSPATH . 'includes/admin/class-flash-admin.php' );
|
147 |
+
}
|
148 |
+
|
149 |
+
if ( is_flash_pro_active() ) {
|
150 |
+
include_once( FT_ABSPATH . 'includes/class-flash-sidebars.php' );
|
151 |
+
}
|
152 |
+
|
153 |
+
include_once( FT_ABSPATH . 'includes/class-flash-post-types.php' ); // Registers post types
|
154 |
+
}
|
155 |
|
156 |
+
/**
|
157 |
+
* Load Localisation files.
|
158 |
+
*
|
159 |
+
* Note: the first-loaded translation file overrides any following ones if the same translation is present.
|
160 |
+
*
|
161 |
+
* Locales found in:
|
162 |
+
* - WP_LANG_DIR/flash-toolkit/flash-toolkit-LOCALE.mo
|
163 |
+
* - WP_LANG_DIR/plugins/flash-toolkit-LOCALE.mo
|
164 |
+
*/
|
165 |
+
public function load_plugin_textdomain() {
|
166 |
+
$locale = is_admin() && function_exists( 'get_user_locale' ) ? get_user_locale() : get_locale();
|
167 |
+
$locale = apply_filters( 'plugin_locale', $locale, 'flash-toolkit' );
|
168 |
+
|
169 |
+
unload_textdomain( 'flash-toolkit' );
|
170 |
+
load_textdomain( 'flash-toolkit', WP_LANG_DIR . '/flash-toolkit/flash-toolkit-' . $locale . '.mo' );
|
171 |
+
load_plugin_textdomain( 'flash-toolkit', false, plugin_basename( dirname( __FILE__ ) ) . '/i18n/languages' );
|
172 |
+
}
|
173 |
|
174 |
+
/**
|
175 |
+
* Theme support fallback notice.
|
176 |
+
*
|
177 |
+
* @return string
|
178 |
+
*/
|
179 |
+
public function theme_support_missing_notice() {
|
180 |
+
$theme = wp_get_theme();
|
181 |
+
$parent = $theme->parent();
|
182 |
+
|
183 |
+
// Check with ThemeGrill Flash Theme is installed.
|
184 |
+
if ( ( $theme != 'Flash' ) && ( $theme != 'Flash Pro' ) && ( $parent != 'Flash' ) && ( $parent != 'Flash Pro' ) ) {
|
185 |
+
echo '<div class="error notice is-dismissible"><p><strong>' . __( 'Flash Toolkit', 'flash-toolkit' ) . '</strong> – ' . sprintf( __( 'This plugin requires %s by ThemeGrill to work.', 'flash-toolkit' ), '<a href="http://www.themegrill.com/themes/flash/" target="_blank">' . __( 'Flash Theme', 'flash-toolkit' ) . '</a>' ) . '</p></div>';
|
186 |
+
}
|
187 |
}
|
|
|
188 |
|
189 |
+
/**
|
190 |
+
* Get the plugin url.
|
191 |
+
*
|
192 |
+
* @return string
|
193 |
+
*/
|
194 |
+
public function plugin_url() {
|
195 |
+
return untrailingslashit( plugins_url( '/', __FILE__ ) );
|
196 |
+
}
|
197 |
|
198 |
+
/**
|
199 |
+
* Get the plugin path.
|
200 |
+
*
|
201 |
+
* @return string
|
202 |
+
*/
|
203 |
+
public function plugin_path() {
|
204 |
+
return untrailingslashit( plugin_dir_path( __FILE__ ) );
|
205 |
+
}
|
206 |
|
207 |
+
/**
|
208 |
+
* Get the template path.
|
209 |
+
*
|
210 |
+
* @return string
|
211 |
+
*/
|
212 |
+
public function template_path() {
|
213 |
+
return apply_filters( 'flash_toolkit_template_path', 'flash-toolkit/' );
|
214 |
+
}
|
215 |
|
216 |
+
/**
|
217 |
+
* Get Ajax URL.
|
218 |
+
*
|
219 |
+
* @return string
|
220 |
+
*/
|
221 |
+
public function ajax_url() {
|
222 |
+
return admin_url( 'admin-ajax.php', 'relative' );
|
223 |
+
}
|
224 |
}
|
|
|
225 |
|
226 |
endif;
|
227 |
|
230 |
*
|
231 |
* Returns the main instance of FT to prevent the need to use globals.
|
232 |
*
|
|
|
233 |
* @return FlashToolkit
|
234 |
+
* @since 1.0
|
235 |
*/
|
236 |
function FT() {
|
237 |
return FlashToolkit::instance();
|
includes/admin/class-flash-admin-notices.php
CHANGED
@@ -20,12 +20,22 @@ class FT_Admin_Notices {
|
|
20 |
|
21 |
/**
|
22 |
* Stores notices.
|
|
|
23 |
* @var array
|
24 |
*/
|
25 |
private static $notices = array();
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
/**
|
28 |
* Array of notices - name => callback
|
|
|
29 |
* @var array
|
30 |
*/
|
31 |
private static $core_notices = array(
|
@@ -41,9 +51,15 @@ class FT_Admin_Notices {
|
|
41 |
add_action( 'wp_loaded', array( __CLASS__, 'hide_notices' ) );
|
42 |
add_action( 'shutdown', array( __CLASS__, 'store_notices' ) );
|
43 |
|
|
|
|
|
|
|
44 |
if ( current_user_can( 'manage_flash_toolkit' ) ) {
|
45 |
add_action( 'admin_print_styles', array( __CLASS__, 'add_notices' ) );
|
46 |
}
|
|
|
|
|
|
|
47 |
}
|
48 |
|
49 |
/**
|
@@ -53,8 +69,124 @@ class FT_Admin_Notices {
|
|
53 |
update_option( 'flash_toolkit_admin_notices', self::get_notices() );
|
54 |
}
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
/**
|
57 |
* Get notices.
|
|
|
58 |
* @return array
|
59 |
*/
|
60 |
public static function get_notices() {
|
@@ -70,6 +202,7 @@ class FT_Admin_Notices {
|
|
70 |
|
71 |
/**
|
72 |
* Show a notice.
|
|
|
73 |
* @param string $name
|
74 |
*/
|
75 |
public static function add_notice( $name ) {
|
@@ -78,6 +211,7 @@ class FT_Admin_Notices {
|
|
78 |
|
79 |
/**
|
80 |
* Remove a notice from being displayed.
|
|
|
81 |
* @param string $name
|
82 |
*/
|
83 |
public static function remove_notice( $name ) {
|
@@ -87,7 +221,9 @@ class FT_Admin_Notices {
|
|
87 |
|
88 |
/**
|
89 |
* See if a notice is being shown.
|
90 |
-
*
|
|
|
|
|
91 |
* @return boolean
|
92 |
*/
|
93 |
public static function has_notice( $name ) {
|
@@ -141,6 +277,7 @@ class FT_Admin_Notices {
|
|
141 |
|
142 |
/**
|
143 |
* Add a custom notice.
|
|
|
144 |
* @param string $name
|
145 |
* @param string $notice_html
|
146 |
*/
|
20 |
|
21 |
/**
|
22 |
* Stores notices.
|
23 |
+
*
|
24 |
* @var array
|
25 |
*/
|
26 |
private static $notices = array();
|
27 |
|
28 |
+
/**
|
29 |
+
* Currently activated theme name.
|
30 |
+
*
|
31 |
+
* @since 1.2.0
|
32 |
+
* @var string
|
33 |
+
*/
|
34 |
+
protected static $active_theme;
|
35 |
+
|
36 |
/**
|
37 |
* Array of notices - name => callback
|
38 |
+
*
|
39 |
* @var array
|
40 |
*/
|
41 |
private static $core_notices = array(
|
51 |
add_action( 'wp_loaded', array( __CLASS__, 'hide_notices' ) );
|
52 |
add_action( 'shutdown', array( __CLASS__, 'store_notices' ) );
|
53 |
|
54 |
+
self::$active_theme = wp_get_theme();
|
55 |
+
|
56 |
+
|
57 |
if ( current_user_can( 'manage_flash_toolkit' ) ) {
|
58 |
add_action( 'admin_print_styles', array( __CLASS__, 'add_notices' ) );
|
59 |
}
|
60 |
+
|
61 |
+
add_action( 'wp_loaded', array( __CLASS__, 'pro_notice' ) );
|
62 |
+
|
63 |
}
|
64 |
|
65 |
/**
|
69 |
update_option( 'flash_toolkit_admin_notices', self::get_notices() );
|
70 |
}
|
71 |
|
72 |
+
/**
|
73 |
+
* Hooks for showing Pro theme notice.
|
74 |
+
*
|
75 |
+
* @since 1.2.0
|
76 |
+
*/
|
77 |
+
public static function pro_notice() {
|
78 |
+
|
79 |
+
if ( 'Flash' != self::$active_theme ) {
|
80 |
+
return;
|
81 |
+
}
|
82 |
+
|
83 |
+
$option = get_option( 'flash_pro_notice_start_time' );
|
84 |
+
if ( ! $option ) {
|
85 |
+
update_option( 'flash_pro_notice_start_time', time() );
|
86 |
+
}
|
87 |
+
|
88 |
+
add_action( 'admin_notices', array( __CLASS__, 'pro_notice_markup' ), 0 );
|
89 |
+
add_action( 'admin_init', array( __CLASS__, 'pro_notice_temporary_ignore' ), 0 );
|
90 |
+
add_action( 'admin_init', array( __CLASS__, 'pro_notice_permanent_ignore' ), 0 );
|
91 |
+
|
92 |
+
}
|
93 |
+
|
94 |
+
/**
|
95 |
+
* Shows the Pro version notice as per various conditions.
|
96 |
+
*
|
97 |
+
* @since 1.2.0
|
98 |
+
*/
|
99 |
+
public static function pro_notice_markup() {
|
100 |
+
|
101 |
+
$current_user = wp_get_current_user();
|
102 |
+
|
103 |
+
$temporary_ignore = get_user_meta( $current_user->ID, 'flash_pro_notice_temporary_ignore', true );
|
104 |
+
$permanent_ignore = get_user_meta( $current_user->ID, 'flash_pro_notice_permanent_ignore', true );
|
105 |
+
|
106 |
+
if ( ( get_option( 'flash_pro_notice_start_time' ) > strtotime( '-20 day' ) ) || ( $temporary_ignore > strtotime( '-20 day' ) ) || $permanent_ignore ) {
|
107 |
+
return;
|
108 |
+
}
|
109 |
+
?>
|
110 |
+
|
111 |
+
<div class="updated pro-theme-notice">
|
112 |
+
<h3 class="pro-notice-heading"><?php esc_html_e( 'Unlock true potential of Flash!', 'flash-toolkit' ); ?></h3>
|
113 |
+
|
114 |
+
<p class="pro-notice-message">
|
115 |
+
<?php
|
116 |
+
printf(
|
117 |
+
esc_html__(
|
118 |
+
'Howdy, %1$s! You\'ve been using %2$s for a while now, and we hope you\'re happy with it. If you need more options and want to get access to the premium features, check the pricing by clicking link below. Also, you can use the coupon code %3$s to get 15 percent discount while making the purchase. Enjoy!', 'flash-toolkit'
|
119 |
+
),
|
120 |
+
'<strong>' . esc_html( $current_user->display_name ) . '</strong>',
|
121 |
+
self::$active_theme,
|
122 |
+
'<code>upgrade15</code>'
|
123 |
+
);
|
124 |
+
?>
|
125 |
+
</p> <!-- /.pro-notice-message -->
|
126 |
+
|
127 |
+
<a class="notice-dismiss" href="?flash_pro_notice_temporary_ignore_nag=1"></a>
|
128 |
+
|
129 |
+
<div class="ft-cta">
|
130 |
+
<?php
|
131 |
+
$pro_link = '<a target="_blank" href=" ' . esc_url( "https://themegrill.com/plans-pricing/" ) . ' ">' . esc_html( 'Go Pro' ) . ' </a>';
|
132 |
+
?>
|
133 |
+
|
134 |
+
<a href="https://themegrill.com/pricing/?pid=1294971&vid=1294974&utm_source=dashboard-message&utm_medium=view-pricing-link&utm_campaign=upgrade"
|
135 |
+
class="btn button-primary" target="_blank">
|
136 |
+
<span class="dashicons dashicons-thumbs-up"></span>
|
137 |
+
<span class="cta-text"><?php esc_html_e( 'Go Pro', 'flash-toolkit' ); ?></span>
|
138 |
+
</a>
|
139 |
+
|
140 |
+
<a href="?flash_pro_notice_temporary_ignore_nag=1" class="btn button-secondary">
|
141 |
+
<span class="dashicons dashicons-calendar-alt"></span>
|
142 |
+
<span class="cta-text"><?php esc_html_e( 'Remind me later', 'flash-toolkit' ); ?></span>
|
143 |
+
</a>
|
144 |
+
|
145 |
+
<a href="?flash_pro_notice_permanent_ignore_nag=1" class="btn button-secondary">
|
146 |
+
<span class="dashicons dashicons-smiley"></span>
|
147 |
+
<span class="cta-text"><?php esc_html_e( 'I already have Pro version', 'flash-toolkit' ); ?></span>
|
148 |
+
</a>
|
149 |
+
|
150 |
+
<a href="https://themegrill.com/contact/" class="btn button-secondary" target="_blank">
|
151 |
+
<span class="dashicons dashicons-edit"></span>
|
152 |
+
<span class="cta-text"><?php esc_html_e( 'Got any queries?', 'flash-toolkit' ); ?></span>
|
153 |
+
</a>
|
154 |
+
|
155 |
+
</div> <!-- /.ft-cta -->
|
156 |
+
</div> <!-- /.pro-theme-notice -->
|
157 |
+
|
158 |
+
<?php
|
159 |
+
}
|
160 |
+
|
161 |
+
/**
|
162 |
+
* Removes the notice temporarily for the specific user only.
|
163 |
+
*
|
164 |
+
* @since 1.2.0
|
165 |
+
*/
|
166 |
+
public static function pro_notice_temporary_ignore() {
|
167 |
+
|
168 |
+
if ( isset( $_GET['flash_pro_notice_temporary_ignore_nag'] ) && '1' == $_GET['flash_pro_notice_temporary_ignore_nag'] ) {
|
169 |
+
update_user_meta( get_current_user_id(), 'flash_pro_notice_temporary_ignore', time() );
|
170 |
+
}
|
171 |
+
|
172 |
+
}
|
173 |
+
|
174 |
+
/**
|
175 |
+
* Removes the notice permanently for the specific user only.
|
176 |
+
*
|
177 |
+
* @since 1.2.0
|
178 |
+
*/
|
179 |
+
public static function pro_notice_permanent_ignore() {
|
180 |
+
|
181 |
+
if ( isset( $_GET['flash_pro_notice_permanent_ignore_nag'] ) && '1' == $_GET['flash_pro_notice_permanent_ignore_nag'] ) {
|
182 |
+
add_user_meta( get_current_user_id(), 'flash_pro_notice_permanent_ignore', 'true', true );
|
183 |
+
}
|
184 |
+
|
185 |
+
}
|
186 |
+
|
187 |
/**
|
188 |
* Get notices.
|
189 |
+
*
|
190 |
* @return array
|
191 |
*/
|
192 |
public static function get_notices() {
|
202 |
|
203 |
/**
|
204 |
* Show a notice.
|
205 |
+
*
|
206 |
* @param string $name
|
207 |
*/
|
208 |
public static function add_notice( $name ) {
|
211 |
|
212 |
/**
|
213 |
* Remove a notice from being displayed.
|
214 |
+
*
|
215 |
* @param string $name
|
216 |
*/
|
217 |
public static function remove_notice( $name ) {
|
221 |
|
222 |
/**
|
223 |
* See if a notice is being shown.
|
224 |
+
*
|
225 |
+
* @param string $name
|
226 |
+
*
|
227 |
* @return boolean
|
228 |
*/
|
229 |
public static function has_notice( $name ) {
|
277 |
|
278 |
/**
|
279 |
* Add a custom notice.
|
280 |
+
*
|
281 |
* @param string $name
|
282 |
* @param string $notice_html
|
283 |
*/
|
includes/class-flash-install.php
CHANGED
@@ -21,8 +21,8 @@ class FT_Install {
|
|
21 |
/** @var array DB updates and callbacks that need to be run per version */
|
22 |
private static $db_updates = array(
|
23 |
'1.0.0' => array(
|
24 |
-
'flash_update_100_db_version'
|
25 |
-
)
|
26 |
);
|
27 |
|
28 |
/** @var object Background update class */
|
@@ -79,7 +79,7 @@ class FT_Install {
|
|
79 |
*/
|
80 |
public static function install() {
|
81 |
global $wpdb;
|
82 |
-
|
83 |
// Check if we are not already running this routine.
|
84 |
if ( 'yes' === get_transient( 'ft_installing' ) ) {
|
85 |
return;
|
@@ -138,10 +138,38 @@ class FT_Install {
|
|
138 |
AND b.option_value < %d";
|
139 |
$wpdb->query( $wpdb->prepare( $sql, $wpdb->esc_like( '_transient_' ) . '%', $wpdb->esc_like( '_transient_timeout_' ) . '%', time() ) );
|
140 |
|
141 |
-
// Trigger action
|
142 |
do_action( 'flash_toolkit_installed' );
|
143 |
}
|
144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
/**
|
146 |
* Update FT version to current.
|
147 |
*/
|
@@ -173,6 +201,7 @@ class FT_Install {
|
|
173 |
|
174 |
/**
|
175 |
* Update DB version to current.
|
|
|
176 |
* @param string $version
|
177 |
*/
|
178 |
public static function update_db_version( $version = null ) {
|
@@ -205,13 +234,14 @@ class FT_Install {
|
|
205 |
|
206 |
/**
|
207 |
* Get capabilities for FlashToolkit.
|
|
|
208 |
* @return array
|
209 |
*/
|
210 |
-
|
211 |
$capabilities = array();
|
212 |
|
213 |
$capabilities['core'] = array(
|
214 |
-
'manage_flash_toolkit'
|
215 |
);
|
216 |
|
217 |
$capability_types = array( 'portfolio' );
|
@@ -238,7 +268,7 @@ class FT_Install {
|
|
238 |
"manage_{$capability_type}_terms",
|
239 |
"edit_{$capability_type}_terms",
|
240 |
"delete_{$capability_type}_terms",
|
241 |
-
"assign_{$capability_type}_terms"
|
242 |
);
|
243 |
}
|
244 |
|
@@ -270,8 +300,10 @@ class FT_Install {
|
|
270 |
|
271 |
/**
|
272 |
* Display row meta in the Plugins list table.
|
273 |
-
*
|
274 |
-
* @param
|
|
|
|
|
275 |
* @return array
|
276 |
*/
|
277 |
public static function plugin_row_meta( $plugin_meta, $plugin_file ) {
|
21 |
/** @var array DB updates and callbacks that need to be run per version */
|
22 |
private static $db_updates = array(
|
23 |
'1.0.0' => array(
|
24 |
+
'flash_update_100_db_version',
|
25 |
+
),
|
26 |
);
|
27 |
|
28 |
/** @var object Background update class */
|
79 |
*/
|
80 |
public static function install() {
|
81 |
global $wpdb;
|
82 |
+
|
83 |
// Check if we are not already running this routine.
|
84 |
if ( 'yes' === get_transient( 'ft_installing' ) ) {
|
85 |
return;
|
138 |
AND b.option_value < %d";
|
139 |
$wpdb->query( $wpdb->prepare( $sql, $wpdb->esc_like( '_transient_' ) . '%', $wpdb->esc_like( '_transient_timeout_' ) . '%', time() ) );
|
140 |
|
141 |
+
// Trigger action.
|
142 |
do_action( 'flash_toolkit_installed' );
|
143 |
}
|
144 |
|
145 |
+
/**
|
146 |
+
* Removes Pro notice data from database.
|
147 |
+
*
|
148 |
+
* @since 1.2.0
|
149 |
+
*/
|
150 |
+
public static function deactivate() {
|
151 |
+
|
152 |
+
$users = get_users();
|
153 |
+
|
154 |
+
foreach ( $users as $user ) {
|
155 |
+
if ( get_user_meta( $user->ID, 'flash_pro_notice_temporary_ignore', true ) ) {
|
156 |
+
delete_user_meta( $user->ID, 'flash_pro_notice_temporary_ignore' );
|
157 |
+
}
|
158 |
+
|
159 |
+
if ( get_user_meta( $user->ID, 'flash_pro_notice_permanent_ignore', true ) ) {
|
160 |
+
delete_user_meta( $user->ID, 'flash_pro_notice_permanent_ignore' );
|
161 |
+
}
|
162 |
+
}
|
163 |
+
|
164 |
+
if ( get_option( 'flash_pro_notice_start_time' ) ) {
|
165 |
+
delete_option( 'flash_pro_notice_start_time' );
|
166 |
+
}
|
167 |
+
|
168 |
+
// Trigger action.
|
169 |
+
do_action( 'flash_toolkit_deactivate' );
|
170 |
+
|
171 |
+
}
|
172 |
+
|
173 |
/**
|
174 |
* Update FT version to current.
|
175 |
*/
|
201 |
|
202 |
/**
|
203 |
* Update DB version to current.
|
204 |
+
*
|
205 |
* @param string $version
|
206 |
*/
|
207 |
public static function update_db_version( $version = null ) {
|
234 |
|
235 |
/**
|
236 |
* Get capabilities for FlashToolkit.
|
237 |
+
*
|
238 |
* @return array
|
239 |
*/
|
240 |
+
private static function get_core_capabilities() {
|
241 |
$capabilities = array();
|
242 |
|
243 |
$capabilities['core'] = array(
|
244 |
+
'manage_flash_toolkit',
|
245 |
);
|
246 |
|
247 |
$capability_types = array( 'portfolio' );
|
268 |
"manage_{$capability_type}_terms",
|
269 |
"edit_{$capability_type}_terms",
|
270 |
"delete_{$capability_type}_terms",
|
271 |
+
"assign_{$capability_type}_terms",
|
272 |
);
|
273 |
}
|
274 |
|
300 |
|
301 |
/**
|
302 |
* Display row meta in the Plugins list table.
|
303 |
+
*
|
304 |
+
* @param array $plugin_meta
|
305 |
+
* @param string $plugin_file
|
306 |
+
*
|
307 |
* @return array
|
308 |
*/
|
309 |
public static function plugin_row_meta( $plugin_meta, $plugin_file ) {
|
includes/widgets/class-flash-widget-cta.php
CHANGED
@@ -32,47 +32,47 @@ class FT_Widget_CTA extends FT_Widget {
|
|
32 |
$this->settings = apply_filters( 'flash_toolkit_widget_settings_' . $this->widget_id, array(
|
33 |
'cta-title' => array(
|
34 |
'type' => 'text',
|
35 |
-
'std' => '',
|
36 |
'label' => __( 'Call to action Title', 'flash-toolkit' ),
|
37 |
'group' => __( 'General', 'flash-toolkit' ),
|
38 |
),
|
39 |
'cta-subtitle' => array(
|
40 |
'type' => 'textarea',
|
41 |
-
'std' => '',
|
42 |
'label' => __( 'Call to Action Subtitle', 'flash-toolkit' ),
|
43 |
'group' => __( 'General', 'flash-toolkit' ),
|
44 |
),
|
45 |
'cta-btn1' => array(
|
46 |
'type' => 'text',
|
47 |
-
'std' => '',
|
48 |
'label' => __( 'Call to Action Button 1 Text', 'flash-toolkit' ),
|
49 |
'group' => __( 'General', 'flash-toolkit' ),
|
50 |
'field_width' => 'col-half',
|
51 |
),
|
52 |
'cta-btn1-link' => array(
|
53 |
'type' => 'text',
|
54 |
-
'std' => '',
|
55 |
'label' => __( 'Call to Action Button 1 Link', 'flash-toolkit' ),
|
56 |
'group' => __( 'General', 'flash-toolkit' ),
|
57 |
'field_width' => 'col-half',
|
58 |
),
|
59 |
'cta-btn2' => array(
|
60 |
'type' => 'text',
|
61 |
-
'std' => '',
|
62 |
'label' => __( 'Call to Action Button 2 Text', 'flash-toolkit' ),
|
63 |
'group' => __( 'General', 'flash-toolkit' ),
|
64 |
'field_width' => 'col-half',
|
65 |
),
|
66 |
'cta-btn2-link' => array(
|
67 |
'type' => 'text',
|
68 |
-
'std' => '',
|
69 |
'label' => __( 'Call to Action Button 2 Link', 'flash-toolkit' ),
|
70 |
'group' => __( 'General', 'flash-toolkit' ),
|
71 |
'field_width' => 'col-half',
|
72 |
),
|
73 |
'style' => array(
|
74 |
'type' => 'radio-image',
|
75 |
-
'std' => '
|
76 |
'label' => __( 'Widget Style', 'flash-toolkit' ),
|
77 |
'options' => array(
|
78 |
'call-to-action-section-layout-1' => FT()-> plugin_url() . '/assets/images/call-to-action-with-two-button.png',
|
32 |
$this->settings = apply_filters( 'flash_toolkit_widget_settings_' . $this->widget_id, array(
|
33 |
'cta-title' => array(
|
34 |
'type' => 'text',
|
35 |
+
'std' => __( 'This is the title', 'flash-toolkit' ),
|
36 |
'label' => __( 'Call to action Title', 'flash-toolkit' ),
|
37 |
'group' => __( 'General', 'flash-toolkit' ),
|
38 |
),
|
39 |
'cta-subtitle' => array(
|
40 |
'type' => 'textarea',
|
41 |
+
'std' => __( 'This is the subtitle', 'flash-toolkit' ),
|
42 |
'label' => __( 'Call to Action Subtitle', 'flash-toolkit' ),
|
43 |
'group' => __( 'General', 'flash-toolkit' ),
|
44 |
),
|
45 |
'cta-btn1' => array(
|
46 |
'type' => 'text',
|
47 |
+
'std' => sprintf( __( 'Button %s', 'flash-toolkit' ), 1 ),
|
48 |
'label' => __( 'Call to Action Button 1 Text', 'flash-toolkit' ),
|
49 |
'group' => __( 'General', 'flash-toolkit' ),
|
50 |
'field_width' => 'col-half',
|
51 |
),
|
52 |
'cta-btn1-link' => array(
|
53 |
'type' => 'text',
|
54 |
+
'std' => '#',
|
55 |
'label' => __( 'Call to Action Button 1 Link', 'flash-toolkit' ),
|
56 |
'group' => __( 'General', 'flash-toolkit' ),
|
57 |
'field_width' => 'col-half',
|
58 |
),
|
59 |
'cta-btn2' => array(
|
60 |
'type' => 'text',
|
61 |
+
'std' => sprintf( __( 'Button %s', 'flash-toolkit' ), 2 ),
|
62 |
'label' => __( 'Call to Action Button 2 Text', 'flash-toolkit' ),
|
63 |
'group' => __( 'General', 'flash-toolkit' ),
|
64 |
'field_width' => 'col-half',
|
65 |
),
|
66 |
'cta-btn2-link' => array(
|
67 |
'type' => 'text',
|
68 |
+
'std' => '#',
|
69 |
'label' => __( 'Call to Action Button 2 Link', 'flash-toolkit' ),
|
70 |
'group' => __( 'General', 'flash-toolkit' ),
|
71 |
'field_width' => 'col-half',
|
72 |
),
|
73 |
'style' => array(
|
74 |
'type' => 'radio-image',
|
75 |
+
'std' => 'call-to-action-section-layout-1',
|
76 |
'label' => __( 'Widget Style', 'flash-toolkit' ),
|
77 |
'options' => array(
|
78 |
'call-to-action-section-layout-1' => FT()-> plugin_url() . '/assets/images/call-to-action-with-two-button.png',
|
package-lock.json
DELETED
@@ -1,4906 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "flash-toolkit",
|
3 |
-
"version": "1.1.8",
|
4 |
-
"lockfileVersion": 1,
|
5 |
-
"requires": true,
|
6 |
-
"dependencies": {
|
7 |
-
"abbrev": {
|
8 |
-
"version": "1.1.1",
|
9 |
-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
10 |
-
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
11 |
-
"dev": true
|
12 |
-
},
|
13 |
-
"ajv": {
|
14 |
-
"version": "5.5.2",
|
15 |
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
|
16 |
-
"integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
|
17 |
-
"dev": true,
|
18 |
-
"requires": {
|
19 |
-
"co": "^4.6.0",
|
20 |
-
"fast-deep-equal": "^1.0.0",
|
21 |
-
"fast-json-stable-stringify": "^2.0.0",
|
22 |
-
"json-schema-traverse": "^0.3.0"
|
23 |
-
}
|
24 |
-
},
|
25 |
-
"ajv-keywords": {
|
26 |
-
"version": "2.1.1",
|
27 |
-
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
|
28 |
-
"integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=",
|
29 |
-
"dev": true
|
30 |
-
},
|
31 |
-
"amdefine": {
|
32 |
-
"version": "1.0.1",
|
33 |
-
"resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
|
34 |
-
"integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
|
35 |
-
"dev": true
|
36 |
-
},
|
37 |
-
"ansi-regex": {
|
38 |
-
"version": "2.1.1",
|
39 |
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
40 |
-
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
|
41 |
-
"dev": true
|
42 |
-
},
|
43 |
-
"ansi-styles": {
|
44 |
-
"version": "3.2.0",
|
45 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
|
46 |
-
"integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
|
47 |
-
"dev": true,
|
48 |
-
"requires": {
|
49 |
-
"color-convert": "^1.9.0"
|
50 |
-
}
|
51 |
-
},
|
52 |
-
"aproba": {
|
53 |
-
"version": "1.2.0",
|
54 |
-
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
|
55 |
-
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
|
56 |
-
"dev": true
|
57 |
-
},
|
58 |
-
"archiver": {
|
59 |
-
"version": "1.3.0",
|
60 |
-
"resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
|
61 |
-
"integrity": "sha1-TyGU1tj5nfP1MeaIHxTxXVX6ryI=",
|
62 |
-
"dev": true,
|
63 |
-
"requires": {
|
64 |
-
"archiver-utils": "^1.3.0",
|
65 |
-
"async": "^2.0.0",
|
66 |
-
"buffer-crc32": "^0.2.1",
|
67 |
-
"glob": "^7.0.0",
|
68 |
-
"lodash": "^4.8.0",
|
69 |
-
"readable-stream": "^2.0.0",
|
70 |
-
"tar-stream": "^1.5.0",
|
71 |
-
"walkdir": "^0.0.11",
|
72 |
-
"zip-stream": "^1.1.0"
|
73 |
-
},
|
74 |
-
"dependencies": {
|
75 |
-
"async": {
|
76 |
-
"version": "2.6.0",
|
77 |
-
"resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz",
|
78 |
-
"integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==",
|
79 |
-
"dev": true,
|
80 |
-
"requires": {
|
81 |
-
"lodash": "^4.14.0"
|
82 |
-
}
|
83 |
-
},
|
84 |
-
"lodash": {
|
85 |
-
"version": "4.17.5",
|
86 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
87 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
88 |
-
"dev": true
|
89 |
-
}
|
90 |
-
}
|
91 |
-
},
|
92 |
-
"archiver-utils": {
|
93 |
-
"version": "1.3.0",
|
94 |
-
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz",
|
95 |
-
"integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=",
|
96 |
-
"dev": true,
|
97 |
-
"requires": {
|
98 |
-
"glob": "^7.0.0",
|
99 |
-
"graceful-fs": "^4.1.0",
|
100 |
-
"lazystream": "^1.0.0",
|
101 |
-
"lodash": "^4.8.0",
|
102 |
-
"normalize-path": "^2.0.0",
|
103 |
-
"readable-stream": "^2.0.0"
|
104 |
-
},
|
105 |
-
"dependencies": {
|
106 |
-
"lodash": {
|
107 |
-
"version": "4.17.5",
|
108 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
109 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
110 |
-
"dev": true
|
111 |
-
}
|
112 |
-
}
|
113 |
-
},
|
114 |
-
"are-we-there-yet": {
|
115 |
-
"version": "1.1.4",
|
116 |
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
|
117 |
-
"integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
|
118 |
-
"dev": true,
|
119 |
-
"requires": {
|
120 |
-
"delegates": "^1.0.0",
|
121 |
-
"readable-stream": "^2.0.6"
|
122 |
-
}
|
123 |
-
},
|
124 |
-
"argparse": {
|
125 |
-
"version": "1.0.9",
|
126 |
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
|
127 |
-
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
|
128 |
-
"dev": true,
|
129 |
-
"requires": {
|
130 |
-
"sprintf-js": "~1.0.2"
|
131 |
-
}
|
132 |
-
},
|
133 |
-
"arr-diff": {
|
134 |
-
"version": "2.0.0",
|
135 |
-
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
|
136 |
-
"integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
|
137 |
-
"dev": true,
|
138 |
-
"requires": {
|
139 |
-
"arr-flatten": "^1.0.1"
|
140 |
-
}
|
141 |
-
},
|
142 |
-
"arr-flatten": {
|
143 |
-
"version": "1.1.0",
|
144 |
-
"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
|
145 |
-
"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
|
146 |
-
"dev": true
|
147 |
-
},
|
148 |
-
"array-find-index": {
|
149 |
-
"version": "1.0.2",
|
150 |
-
"resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
|
151 |
-
"integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
|
152 |
-
"dev": true
|
153 |
-
},
|
154 |
-
"array-iterate": {
|
155 |
-
"version": "1.1.1",
|
156 |
-
"resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-1.1.1.tgz",
|
157 |
-
"integrity": "sha1-hlv3+K851rCYLGCQKRSsdrwBCPY=",
|
158 |
-
"dev": true
|
159 |
-
},
|
160 |
-
"array-union": {
|
161 |
-
"version": "1.0.2",
|
162 |
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
163 |
-
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
164 |
-
"dev": true,
|
165 |
-
"requires": {
|
166 |
-
"array-uniq": "^1.0.1"
|
167 |
-
}
|
168 |
-
},
|
169 |
-
"array-uniq": {
|
170 |
-
"version": "1.0.3",
|
171 |
-
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
|
172 |
-
"integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
|
173 |
-
"dev": true
|
174 |
-
},
|
175 |
-
"array-unique": {
|
176 |
-
"version": "0.2.1",
|
177 |
-
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
|
178 |
-
"integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
|
179 |
-
"dev": true
|
180 |
-
},
|
181 |
-
"arrify": {
|
182 |
-
"version": "1.0.1",
|
183 |
-
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
|
184 |
-
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
|
185 |
-
"dev": true
|
186 |
-
},
|
187 |
-
"asn1": {
|
188 |
-
"version": "0.2.3",
|
189 |
-
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
|
190 |
-
"integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
|
191 |
-
"dev": true
|
192 |
-
},
|
193 |
-
"assert-plus": {
|
194 |
-
"version": "0.2.0",
|
195 |
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
|
196 |
-
"integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
|
197 |
-
"dev": true
|
198 |
-
},
|
199 |
-
"async": {
|
200 |
-
"version": "1.5.2",
|
201 |
-
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
202 |
-
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
|
203 |
-
"dev": true
|
204 |
-
},
|
205 |
-
"async-foreach": {
|
206 |
-
"version": "0.1.3",
|
207 |
-
"resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
|
208 |
-
"integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
|
209 |
-
"dev": true
|
210 |
-
},
|
211 |
-
"asynckit": {
|
212 |
-
"version": "0.4.0",
|
213 |
-
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
214 |
-
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
|
215 |
-
"dev": true
|
216 |
-
},
|
217 |
-
"autoprefixer": {
|
218 |
-
"version": "7.2.6",
|
219 |
-
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.6.tgz",
|
220 |
-
"integrity": "sha512-Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ==",
|
221 |
-
"dev": true,
|
222 |
-
"requires": {
|
223 |
-
"browserslist": "^2.11.3",
|
224 |
-
"caniuse-lite": "^1.0.30000805",
|
225 |
-
"normalize-range": "^0.1.2",
|
226 |
-
"num2fraction": "^1.2.2",
|
227 |
-
"postcss": "^6.0.17",
|
228 |
-
"postcss-value-parser": "^3.2.3"
|
229 |
-
}
|
230 |
-
},
|
231 |
-
"aws-sign2": {
|
232 |
-
"version": "0.6.0",
|
233 |
-
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
|
234 |
-
"integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
|
235 |
-
"dev": true
|
236 |
-
},
|
237 |
-
"aws4": {
|
238 |
-
"version": "1.6.0",
|
239 |
-
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
|
240 |
-
"integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=",
|
241 |
-
"dev": true
|
242 |
-
},
|
243 |
-
"bail": {
|
244 |
-
"version": "1.0.2",
|
245 |
-
"resolved": "https://registry.npmjs.org/bail/-/bail-1.0.2.tgz",
|
246 |
-
"integrity": "sha1-99bBcxYwqfnw1NNe0fli4gdKF2Q=",
|
247 |
-
"dev": true
|
248 |
-
},
|
249 |
-
"balanced-match": {
|
250 |
-
"version": "1.0.0",
|
251 |
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
|
252 |
-
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
|
253 |
-
"dev": true
|
254 |
-
},
|
255 |
-
"bcrypt-pbkdf": {
|
256 |
-
"version": "1.0.1",
|
257 |
-
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
|
258 |
-
"integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
|
259 |
-
"dev": true,
|
260 |
-
"optional": true,
|
261 |
-
"requires": {
|
262 |
-
"tweetnacl": "^0.14.3"
|
263 |
-
}
|
264 |
-
},
|
265 |
-
"bl": {
|
266 |
-
"version": "1.2.1",
|
267 |
-
"resolved": "https://registry.npmjs.org/bl/-/bl-1.2.1.tgz",
|
268 |
-
"integrity": "sha1-ysMo977kVzDUBLaSID/LWQ4XLV4=",
|
269 |
-
"dev": true,
|
270 |
-
"requires": {
|
271 |
-
"readable-stream": "^2.0.5"
|
272 |
-
}
|
273 |
-
},
|
274 |
-
"block-stream": {
|
275 |
-
"version": "0.0.9",
|
276 |
-
"resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
|
277 |
-
"integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
|
278 |
-
"dev": true,
|
279 |
-
"requires": {
|
280 |
-
"inherits": "~2.0.0"
|
281 |
-
}
|
282 |
-
},
|
283 |
-
"bluebird": {
|
284 |
-
"version": "3.5.1",
|
285 |
-
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
|
286 |
-
"integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
|
287 |
-
"dev": true
|
288 |
-
},
|
289 |
-
"body-parser": {
|
290 |
-
"version": "1.14.2",
|
291 |
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
|
292 |
-
"integrity": "sha1-EBXLH+LEQ4WCWVgdtTMy+NDPUPk=",
|
293 |
-
"dev": true,
|
294 |
-
"requires": {
|
295 |
-
"bytes": "2.2.0",
|
296 |
-
"content-type": "~1.0.1",
|
297 |
-
"debug": "~2.2.0",
|
298 |
-
"depd": "~1.1.0",
|
299 |
-
"http-errors": "~1.3.1",
|
300 |
-
"iconv-lite": "0.4.13",
|
301 |
-
"on-finished": "~2.3.0",
|
302 |
-
"qs": "5.2.0",
|
303 |
-
"raw-body": "~2.1.5",
|
304 |
-
"type-is": "~1.6.10"
|
305 |
-
},
|
306 |
-
"dependencies": {
|
307 |
-
"iconv-lite": {
|
308 |
-
"version": "0.4.13",
|
309 |
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
|
310 |
-
"integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=",
|
311 |
-
"dev": true
|
312 |
-
},
|
313 |
-
"qs": {
|
314 |
-
"version": "5.2.0",
|
315 |
-
"resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
|
316 |
-
"integrity": "sha1-qfMRQq9GjLcrJbMBNrokVoNJFr4=",
|
317 |
-
"dev": true
|
318 |
-
}
|
319 |
-
}
|
320 |
-
},
|
321 |
-
"boom": {
|
322 |
-
"version": "2.10.1",
|
323 |
-
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
|
324 |
-
"integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
|
325 |
-
"dev": true,
|
326 |
-
"requires": {
|
327 |
-
"hoek": "2.x.x"
|
328 |
-
}
|
329 |
-
},
|
330 |
-
"brace-expansion": {
|
331 |
-
"version": "1.1.11",
|
332 |
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
333 |
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
334 |
-
"dev": true,
|
335 |
-
"requires": {
|
336 |
-
"balanced-match": "^1.0.0",
|
337 |
-
"concat-map": "0.0.1"
|
338 |
-
}
|
339 |
-
},
|
340 |
-
"braces": {
|
341 |
-
"version": "1.8.5",
|
342 |
-
"resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
|
343 |
-
"integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
|
344 |
-
"dev": true,
|
345 |
-
"requires": {
|
346 |
-
"expand-range": "^1.8.1",
|
347 |
-
"preserve": "^0.2.0",
|
348 |
-
"repeat-element": "^1.1.2"
|
349 |
-
}
|
350 |
-
},
|
351 |
-
"browserify-zlib": {
|
352 |
-
"version": "0.1.4",
|
353 |
-
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
|
354 |
-
"integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
|
355 |
-
"dev": true,
|
356 |
-
"requires": {
|
357 |
-
"pako": "~0.2.0"
|
358 |
-
}
|
359 |
-
},
|
360 |
-
"browserslist": {
|
361 |
-
"version": "2.11.3",
|
362 |
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz",
|
363 |
-
"integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==",
|
364 |
-
"dev": true,
|
365 |
-
"requires": {
|
366 |
-
"caniuse-lite": "^1.0.30000792",
|
367 |
-
"electron-to-chromium": "^1.3.30"
|
368 |
-
}
|
369 |
-
},
|
370 |
-
"buffer-crc32": {
|
371 |
-
"version": "0.2.13",
|
372 |
-
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
373 |
-
"integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
|
374 |
-
"dev": true
|
375 |
-
},
|
376 |
-
"builtin-modules": {
|
377 |
-
"version": "1.1.1",
|
378 |
-
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
|
379 |
-
"integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
|
380 |
-
"dev": true
|
381 |
-
},
|
382 |
-
"bytes": {
|
383 |
-
"version": "2.2.0",
|
384 |
-
"resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz",
|
385 |
-
"integrity": "sha1-/TVGSkA/b5EXwt42Cez/nK4ABYg=",
|
386 |
-
"dev": true
|
387 |
-
},
|
388 |
-
"camelcase": {
|
389 |
-
"version": "2.1.1",
|
390 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
|
391 |
-
"integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
|
392 |
-
"dev": true
|
393 |
-
},
|
394 |
-
"camelcase-keys": {
|
395 |
-
"version": "2.1.0",
|
396 |
-
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
|
397 |
-
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
|
398 |
-
"dev": true,
|
399 |
-
"requires": {
|
400 |
-
"camelcase": "^2.0.0",
|
401 |
-
"map-obj": "^1.0.0"
|
402 |
-
}
|
403 |
-
},
|
404 |
-
"caniuse-lite": {
|
405 |
-
"version": "1.0.30000808",
|
406 |
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000808.tgz",
|
407 |
-
"integrity": "sha512-vT0JLmHdvq1UVbYXioxCXHYdNw55tyvi+IUWyX0Zeh1OFQi2IllYtm38IJnSgHWCv/zUnX1hdhy3vMJvuTNSqw==",
|
408 |
-
"dev": true
|
409 |
-
},
|
410 |
-
"caseless": {
|
411 |
-
"version": "0.11.0",
|
412 |
-
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
|
413 |
-
"integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=",
|
414 |
-
"dev": true
|
415 |
-
},
|
416 |
-
"ccount": {
|
417 |
-
"version": "1.0.2",
|
418 |
-
"resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.2.tgz",
|
419 |
-
"integrity": "sha1-U7ai+BW7d7nChx97mnLDol8djok=",
|
420 |
-
"dev": true
|
421 |
-
},
|
422 |
-
"chalk": {
|
423 |
-
"version": "2.3.1",
|
424 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz",
|
425 |
-
"integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==",
|
426 |
-
"dev": true,
|
427 |
-
"requires": {
|
428 |
-
"ansi-styles": "^3.2.0",
|
429 |
-
"escape-string-regexp": "^1.0.5",
|
430 |
-
"supports-color": "^5.2.0"
|
431 |
-
}
|
432 |
-
},
|
433 |
-
"character-entities": {
|
434 |
-
"version": "1.2.1",
|
435 |
-
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.1.tgz",
|
436 |
-
"integrity": "sha1-92hxvl72bdt/j440eOzDdMJ9bco=",
|
437 |
-
"dev": true
|
438 |
-
},
|
439 |
-
"character-entities-html4": {
|
440 |
-
"version": "1.1.1",
|
441 |
-
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.1.tgz",
|
442 |
-
"integrity": "sha1-NZoqSg9+KdPcKsmb2+Ie45Q46lA=",
|
443 |
-
"dev": true
|
444 |
-
},
|
445 |
-
"character-entities-legacy": {
|
446 |
-
"version": "1.1.1",
|
447 |
-
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz",
|
448 |
-
"integrity": "sha1-9Ad53xoQGHK7UQo9KV4fzPFHIC8=",
|
449 |
-
"dev": true
|
450 |
-
},
|
451 |
-
"character-reference-invalid": {
|
452 |
-
"version": "1.1.1",
|
453 |
-
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.1.tgz",
|
454 |
-
"integrity": "sha1-lCg191Dk7GGjCOYMLvjMEBEgLvw=",
|
455 |
-
"dev": true
|
456 |
-
},
|
457 |
-
"circular-json": {
|
458 |
-
"version": "0.3.3",
|
459 |
-
"resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
|
460 |
-
"integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==",
|
461 |
-
"dev": true
|
462 |
-
},
|
463 |
-
"clean-css": {
|
464 |
-
"version": "4.1.9",
|
465 |
-
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz",
|
466 |
-
"integrity": "sha1-Nc7ornaHpJuYA09w3gDE7dOCYwE=",
|
467 |
-
"dev": true,
|
468 |
-
"requires": {
|
469 |
-
"source-map": "0.5.x"
|
470 |
-
},
|
471 |
-
"dependencies": {
|
472 |
-
"source-map": {
|
473 |
-
"version": "0.5.7",
|
474 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
475 |
-
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
476 |
-
"dev": true
|
477 |
-
}
|
478 |
-
}
|
479 |
-
},
|
480 |
-
"cli": {
|
481 |
-
"version": "1.0.1",
|
482 |
-
"resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
|
483 |
-
"integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
|
484 |
-
"dev": true,
|
485 |
-
"requires": {
|
486 |
-
"exit": "0.1.2",
|
487 |
-
"glob": "^7.1.1"
|
488 |
-
},
|
489 |
-
"dependencies": {
|
490 |
-
"glob": {
|
491 |
-
"version": "7.1.2",
|
492 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
|
493 |
-
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
494 |
-
"dev": true,
|
495 |
-
"requires": {
|
496 |
-
"fs.realpath": "^1.0.0",
|
497 |
-
"inflight": "^1.0.4",
|
498 |
-
"inherits": "2",
|
499 |
-
"minimatch": "^3.0.4",
|
500 |
-
"once": "^1.3.0",
|
501 |
-
"path-is-absolute": "^1.0.0"
|
502 |
-
}
|
503 |
-
}
|
504 |
-
}
|
505 |
-
},
|
506 |
-
"cliui": {
|
507 |
-
"version": "3.2.0",
|
508 |
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
|
509 |
-
"integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
|
510 |
-
"dev": true,
|
511 |
-
"requires": {
|
512 |
-
"string-width": "^1.0.1",
|
513 |
-
"strip-ansi": "^3.0.1",
|
514 |
-
"wrap-ansi": "^2.0.0"
|
515 |
-
}
|
516 |
-
},
|
517 |
-
"clone-regexp": {
|
518 |
-
"version": "1.0.0",
|
519 |
-
"resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-1.0.0.tgz",
|
520 |
-
"integrity": "sha1-6uCiQT9VwJQvgYwin+/OhF1/Oxw=",
|
521 |
-
"dev": true,
|
522 |
-
"requires": {
|
523 |
-
"is-regexp": "^1.0.0",
|
524 |
-
"is-supported-regexp-flag": "^1.0.0"
|
525 |
-
}
|
526 |
-
},
|
527 |
-
"co": {
|
528 |
-
"version": "4.6.0",
|
529 |
-
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
530 |
-
"integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
|
531 |
-
"dev": true
|
532 |
-
},
|
533 |
-
"code-point-at": {
|
534 |
-
"version": "1.1.0",
|
535 |
-
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
536 |
-
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
|
537 |
-
"dev": true
|
538 |
-
},
|
539 |
-
"coffeescript": {
|
540 |
-
"version": "1.10.0",
|
541 |
-
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz",
|
542 |
-
"integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",
|
543 |
-
"dev": true
|
544 |
-
},
|
545 |
-
"collapse-white-space": {
|
546 |
-
"version": "1.0.3",
|
547 |
-
"resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.3.tgz",
|
548 |
-
"integrity": "sha1-S5BvZw5aljqHt2sOFolkM0G2Ajw=",
|
549 |
-
"dev": true
|
550 |
-
},
|
551 |
-
"color-convert": {
|
552 |
-
"version": "1.9.1",
|
553 |
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz",
|
554 |
-
"integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==",
|
555 |
-
"dev": true,
|
556 |
-
"requires": {
|
557 |
-
"color-name": "^1.1.1"
|
558 |
-
}
|
559 |
-
},
|
560 |
-
"color-name": {
|
561 |
-
"version": "1.1.3",
|
562 |
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
563 |
-
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
|
564 |
-
"dev": true
|
565 |
-
},
|
566 |
-
"colors": {
|
567 |
-
"version": "1.1.2",
|
568 |
-
"resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
|
569 |
-
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
|
570 |
-
"dev": true
|
571 |
-
},
|
572 |
-
"combined-stream": {
|
573 |
-
"version": "1.0.5",
|
574 |
-
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
|
575 |
-
"integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
|
576 |
-
"dev": true,
|
577 |
-
"requires": {
|
578 |
-
"delayed-stream": "~1.0.0"
|
579 |
-
}
|
580 |
-
},
|
581 |
-
"commander": {
|
582 |
-
"version": "2.14.1",
|
583 |
-
"resolved": "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz",
|
584 |
-
"integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==",
|
585 |
-
"dev": true
|
586 |
-
},
|
587 |
-
"compress-commons": {
|
588 |
-
"version": "1.2.2",
|
589 |
-
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz",
|
590 |
-
"integrity": "sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8=",
|
591 |
-
"dev": true,
|
592 |
-
"requires": {
|
593 |
-
"buffer-crc32": "^0.2.1",
|
594 |
-
"crc32-stream": "^2.0.0",
|
595 |
-
"normalize-path": "^2.0.0",
|
596 |
-
"readable-stream": "^2.0.0"
|
597 |
-
}
|
598 |
-
},
|
599 |
-
"concat-map": {
|
600 |
-
"version": "0.0.1",
|
601 |
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
602 |
-
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
603 |
-
"dev": true
|
604 |
-
},
|
605 |
-
"concat-stream": {
|
606 |
-
"version": "1.6.0",
|
607 |
-
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
|
608 |
-
"integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
|
609 |
-
"dev": true,
|
610 |
-
"requires": {
|
611 |
-
"inherits": "^2.0.3",
|
612 |
-
"readable-stream": "^2.2.2",
|
613 |
-
"typedarray": "^0.0.6"
|
614 |
-
}
|
615 |
-
},
|
616 |
-
"console-browserify": {
|
617 |
-
"version": "1.1.0",
|
618 |
-
"resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
|
619 |
-
"integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
|
620 |
-
"dev": true,
|
621 |
-
"requires": {
|
622 |
-
"date-now": "^0.1.4"
|
623 |
-
}
|
624 |
-
},
|
625 |
-
"console-control-strings": {
|
626 |
-
"version": "1.1.0",
|
627 |
-
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
628 |
-
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
|
629 |
-
"dev": true
|
630 |
-
},
|
631 |
-
"content-type": {
|
632 |
-
"version": "1.0.4",
|
633 |
-
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
|
634 |
-
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
|
635 |
-
"dev": true
|
636 |
-
},
|
637 |
-
"core-util-is": {
|
638 |
-
"version": "1.0.2",
|
639 |
-
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
640 |
-
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
641 |
-
"dev": true
|
642 |
-
},
|
643 |
-
"cosmiconfig": {
|
644 |
-
"version": "3.1.0",
|
645 |
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-3.1.0.tgz",
|
646 |
-
"integrity": "sha512-zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==",
|
647 |
-
"dev": true,
|
648 |
-
"requires": {
|
649 |
-
"is-directory": "^0.3.1",
|
650 |
-
"js-yaml": "^3.9.0",
|
651 |
-
"parse-json": "^3.0.0",
|
652 |
-
"require-from-string": "^2.0.1"
|
653 |
-
},
|
654 |
-
"dependencies": {
|
655 |
-
"esprima": {
|
656 |
-
"version": "4.0.0",
|
657 |
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz",
|
658 |
-
"integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==",
|
659 |
-
"dev": true
|
660 |
-
},
|
661 |
-
"js-yaml": {
|
662 |
-
"version": "3.10.0",
|
663 |
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz",
|
664 |
-
"integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
|
665 |
-
"dev": true,
|
666 |
-
"requires": {
|
667 |
-
"argparse": "^1.0.7",
|
668 |
-
"esprima": "^4.0.0"
|
669 |
-
}
|
670 |
-
},
|
671 |
-
"parse-json": {
|
672 |
-
"version": "3.0.0",
|
673 |
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-3.0.0.tgz",
|
674 |
-
"integrity": "sha1-+m9HsY4jgm6tMvJj50TQ4ehH+xM=",
|
675 |
-
"dev": true,
|
676 |
-
"requires": {
|
677 |
-
"error-ex": "^1.3.1"
|
678 |
-
}
|
679 |
-
}
|
680 |
-
}
|
681 |
-
},
|
682 |
-
"crc": {
|
683 |
-
"version": "3.5.0",
|
684 |
-
"resolved": "https://registry.npmjs.org/crc/-/crc-3.5.0.tgz",
|
685 |
-
"integrity": "sha1-mLi6fUiWZbo5efWbITgTdBAaGWQ=",
|
686 |
-
"dev": true
|
687 |
-
},
|
688 |
-
"crc32-stream": {
|
689 |
-
"version": "2.0.0",
|
690 |
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz",
|
691 |
-
"integrity": "sha1-483TtN8xaN10494/u8t7KX/pCPQ=",
|
692 |
-
"dev": true,
|
693 |
-
"requires": {
|
694 |
-
"crc": "^3.4.4",
|
695 |
-
"readable-stream": "^2.0.0"
|
696 |
-
}
|
697 |
-
},
|
698 |
-
"cross-spawn": {
|
699 |
-
"version": "3.0.1",
|
700 |
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
|
701 |
-
"integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
|
702 |
-
"dev": true,
|
703 |
-
"requires": {
|
704 |
-
"lru-cache": "^4.0.1",
|
705 |
-
"which": "^1.2.9"
|
706 |
-
}
|
707 |
-
},
|
708 |
-
"cryptiles": {
|
709 |
-
"version": "2.0.5",
|
710 |
-
"resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
|
711 |
-
"integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
|
712 |
-
"dev": true,
|
713 |
-
"requires": {
|
714 |
-
"boom": "2.x.x"
|
715 |
-
}
|
716 |
-
},
|
717 |
-
"currently-unhandled": {
|
718 |
-
"version": "0.4.1",
|
719 |
-
"resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
|
720 |
-
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
|
721 |
-
"dev": true,
|
722 |
-
"requires": {
|
723 |
-
"array-find-index": "^1.0.1"
|
724 |
-
}
|
725 |
-
},
|
726 |
-
"dashdash": {
|
727 |
-
"version": "1.14.1",
|
728 |
-
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
|
729 |
-
"integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
|
730 |
-
"dev": true,
|
731 |
-
"requires": {
|
732 |
-
"assert-plus": "^1.0.0"
|
733 |
-
},
|
734 |
-
"dependencies": {
|
735 |
-
"assert-plus": {
|
736 |
-
"version": "1.0.0",
|
737 |
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
738 |
-
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
|
739 |
-
"dev": true
|
740 |
-
}
|
741 |
-
}
|
742 |
-
},
|
743 |
-
"date-now": {
|
744 |
-
"version": "0.1.4",
|
745 |
-
"resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
|
746 |
-
"integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
|
747 |
-
"dev": true
|
748 |
-
},
|
749 |
-
"dateformat": {
|
750 |
-
"version": "1.0.12",
|
751 |
-
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
|
752 |
-
"integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
|
753 |
-
"dev": true,
|
754 |
-
"requires": {
|
755 |
-
"get-stdin": "^4.0.1",
|
756 |
-
"meow": "^3.3.0"
|
757 |
-
}
|
758 |
-
},
|
759 |
-
"debug": {
|
760 |
-
"version": "2.2.0",
|
761 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
|
762 |
-
"integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
|
763 |
-
"dev": true,
|
764 |
-
"requires": {
|
765 |
-
"ms": "0.7.1"
|
766 |
-
}
|
767 |
-
},
|
768 |
-
"decamelize": {
|
769 |
-
"version": "1.2.0",
|
770 |
-
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
771 |
-
"integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
|
772 |
-
"dev": true
|
773 |
-
},
|
774 |
-
"decamelize-keys": {
|
775 |
-
"version": "1.1.0",
|
776 |
-
"resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
|
777 |
-
"integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
|
778 |
-
"dev": true,
|
779 |
-
"requires": {
|
780 |
-
"decamelize": "^1.1.0",
|
781 |
-
"map-obj": "^1.0.0"
|
782 |
-
}
|
783 |
-
},
|
784 |
-
"del": {
|
785 |
-
"version": "2.2.2",
|
786 |
-
"resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
|
787 |
-
"integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
|
788 |
-
"dev": true,
|
789 |
-
"requires": {
|
790 |
-
"globby": "^5.0.0",
|
791 |
-
"is-path-cwd": "^1.0.0",
|
792 |
-
"is-path-in-cwd": "^1.0.0",
|
793 |
-
"object-assign": "^4.0.1",
|
794 |
-
"pify": "^2.0.0",
|
795 |
-
"pinkie-promise": "^2.0.0",
|
796 |
-
"rimraf": "^2.2.8"
|
797 |
-
},
|
798 |
-
"dependencies": {
|
799 |
-
"globby": {
|
800 |
-
"version": "5.0.0",
|
801 |
-
"resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
|
802 |
-
"integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
|
803 |
-
"dev": true,
|
804 |
-
"requires": {
|
805 |
-
"array-union": "^1.0.1",
|
806 |
-
"arrify": "^1.0.0",
|
807 |
-
"glob": "^7.0.3",
|
808 |
-
"object-assign": "^4.0.1",
|
809 |
-
"pify": "^2.0.0",
|
810 |
-
"pinkie-promise": "^2.0.0"
|
811 |
-
}
|
812 |
-
}
|
813 |
-
}
|
814 |
-
},
|
815 |
-
"delayed-stream": {
|
816 |
-
"version": "1.0.0",
|
817 |
-
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
818 |
-
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
|
819 |
-
"dev": true
|
820 |
-
},
|
821 |
-
"delegates": {
|
822 |
-
"version": "1.0.0",
|
823 |
-
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
824 |
-
"integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
|
825 |
-
"dev": true
|
826 |
-
},
|
827 |
-
"depd": {
|
828 |
-
"version": "1.1.2",
|
829 |
-
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
830 |
-
"integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
|
831 |
-
"dev": true
|
832 |
-
},
|
833 |
-
"diff": {
|
834 |
-
"version": "3.4.0",
|
835 |
-
"resolved": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz",
|
836 |
-
"integrity": "sha512-QpVuMTEoJMF7cKzi6bvWhRulU1fZqZnvyVQgNhPaxxuTYwyjn/j1v9falseQ/uXWwPnO56RBfwtg4h/EQXmucA==",
|
837 |
-
"dev": true
|
838 |
-
},
|
839 |
-
"dir-glob": {
|
840 |
-
"version": "2.0.0",
|
841 |
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
|
842 |
-
"integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
|
843 |
-
"dev": true,
|
844 |
-
"requires": {
|
845 |
-
"arrify": "^1.0.1",
|
846 |
-
"path-type": "^3.0.0"
|
847 |
-
},
|
848 |
-
"dependencies": {
|
849 |
-
"path-type": {
|
850 |
-
"version": "3.0.0",
|
851 |
-
"resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
|
852 |
-
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
|
853 |
-
"dev": true,
|
854 |
-
"requires": {
|
855 |
-
"pify": "^3.0.0"
|
856 |
-
}
|
857 |
-
},
|
858 |
-
"pify": {
|
859 |
-
"version": "3.0.0",
|
860 |
-
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
861 |
-
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
|
862 |
-
"dev": true
|
863 |
-
}
|
864 |
-
}
|
865 |
-
},
|
866 |
-
"dom-serializer": {
|
867 |
-
"version": "0.1.0",
|
868 |
-
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
|
869 |
-
"integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
|
870 |
-
"dev": true,
|
871 |
-
"requires": {
|
872 |
-
"domelementtype": "~1.1.1",
|
873 |
-
"entities": "~1.1.1"
|
874 |
-
},
|
875 |
-
"dependencies": {
|
876 |
-
"domelementtype": {
|
877 |
-
"version": "1.1.3",
|
878 |
-
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
|
879 |
-
"integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=",
|
880 |
-
"dev": true
|
881 |
-
},
|
882 |
-
"entities": {
|
883 |
-
"version": "1.1.1",
|
884 |
-
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
|
885 |
-
"integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
|
886 |
-
"dev": true
|
887 |
-
}
|
888 |
-
}
|
889 |
-
},
|
890 |
-
"domelementtype": {
|
891 |
-
"version": "1.3.0",
|
892 |
-
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
|
893 |
-
"integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=",
|
894 |
-
"dev": true
|
895 |
-
},
|
896 |
-
"domhandler": {
|
897 |
-
"version": "2.3.0",
|
898 |
-
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
|
899 |
-
"integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
|
900 |
-
"dev": true,
|
901 |
-
"requires": {
|
902 |
-
"domelementtype": "1"
|
903 |
-
}
|
904 |
-
},
|
905 |
-
"domutils": {
|
906 |
-
"version": "1.5.1",
|
907 |
-
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
|
908 |
-
"integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
|
909 |
-
"dev": true,
|
910 |
-
"requires": {
|
911 |
-
"dom-serializer": "0",
|
912 |
-
"domelementtype": "1"
|
913 |
-
}
|
914 |
-
},
|
915 |
-
"dot-prop": {
|
916 |
-
"version": "4.2.0",
|
917 |
-
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
|
918 |
-
"integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
|
919 |
-
"dev": true,
|
920 |
-
"requires": {
|
921 |
-
"is-obj": "^1.0.0"
|
922 |
-
}
|
923 |
-
},
|
924 |
-
"duplexer": {
|
925 |
-
"version": "0.1.1",
|
926 |
-
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
|
927 |
-
"integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
|
928 |
-
"dev": true
|
929 |
-
},
|
930 |
-
"each-async": {
|
931 |
-
"version": "1.1.1",
|
932 |
-
"resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
|
933 |
-
"integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=",
|
934 |
-
"dev": true,
|
935 |
-
"requires": {
|
936 |
-
"onetime": "^1.0.0",
|
937 |
-
"set-immediate-shim": "^1.0.0"
|
938 |
-
}
|
939 |
-
},
|
940 |
-
"ecc-jsbn": {
|
941 |
-
"version": "0.1.1",
|
942 |
-
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
|
943 |
-
"integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
|
944 |
-
"dev": true,
|
945 |
-
"optional": true,
|
946 |
-
"requires": {
|
947 |
-
"jsbn": "~0.1.0"
|
948 |
-
}
|
949 |
-
},
|
950 |
-
"ee-first": {
|
951 |
-
"version": "1.1.1",
|
952 |
-
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
953 |
-
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
|
954 |
-
"dev": true
|
955 |
-
},
|
956 |
-
"electron-to-chromium": {
|
957 |
-
"version": "1.3.33",
|
958 |
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.33.tgz",
|
959 |
-
"integrity": "sha1-vwBwPWKnxlI4E2V4w1LWxcBCpUU=",
|
960 |
-
"dev": true
|
961 |
-
},
|
962 |
-
"encoding": {
|
963 |
-
"version": "0.1.12",
|
964 |
-
"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
|
965 |
-
"integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
|
966 |
-
"dev": true,
|
967 |
-
"requires": {
|
968 |
-
"iconv-lite": "~0.4.13"
|
969 |
-
}
|
970 |
-
},
|
971 |
-
"end-of-stream": {
|
972 |
-
"version": "1.4.1",
|
973 |
-
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
|
974 |
-
"integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
|
975 |
-
"dev": true,
|
976 |
-
"requires": {
|
977 |
-
"once": "^1.4.0"
|
978 |
-
}
|
979 |
-
},
|
980 |
-
"entities": {
|
981 |
-
"version": "1.0.0",
|
982 |
-
"resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
|
983 |
-
"integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
|
984 |
-
"dev": true
|
985 |
-
},
|
986 |
-
"error-ex": {
|
987 |
-
"version": "1.3.1",
|
988 |
-
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
|
989 |
-
"integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
|
990 |
-
"dev": true,
|
991 |
-
"requires": {
|
992 |
-
"is-arrayish": "^0.2.1"
|
993 |
-
}
|
994 |
-
},
|
995 |
-
"escape-string-regexp": {
|
996 |
-
"version": "1.0.5",
|
997 |
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
998 |
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
999 |
-
"dev": true
|
1000 |
-
},
|
1001 |
-
"esprima": {
|
1002 |
-
"version": "2.7.3",
|
1003 |
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
|
1004 |
-
"integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
|
1005 |
-
"dev": true
|
1006 |
-
},
|
1007 |
-
"eventemitter2": {
|
1008 |
-
"version": "0.4.14",
|
1009 |
-
"resolved": "http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
|
1010 |
-
"integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",
|
1011 |
-
"dev": true
|
1012 |
-
},
|
1013 |
-
"execall": {
|
1014 |
-
"version": "1.0.0",
|
1015 |
-
"resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz",
|
1016 |
-
"integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
|
1017 |
-
"dev": true,
|
1018 |
-
"requires": {
|
1019 |
-
"clone-regexp": "^1.0.0"
|
1020 |
-
}
|
1021 |
-
},
|
1022 |
-
"exit": {
|
1023 |
-
"version": "0.1.2",
|
1024 |
-
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
|
1025 |
-
"integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
|
1026 |
-
"dev": true
|
1027 |
-
},
|
1028 |
-
"expand-brackets": {
|
1029 |
-
"version": "0.1.5",
|
1030 |
-
"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
|
1031 |
-
"integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
|
1032 |
-
"dev": true,
|
1033 |
-
"requires": {
|
1034 |
-
"is-posix-bracket": "^0.1.0"
|
1035 |
-
}
|
1036 |
-
},
|
1037 |
-
"expand-range": {
|
1038 |
-
"version": "1.8.2",
|
1039 |
-
"resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
|
1040 |
-
"integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
|
1041 |
-
"dev": true,
|
1042 |
-
"requires": {
|
1043 |
-
"fill-range": "^2.1.0"
|
1044 |
-
}
|
1045 |
-
},
|
1046 |
-
"extend": {
|
1047 |
-
"version": "3.0.1",
|
1048 |
-
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
|
1049 |
-
"integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
|
1050 |
-
"dev": true
|
1051 |
-
},
|
1052 |
-
"extglob": {
|
1053 |
-
"version": "0.3.2",
|
1054 |
-
"resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
|
1055 |
-
"integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
|
1056 |
-
"dev": true,
|
1057 |
-
"requires": {
|
1058 |
-
"is-extglob": "^1.0.0"
|
1059 |
-
}
|
1060 |
-
},
|
1061 |
-
"extsprintf": {
|
1062 |
-
"version": "1.3.0",
|
1063 |
-
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
|
1064 |
-
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
|
1065 |
-
"dev": true
|
1066 |
-
},
|
1067 |
-
"fast-deep-equal": {
|
1068 |
-
"version": "1.0.0",
|
1069 |
-
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz",
|
1070 |
-
"integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=",
|
1071 |
-
"dev": true
|
1072 |
-
},
|
1073 |
-
"fast-json-stable-stringify": {
|
1074 |
-
"version": "2.0.0",
|
1075 |
-
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
|
1076 |
-
"integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
|
1077 |
-
"dev": true
|
1078 |
-
},
|
1079 |
-
"faye-websocket": {
|
1080 |
-
"version": "0.10.0",
|
1081 |
-
"resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
|
1082 |
-
"integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
|
1083 |
-
"dev": true,
|
1084 |
-
"requires": {
|
1085 |
-
"websocket-driver": ">=0.5.1"
|
1086 |
-
}
|
1087 |
-
},
|
1088 |
-
"figures": {
|
1089 |
-
"version": "1.7.0",
|
1090 |
-
"resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
|
1091 |
-
"integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
|
1092 |
-
"dev": true,
|
1093 |
-
"requires": {
|
1094 |
-
"escape-string-regexp": "^1.0.5",
|
1095 |
-
"object-assign": "^4.1.0"
|
1096 |
-
}
|
1097 |
-
},
|
1098 |
-
"file-entry-cache": {
|
1099 |
-
"version": "2.0.0",
|
1100 |
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
|
1101 |
-
"integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
|
1102 |
-
"dev": true,
|
1103 |
-
"requires": {
|
1104 |
-
"flat-cache": "^1.2.1",
|
1105 |
-
"object-assign": "^4.0.1"
|
1106 |
-
}
|
1107 |
-
},
|
1108 |
-
"filename-regex": {
|
1109 |
-
"version": "2.0.1",
|
1110 |
-
"resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
|
1111 |
-
"integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
|
1112 |
-
"dev": true
|
1113 |
-
},
|
1114 |
-
"fill-range": {
|
1115 |
-
"version": "2.2.3",
|
1116 |
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
|
1117 |
-
"integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
|
1118 |
-
"dev": true,
|
1119 |
-
"requires": {
|
1120 |
-
"is-number": "^2.1.0",
|
1121 |
-
"isobject": "^2.0.0",
|
1122 |
-
"randomatic": "^1.1.3",
|
1123 |
-
"repeat-element": "^1.1.2",
|
1124 |
-
"repeat-string": "^1.5.2"
|
1125 |
-
}
|
1126 |
-
},
|
1127 |
-
"find-up": {
|
1128 |
-
"version": "1.1.2",
|
1129 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
|
1130 |
-
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
|
1131 |
-
"dev": true,
|
1132 |
-
"requires": {
|
1133 |
-
"path-exists": "^2.0.0",
|
1134 |
-
"pinkie-promise": "^2.0.0"
|
1135 |
-
}
|
1136 |
-
},
|
1137 |
-
"findup": {
|
1138 |
-
"version": "0.1.5",
|
1139 |
-
"resolved": "https://registry.npmjs.org/findup/-/findup-0.1.5.tgz",
|
1140 |
-
"integrity": "sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs=",
|
1141 |
-
"dev": true,
|
1142 |
-
"requires": {
|
1143 |
-
"colors": "~0.6.0-1",
|
1144 |
-
"commander": "~2.1.0"
|
1145 |
-
},
|
1146 |
-
"dependencies": {
|
1147 |
-
"colors": {
|
1148 |
-
"version": "0.6.2",
|
1149 |
-
"resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",
|
1150 |
-
"integrity": "sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=",
|
1151 |
-
"dev": true
|
1152 |
-
},
|
1153 |
-
"commander": {
|
1154 |
-
"version": "2.1.0",
|
1155 |
-
"resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz",
|
1156 |
-
"integrity": "sha1-0SG7roYNmZKj1Re6lvVliOR8Z4E=",
|
1157 |
-
"dev": true
|
1158 |
-
}
|
1159 |
-
}
|
1160 |
-
},
|
1161 |
-
"findup-sync": {
|
1162 |
-
"version": "0.3.0",
|
1163 |
-
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
|
1164 |
-
"integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
|
1165 |
-
"dev": true,
|
1166 |
-
"requires": {
|
1167 |
-
"glob": "~5.0.0"
|
1168 |
-
},
|
1169 |
-
"dependencies": {
|
1170 |
-
"glob": {
|
1171 |
-
"version": "5.0.15",
|
1172 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
|
1173 |
-
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
|
1174 |
-
"dev": true,
|
1175 |
-
"requires": {
|
1176 |
-
"inflight": "^1.0.4",
|
1177 |
-
"inherits": "2",
|
1178 |
-
"minimatch": "2 || 3",
|
1179 |
-
"once": "^1.3.0",
|
1180 |
-
"path-is-absolute": "^1.0.0"
|
1181 |
-
}
|
1182 |
-
}
|
1183 |
-
}
|
1184 |
-
},
|
1185 |
-
"flat-cache": {
|
1186 |
-
"version": "1.3.0",
|
1187 |
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz",
|
1188 |
-
"integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=",
|
1189 |
-
"dev": true,
|
1190 |
-
"requires": {
|
1191 |
-
"circular-json": "^0.3.1",
|
1192 |
-
"del": "^2.0.2",
|
1193 |
-
"graceful-fs": "^4.1.2",
|
1194 |
-
"write": "^0.2.1"
|
1195 |
-
}
|
1196 |
-
},
|
1197 |
-
"for-in": {
|
1198 |
-
"version": "1.0.2",
|
1199 |
-
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
|
1200 |
-
"integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
|
1201 |
-
"dev": true
|
1202 |
-
},
|
1203 |
-
"for-own": {
|
1204 |
-
"version": "0.1.5",
|
1205 |
-
"resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
|
1206 |
-
"integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
|
1207 |
-
"dev": true,
|
1208 |
-
"requires": {
|
1209 |
-
"for-in": "^1.0.1"
|
1210 |
-
}
|
1211 |
-
},
|
1212 |
-
"forever-agent": {
|
1213 |
-
"version": "0.6.1",
|
1214 |
-
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
|
1215 |
-
"integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
|
1216 |
-
"dev": true
|
1217 |
-
},
|
1218 |
-
"form-data": {
|
1219 |
-
"version": "2.1.4",
|
1220 |
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
|
1221 |
-
"integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
|
1222 |
-
"dev": true,
|
1223 |
-
"requires": {
|
1224 |
-
"asynckit": "^0.4.0",
|
1225 |
-
"combined-stream": "^1.0.5",
|
1226 |
-
"mime-types": "^2.1.12"
|
1227 |
-
}
|
1228 |
-
},
|
1229 |
-
"fs.realpath": {
|
1230 |
-
"version": "1.0.0",
|
1231 |
-
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
1232 |
-
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
|
1233 |
-
"dev": true
|
1234 |
-
},
|
1235 |
-
"fstream": {
|
1236 |
-
"version": "1.0.11",
|
1237 |
-
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
|
1238 |
-
"integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
|
1239 |
-
"dev": true,
|
1240 |
-
"requires": {
|
1241 |
-
"graceful-fs": "^4.1.2",
|
1242 |
-
"inherits": "~2.0.0",
|
1243 |
-
"mkdirp": ">=0.5 0",
|
1244 |
-
"rimraf": "2"
|
1245 |
-
}
|
1246 |
-
},
|
1247 |
-
"gauge": {
|
1248 |
-
"version": "2.7.4",
|
1249 |
-
"resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
|
1250 |
-
"integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
|
1251 |
-
"dev": true,
|
1252 |
-
"requires": {
|
1253 |
-
"aproba": "^1.0.3",
|
1254 |
-
"console-control-strings": "^1.0.0",
|
1255 |
-
"has-unicode": "^2.0.0",
|
1256 |
-
"object-assign": "^4.1.0",
|
1257 |
-
"signal-exit": "^3.0.0",
|
1258 |
-
"string-width": "^1.0.1",
|
1259 |
-
"strip-ansi": "^3.0.1",
|
1260 |
-
"wide-align": "^1.1.0"
|
1261 |
-
}
|
1262 |
-
},
|
1263 |
-
"gaze": {
|
1264 |
-
"version": "1.1.2",
|
1265 |
-
"resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
|
1266 |
-
"integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
|
1267 |
-
"dev": true,
|
1268 |
-
"requires": {
|
1269 |
-
"globule": "^1.0.0"
|
1270 |
-
}
|
1271 |
-
},
|
1272 |
-
"generate-function": {
|
1273 |
-
"version": "2.0.0",
|
1274 |
-
"resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
|
1275 |
-
"integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=",
|
1276 |
-
"dev": true
|
1277 |
-
},
|
1278 |
-
"generate-object-property": {
|
1279 |
-
"version": "1.2.0",
|
1280 |
-
"resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
|
1281 |
-
"integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
|
1282 |
-
"dev": true,
|
1283 |
-
"requires": {
|
1284 |
-
"is-property": "^1.0.0"
|
1285 |
-
}
|
1286 |
-
},
|
1287 |
-
"get-caller-file": {
|
1288 |
-
"version": "1.0.2",
|
1289 |
-
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
|
1290 |
-
"integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
|
1291 |
-
"dev": true
|
1292 |
-
},
|
1293 |
-
"get-stdin": {
|
1294 |
-
"version": "4.0.1",
|
1295 |
-
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
|
1296 |
-
"integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
|
1297 |
-
"dev": true
|
1298 |
-
},
|
1299 |
-
"getobject": {
|
1300 |
-
"version": "0.1.0",
|
1301 |
-
"resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
|
1302 |
-
"integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
|
1303 |
-
"dev": true
|
1304 |
-
},
|
1305 |
-
"getpass": {
|
1306 |
-
"version": "0.1.7",
|
1307 |
-
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
|
1308 |
-
"integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
|
1309 |
-
"dev": true,
|
1310 |
-
"requires": {
|
1311 |
-
"assert-plus": "^1.0.0"
|
1312 |
-
},
|
1313 |
-
"dependencies": {
|
1314 |
-
"assert-plus": {
|
1315 |
-
"version": "1.0.0",
|
1316 |
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
1317 |
-
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
|
1318 |
-
"dev": true
|
1319 |
-
}
|
1320 |
-
}
|
1321 |
-
},
|
1322 |
-
"gettext-parser": {
|
1323 |
-
"version": "1.3.0",
|
1324 |
-
"resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.3.0.tgz",
|
1325 |
-
"integrity": "sha512-iloxjcw+uTPnQ8DrGICWtqkHNgk3mAiDI77pLmXQCnhM+BxFQXstzTA4zj3EpIYMysRQnnNzHyHzBUEazz80Sw==",
|
1326 |
-
"dev": true,
|
1327 |
-
"requires": {
|
1328 |
-
"encoding": "^0.1.12",
|
1329 |
-
"safe-buffer": "^5.1.1"
|
1330 |
-
}
|
1331 |
-
},
|
1332 |
-
"glob": {
|
1333 |
-
"version": "7.0.6",
|
1334 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
|
1335 |
-
"integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
|
1336 |
-
"dev": true,
|
1337 |
-
"requires": {
|
1338 |
-
"fs.realpath": "^1.0.0",
|
1339 |
-
"inflight": "^1.0.4",
|
1340 |
-
"inherits": "2",
|
1341 |
-
"minimatch": "^3.0.2",
|
1342 |
-
"once": "^1.3.0",
|
1343 |
-
"path-is-absolute": "^1.0.0"
|
1344 |
-
}
|
1345 |
-
},
|
1346 |
-
"glob-base": {
|
1347 |
-
"version": "0.3.0",
|
1348 |
-
"resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
|
1349 |
-
"integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
|
1350 |
-
"dev": true,
|
1351 |
-
"requires": {
|
1352 |
-
"glob-parent": "^2.0.0",
|
1353 |
-
"is-glob": "^2.0.0"
|
1354 |
-
}
|
1355 |
-
},
|
1356 |
-
"glob-parent": {
|
1357 |
-
"version": "2.0.0",
|
1358 |
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
|
1359 |
-
"integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
|
1360 |
-
"dev": true,
|
1361 |
-
"requires": {
|
1362 |
-
"is-glob": "^2.0.0"
|
1363 |
-
}
|
1364 |
-
},
|
1365 |
-
"globby": {
|
1366 |
-
"version": "7.1.1",
|
1367 |
-
"resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz",
|
1368 |
-
"integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
|
1369 |
-
"dev": true,
|
1370 |
-
"requires": {
|
1371 |
-
"array-union": "^1.0.1",
|
1372 |
-
"dir-glob": "^2.0.0",
|
1373 |
-
"glob": "^7.1.2",
|
1374 |
-
"ignore": "^3.3.5",
|
1375 |
-
"pify": "^3.0.0",
|
1376 |
-
"slash": "^1.0.0"
|
1377 |
-
},
|
1378 |
-
"dependencies": {
|
1379 |
-
"glob": {
|
1380 |
-
"version": "7.1.2",
|
1381 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
|
1382 |
-
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
1383 |
-
"dev": true,
|
1384 |
-
"requires": {
|
1385 |
-
"fs.realpath": "^1.0.0",
|
1386 |
-
"inflight": "^1.0.4",
|
1387 |
-
"inherits": "2",
|
1388 |
-
"minimatch": "^3.0.4",
|
1389 |
-
"once": "^1.3.0",
|
1390 |
-
"path-is-absolute": "^1.0.0"
|
1391 |
-
}
|
1392 |
-
},
|
1393 |
-
"pify": {
|
1394 |
-
"version": "3.0.0",
|
1395 |
-
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
1396 |
-
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
|
1397 |
-
"dev": true
|
1398 |
-
}
|
1399 |
-
}
|
1400 |
-
},
|
1401 |
-
"globjoin": {
|
1402 |
-
"version": "0.1.4",
|
1403 |
-
"resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
|
1404 |
-
"integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=",
|
1405 |
-
"dev": true
|
1406 |
-
},
|
1407 |
-
"globule": {
|
1408 |
-
"version": "1.2.0",
|
1409 |
-
"resolved": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz",
|
1410 |
-
"integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
|
1411 |
-
"dev": true,
|
1412 |
-
"requires": {
|
1413 |
-
"glob": "~7.1.1",
|
1414 |
-
"lodash": "~4.17.4",
|
1415 |
-
"minimatch": "~3.0.2"
|
1416 |
-
},
|
1417 |
-
"dependencies": {
|
1418 |
-
"glob": {
|
1419 |
-
"version": "7.1.2",
|
1420 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
|
1421 |
-
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
1422 |
-
"dev": true,
|
1423 |
-
"requires": {
|
1424 |
-
"fs.realpath": "^1.0.0",
|
1425 |
-
"inflight": "^1.0.4",
|
1426 |
-
"inherits": "2",
|
1427 |
-
"minimatch": "^3.0.4",
|
1428 |
-
"once": "^1.3.0",
|
1429 |
-
"path-is-absolute": "^1.0.0"
|
1430 |
-
}
|
1431 |
-
},
|
1432 |
-
"lodash": {
|
1433 |
-
"version": "4.17.5",
|
1434 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
1435 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
1436 |
-
"dev": true
|
1437 |
-
}
|
1438 |
-
}
|
1439 |
-
},
|
1440 |
-
"gonzales-pe": {
|
1441 |
-
"version": "4.2.3",
|
1442 |
-
"resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.2.3.tgz",
|
1443 |
-
"integrity": "sha512-Kjhohco0esHQnOiqqdJeNz/5fyPkOMD/d6XVjwTAoPGUFh0mCollPUTUTa2OZy4dYNAqlPIQdTiNzJTWdd9Htw==",
|
1444 |
-
"dev": true,
|
1445 |
-
"requires": {
|
1446 |
-
"minimist": "1.1.x"
|
1447 |
-
},
|
1448 |
-
"dependencies": {
|
1449 |
-
"minimist": {
|
1450 |
-
"version": "1.1.3",
|
1451 |
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
|
1452 |
-
"integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
|
1453 |
-
"dev": true
|
1454 |
-
}
|
1455 |
-
}
|
1456 |
-
},
|
1457 |
-
"graceful-fs": {
|
1458 |
-
"version": "4.1.11",
|
1459 |
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
|
1460 |
-
"integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
|
1461 |
-
"dev": true
|
1462 |
-
},
|
1463 |
-
"grunt": {
|
1464 |
-
"version": "1.0.3",
|
1465 |
-
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.3.tgz",
|
1466 |
-
"integrity": "sha512-/JzmZNPfKorlCrrmxWqQO4JVodO+DVd5XX4DkocL/1WlLlKVLE9+SdEIempOAxDhWPysLle6afvn/hg7Ck2k9g==",
|
1467 |
-
"dev": true,
|
1468 |
-
"requires": {
|
1469 |
-
"coffeescript": "~1.10.0",
|
1470 |
-
"dateformat": "~1.0.12",
|
1471 |
-
"eventemitter2": "~0.4.13",
|
1472 |
-
"exit": "~0.1.1",
|
1473 |
-
"findup-sync": "~0.3.0",
|
1474 |
-
"glob": "~7.0.0",
|
1475 |
-
"grunt-cli": "~1.2.0",
|
1476 |
-
"grunt-known-options": "~1.1.0",
|
1477 |
-
"grunt-legacy-log": "~2.0.0",
|
1478 |
-
"grunt-legacy-util": "~1.1.1",
|
1479 |
-
"iconv-lite": "~0.4.13",
|
1480 |
-
"js-yaml": "~3.5.2",
|
1481 |
-
"minimatch": "~3.0.2",
|
1482 |
-
"mkdirp": "~0.5.1",
|
1483 |
-
"nopt": "~3.0.6",
|
1484 |
-
"path-is-absolute": "~1.0.0",
|
1485 |
-
"rimraf": "~2.6.2"
|
1486 |
-
},
|
1487 |
-
"dependencies": {
|
1488 |
-
"grunt-cli": {
|
1489 |
-
"version": "1.2.0",
|
1490 |
-
"resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",
|
1491 |
-
"integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",
|
1492 |
-
"dev": true,
|
1493 |
-
"requires": {
|
1494 |
-
"findup-sync": "~0.3.0",
|
1495 |
-
"grunt-known-options": "~1.1.0",
|
1496 |
-
"nopt": "~3.0.6",
|
1497 |
-
"resolve": "~1.1.0"
|
1498 |
-
}
|
1499 |
-
},
|
1500 |
-
"rimraf": {
|
1501 |
-
"version": "2.6.2",
|
1502 |
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
|
1503 |
-
"integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
|
1504 |
-
"dev": true,
|
1505 |
-
"requires": {
|
1506 |
-
"glob": "^7.0.5"
|
1507 |
-
}
|
1508 |
-
}
|
1509 |
-
}
|
1510 |
-
},
|
1511 |
-
"grunt-checktextdomain": {
|
1512 |
-
"version": "1.0.1",
|
1513 |
-
"resolved": "https://registry.npmjs.org/grunt-checktextdomain/-/grunt-checktextdomain-1.0.1.tgz",
|
1514 |
-
"integrity": "sha1-slTQHh3pEwBdTbHFMD2QI7mD4Zs=",
|
1515 |
-
"dev": true,
|
1516 |
-
"requires": {
|
1517 |
-
"chalk": "~0.2.1",
|
1518 |
-
"text-table": "~0.2.0"
|
1519 |
-
},
|
1520 |
-
"dependencies": {
|
1521 |
-
"ansi-styles": {
|
1522 |
-
"version": "0.2.0",
|
1523 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",
|
1524 |
-
"integrity": "sha1-NZq0sV3NZLptdHNLcsNjYKmvLBk=",
|
1525 |
-
"dev": true
|
1526 |
-
},
|
1527 |
-
"chalk": {
|
1528 |
-
"version": "0.2.1",
|
1529 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",
|
1530 |
-
"integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",
|
1531 |
-
"dev": true,
|
1532 |
-
"requires": {
|
1533 |
-
"ansi-styles": "~0.2.0",
|
1534 |
-
"has-color": "~0.1.0"
|
1535 |
-
}
|
1536 |
-
}
|
1537 |
-
}
|
1538 |
-
},
|
1539 |
-
"grunt-contrib-compress": {
|
1540 |
-
"version": "1.3.0",
|
1541 |
-
"resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-1.3.0.tgz",
|
1542 |
-
"integrity": "sha1-XlwmogBJCCPH93KIr9LXNQ2Vxj0=",
|
1543 |
-
"dev": true,
|
1544 |
-
"requires": {
|
1545 |
-
"archiver": "^1.0.0",
|
1546 |
-
"chalk": "^1.1.1",
|
1547 |
-
"lodash": "^4.7.0",
|
1548 |
-
"pretty-bytes": "^3.0.1",
|
1549 |
-
"stream-buffers": "^2.1.0"
|
1550 |
-
},
|
1551 |
-
"dependencies": {
|
1552 |
-
"ansi-styles": {
|
1553 |
-
"version": "2.2.1",
|
1554 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
1555 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
1556 |
-
"dev": true
|
1557 |
-
},
|
1558 |
-
"chalk": {
|
1559 |
-
"version": "1.1.3",
|
1560 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
1561 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1562 |
-
"dev": true,
|
1563 |
-
"requires": {
|
1564 |
-
"ansi-styles": "^2.2.1",
|
1565 |
-
"escape-string-regexp": "^1.0.2",
|
1566 |
-
"has-ansi": "^2.0.0",
|
1567 |
-
"strip-ansi": "^3.0.0",
|
1568 |
-
"supports-color": "^2.0.0"
|
1569 |
-
}
|
1570 |
-
},
|
1571 |
-
"lodash": {
|
1572 |
-
"version": "4.17.5",
|
1573 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
1574 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
1575 |
-
"dev": true
|
1576 |
-
},
|
1577 |
-
"supports-color": {
|
1578 |
-
"version": "2.0.0",
|
1579 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
1580 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
1581 |
-
"dev": true
|
1582 |
-
}
|
1583 |
-
}
|
1584 |
-
},
|
1585 |
-
"grunt-contrib-concat": {
|
1586 |
-
"version": "1.0.1",
|
1587 |
-
"resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz",
|
1588 |
-
"integrity": "sha1-YVCYYwhOhx1+ht5IwBUlntl3Rb0=",
|
1589 |
-
"dev": true,
|
1590 |
-
"requires": {
|
1591 |
-
"chalk": "^1.0.0",
|
1592 |
-
"source-map": "^0.5.3"
|
1593 |
-
},
|
1594 |
-
"dependencies": {
|
1595 |
-
"ansi-styles": {
|
1596 |
-
"version": "2.2.1",
|
1597 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
1598 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
1599 |
-
"dev": true
|
1600 |
-
},
|
1601 |
-
"chalk": {
|
1602 |
-
"version": "1.1.3",
|
1603 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
1604 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1605 |
-
"dev": true,
|
1606 |
-
"requires": {
|
1607 |
-
"ansi-styles": "^2.2.1",
|
1608 |
-
"escape-string-regexp": "^1.0.2",
|
1609 |
-
"has-ansi": "^2.0.0",
|
1610 |
-
"strip-ansi": "^3.0.0",
|
1611 |
-
"supports-color": "^2.0.0"
|
1612 |
-
}
|
1613 |
-
},
|
1614 |
-
"source-map": {
|
1615 |
-
"version": "0.5.7",
|
1616 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
1617 |
-
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
1618 |
-
"dev": true
|
1619 |
-
},
|
1620 |
-
"supports-color": {
|
1621 |
-
"version": "2.0.0",
|
1622 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
1623 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
1624 |
-
"dev": true
|
1625 |
-
}
|
1626 |
-
}
|
1627 |
-
},
|
1628 |
-
"grunt-contrib-cssmin": {
|
1629 |
-
"version": "2.2.1",
|
1630 |
-
"resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-2.2.1.tgz",
|
1631 |
-
"integrity": "sha512-IXNomhQ5ekVZbDbj/ik5YccoD9khU6LT2fDXqO1+/Txjq8cp0tQKjVS8i8EAbHOrSDkL7/UD6A7b+xj98gqh9w==",
|
1632 |
-
"dev": true,
|
1633 |
-
"requires": {
|
1634 |
-
"chalk": "^1.0.0",
|
1635 |
-
"clean-css": "~4.1.1",
|
1636 |
-
"maxmin": "^2.1.0"
|
1637 |
-
},
|
1638 |
-
"dependencies": {
|
1639 |
-
"ansi-styles": {
|
1640 |
-
"version": "2.2.1",
|
1641 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
1642 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
1643 |
-
"dev": true
|
1644 |
-
},
|
1645 |
-
"chalk": {
|
1646 |
-
"version": "1.1.3",
|
1647 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
1648 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1649 |
-
"dev": true,
|
1650 |
-
"requires": {
|
1651 |
-
"ansi-styles": "^2.2.1",
|
1652 |
-
"escape-string-regexp": "^1.0.2",
|
1653 |
-
"has-ansi": "^2.0.0",
|
1654 |
-
"strip-ansi": "^3.0.0",
|
1655 |
-
"supports-color": "^2.0.0"
|
1656 |
-
}
|
1657 |
-
},
|
1658 |
-
"supports-color": {
|
1659 |
-
"version": "2.0.0",
|
1660 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
1661 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
1662 |
-
"dev": true
|
1663 |
-
}
|
1664 |
-
}
|
1665 |
-
},
|
1666 |
-
"grunt-contrib-jshint": {
|
1667 |
-
"version": "1.1.0",
|
1668 |
-
"resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz",
|
1669 |
-
"integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
|
1670 |
-
"dev": true,
|
1671 |
-
"requires": {
|
1672 |
-
"chalk": "^1.1.1",
|
1673 |
-
"hooker": "^0.2.3",
|
1674 |
-
"jshint": "~2.9.4"
|
1675 |
-
},
|
1676 |
-
"dependencies": {
|
1677 |
-
"ansi-styles": {
|
1678 |
-
"version": "2.2.1",
|
1679 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
1680 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
1681 |
-
"dev": true
|
1682 |
-
},
|
1683 |
-
"chalk": {
|
1684 |
-
"version": "1.1.3",
|
1685 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
1686 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1687 |
-
"dev": true,
|
1688 |
-
"requires": {
|
1689 |
-
"ansi-styles": "^2.2.1",
|
1690 |
-
"escape-string-regexp": "^1.0.2",
|
1691 |
-
"has-ansi": "^2.0.0",
|
1692 |
-
"strip-ansi": "^3.0.0",
|
1693 |
-
"supports-color": "^2.0.0"
|
1694 |
-
}
|
1695 |
-
},
|
1696 |
-
"supports-color": {
|
1697 |
-
"version": "2.0.0",
|
1698 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
1699 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
1700 |
-
"dev": true
|
1701 |
-
}
|
1702 |
-
}
|
1703 |
-
},
|
1704 |
-
"grunt-contrib-uglify": {
|
1705 |
-
"version": "3.3.0",
|
1706 |
-
"resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-3.3.0.tgz",
|
1707 |
-
"integrity": "sha512-W9O7lJE3PlD8VCc5fyaf98QV7f5wEDiU4PBIh0+/6UBbk2LhgzEFS0/p+taH5UD3+PlEn7QPN0o06Z0To6SqXw==",
|
1708 |
-
"dev": true,
|
1709 |
-
"requires": {
|
1710 |
-
"chalk": "^1.0.0",
|
1711 |
-
"maxmin": "^1.1.0",
|
1712 |
-
"uglify-js": "~3.3.0",
|
1713 |
-
"uri-path": "^1.0.0"
|
1714 |
-
},
|
1715 |
-
"dependencies": {
|
1716 |
-
"ansi-styles": {
|
1717 |
-
"version": "2.2.1",
|
1718 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
1719 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
1720 |
-
"dev": true
|
1721 |
-
},
|
1722 |
-
"chalk": {
|
1723 |
-
"version": "1.1.3",
|
1724 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
1725 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1726 |
-
"dev": true,
|
1727 |
-
"requires": {
|
1728 |
-
"ansi-styles": "^2.2.1",
|
1729 |
-
"escape-string-regexp": "^1.0.2",
|
1730 |
-
"has-ansi": "^2.0.0",
|
1731 |
-
"strip-ansi": "^3.0.0",
|
1732 |
-
"supports-color": "^2.0.0"
|
1733 |
-
}
|
1734 |
-
},
|
1735 |
-
"gzip-size": {
|
1736 |
-
"version": "1.0.0",
|
1737 |
-
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz",
|
1738 |
-
"integrity": "sha1-Zs+LEBBHInuVus5uodoMF37Vwi8=",
|
1739 |
-
"dev": true,
|
1740 |
-
"requires": {
|
1741 |
-
"browserify-zlib": "^0.1.4",
|
1742 |
-
"concat-stream": "^1.4.1"
|
1743 |
-
}
|
1744 |
-
},
|
1745 |
-
"maxmin": {
|
1746 |
-
"version": "1.1.0",
|
1747 |
-
"resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz",
|
1748 |
-
"integrity": "sha1-cTZehKmd2Piz99X94vANHn9zvmE=",
|
1749 |
-
"dev": true,
|
1750 |
-
"requires": {
|
1751 |
-
"chalk": "^1.0.0",
|
1752 |
-
"figures": "^1.0.1",
|
1753 |
-
"gzip-size": "^1.0.0",
|
1754 |
-
"pretty-bytes": "^1.0.0"
|
1755 |
-
}
|
1756 |
-
},
|
1757 |
-
"pretty-bytes": {
|
1758 |
-
"version": "1.0.4",
|
1759 |
-
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
|
1760 |
-
"integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
|
1761 |
-
"dev": true,
|
1762 |
-
"requires": {
|
1763 |
-
"get-stdin": "^4.0.1",
|
1764 |
-
"meow": "^3.1.0"
|
1765 |
-
}
|
1766 |
-
},
|
1767 |
-
"supports-color": {
|
1768 |
-
"version": "2.0.0",
|
1769 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
1770 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
1771 |
-
"dev": true
|
1772 |
-
}
|
1773 |
-
}
|
1774 |
-
},
|
1775 |
-
"grunt-contrib-watch": {
|
1776 |
-
"version": "1.0.0",
|
1777 |
-
"resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz",
|
1778 |
-
"integrity": "sha1-hKGnodar0m7VaEE0lscxM+mQAY8=",
|
1779 |
-
"dev": true,
|
1780 |
-
"requires": {
|
1781 |
-
"async": "^1.5.0",
|
1782 |
-
"gaze": "^1.0.0",
|
1783 |
-
"lodash": "^3.10.1",
|
1784 |
-
"tiny-lr": "^0.2.1"
|
1785 |
-
}
|
1786 |
-
},
|
1787 |
-
"grunt-known-options": {
|
1788 |
-
"version": "1.1.1",
|
1789 |
-
"resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz",
|
1790 |
-
"integrity": "sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==",
|
1791 |
-
"dev": true
|
1792 |
-
},
|
1793 |
-
"grunt-legacy-log": {
|
1794 |
-
"version": "2.0.0",
|
1795 |
-
"resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz",
|
1796 |
-
"integrity": "sha512-1m3+5QvDYfR1ltr8hjiaiNjddxGdQWcH0rw1iKKiQnF0+xtgTazirSTGu68RchPyh1OBng1bBUjLmX8q9NpoCw==",
|
1797 |
-
"dev": true,
|
1798 |
-
"requires": {
|
1799 |
-
"colors": "~1.1.2",
|
1800 |
-
"grunt-legacy-log-utils": "~2.0.0",
|
1801 |
-
"hooker": "~0.2.3",
|
1802 |
-
"lodash": "~4.17.5"
|
1803 |
-
},
|
1804 |
-
"dependencies": {
|
1805 |
-
"lodash": {
|
1806 |
-
"version": "4.17.11",
|
1807 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
|
1808 |
-
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
|
1809 |
-
"dev": true
|
1810 |
-
}
|
1811 |
-
}
|
1812 |
-
},
|
1813 |
-
"grunt-legacy-log-utils": {
|
1814 |
-
"version": "2.0.1",
|
1815 |
-
"resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz",
|
1816 |
-
"integrity": "sha512-o7uHyO/J+i2tXG8r2bZNlVk20vlIFJ9IEYyHMCQGfWYru8Jv3wTqKZzvV30YW9rWEjq0eP3cflQ1qWojIe9VFA==",
|
1817 |
-
"dev": true,
|
1818 |
-
"requires": {
|
1819 |
-
"chalk": "~2.4.1",
|
1820 |
-
"lodash": "~4.17.10"
|
1821 |
-
},
|
1822 |
-
"dependencies": {
|
1823 |
-
"ansi-styles": {
|
1824 |
-
"version": "3.2.1",
|
1825 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
1826 |
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
1827 |
-
"dev": true,
|
1828 |
-
"requires": {
|
1829 |
-
"color-convert": "^1.9.0"
|
1830 |
-
}
|
1831 |
-
},
|
1832 |
-
"chalk": {
|
1833 |
-
"version": "2.4.1",
|
1834 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
|
1835 |
-
"integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
|
1836 |
-
"dev": true,
|
1837 |
-
"requires": {
|
1838 |
-
"ansi-styles": "^3.2.1",
|
1839 |
-
"escape-string-regexp": "^1.0.5",
|
1840 |
-
"supports-color": "^5.3.0"
|
1841 |
-
}
|
1842 |
-
},
|
1843 |
-
"lodash": {
|
1844 |
-
"version": "4.17.11",
|
1845 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
|
1846 |
-
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
|
1847 |
-
"dev": true
|
1848 |
-
},
|
1849 |
-
"supports-color": {
|
1850 |
-
"version": "5.5.0",
|
1851 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
1852 |
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
1853 |
-
"dev": true,
|
1854 |
-
"requires": {
|
1855 |
-
"has-flag": "^3.0.0"
|
1856 |
-
}
|
1857 |
-
}
|
1858 |
-
}
|
1859 |
-
},
|
1860 |
-
"grunt-legacy-util": {
|
1861 |
-
"version": "1.1.1",
|
1862 |
-
"resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz",
|
1863 |
-
"integrity": "sha512-9zyA29w/fBe6BIfjGENndwoe1Uy31BIXxTH3s8mga0Z5Bz2Sp4UCjkeyv2tI449ymkx3x26B+46FV4fXEddl5A==",
|
1864 |
-
"dev": true,
|
1865 |
-
"requires": {
|
1866 |
-
"async": "~1.5.2",
|
1867 |
-
"exit": "~0.1.1",
|
1868 |
-
"getobject": "~0.1.0",
|
1869 |
-
"hooker": "~0.2.3",
|
1870 |
-
"lodash": "~4.17.10",
|
1871 |
-
"underscore.string": "~3.3.4",
|
1872 |
-
"which": "~1.3.0"
|
1873 |
-
},
|
1874 |
-
"dependencies": {
|
1875 |
-
"lodash": {
|
1876 |
-
"version": "4.17.11",
|
1877 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
|
1878 |
-
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
|
1879 |
-
"dev": true
|
1880 |
-
},
|
1881 |
-
"which": {
|
1882 |
-
"version": "1.3.1",
|
1883 |
-
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
|
1884 |
-
"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
|
1885 |
-
"dev": true,
|
1886 |
-
"requires": {
|
1887 |
-
"isexe": "^2.0.0"
|
1888 |
-
}
|
1889 |
-
}
|
1890 |
-
}
|
1891 |
-
},
|
1892 |
-
"grunt-phpcs": {
|
1893 |
-
"version": "0.4.0",
|
1894 |
-
"resolved": "https://registry.npmjs.org/grunt-phpcs/-/grunt-phpcs-0.4.0.tgz",
|
1895 |
-
"integrity": "sha1-oI1iX8ZEZeRTsr2T+BCyqB6Uvao=",
|
1896 |
-
"dev": true
|
1897 |
-
},
|
1898 |
-
"grunt-postcss": {
|
1899 |
-
"version": "0.9.0",
|
1900 |
-
"resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.9.0.tgz",
|
1901 |
-
"integrity": "sha512-lglLcVaoOIqH0sFv7RqwUKkEFGQwnlqyAKbatxZderwZGV1nDyKHN7gZS9LUiTx1t5GOvRBx0BEalHMyVwFAIA==",
|
1902 |
-
"dev": true,
|
1903 |
-
"requires": {
|
1904 |
-
"chalk": "^2.1.0",
|
1905 |
-
"diff": "^3.0.0",
|
1906 |
-
"postcss": "^6.0.11"
|
1907 |
-
}
|
1908 |
-
},
|
1909 |
-
"grunt-rtlcss": {
|
1910 |
-
"version": "2.0.1",
|
1911 |
-
"resolved": "https://registry.npmjs.org/grunt-rtlcss/-/grunt-rtlcss-2.0.1.tgz",
|
1912 |
-
"integrity": "sha1-6eYc5DdAY5f546Sxv2aeR+cf/MM=",
|
1913 |
-
"dev": true,
|
1914 |
-
"requires": {
|
1915 |
-
"chalk": "^1.0.0",
|
1916 |
-
"rtlcss": "^2.0.0"
|
1917 |
-
},
|
1918 |
-
"dependencies": {
|
1919 |
-
"ansi-styles": {
|
1920 |
-
"version": "2.2.1",
|
1921 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
1922 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
1923 |
-
"dev": true
|
1924 |
-
},
|
1925 |
-
"chalk": {
|
1926 |
-
"version": "1.1.3",
|
1927 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
1928 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1929 |
-
"dev": true,
|
1930 |
-
"requires": {
|
1931 |
-
"ansi-styles": "^2.2.1",
|
1932 |
-
"escape-string-regexp": "^1.0.2",
|
1933 |
-
"has-ansi": "^2.0.0",
|
1934 |
-
"strip-ansi": "^3.0.0",
|
1935 |
-
"supports-color": "^2.0.0"
|
1936 |
-
}
|
1937 |
-
},
|
1938 |
-
"supports-color": {
|
1939 |
-
"version": "2.0.0",
|
1940 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
1941 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
1942 |
-
"dev": true
|
1943 |
-
}
|
1944 |
-
}
|
1945 |
-
},
|
1946 |
-
"grunt-sass": {
|
1947 |
-
"version": "2.0.0",
|
1948 |
-
"resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-2.0.0.tgz",
|
1949 |
-
"integrity": "sha1-kHTPnXtFkuIPd4jKpye4+aoGtgo=",
|
1950 |
-
"dev": true,
|
1951 |
-
"requires": {
|
1952 |
-
"each-async": "^1.0.0",
|
1953 |
-
"node-sass": "^4.0.0",
|
1954 |
-
"object-assign": "^4.0.1"
|
1955 |
-
}
|
1956 |
-
},
|
1957 |
-
"grunt-stylelint": {
|
1958 |
-
"version": "0.9.0",
|
1959 |
-
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.9.0.tgz",
|
1960 |
-
"integrity": "sha512-+eC6pRdt+6ZupNFbDYVBB7DtEdohjTNf3BRAXhCqMk2eqEYg/q+Bl3r6lFC6qGRNxmpfHR+qWnzb+KKCqKalaw==",
|
1961 |
-
"dev": true,
|
1962 |
-
"requires": {
|
1963 |
-
"chalk": "1.1.3"
|
1964 |
-
},
|
1965 |
-
"dependencies": {
|
1966 |
-
"ansi-styles": {
|
1967 |
-
"version": "2.2.1",
|
1968 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
1969 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
1970 |
-
"dev": true
|
1971 |
-
},
|
1972 |
-
"chalk": {
|
1973 |
-
"version": "1.1.3",
|
1974 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
1975 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1976 |
-
"dev": true,
|
1977 |
-
"requires": {
|
1978 |
-
"ansi-styles": "^2.2.1",
|
1979 |
-
"escape-string-regexp": "^1.0.2",
|
1980 |
-
"has-ansi": "^2.0.0",
|
1981 |
-
"strip-ansi": "^3.0.0",
|
1982 |
-
"supports-color": "^2.0.0"
|
1983 |
-
}
|
1984 |
-
},
|
1985 |
-
"supports-color": {
|
1986 |
-
"version": "2.0.0",
|
1987 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
1988 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
1989 |
-
"dev": true
|
1990 |
-
}
|
1991 |
-
}
|
1992 |
-
},
|
1993 |
-
"grunt-wp-i18n": {
|
1994 |
-
"version": "1.0.1",
|
1995 |
-
"resolved": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-1.0.1.tgz",
|
1996 |
-
"integrity": "sha512-0V+rBR0yNUGsmDrFaibP9i0G4FLFSumzMfGcny2LhdiW5MS+EwdNiuJ0qRWoiUzyvyYHpCF/8t+GBaIu/pb0iw==",
|
1997 |
-
"dev": true,
|
1998 |
-
"requires": {
|
1999 |
-
"grunt": "^1.0.1",
|
2000 |
-
"node-wp-i18n": "^1.0.4"
|
2001 |
-
}
|
2002 |
-
},
|
2003 |
-
"gzip-size": {
|
2004 |
-
"version": "3.0.0",
|
2005 |
-
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
|
2006 |
-
"integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
|
2007 |
-
"dev": true,
|
2008 |
-
"requires": {
|
2009 |
-
"duplexer": "^0.1.1"
|
2010 |
-
}
|
2011 |
-
},
|
2012 |
-
"har-validator": {
|
2013 |
-
"version": "2.0.6",
|
2014 |
-
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
|
2015 |
-
"integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
|
2016 |
-
"dev": true,
|
2017 |
-
"requires": {
|
2018 |
-
"chalk": "^1.1.1",
|
2019 |
-
"commander": "^2.9.0",
|
2020 |
-
"is-my-json-valid": "^2.12.4",
|
2021 |
-
"pinkie-promise": "^2.0.0"
|
2022 |
-
},
|
2023 |
-
"dependencies": {
|
2024 |
-
"ansi-styles": {
|
2025 |
-
"version": "2.2.1",
|
2026 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
2027 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
2028 |
-
"dev": true
|
2029 |
-
},
|
2030 |
-
"chalk": {
|
2031 |
-
"version": "1.1.3",
|
2032 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
2033 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
2034 |
-
"dev": true,
|
2035 |
-
"requires": {
|
2036 |
-
"ansi-styles": "^2.2.1",
|
2037 |
-
"escape-string-regexp": "^1.0.2",
|
2038 |
-
"has-ansi": "^2.0.0",
|
2039 |
-
"strip-ansi": "^3.0.0",
|
2040 |
-
"supports-color": "^2.0.0"
|
2041 |
-
}
|
2042 |
-
},
|
2043 |
-
"supports-color": {
|
2044 |
-
"version": "2.0.0",
|
2045 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
2046 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
2047 |
-
"dev": true
|
2048 |
-
}
|
2049 |
-
}
|
2050 |
-
},
|
2051 |
-
"has-ansi": {
|
2052 |
-
"version": "2.0.0",
|
2053 |
-
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
|
2054 |
-
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
|
2055 |
-
"dev": true,
|
2056 |
-
"requires": {
|
2057 |
-
"ansi-regex": "^2.0.0"
|
2058 |
-
}
|
2059 |
-
},
|
2060 |
-
"has-color": {
|
2061 |
-
"version": "0.1.7",
|
2062 |
-
"resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",
|
2063 |
-
"integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=",
|
2064 |
-
"dev": true
|
2065 |
-
},
|
2066 |
-
"has-flag": {
|
2067 |
-
"version": "3.0.0",
|
2068 |
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
2069 |
-
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
|
2070 |
-
"dev": true
|
2071 |
-
},
|
2072 |
-
"has-unicode": {
|
2073 |
-
"version": "2.0.1",
|
2074 |
-
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
2075 |
-
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
|
2076 |
-
"dev": true
|
2077 |
-
},
|
2078 |
-
"hawk": {
|
2079 |
-
"version": "3.1.3",
|
2080 |
-
"resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
|
2081 |
-
"integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
|
2082 |
-
"dev": true,
|
2083 |
-
"requires": {
|
2084 |
-
"boom": "2.x.x",
|
2085 |
-
"cryptiles": "2.x.x",
|
2086 |
-
"hoek": "2.x.x",
|
2087 |
-
"sntp": "1.x.x"
|
2088 |
-
}
|
2089 |
-
},
|
2090 |
-
"hoek": {
|
2091 |
-
"version": "2.16.3",
|
2092 |
-
"resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
|
2093 |
-
"integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
|
2094 |
-
"dev": true
|
2095 |
-
},
|
2096 |
-
"hooker": {
|
2097 |
-
"version": "0.2.3",
|
2098 |
-
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
|
2099 |
-
"integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
|
2100 |
-
"dev": true
|
2101 |
-
},
|
2102 |
-
"hosted-git-info": {
|
2103 |
-
"version": "2.5.0",
|
2104 |
-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
|
2105 |
-
"integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
|
2106 |
-
"dev": true
|
2107 |
-
},
|
2108 |
-
"html-tags": {
|
2109 |
-
"version": "2.0.0",
|
2110 |
-
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
|
2111 |
-
"integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=",
|
2112 |
-
"dev": true
|
2113 |
-
},
|
2114 |
-
"htmlparser2": {
|
2115 |
-
"version": "3.8.3",
|
2116 |
-
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
|
2117 |
-
"integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
|
2118 |
-
"dev": true,
|
2119 |
-
"requires": {
|
2120 |
-
"domelementtype": "1",
|
2121 |
-
"domhandler": "2.3",
|
2122 |
-
"domutils": "1.5",
|
2123 |
-
"entities": "1.0",
|
2124 |
-
"readable-stream": "1.1"
|
2125 |
-
},
|
2126 |
-
"dependencies": {
|
2127 |
-
"isarray": {
|
2128 |
-
"version": "0.0.1",
|
2129 |
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
|
2130 |
-
"integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
|
2131 |
-
"dev": true
|
2132 |
-
},
|
2133 |
-
"readable-stream": {
|
2134 |
-
"version": "1.1.14",
|
2135 |
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
|
2136 |
-
"integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
|
2137 |
-
"dev": true,
|
2138 |
-
"requires": {
|
2139 |
-
"core-util-is": "~1.0.0",
|
2140 |
-
"inherits": "~2.0.1",
|
2141 |
-
"isarray": "0.0.1",
|
2142 |
-
"string_decoder": "~0.10.x"
|
2143 |
-
}
|
2144 |
-
},
|
2145 |
-
"string_decoder": {
|
2146 |
-
"version": "0.10.31",
|
2147 |
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
|
2148 |
-
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
|
2149 |
-
"dev": true
|
2150 |
-
}
|
2151 |
-
}
|
2152 |
-
},
|
2153 |
-
"http-errors": {
|
2154 |
-
"version": "1.3.1",
|
2155 |
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
|
2156 |
-
"integrity": "sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=",
|
2157 |
-
"dev": true,
|
2158 |
-
"requires": {
|
2159 |
-
"inherits": "~2.0.1",
|
2160 |
-
"statuses": "1"
|
2161 |
-
}
|
2162 |
-
},
|
2163 |
-
"http-parser-js": {
|
2164 |
-
"version": "0.4.10",
|
2165 |
-
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz",
|
2166 |
-
"integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=",
|
2167 |
-
"dev": true
|
2168 |
-
},
|
2169 |
-
"http-signature": {
|
2170 |
-
"version": "1.1.1",
|
2171 |
-
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
|
2172 |
-
"integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
|
2173 |
-
"dev": true,
|
2174 |
-
"requires": {
|
2175 |
-
"assert-plus": "^0.2.0",
|
2176 |
-
"jsprim": "^1.2.2",
|
2177 |
-
"sshpk": "^1.7.0"
|
2178 |
-
}
|
2179 |
-
},
|
2180 |
-
"iconv-lite": {
|
2181 |
-
"version": "0.4.19",
|
2182 |
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
|
2183 |
-
"integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
|
2184 |
-
"dev": true
|
2185 |
-
},
|
2186 |
-
"ignore": {
|
2187 |
-
"version": "3.3.7",
|
2188 |
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz",
|
2189 |
-
"integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
|
2190 |
-
"dev": true
|
2191 |
-
},
|
2192 |
-
"imurmurhash": {
|
2193 |
-
"version": "0.1.4",
|
2194 |
-
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
2195 |
-
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
|
2196 |
-
"dev": true
|
2197 |
-
},
|
2198 |
-
"in-publish": {
|
2199 |
-
"version": "2.0.0",
|
2200 |
-
"resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
|
2201 |
-
"integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
|
2202 |
-
"dev": true
|
2203 |
-
},
|
2204 |
-
"indent-string": {
|
2205 |
-
"version": "2.1.0",
|
2206 |
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
|
2207 |
-
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
|
2208 |
-
"dev": true,
|
2209 |
-
"requires": {
|
2210 |
-
"repeating": "^2.0.0"
|
2211 |
-
}
|
2212 |
-
},
|
2213 |
-
"indexes-of": {
|
2214 |
-
"version": "1.0.1",
|
2215 |
-
"resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
|
2216 |
-
"integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
|
2217 |
-
"dev": true
|
2218 |
-
},
|
2219 |
-
"inflight": {
|
2220 |
-
"version": "1.0.6",
|
2221 |
-
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
2222 |
-
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
2223 |
-
"dev": true,
|
2224 |
-
"requires": {
|
2225 |
-
"once": "^1.3.0",
|
2226 |
-
"wrappy": "1"
|
2227 |
-
}
|
2228 |
-
},
|
2229 |
-
"inherits": {
|
2230 |
-
"version": "2.0.3",
|
2231 |
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
2232 |
-
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
|
2233 |
-
"dev": true
|
2234 |
-
},
|
2235 |
-
"invert-kv": {
|
2236 |
-
"version": "1.0.0",
|
2237 |
-
"resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
|
2238 |
-
"integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
|
2239 |
-
"dev": true
|
2240 |
-
},
|
2241 |
-
"is-alphabetical": {
|
2242 |
-
"version": "1.0.1",
|
2243 |
-
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.1.tgz",
|
2244 |
-
"integrity": "sha1-x3B5zJHU76x3W+EDS/LSQ/lebwg=",
|
2245 |
-
"dev": true
|
2246 |
-
},
|
2247 |
-
"is-alphanumeric": {
|
2248 |
-
"version": "1.0.0",
|
2249 |
-
"resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
|
2250 |
-
"integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
|
2251 |
-
"dev": true
|
2252 |
-
},
|
2253 |
-
"is-alphanumerical": {
|
2254 |
-
"version": "1.0.1",
|
2255 |
-
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.1.tgz",
|
2256 |
-
"integrity": "sha1-37SqTRCF4zvbYcLe6cgOnGwZ9Ts=",
|
2257 |
-
"dev": true,
|
2258 |
-
"requires": {
|
2259 |
-
"is-alphabetical": "^1.0.0",
|
2260 |
-
"is-decimal": "^1.0.0"
|
2261 |
-
}
|
2262 |
-
},
|
2263 |
-
"is-arrayish": {
|
2264 |
-
"version": "0.2.1",
|
2265 |
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
2266 |
-
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
|
2267 |
-
"dev": true
|
2268 |
-
},
|
2269 |
-
"is-buffer": {
|
2270 |
-
"version": "1.1.6",
|
2271 |
-
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
|
2272 |
-
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
|
2273 |
-
"dev": true
|
2274 |
-
},
|
2275 |
-
"is-builtin-module": {
|
2276 |
-
"version": "1.0.0",
|
2277 |
-
"resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
|
2278 |
-
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
|
2279 |
-
"dev": true,
|
2280 |
-
"requires": {
|
2281 |
-
"builtin-modules": "^1.0.0"
|
2282 |
-
}
|
2283 |
-
},
|
2284 |
-
"is-decimal": {
|
2285 |
-
"version": "1.0.1",
|
2286 |
-
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.1.tgz",
|
2287 |
-
"integrity": "sha1-9ftqlJlq2ejjdh+/vQkfH8qMToI=",
|
2288 |
-
"dev": true
|
2289 |
-
},
|
2290 |
-
"is-directory": {
|
2291 |
-
"version": "0.3.1",
|
2292 |
-
"resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
|
2293 |
-
"integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
|
2294 |
-
"dev": true
|
2295 |
-
},
|
2296 |
-
"is-dotfile": {
|
2297 |
-
"version": "1.0.3",
|
2298 |
-
"resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
|
2299 |
-
"integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
|
2300 |
-
"dev": true
|
2301 |
-
},
|
2302 |
-
"is-equal-shallow": {
|
2303 |
-
"version": "0.1.3",
|
2304 |
-
"resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
|
2305 |
-
"integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
|
2306 |
-
"dev": true,
|
2307 |
-
"requires": {
|
2308 |
-
"is-primitive": "^2.0.0"
|
2309 |
-
}
|
2310 |
-
},
|
2311 |
-
"is-extendable": {
|
2312 |
-
"version": "0.1.1",
|
2313 |
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
|
2314 |
-
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
|
2315 |
-
"dev": true
|
2316 |
-
},
|
2317 |
-
"is-extglob": {
|
2318 |
-
"version": "1.0.0",
|
2319 |
-
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
|
2320 |
-
"integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
|
2321 |
-
"dev": true
|
2322 |
-
},
|
2323 |
-
"is-finite": {
|
2324 |
-
"version": "1.0.2",
|
2325 |
-
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
|
2326 |
-
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
|
2327 |
-
"dev": true,
|
2328 |
-
"requires": {
|
2329 |
-
"number-is-nan": "^1.0.0"
|
2330 |
-
}
|
2331 |
-
},
|
2332 |
-
"is-fullwidth-code-point": {
|
2333 |
-
"version": "1.0.0",
|
2334 |
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
2335 |
-
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
2336 |
-
"dev": true,
|
2337 |
-
"requires": {
|
2338 |
-
"number-is-nan": "^1.0.0"
|
2339 |
-
}
|
2340 |
-
},
|
2341 |
-
"is-glob": {
|
2342 |
-
"version": "2.0.1",
|
2343 |
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
|
2344 |
-
"integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
|
2345 |
-
"dev": true,
|
2346 |
-
"requires": {
|
2347 |
-
"is-extglob": "^1.0.0"
|
2348 |
-
}
|
2349 |
-
},
|
2350 |
-
"is-hexadecimal": {
|
2351 |
-
"version": "1.0.1",
|
2352 |
-
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.1.tgz",
|
2353 |
-
"integrity": "sha1-bghLvJIGH7sJcexYts5tQE4k2mk=",
|
2354 |
-
"dev": true
|
2355 |
-
},
|
2356 |
-
"is-my-json-valid": {
|
2357 |
-
"version": "2.17.1",
|
2358 |
-
"resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.1.tgz",
|
2359 |
-
"integrity": "sha512-Q2khNw+oBlWuaYvEEHtKSw/pCxD2L5Rc1C+UQme9X6JdRDh7m5D7HkozA0qa3DUkQ6VzCnEm8mVIQPyIRkI5sQ==",
|
2360 |
-
"dev": true,
|
2361 |
-
"requires": {
|
2362 |
-
"generate-function": "^2.0.0",
|
2363 |
-
"generate-object-property": "^1.1.0",
|
2364 |
-
"jsonpointer": "^4.0.0",
|
2365 |
-
"xtend": "^4.0.0"
|
2366 |
-
}
|
2367 |
-
},
|
2368 |
-
"is-number": {
|
2369 |
-
"version": "2.1.0",
|
2370 |
-
"resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
|
2371 |
-
"integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
|
2372 |
-
"dev": true,
|
2373 |
-
"requires": {
|
2374 |
-
"kind-of": "^3.0.2"
|
2375 |
-
}
|
2376 |
-
},
|
2377 |
-
"is-obj": {
|
2378 |
-
"version": "1.0.1",
|
2379 |
-
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
|
2380 |
-
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
|
2381 |
-
"dev": true
|
2382 |
-
},
|
2383 |
-
"is-path-cwd": {
|
2384 |
-
"version": "1.0.0",
|
2385 |
-
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
|
2386 |
-
"integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
|
2387 |
-
"dev": true
|
2388 |
-
},
|
2389 |
-
"is-path-in-cwd": {
|
2390 |
-
"version": "1.0.0",
|
2391 |
-
"resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
|
2392 |
-
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
|
2393 |
-
"dev": true,
|
2394 |
-
"requires": {
|
2395 |
-
"is-path-inside": "^1.0.0"
|
2396 |
-
}
|
2397 |
-
},
|
2398 |
-
"is-path-inside": {
|
2399 |
-
"version": "1.0.1",
|
2400 |
-
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
|
2401 |
-
"integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
|
2402 |
-
"dev": true,
|
2403 |
-
"requires": {
|
2404 |
-
"path-is-inside": "^1.0.1"
|
2405 |
-
}
|
2406 |
-
},
|
2407 |
-
"is-plain-obj": {
|
2408 |
-
"version": "1.1.0",
|
2409 |
-
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
|
2410 |
-
"integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
|
2411 |
-
"dev": true
|
2412 |
-
},
|
2413 |
-
"is-posix-bracket": {
|
2414 |
-
"version": "0.1.1",
|
2415 |
-
"resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
|
2416 |
-
"integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
|
2417 |
-
"dev": true
|
2418 |
-
},
|
2419 |
-
"is-primitive": {
|
2420 |
-
"version": "2.0.0",
|
2421 |
-
"resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
|
2422 |
-
"integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
|
2423 |
-
"dev": true
|
2424 |
-
},
|
2425 |
-
"is-property": {
|
2426 |
-
"version": "1.0.2",
|
2427 |
-
"resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
|
2428 |
-
"integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=",
|
2429 |
-
"dev": true
|
2430 |
-
},
|
2431 |
-
"is-regexp": {
|
2432 |
-
"version": "1.0.0",
|
2433 |
-
"resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
|
2434 |
-
"integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
|
2435 |
-
"dev": true
|
2436 |
-
},
|
2437 |
-
"is-supported-regexp-flag": {
|
2438 |
-
"version": "1.0.0",
|
2439 |
-
"resolved": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.0.tgz",
|
2440 |
-
"integrity": "sha1-i1IMhfrnolM4LUsCZS4EVXbhO7g=",
|
2441 |
-
"dev": true
|
2442 |
-
},
|
2443 |
-
"is-typedarray": {
|
2444 |
-
"version": "1.0.0",
|
2445 |
-
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
|
2446 |
-
"integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
|
2447 |
-
"dev": true
|
2448 |
-
},
|
2449 |
-
"is-utf8": {
|
2450 |
-
"version": "0.2.1",
|
2451 |
-
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
|
2452 |
-
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
|
2453 |
-
"dev": true
|
2454 |
-
},
|
2455 |
-
"is-whitespace-character": {
|
2456 |
-
"version": "1.0.1",
|
2457 |
-
"resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.1.tgz",
|
2458 |
-
"integrity": "sha1-muAXbzKCtlRXoZks2whPil+DPjs=",
|
2459 |
-
"dev": true
|
2460 |
-
},
|
2461 |
-
"is-word-character": {
|
2462 |
-
"version": "1.0.1",
|
2463 |
-
"resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.1.tgz",
|
2464 |
-
"integrity": "sha1-WgP6HqkazopusMfNdw64bWXIvvs=",
|
2465 |
-
"dev": true
|
2466 |
-
},
|
2467 |
-
"isarray": {
|
2468 |
-
"version": "1.0.0",
|
2469 |
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
2470 |
-
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
2471 |
-
"dev": true
|
2472 |
-
},
|
2473 |
-
"isexe": {
|
2474 |
-
"version": "2.0.0",
|
2475 |
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
2476 |
-
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
|
2477 |
-
"dev": true
|
2478 |
-
},
|
2479 |
-
"isobject": {
|
2480 |
-
"version": "2.1.0",
|
2481 |
-
"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
|
2482 |
-
"integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
|
2483 |
-
"dev": true,
|
2484 |
-
"requires": {
|
2485 |
-
"isarray": "1.0.0"
|
2486 |
-
}
|
2487 |
-
},
|
2488 |
-
"isstream": {
|
2489 |
-
"version": "0.1.2",
|
2490 |
-
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
|
2491 |
-
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
|
2492 |
-
"dev": true
|
2493 |
-
},
|
2494 |
-
"js-base64": {
|
2495 |
-
"version": "2.4.3",
|
2496 |
-
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",
|
2497 |
-
"integrity": "sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw==",
|
2498 |
-
"dev": true
|
2499 |
-
},
|
2500 |
-
"js-yaml": {
|
2501 |
-
"version": "3.5.5",
|
2502 |
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz",
|
2503 |
-
"integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
|
2504 |
-
"dev": true,
|
2505 |
-
"requires": {
|
2506 |
-
"argparse": "^1.0.2",
|
2507 |
-
"esprima": "^2.6.0"
|
2508 |
-
}
|
2509 |
-
},
|
2510 |
-
"jsbn": {
|
2511 |
-
"version": "0.1.1",
|
2512 |
-
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
|
2513 |
-
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
|
2514 |
-
"dev": true,
|
2515 |
-
"optional": true
|
2516 |
-
},
|
2517 |
-
"jshint": {
|
2518 |
-
"version": "2.9.5",
|
2519 |
-
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.5.tgz",
|
2520 |
-
"integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=",
|
2521 |
-
"dev": true,
|
2522 |
-
"requires": {
|
2523 |
-
"cli": "~1.0.0",
|
2524 |
-
"console-browserify": "1.1.x",
|
2525 |
-
"exit": "0.1.x",
|
2526 |
-
"htmlparser2": "3.8.x",
|
2527 |
-
"lodash": "3.7.x",
|
2528 |
-
"minimatch": "~3.0.2",
|
2529 |
-
"shelljs": "0.3.x",
|
2530 |
-
"strip-json-comments": "1.0.x"
|
2531 |
-
},
|
2532 |
-
"dependencies": {
|
2533 |
-
"lodash": {
|
2534 |
-
"version": "3.7.0",
|
2535 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz",
|
2536 |
-
"integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU=",
|
2537 |
-
"dev": true
|
2538 |
-
}
|
2539 |
-
}
|
2540 |
-
},
|
2541 |
-
"json-parse-better-errors": {
|
2542 |
-
"version": "1.0.1",
|
2543 |
-
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz",
|
2544 |
-
"integrity": "sha512-xyQpxeWWMKyJps9CuGJYeng6ssI5bpqS9ltQpdVQ90t4ql6NdnxFKh95JcRt2cun/DjMVNrdjniLPuMA69xmCw==",
|
2545 |
-
"dev": true
|
2546 |
-
},
|
2547 |
-
"json-schema": {
|
2548 |
-
"version": "0.2.3",
|
2549 |
-
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
|
2550 |
-
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
|
2551 |
-
"dev": true
|
2552 |
-
},
|
2553 |
-
"json-schema-traverse": {
|
2554 |
-
"version": "0.3.1",
|
2555 |
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
|
2556 |
-
"integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=",
|
2557 |
-
"dev": true
|
2558 |
-
},
|
2559 |
-
"json-stringify-safe": {
|
2560 |
-
"version": "5.0.1",
|
2561 |
-
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
2562 |
-
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
|
2563 |
-
"dev": true
|
2564 |
-
},
|
2565 |
-
"jsonpointer": {
|
2566 |
-
"version": "4.0.1",
|
2567 |
-
"resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
|
2568 |
-
"integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=",
|
2569 |
-
"dev": true
|
2570 |
-
},
|
2571 |
-
"jsprim": {
|
2572 |
-
"version": "1.4.1",
|
2573 |
-
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
|
2574 |
-
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
|
2575 |
-
"dev": true,
|
2576 |
-
"requires": {
|
2577 |
-
"assert-plus": "1.0.0",
|
2578 |
-
"extsprintf": "1.3.0",
|
2579 |
-
"json-schema": "0.2.3",
|
2580 |
-
"verror": "1.10.0"
|
2581 |
-
},
|
2582 |
-
"dependencies": {
|
2583 |
-
"assert-plus": {
|
2584 |
-
"version": "1.0.0",
|
2585 |
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
2586 |
-
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
|
2587 |
-
"dev": true
|
2588 |
-
}
|
2589 |
-
}
|
2590 |
-
},
|
2591 |
-
"kind-of": {
|
2592 |
-
"version": "3.2.2",
|
2593 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
2594 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
2595 |
-
"dev": true,
|
2596 |
-
"requires": {
|
2597 |
-
"is-buffer": "^1.1.5"
|
2598 |
-
}
|
2599 |
-
},
|
2600 |
-
"known-css-properties": {
|
2601 |
-
"version": "0.5.0",
|
2602 |
-
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.5.0.tgz",
|
2603 |
-
"integrity": "sha512-LOS0CoS8zcZnB1EjLw4LLqDXw8nvt3AGH5dXLQP3D9O1nLLA+9GC5GnPl5mmF+JiQAtSX4VyZC7KvEtcA4kUtA==",
|
2604 |
-
"dev": true
|
2605 |
-
},
|
2606 |
-
"lazystream": {
|
2607 |
-
"version": "1.0.0",
|
2608 |
-
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz",
|
2609 |
-
"integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=",
|
2610 |
-
"dev": true,
|
2611 |
-
"requires": {
|
2612 |
-
"readable-stream": "^2.0.5"
|
2613 |
-
}
|
2614 |
-
},
|
2615 |
-
"lcid": {
|
2616 |
-
"version": "1.0.0",
|
2617 |
-
"resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
|
2618 |
-
"integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
|
2619 |
-
"dev": true,
|
2620 |
-
"requires": {
|
2621 |
-
"invert-kv": "^1.0.0"
|
2622 |
-
}
|
2623 |
-
},
|
2624 |
-
"livereload-js": {
|
2625 |
-
"version": "2.3.0",
|
2626 |
-
"resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.3.0.tgz",
|
2627 |
-
"integrity": "sha512-j1R0/FeGa64Y+NmqfZhyoVRzcFlOZ8sNlKzHjh4VvLULFACZhn68XrX5DFg2FhMvSMJmROuFxRSa560ECWKBMg==",
|
2628 |
-
"dev": true
|
2629 |
-
},
|
2630 |
-
"load-json-file": {
|
2631 |
-
"version": "1.1.0",
|
2632 |
-
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
|
2633 |
-
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
|
2634 |
-
"dev": true,
|
2635 |
-
"requires": {
|
2636 |
-
"graceful-fs": "^4.1.2",
|
2637 |
-
"parse-json": "^2.2.0",
|
2638 |
-
"pify": "^2.0.0",
|
2639 |
-
"pinkie-promise": "^2.0.0",
|
2640 |
-
"strip-bom": "^2.0.0"
|
2641 |
-
}
|
2642 |
-
},
|
2643 |
-
"locate-path": {
|
2644 |
-
"version": "2.0.0",
|
2645 |
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
|
2646 |
-
"integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
|
2647 |
-
"dev": true,
|
2648 |
-
"requires": {
|
2649 |
-
"p-locate": "^2.0.0",
|
2650 |
-
"path-exists": "^3.0.0"
|
2651 |
-
},
|
2652 |
-
"dependencies": {
|
2653 |
-
"path-exists": {
|
2654 |
-
"version": "3.0.0",
|
2655 |
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
2656 |
-
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
|
2657 |
-
"dev": true
|
2658 |
-
}
|
2659 |
-
}
|
2660 |
-
},
|
2661 |
-
"lodash": {
|
2662 |
-
"version": "3.10.1",
|
2663 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
|
2664 |
-
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
|
2665 |
-
"dev": true
|
2666 |
-
},
|
2667 |
-
"lodash.assign": {
|
2668 |
-
"version": "4.2.0",
|
2669 |
-
"resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
|
2670 |
-
"integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
|
2671 |
-
"dev": true
|
2672 |
-
},
|
2673 |
-
"lodash.clonedeep": {
|
2674 |
-
"version": "4.5.0",
|
2675 |
-
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
2676 |
-
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
|
2677 |
-
"dev": true
|
2678 |
-
},
|
2679 |
-
"lodash.mergewith": {
|
2680 |
-
"version": "4.6.1",
|
2681 |
-
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz",
|
2682 |
-
"integrity": "sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==",
|
2683 |
-
"dev": true
|
2684 |
-
},
|
2685 |
-
"log-symbols": {
|
2686 |
-
"version": "2.2.0",
|
2687 |
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
|
2688 |
-
"integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
|
2689 |
-
"dev": true,
|
2690 |
-
"requires": {
|
2691 |
-
"chalk": "^2.0.1"
|
2692 |
-
}
|
2693 |
-
},
|
2694 |
-
"longest-streak": {
|
2695 |
-
"version": "2.0.2",
|
2696 |
-
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.2.tgz",
|
2697 |
-
"integrity": "sha512-TmYTeEYxiAmSVdpbnQDXGtvYOIRsCMg89CVZzwzc2o7GFL1CjoiRPjH5ec0NFAVlAx3fVof9dX/t6KKRAo2OWA==",
|
2698 |
-
"dev": true
|
2699 |
-
},
|
2700 |
-
"loud-rejection": {
|
2701 |
-
"version": "1.6.0",
|
2702 |
-
"resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
|
2703 |
-
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
|
2704 |
-
"dev": true,
|
2705 |
-
"requires": {
|
2706 |
-
"currently-unhandled": "^0.4.1",
|
2707 |
-
"signal-exit": "^3.0.0"
|
2708 |
-
}
|
2709 |
-
},
|
2710 |
-
"lru-cache": {
|
2711 |
-
"version": "4.1.1",
|
2712 |
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
|
2713 |
-
"integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==",
|
2714 |
-
"dev": true,
|
2715 |
-
"requires": {
|
2716 |
-
"pseudomap": "^1.0.2",
|
2717 |
-
"yallist": "^2.1.2"
|
2718 |
-
}
|
2719 |
-
},
|
2720 |
-
"map-obj": {
|
2721 |
-
"version": "1.0.1",
|
2722 |
-
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
|
2723 |
-
"integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
|
2724 |
-
"dev": true
|
2725 |
-
},
|
2726 |
-
"markdown-escapes": {
|
2727 |
-
"version": "1.0.1",
|
2728 |
-
"resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.1.tgz",
|
2729 |
-
"integrity": "sha1-GZTfLTr0gR3lmmcUk0wrIpJzRRg=",
|
2730 |
-
"dev": true
|
2731 |
-
},
|
2732 |
-
"markdown-table": {
|
2733 |
-
"version": "1.1.1",
|
2734 |
-
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.1.tgz",
|
2735 |
-
"integrity": "sha1-Sz3ToTPRUYuO8NvHCb8qG0gkvIw=",
|
2736 |
-
"dev": true
|
2737 |
-
},
|
2738 |
-
"mathml-tag-names": {
|
2739 |
-
"version": "2.0.1",
|
2740 |
-
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.0.1.tgz",
|
2741 |
-
"integrity": "sha1-jUEmgWi/htEQK5gQnijlMeejRXg=",
|
2742 |
-
"dev": true
|
2743 |
-
},
|
2744 |
-
"maxmin": {
|
2745 |
-
"version": "2.1.0",
|
2746 |
-
"resolved": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz",
|
2747 |
-
"integrity": "sha1-TTsiCQPZXu5+t6x/qGTnLcCaMWY=",
|
2748 |
-
"dev": true,
|
2749 |
-
"requires": {
|
2750 |
-
"chalk": "^1.0.0",
|
2751 |
-
"figures": "^1.0.1",
|
2752 |
-
"gzip-size": "^3.0.0",
|
2753 |
-
"pretty-bytes": "^3.0.0"
|
2754 |
-
},
|
2755 |
-
"dependencies": {
|
2756 |
-
"ansi-styles": {
|
2757 |
-
"version": "2.2.1",
|
2758 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
2759 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
2760 |
-
"dev": true
|
2761 |
-
},
|
2762 |
-
"chalk": {
|
2763 |
-
"version": "1.1.3",
|
2764 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
2765 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
2766 |
-
"dev": true,
|
2767 |
-
"requires": {
|
2768 |
-
"ansi-styles": "^2.2.1",
|
2769 |
-
"escape-string-regexp": "^1.0.2",
|
2770 |
-
"has-ansi": "^2.0.0",
|
2771 |
-
"strip-ansi": "^3.0.0",
|
2772 |
-
"supports-color": "^2.0.0"
|
2773 |
-
}
|
2774 |
-
},
|
2775 |
-
"supports-color": {
|
2776 |
-
"version": "2.0.0",
|
2777 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
2778 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
2779 |
-
"dev": true
|
2780 |
-
}
|
2781 |
-
}
|
2782 |
-
},
|
2783 |
-
"mdast-util-compact": {
|
2784 |
-
"version": "1.0.1",
|
2785 |
-
"resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.1.tgz",
|
2786 |
-
"integrity": "sha1-zbX4TitqLTEU3zO9BdnLMuPECDo=",
|
2787 |
-
"dev": true,
|
2788 |
-
"requires": {
|
2789 |
-
"unist-util-modify-children": "^1.0.0",
|
2790 |
-
"unist-util-visit": "^1.1.0"
|
2791 |
-
}
|
2792 |
-
},
|
2793 |
-
"media-typer": {
|
2794 |
-
"version": "0.3.0",
|
2795 |
-
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
|
2796 |
-
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
|
2797 |
-
"dev": true
|
2798 |
-
},
|
2799 |
-
"meow": {
|
2800 |
-
"version": "3.7.0",
|
2801 |
-
"resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
|
2802 |
-
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
|
2803 |
-
"dev": true,
|
2804 |
-
"requires": {
|
2805 |
-
"camelcase-keys": "^2.0.0",
|
2806 |
-
"decamelize": "^1.1.2",
|
2807 |
-
"loud-rejection": "^1.0.0",
|
2808 |
-
"map-obj": "^1.0.1",
|
2809 |
-
"minimist": "^1.1.3",
|
2810 |
-
"normalize-package-data": "^2.3.4",
|
2811 |
-
"object-assign": "^4.0.1",
|
2812 |
-
"read-pkg-up": "^1.0.1",
|
2813 |
-
"redent": "^1.0.0",
|
2814 |
-
"trim-newlines": "^1.0.0"
|
2815 |
-
}
|
2816 |
-
},
|
2817 |
-
"micromatch": {
|
2818 |
-
"version": "2.3.11",
|
2819 |
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
|
2820 |
-
"integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
|
2821 |
-
"dev": true,
|
2822 |
-
"requires": {
|
2823 |
-
"arr-diff": "^2.0.0",
|
2824 |
-
"array-unique": "^0.2.1",
|
2825 |
-
"braces": "^1.8.2",
|
2826 |
-
"expand-brackets": "^0.1.4",
|
2827 |
-
"extglob": "^0.3.1",
|
2828 |
-
"filename-regex": "^2.0.0",
|
2829 |
-
"is-extglob": "^1.0.0",
|
2830 |
-
"is-glob": "^2.0.1",
|
2831 |
-
"kind-of": "^3.0.2",
|
2832 |
-
"normalize-path": "^2.0.1",
|
2833 |
-
"object.omit": "^2.0.0",
|
2834 |
-
"parse-glob": "^3.0.4",
|
2835 |
-
"regex-cache": "^0.4.2"
|
2836 |
-
}
|
2837 |
-
},
|
2838 |
-
"mime-db": {
|
2839 |
-
"version": "1.30.0",
|
2840 |
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz",
|
2841 |
-
"integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=",
|
2842 |
-
"dev": true
|
2843 |
-
},
|
2844 |
-
"mime-types": {
|
2845 |
-
"version": "2.1.17",
|
2846 |
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz",
|
2847 |
-
"integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
|
2848 |
-
"dev": true,
|
2849 |
-
"requires": {
|
2850 |
-
"mime-db": "~1.30.0"
|
2851 |
-
}
|
2852 |
-
},
|
2853 |
-
"minimatch": {
|
2854 |
-
"version": "3.0.4",
|
2855 |
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
2856 |
-
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
2857 |
-
"dev": true,
|
2858 |
-
"requires": {
|
2859 |
-
"brace-expansion": "^1.1.7"
|
2860 |
-
}
|
2861 |
-
},
|
2862 |
-
"minimist": {
|
2863 |
-
"version": "1.2.0",
|
2864 |
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
|
2865 |
-
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
|
2866 |
-
"dev": true
|
2867 |
-
},
|
2868 |
-
"minimist-options": {
|
2869 |
-
"version": "3.0.2",
|
2870 |
-
"resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
|
2871 |
-
"integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
|
2872 |
-
"dev": true,
|
2873 |
-
"requires": {
|
2874 |
-
"arrify": "^1.0.1",
|
2875 |
-
"is-plain-obj": "^1.1.0"
|
2876 |
-
}
|
2877 |
-
},
|
2878 |
-
"mkdirp": {
|
2879 |
-
"version": "0.5.1",
|
2880 |
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
|
2881 |
-
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
|
2882 |
-
"dev": true,
|
2883 |
-
"requires": {
|
2884 |
-
"minimist": "0.0.8"
|
2885 |
-
},
|
2886 |
-
"dependencies": {
|
2887 |
-
"minimist": {
|
2888 |
-
"version": "0.0.8",
|
2889 |
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
|
2890 |
-
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
|
2891 |
-
"dev": true
|
2892 |
-
}
|
2893 |
-
}
|
2894 |
-
},
|
2895 |
-
"ms": {
|
2896 |
-
"version": "0.7.1",
|
2897 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
|
2898 |
-
"integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
|
2899 |
-
"dev": true
|
2900 |
-
},
|
2901 |
-
"nan": {
|
2902 |
-
"version": "2.8.0",
|
2903 |
-
"resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
|
2904 |
-
"integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=",
|
2905 |
-
"dev": true
|
2906 |
-
},
|
2907 |
-
"node-gyp": {
|
2908 |
-
"version": "3.6.2",
|
2909 |
-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
|
2910 |
-
"integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
|
2911 |
-
"dev": true,
|
2912 |
-
"requires": {
|
2913 |
-
"fstream": "^1.0.0",
|
2914 |
-
"glob": "^7.0.3",
|
2915 |
-
"graceful-fs": "^4.1.2",
|
2916 |
-
"minimatch": "^3.0.2",
|
2917 |
-
"mkdirp": "^0.5.0",
|
2918 |
-
"nopt": "2 || 3",
|
2919 |
-
"npmlog": "0 || 1 || 2 || 3 || 4",
|
2920 |
-
"osenv": "0",
|
2921 |
-
"request": "2",
|
2922 |
-
"rimraf": "2",
|
2923 |
-
"semver": "~5.3.0",
|
2924 |
-
"tar": "^2.0.0",
|
2925 |
-
"which": "1"
|
2926 |
-
},
|
2927 |
-
"dependencies": {
|
2928 |
-
"semver": {
|
2929 |
-
"version": "5.3.0",
|
2930 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
|
2931 |
-
"integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
|
2932 |
-
"dev": true
|
2933 |
-
}
|
2934 |
-
}
|
2935 |
-
},
|
2936 |
-
"node-sass": {
|
2937 |
-
"version": "4.7.2",
|
2938 |
-
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.7.2.tgz",
|
2939 |
-
"integrity": "sha512-CaV+wLqZ7//Jdom5aUFCpGNoECd7BbNhjuwdsX/LkXBrHl8eb1Wjw4HvWqcFvhr5KuNgAk8i/myf/MQ1YYeroA==",
|
2940 |
-
"dev": true,
|
2941 |
-
"requires": {
|
2942 |
-
"async-foreach": "^0.1.3",
|
2943 |
-
"chalk": "^1.1.1",
|
2944 |
-
"cross-spawn": "^3.0.0",
|
2945 |
-
"gaze": "^1.0.0",
|
2946 |
-
"get-stdin": "^4.0.1",
|
2947 |
-
"glob": "^7.0.3",
|
2948 |
-
"in-publish": "^2.0.0",
|
2949 |
-
"lodash.assign": "^4.2.0",
|
2950 |
-
"lodash.clonedeep": "^4.3.2",
|
2951 |
-
"lodash.mergewith": "^4.6.0",
|
2952 |
-
"meow": "^3.7.0",
|
2953 |
-
"mkdirp": "^0.5.1",
|
2954 |
-
"nan": "^2.3.2",
|
2955 |
-
"node-gyp": "^3.3.1",
|
2956 |
-
"npmlog": "^4.0.0",
|
2957 |
-
"request": "~2.79.0",
|
2958 |
-
"sass-graph": "^2.2.4",
|
2959 |
-
"stdout-stream": "^1.4.0",
|
2960 |
-
"true-case-path": "^1.0.2"
|
2961 |
-
},
|
2962 |
-
"dependencies": {
|
2963 |
-
"ansi-styles": {
|
2964 |
-
"version": "2.2.1",
|
2965 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
2966 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
2967 |
-
"dev": true
|
2968 |
-
},
|
2969 |
-
"chalk": {
|
2970 |
-
"version": "1.1.3",
|
2971 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
2972 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
2973 |
-
"dev": true,
|
2974 |
-
"requires": {
|
2975 |
-
"ansi-styles": "^2.2.1",
|
2976 |
-
"escape-string-regexp": "^1.0.2",
|
2977 |
-
"has-ansi": "^2.0.0",
|
2978 |
-
"strip-ansi": "^3.0.0",
|
2979 |
-
"supports-color": "^2.0.0"
|
2980 |
-
}
|
2981 |
-
},
|
2982 |
-
"supports-color": {
|
2983 |
-
"version": "2.0.0",
|
2984 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
2985 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
2986 |
-
"dev": true
|
2987 |
-
}
|
2988 |
-
}
|
2989 |
-
},
|
2990 |
-
"node-wp-i18n": {
|
2991 |
-
"version": "1.0.5",
|
2992 |
-
"resolved": "https://registry.npmjs.org/node-wp-i18n/-/node-wp-i18n-1.0.5.tgz",
|
2993 |
-
"integrity": "sha512-IqU2IR5XEptL3e+m4nxlKStS71Vcxe1lEQq8d33ou6T0c0JmoLk8rexs2ur6PBjJWGN5dhSG6y0NWMAS64C4mw==",
|
2994 |
-
"dev": true,
|
2995 |
-
"requires": {
|
2996 |
-
"bluebird": "^3.4.1",
|
2997 |
-
"gettext-parser": "^1.2.0",
|
2998 |
-
"glob": "^7.0.5",
|
2999 |
-
"lodash": "^4.14.2",
|
3000 |
-
"minimist": "^1.2.0",
|
3001 |
-
"mkdirp": "^0.5.1",
|
3002 |
-
"tmp": "^0.0.33"
|
3003 |
-
},
|
3004 |
-
"dependencies": {
|
3005 |
-
"lodash": {
|
3006 |
-
"version": "4.17.5",
|
3007 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
3008 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
3009 |
-
"dev": true
|
3010 |
-
}
|
3011 |
-
}
|
3012 |
-
},
|
3013 |
-
"nopt": {
|
3014 |
-
"version": "3.0.6",
|
3015 |
-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
|
3016 |
-
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
|
3017 |
-
"dev": true,
|
3018 |
-
"requires": {
|
3019 |
-
"abbrev": "1"
|
3020 |
-
}
|
3021 |
-
},
|
3022 |
-
"normalize-package-data": {
|
3023 |
-
"version": "2.4.0",
|
3024 |
-
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
|
3025 |
-
"integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
|
3026 |
-
"dev": true,
|
3027 |
-
"requires": {
|
3028 |
-
"hosted-git-info": "^2.1.4",
|
3029 |
-
"is-builtin-module": "^1.0.0",
|
3030 |
-
"semver": "2 || 3 || 4 || 5",
|
3031 |
-
"validate-npm-package-license": "^3.0.1"
|
3032 |
-
}
|
3033 |
-
},
|
3034 |
-
"normalize-path": {
|
3035 |
-
"version": "2.1.1",
|
3036 |
-
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
|
3037 |
-
"integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
|
3038 |
-
"dev": true,
|
3039 |
-
"requires": {
|
3040 |
-
"remove-trailing-separator": "^1.0.1"
|
3041 |
-
}
|
3042 |
-
},
|
3043 |
-
"normalize-range": {
|
3044 |
-
"version": "0.1.2",
|
3045 |
-
"resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
|
3046 |
-
"integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
|
3047 |
-
"dev": true
|
3048 |
-
},
|
3049 |
-
"normalize-selector": {
|
3050 |
-
"version": "0.2.0",
|
3051 |
-
"resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
|
3052 |
-
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
|
3053 |
-
"dev": true
|
3054 |
-
},
|
3055 |
-
"npmlog": {
|
3056 |
-
"version": "4.1.2",
|
3057 |
-
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
|
3058 |
-
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
|
3059 |
-
"dev": true,
|
3060 |
-
"requires": {
|
3061 |
-
"are-we-there-yet": "~1.1.2",
|
3062 |
-
"console-control-strings": "~1.1.0",
|
3063 |
-
"gauge": "~2.7.3",
|
3064 |
-
"set-blocking": "~2.0.0"
|
3065 |
-
}
|
3066 |
-
},
|
3067 |
-
"num2fraction": {
|
3068 |
-
"version": "1.2.2",
|
3069 |
-
"resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
|
3070 |
-
"integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
|
3071 |
-
"dev": true
|
3072 |
-
},
|
3073 |
-
"number-is-nan": {
|
3074 |
-
"version": "1.0.1",
|
3075 |
-
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
3076 |
-
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
|
3077 |
-
"dev": true
|
3078 |
-
},
|
3079 |
-
"oauth-sign": {
|
3080 |
-
"version": "0.8.2",
|
3081 |
-
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
|
3082 |
-
"integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
|
3083 |
-
"dev": true
|
3084 |
-
},
|
3085 |
-
"object-assign": {
|
3086 |
-
"version": "4.1.1",
|
3087 |
-
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
3088 |
-
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
|
3089 |
-
"dev": true
|
3090 |
-
},
|
3091 |
-
"object.omit": {
|
3092 |
-
"version": "2.0.1",
|
3093 |
-
"resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
|
3094 |
-
"integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
|
3095 |
-
"dev": true,
|
3096 |
-
"requires": {
|
3097 |
-
"for-own": "^0.1.4",
|
3098 |
-
"is-extendable": "^0.1.1"
|
3099 |
-
}
|
3100 |
-
},
|
3101 |
-
"on-finished": {
|
3102 |
-
"version": "2.3.0",
|
3103 |
-
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
|
3104 |
-
"integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
|
3105 |
-
"dev": true,
|
3106 |
-
"requires": {
|
3107 |
-
"ee-first": "1.1.1"
|
3108 |
-
}
|
3109 |
-
},
|
3110 |
-
"once": {
|
3111 |
-
"version": "1.4.0",
|
3112 |
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
3113 |
-
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
3114 |
-
"dev": true,
|
3115 |
-
"requires": {
|
3116 |
-
"wrappy": "1"
|
3117 |
-
}
|
3118 |
-
},
|
3119 |
-
"onetime": {
|
3120 |
-
"version": "1.1.0",
|
3121 |
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
|
3122 |
-
"integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
|
3123 |
-
"dev": true
|
3124 |
-
},
|
3125 |
-
"os-homedir": {
|
3126 |
-
"version": "1.0.2",
|
3127 |
-
"resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
|
3128 |
-
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
|
3129 |
-
"dev": true
|
3130 |
-
},
|
3131 |
-
"os-locale": {
|
3132 |
-
"version": "1.4.0",
|
3133 |
-
"resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
|
3134 |
-
"integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
|
3135 |
-
"dev": true,
|
3136 |
-
"requires": {
|
3137 |
-
"lcid": "^1.0.0"
|
3138 |
-
}
|
3139 |
-
},
|
3140 |
-
"os-tmpdir": {
|
3141 |
-
"version": "1.0.2",
|
3142 |
-
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
3143 |
-
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
|
3144 |
-
"dev": true
|
3145 |
-
},
|
3146 |
-
"osenv": {
|
3147 |
-
"version": "0.1.4",
|
3148 |
-
"resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
|
3149 |
-
"integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
|
3150 |
-
"dev": true,
|
3151 |
-
"requires": {
|
3152 |
-
"os-homedir": "^1.0.0",
|
3153 |
-
"os-tmpdir": "^1.0.0"
|
3154 |
-
}
|
3155 |
-
},
|
3156 |
-
"p-limit": {
|
3157 |
-
"version": "1.2.0",
|
3158 |
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
|
3159 |
-
"integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
|
3160 |
-
"dev": true,
|
3161 |
-
"requires": {
|
3162 |
-
"p-try": "^1.0.0"
|
3163 |
-
}
|
3164 |
-
},
|
3165 |
-
"p-locate": {
|
3166 |
-
"version": "2.0.0",
|
3167 |
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
|
3168 |
-
"integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
|
3169 |
-
"dev": true,
|
3170 |
-
"requires": {
|
3171 |
-
"p-limit": "^1.1.0"
|
3172 |
-
}
|
3173 |
-
},
|
3174 |
-
"p-try": {
|
3175 |
-
"version": "1.0.0",
|
3176 |
-
"resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
|
3177 |
-
"integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
|
3178 |
-
"dev": true
|
3179 |
-
},
|
3180 |
-
"pako": {
|
3181 |
-
"version": "0.2.9",
|
3182 |
-
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
|
3183 |
-
"integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=",
|
3184 |
-
"dev": true
|
3185 |
-
},
|
3186 |
-
"parse-entities": {
|
3187 |
-
"version": "1.1.1",
|
3188 |
-
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.1.tgz",
|
3189 |
-
"integrity": "sha1-gRLYhHExnyerrk1klksSL+ThuJA=",
|
3190 |
-
"dev": true,
|
3191 |
-
"requires": {
|
3192 |
-
"character-entities": "^1.0.0",
|
3193 |
-
"character-entities-legacy": "^1.0.0",
|
3194 |
-
"character-reference-invalid": "^1.0.0",
|
3195 |
-
"is-alphanumerical": "^1.0.0",
|
3196 |
-
"is-decimal": "^1.0.0",
|
3197 |
-
"is-hexadecimal": "^1.0.0"
|
3198 |
-
}
|
3199 |
-
},
|
3200 |
-
"parse-glob": {
|
3201 |
-
"version": "3.0.4",
|
3202 |
-
"resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
|
3203 |
-
"integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
|
3204 |
-
"dev": true,
|
3205 |
-
"requires": {
|
3206 |
-
"glob-base": "^0.3.0",
|
3207 |
-
"is-dotfile": "^1.0.0",
|
3208 |
-
"is-extglob": "^1.0.0",
|
3209 |
-
"is-glob": "^2.0.0"
|
3210 |
-
}
|
3211 |
-
},
|
3212 |
-
"parse-json": {
|
3213 |
-
"version": "2.2.0",
|
3214 |
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
|
3215 |
-
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
|
3216 |
-
"dev": true,
|
3217 |
-
"requires": {
|
3218 |
-
"error-ex": "^1.2.0"
|
3219 |
-
}
|
3220 |
-
},
|
3221 |
-
"parseurl": {
|
3222 |
-
"version": "1.3.2",
|
3223 |
-
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
|
3224 |
-
"integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=",
|
3225 |
-
"dev": true
|
3226 |
-
},
|
3227 |
-
"path-exists": {
|
3228 |
-
"version": "2.1.0",
|
3229 |
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
|
3230 |
-
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
|
3231 |
-
"dev": true,
|
3232 |
-
"requires": {
|
3233 |
-
"pinkie-promise": "^2.0.0"
|
3234 |
-
}
|
3235 |
-
},
|
3236 |
-
"path-is-absolute": {
|
3237 |
-
"version": "1.0.1",
|
3238 |
-
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
3239 |
-
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
3240 |
-
"dev": true
|
3241 |
-
},
|
3242 |
-
"path-is-inside": {
|
3243 |
-
"version": "1.0.2",
|
3244 |
-
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
|
3245 |
-
"integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
|
3246 |
-
"dev": true
|
3247 |
-
},
|
3248 |
-
"path-type": {
|
3249 |
-
"version": "1.1.0",
|
3250 |
-
"resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
|
3251 |
-
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
|
3252 |
-
"dev": true,
|
3253 |
-
"requires": {
|
3254 |
-
"graceful-fs": "^4.1.2",
|
3255 |
-
"pify": "^2.0.0",
|
3256 |
-
"pinkie-promise": "^2.0.0"
|
3257 |
-
}
|
3258 |
-
},
|
3259 |
-
"pify": {
|
3260 |
-
"version": "2.3.0",
|
3261 |
-
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
3262 |
-
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
|
3263 |
-
"dev": true
|
3264 |
-
},
|
3265 |
-
"pinkie": {
|
3266 |
-
"version": "2.0.4",
|
3267 |
-
"resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
|
3268 |
-
"integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
|
3269 |
-
"dev": true
|
3270 |
-
},
|
3271 |
-
"pinkie-promise": {
|
3272 |
-
"version": "2.0.1",
|
3273 |
-
"resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
|
3274 |
-
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
|
3275 |
-
"dev": true,
|
3276 |
-
"requires": {
|
3277 |
-
"pinkie": "^2.0.0"
|
3278 |
-
}
|
3279 |
-
},
|
3280 |
-
"postcss": {
|
3281 |
-
"version": "6.0.17",
|
3282 |
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.17.tgz",
|
3283 |
-
"integrity": "sha512-Bl1nybsSzWYbP8O4gAVD8JIjZIul9hLNOPTGBIlVmZNUnNAGL+W0cpYWzVwfImZOwumct4c1SDvSbncVWKtXUw==",
|
3284 |
-
"dev": true,
|
3285 |
-
"requires": {
|
3286 |
-
"chalk": "^2.3.0",
|
3287 |
-
"source-map": "^0.6.1",
|
3288 |
-
"supports-color": "^5.1.0"
|
3289 |
-
}
|
3290 |
-
},
|
3291 |
-
"postcss-html": {
|
3292 |
-
"version": "0.12.0",
|
3293 |
-
"resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.12.0.tgz",
|
3294 |
-
"integrity": "sha512-KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==",
|
3295 |
-
"dev": true,
|
3296 |
-
"requires": {
|
3297 |
-
"htmlparser2": "^3.9.2",
|
3298 |
-
"remark": "^8.0.0",
|
3299 |
-
"unist-util-find-all-after": "^1.0.1"
|
3300 |
-
},
|
3301 |
-
"dependencies": {
|
3302 |
-
"entities": {
|
3303 |
-
"version": "1.1.1",
|
3304 |
-
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
|
3305 |
-
"integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
|
3306 |
-
"dev": true
|
3307 |
-
},
|
3308 |
-
"htmlparser2": {
|
3309 |
-
"version": "3.9.2",
|
3310 |
-
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz",
|
3311 |
-
"integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=",
|
3312 |
-
"dev": true,
|
3313 |
-
"requires": {
|
3314 |
-
"domelementtype": "^1.3.0",
|
3315 |
-
"domhandler": "^2.3.0",
|
3316 |
-
"domutils": "^1.5.1",
|
3317 |
-
"entities": "^1.1.1",
|
3318 |
-
"inherits": "^2.0.1",
|
3319 |
-
"readable-stream": "^2.0.2"
|
3320 |
-
}
|
3321 |
-
}
|
3322 |
-
}
|
3323 |
-
},
|
3324 |
-
"postcss-less": {
|
3325 |
-
"version": "1.1.3",
|
3326 |
-
"resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-1.1.3.tgz",
|
3327 |
-
"integrity": "sha512-WS0wsQxRm+kmN8wEYAGZ3t4lnoNfoyx9EJZrhiPR1K0lMHR0UNWnz52Ya5QRXChHtY75Ef+kDc05FpnBujebgw==",
|
3328 |
-
"dev": true,
|
3329 |
-
"requires": {
|
3330 |
-
"postcss": "^5.2.16"
|
3331 |
-
},
|
3332 |
-
"dependencies": {
|
3333 |
-
"ansi-styles": {
|
3334 |
-
"version": "2.2.1",
|
3335 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
3336 |
-
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
3337 |
-
"dev": true
|
3338 |
-
},
|
3339 |
-
"chalk": {
|
3340 |
-
"version": "1.1.3",
|
3341 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
3342 |
-
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
3343 |
-
"dev": true,
|
3344 |
-
"requires": {
|
3345 |
-
"ansi-styles": "^2.2.1",
|
3346 |
-
"escape-string-regexp": "^1.0.2",
|
3347 |
-
"has-ansi": "^2.0.0",
|
3348 |
-
"strip-ansi": "^3.0.0",
|
3349 |
-
"supports-color": "^2.0.0"
|
3350 |
-
},
|
3351 |
-
"dependencies": {
|
3352 |
-
"supports-color": {
|
3353 |
-
"version": "2.0.0",
|
3354 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
3355 |
-
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
3356 |
-
"dev": true
|
3357 |
-
}
|
3358 |
-
}
|
3359 |
-
},
|
3360 |
-
"has-flag": {
|
3361 |
-
"version": "1.0.0",
|
3362 |
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
|
3363 |
-
"integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
|
3364 |
-
"dev": true
|
3365 |
-
},
|
3366 |
-
"postcss": {
|
3367 |
-
"version": "5.2.18",
|
3368 |
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
|
3369 |
-
"integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
|
3370 |
-
"dev": true,
|
3371 |
-
"requires": {
|
3372 |
-
"chalk": "^1.1.3",
|
3373 |
-
"js-base64": "^2.1.9",
|
3374 |
-
"source-map": "^0.5.6",
|
3375 |
-
"supports-color": "^3.2.3"
|
3376 |
-
}
|
3377 |
-
},
|
3378 |
-
"source-map": {
|
3379 |
-
"version": "0.5.7",
|
3380 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
3381 |
-
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
3382 |
-
"dev": true
|
3383 |
-
},
|
3384 |
-
"supports-color": {
|
3385 |
-
"version": "3.2.3",
|
3386 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
|
3387 |
-
"integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
|
3388 |
-
"dev": true,
|
3389 |
-
"requires": {
|
3390 |
-
"has-flag": "^1.0.0"
|
3391 |
-
}
|
3392 |
-
}
|
3393 |
-
}
|
3394 |
-
},
|
3395 |
-
"postcss-media-query-parser": {
|
3396 |
-
"version": "0.2.3",
|
3397 |
-
"resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
|
3398 |
-
"integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
|
3399 |
-
"dev": true
|
3400 |
-
},
|
3401 |
-
"postcss-reporter": {
|
3402 |
-
"version": "5.0.0",
|
3403 |
-
"resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-5.0.0.tgz",
|
3404 |
-
"integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==",
|
3405 |
-
"dev": true,
|
3406 |
-
"requires": {
|
3407 |
-
"chalk": "^2.0.1",
|
3408 |
-
"lodash": "^4.17.4",
|
3409 |
-
"log-symbols": "^2.0.0",
|
3410 |
-
"postcss": "^6.0.8"
|
3411 |
-
},
|
3412 |
-
"dependencies": {
|
3413 |
-
"lodash": {
|
3414 |
-
"version": "4.17.5",
|
3415 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
3416 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
3417 |
-
"dev": true
|
3418 |
-
}
|
3419 |
-
}
|
3420 |
-
},
|
3421 |
-
"postcss-resolve-nested-selector": {
|
3422 |
-
"version": "0.1.1",
|
3423 |
-
"resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
|
3424 |
-
"integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=",
|
3425 |
-
"dev": true
|
3426 |
-
},
|
3427 |
-
"postcss-safe-parser": {
|
3428 |
-
"version": "3.0.1",
|
3429 |
-
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz",
|
3430 |
-
"integrity": "sha1-t1Pv9sfArqXoN1++TN6L+QY/8UI=",
|
3431 |
-
"dev": true,
|
3432 |
-
"requires": {
|
3433 |
-
"postcss": "^6.0.6"
|
3434 |
-
}
|
3435 |
-
},
|
3436 |
-
"postcss-sass": {
|
3437 |
-
"version": "0.2.0",
|
3438 |
-
"resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.2.0.tgz",
|
3439 |
-
"integrity": "sha512-cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==",
|
3440 |
-
"dev": true,
|
3441 |
-
"requires": {
|
3442 |
-
"gonzales-pe": "^4.0.3",
|
3443 |
-
"postcss": "^6.0.6"
|
3444 |
-
}
|
3445 |
-
},
|
3446 |
-
"postcss-scss": {
|
3447 |
-
"version": "1.0.3",
|
3448 |
-
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-1.0.3.tgz",
|
3449 |
-
"integrity": "sha512-N2ZPDOV5PGEGVwdiB7b1QppxKkmkHodNWkemja7PV+/mHqbUlA6ZcYRreden5Ag5nwBBX8/aRE7lfg1xjdszyg==",
|
3450 |
-
"dev": true,
|
3451 |
-
"requires": {
|
3452 |
-
"postcss": "^6.0.15"
|
3453 |
-
}
|
3454 |
-
},
|
3455 |
-
"postcss-selector-parser": {
|
3456 |
-
"version": "3.1.1",
|
3457 |
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz",
|
3458 |
-
"integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
|
3459 |
-
"dev": true,
|
3460 |
-
"requires": {
|
3461 |
-
"dot-prop": "^4.1.1",
|
3462 |
-
"indexes-of": "^1.0.1",
|
3463 |
-
"uniq": "^1.0.1"
|
3464 |
-
}
|
3465 |
-
},
|
3466 |
-
"postcss-value-parser": {
|
3467 |
-
"version": "3.3.0",
|
3468 |
-
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
|
3469 |
-
"integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
|
3470 |
-
"dev": true
|
3471 |
-
},
|
3472 |
-
"preserve": {
|
3473 |
-
"version": "0.2.0",
|
3474 |
-
"resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
|
3475 |
-
"integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
|
3476 |
-
"dev": true
|
3477 |
-
},
|
3478 |
-
"pretty-bytes": {
|
3479 |
-
"version": "3.0.1",
|
3480 |
-
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz",
|
3481 |
-
"integrity": "sha1-J9AAjXeAY6C0gRuzXHnxvV1fvM8=",
|
3482 |
-
"dev": true,
|
3483 |
-
"requires": {
|
3484 |
-
"number-is-nan": "^1.0.0"
|
3485 |
-
}
|
3486 |
-
},
|
3487 |
-
"process-nextick-args": {
|
3488 |
-
"version": "2.0.0",
|
3489 |
-
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
|
3490 |
-
"integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
|
3491 |
-
"dev": true
|
3492 |
-
},
|
3493 |
-
"pseudomap": {
|
3494 |
-
"version": "1.0.2",
|
3495 |
-
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
|
3496 |
-
"integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
|
3497 |
-
"dev": true
|
3498 |
-
},
|
3499 |
-
"punycode": {
|
3500 |
-
"version": "1.4.1",
|
3501 |
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
3502 |
-
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
|
3503 |
-
"dev": true
|
3504 |
-
},
|
3505 |
-
"qs": {
|
3506 |
-
"version": "5.1.0",
|
3507 |
-
"resolved": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz",
|
3508 |
-
"integrity": "sha1-TZMuXH6kEcynajEtOaYGIA/VDNk=",
|
3509 |
-
"dev": true
|
3510 |
-
},
|
3511 |
-
"quick-lru": {
|
3512 |
-
"version": "1.1.0",
|
3513 |
-
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
|
3514 |
-
"integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=",
|
3515 |
-
"dev": true
|
3516 |
-
},
|
3517 |
-
"randomatic": {
|
3518 |
-
"version": "1.1.7",
|
3519 |
-
"resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
|
3520 |
-
"integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
|
3521 |
-
"dev": true,
|
3522 |
-
"requires": {
|
3523 |
-
"is-number": "^3.0.0",
|
3524 |
-
"kind-of": "^4.0.0"
|
3525 |
-
},
|
3526 |
-
"dependencies": {
|
3527 |
-
"is-number": {
|
3528 |
-
"version": "3.0.0",
|
3529 |
-
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
|
3530 |
-
"integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
|
3531 |
-
"dev": true,
|
3532 |
-
"requires": {
|
3533 |
-
"kind-of": "^3.0.2"
|
3534 |
-
},
|
3535 |
-
"dependencies": {
|
3536 |
-
"kind-of": {
|
3537 |
-
"version": "3.2.2",
|
3538 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
3539 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
3540 |
-
"dev": true,
|
3541 |
-
"requires": {
|
3542 |
-
"is-buffer": "^1.1.5"
|
3543 |
-
}
|
3544 |
-
}
|
3545 |
-
}
|
3546 |
-
},
|
3547 |
-
"kind-of": {
|
3548 |
-
"version": "4.0.0",
|
3549 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
|
3550 |
-
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
|
3551 |
-
"dev": true,
|
3552 |
-
"requires": {
|
3553 |
-
"is-buffer": "^1.1.5"
|
3554 |
-
}
|
3555 |
-
}
|
3556 |
-
}
|
3557 |
-
},
|
3558 |
-
"raw-body": {
|
3559 |
-
"version": "2.1.7",
|
3560 |
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
|
3561 |
-
"integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=",
|
3562 |
-
"dev": true,
|
3563 |
-
"requires": {
|
3564 |
-
"bytes": "2.4.0",
|
3565 |
-
"iconv-lite": "0.4.13",
|
3566 |
-
"unpipe": "1.0.0"
|
3567 |
-
},
|
3568 |
-
"dependencies": {
|
3569 |
-
"bytes": {
|
3570 |
-
"version": "2.4.0",
|
3571 |
-
"resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
|
3572 |
-
"integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=",
|
3573 |
-
"dev": true
|
3574 |
-
},
|
3575 |
-
"iconv-lite": {
|
3576 |
-
"version": "0.4.13",
|
3577 |
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
|
3578 |
-
"integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=",
|
3579 |
-
"dev": true
|
3580 |
-
}
|
3581 |
-
}
|
3582 |
-
},
|
3583 |
-
"read-pkg": {
|
3584 |
-
"version": "1.1.0",
|
3585 |
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
|
3586 |
-
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
|
3587 |
-
"dev": true,
|
3588 |
-
"requires": {
|
3589 |
-
"load-json-file": "^1.0.0",
|
3590 |
-
"normalize-package-data": "^2.3.2",
|
3591 |
-
"path-type": "^1.0.0"
|
3592 |
-
}
|
3593 |
-
},
|
3594 |
-
"read-pkg-up": {
|
3595 |
-
"version": "1.0.1",
|
3596 |
-
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
|
3597 |
-
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
|
3598 |
-
"dev": true,
|
3599 |
-
"requires": {
|
3600 |
-
"find-up": "^1.0.0",
|
3601 |
-
"read-pkg": "^1.0.0"
|
3602 |
-
}
|
3603 |
-
},
|
3604 |
-
"readable-stream": {
|
3605 |
-
"version": "2.3.4",
|
3606 |
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz",
|
3607 |
-
"integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==",
|
3608 |
-
"dev": true,
|
3609 |
-
"requires": {
|
3610 |
-
"core-util-is": "~1.0.0",
|
3611 |
-
"inherits": "~2.0.3",
|
3612 |
-
"isarray": "~1.0.0",
|
3613 |
-
"process-nextick-args": "~2.0.0",
|
3614 |
-
"safe-buffer": "~5.1.1",
|
3615 |
-
"string_decoder": "~1.0.3",
|
3616 |
-
"util-deprecate": "~1.0.1"
|
3617 |
-
}
|
3618 |
-
},
|
3619 |
-
"redent": {
|
3620 |
-
"version": "1.0.0",
|
3621 |
-
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
|
3622 |
-
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
|
3623 |
-
"dev": true,
|
3624 |
-
"requires": {
|
3625 |
-
"indent-string": "^2.1.0",
|
3626 |
-
"strip-indent": "^1.0.1"
|
3627 |
-
}
|
3628 |
-
},
|
3629 |
-
"regex-cache": {
|
3630 |
-
"version": "0.4.4",
|
3631 |
-
"resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
|
3632 |
-
"integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
|
3633 |
-
"dev": true,
|
3634 |
-
"requires": {
|
3635 |
-
"is-equal-shallow": "^0.1.3"
|
3636 |
-
}
|
3637 |
-
},
|
3638 |
-
"remark": {
|
3639 |
-
"version": "8.0.0",
|
3640 |
-
"resolved": "https://registry.npmjs.org/remark/-/remark-8.0.0.tgz",
|
3641 |
-
"integrity": "sha512-K0PTsaZvJlXTl9DN6qYlvjTkqSZBFELhROZMrblm2rB+085flN84nz4g/BscKRMqDvhzlK1oQ/xnWQumdeNZYw==",
|
3642 |
-
"dev": true,
|
3643 |
-
"requires": {
|
3644 |
-
"remark-parse": "^4.0.0",
|
3645 |
-
"remark-stringify": "^4.0.0",
|
3646 |
-
"unified": "^6.0.0"
|
3647 |
-
}
|
3648 |
-
},
|
3649 |
-
"remark-parse": {
|
3650 |
-
"version": "4.0.0",
|
3651 |
-
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-4.0.0.tgz",
|
3652 |
-
"integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==",
|
3653 |
-
"dev": true,
|
3654 |
-
"requires": {
|
3655 |
-
"collapse-white-space": "^1.0.2",
|
3656 |
-
"is-alphabetical": "^1.0.0",
|
3657 |
-
"is-decimal": "^1.0.0",
|
3658 |
-
"is-whitespace-character": "^1.0.0",
|
3659 |
-
"is-word-character": "^1.0.0",
|
3660 |
-
"markdown-escapes": "^1.0.0",
|
3661 |
-
"parse-entities": "^1.0.2",
|
3662 |
-
"repeat-string": "^1.5.4",
|
3663 |
-
"state-toggle": "^1.0.0",
|
3664 |
-
"trim": "0.0.1",
|
3665 |
-
"trim-trailing-lines": "^1.0.0",
|
3666 |
-
"unherit": "^1.0.4",
|
3667 |
-
"unist-util-remove-position": "^1.0.0",
|
3668 |
-
"vfile-location": "^2.0.0",
|
3669 |
-
"xtend": "^4.0.1"
|
3670 |
-
}
|
3671 |
-
},
|
3672 |
-
"remark-stringify": {
|
3673 |
-
"version": "4.0.0",
|
3674 |
-
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-4.0.0.tgz",
|
3675 |
-
"integrity": "sha512-xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w==",
|
3676 |
-
"dev": true,
|
3677 |
-
"requires": {
|
3678 |
-
"ccount": "^1.0.0",
|
3679 |
-
"is-alphanumeric": "^1.0.0",
|
3680 |
-
"is-decimal": "^1.0.0",
|
3681 |
-
"is-whitespace-character": "^1.0.0",
|
3682 |
-
"longest-streak": "^2.0.1",
|
3683 |
-
"markdown-escapes": "^1.0.0",
|
3684 |
-
"markdown-table": "^1.1.0",
|
3685 |
-
"mdast-util-compact": "^1.0.0",
|
3686 |
-
"parse-entities": "^1.0.2",
|
3687 |
-
"repeat-string": "^1.5.4",
|
3688 |
-
"state-toggle": "^1.0.0",
|
3689 |
-
"stringify-entities": "^1.0.1",
|
3690 |
-
"unherit": "^1.0.4",
|
3691 |
-
"xtend": "^4.0.1"
|
3692 |
-
}
|
3693 |
-
},
|
3694 |
-
"remove-trailing-separator": {
|
3695 |
-
"version": "1.1.0",
|
3696 |
-
"resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
|
3697 |
-
"integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
|
3698 |
-
"dev": true
|
3699 |
-
},
|
3700 |
-
"repeat-element": {
|
3701 |
-
"version": "1.1.2",
|
3702 |
-
"resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
|
3703 |
-
"integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
|
3704 |
-
"dev": true
|
3705 |
-
},
|
3706 |
-
"repeat-string": {
|
3707 |
-
"version": "1.6.1",
|
3708 |
-
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
3709 |
-
"integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
|
3710 |
-
"dev": true
|
3711 |
-
},
|
3712 |
-
"repeating": {
|
3713 |
-
"version": "2.0.1",
|
3714 |
-
"resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
|
3715 |
-
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
|
3716 |
-
"dev": true,
|
3717 |
-
"requires": {
|
3718 |
-
"is-finite": "^1.0.0"
|
3719 |
-
}
|
3720 |
-
},
|
3721 |
-
"replace-ext": {
|
3722 |
-
"version": "1.0.0",
|
3723 |
-
"resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
|
3724 |
-
"integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
|
3725 |
-
"dev": true
|
3726 |
-
},
|
3727 |
-
"request": {
|
3728 |
-
"version": "2.79.0",
|
3729 |
-
"resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
|
3730 |
-
"integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=",
|
3731 |
-
"dev": true,
|
3732 |
-
"requires": {
|
3733 |
-
"aws-sign2": "~0.6.0",
|
3734 |
-
"aws4": "^1.2.1",
|
3735 |
-
"caseless": "~0.11.0",
|
3736 |
-
"combined-stream": "~1.0.5",
|
3737 |
-
"extend": "~3.0.0",
|
3738 |
-
"forever-agent": "~0.6.1",
|
3739 |
-
"form-data": "~2.1.1",
|
3740 |
-
"har-validator": "~2.0.6",
|
3741 |
-
"hawk": "~3.1.3",
|
3742 |
-
"http-signature": "~1.1.0",
|
3743 |
-
"is-typedarray": "~1.0.0",
|
3744 |
-
"isstream": "~0.1.2",
|
3745 |
-
"json-stringify-safe": "~5.0.1",
|
3746 |
-
"mime-types": "~2.1.7",
|
3747 |
-
"oauth-sign": "~0.8.1",
|
3748 |
-
"qs": "~6.3.0",
|
3749 |
-
"stringstream": "~0.0.4",
|
3750 |
-
"tough-cookie": "~2.3.0",
|
3751 |
-
"tunnel-agent": "~0.4.1",
|
3752 |
-
"uuid": "^3.0.0"
|
3753 |
-
},
|
3754 |
-
"dependencies": {
|
3755 |
-
"qs": {
|
3756 |
-
"version": "6.3.2",
|
3757 |
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz",
|
3758 |
-
"integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=",
|
3759 |
-
"dev": true
|
3760 |
-
}
|
3761 |
-
}
|
3762 |
-
},
|
3763 |
-
"require-directory": {
|
3764 |
-
"version": "2.1.1",
|
3765 |
-
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
3766 |
-
"integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
|
3767 |
-
"dev": true
|
3768 |
-
},
|
3769 |
-
"require-from-string": {
|
3770 |
-
"version": "2.0.1",
|
3771 |
-
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.1.tgz",
|
3772 |
-
"integrity": "sha1-xUUjPp19pmFunVmt+zn8n1iGdv8=",
|
3773 |
-
"dev": true
|
3774 |
-
},
|
3775 |
-
"require-main-filename": {
|
3776 |
-
"version": "1.0.1",
|
3777 |
-
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
|
3778 |
-
"integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
|
3779 |
-
"dev": true
|
3780 |
-
},
|
3781 |
-
"resolve": {
|
3782 |
-
"version": "1.1.7",
|
3783 |
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
|
3784 |
-
"integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
|
3785 |
-
"dev": true
|
3786 |
-
},
|
3787 |
-
"resolve-from": {
|
3788 |
-
"version": "4.0.0",
|
3789 |
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
3790 |
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
3791 |
-
"dev": true
|
3792 |
-
},
|
3793 |
-
"rimraf": {
|
3794 |
-
"version": "2.2.8",
|
3795 |
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
|
3796 |
-
"integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=",
|
3797 |
-
"dev": true
|
3798 |
-
},
|
3799 |
-
"rtlcss": {
|
3800 |
-
"version": "2.2.1",
|
3801 |
-
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.2.1.tgz",
|
3802 |
-
"integrity": "sha512-JjQ5DlrmwiItAjlmhoxrJq5ihgZcE0wMFxt7S17bIrt4Lw0WwKKFk+viRhvodB/0falyG/5fiO043ZDh6/aqTw==",
|
3803 |
-
"dev": true,
|
3804 |
-
"requires": {
|
3805 |
-
"chalk": "^2.3.0",
|
3806 |
-
"findup": "^0.1.5",
|
3807 |
-
"mkdirp": "^0.5.1",
|
3808 |
-
"postcss": "^6.0.14",
|
3809 |
-
"strip-json-comments": "^2.0.0"
|
3810 |
-
},
|
3811 |
-
"dependencies": {
|
3812 |
-
"strip-json-comments": {
|
3813 |
-
"version": "2.0.1",
|
3814 |
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
3815 |
-
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
|
3816 |
-
"dev": true
|
3817 |
-
}
|
3818 |
-
}
|
3819 |
-
},
|
3820 |
-
"safe-buffer": {
|
3821 |
-
"version": "5.1.1",
|
3822 |
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
|
3823 |
-
"integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==",
|
3824 |
-
"dev": true
|
3825 |
-
},
|
3826 |
-
"sass-graph": {
|
3827 |
-
"version": "2.2.4",
|
3828 |
-
"resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
|
3829 |
-
"integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
|
3830 |
-
"dev": true,
|
3831 |
-
"requires": {
|
3832 |
-
"glob": "^7.0.0",
|
3833 |
-
"lodash": "^4.0.0",
|
3834 |
-
"scss-tokenizer": "^0.2.3",
|
3835 |
-
"yargs": "^7.0.0"
|
3836 |
-
},
|
3837 |
-
"dependencies": {
|
3838 |
-
"lodash": {
|
3839 |
-
"version": "4.17.5",
|
3840 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
3841 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
3842 |
-
"dev": true
|
3843 |
-
}
|
3844 |
-
}
|
3845 |
-
},
|
3846 |
-
"scss-tokenizer": {
|
3847 |
-
"version": "0.2.3",
|
3848 |
-
"resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
|
3849 |
-
"integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
|
3850 |
-
"dev": true,
|
3851 |
-
"requires": {
|
3852 |
-
"js-base64": "^2.1.8",
|
3853 |
-
"source-map": "^0.4.2"
|
3854 |
-
},
|
3855 |
-
"dependencies": {
|
3856 |
-
"source-map": {
|
3857 |
-
"version": "0.4.4",
|
3858 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
|
3859 |
-
"integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
|
3860 |
-
"dev": true,
|
3861 |
-
"requires": {
|
3862 |
-
"amdefine": ">=0.0.4"
|
3863 |
-
}
|
3864 |
-
}
|
3865 |
-
}
|
3866 |
-
},
|
3867 |
-
"semver": {
|
3868 |
-
"version": "5.5.0",
|
3869 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz",
|
3870 |
-
"integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==",
|
3871 |
-
"dev": true
|
3872 |
-
},
|
3873 |
-
"set-blocking": {
|
3874 |
-
"version": "2.0.0",
|
3875 |
-
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
3876 |
-
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
|
3877 |
-
"dev": true
|
3878 |
-
},
|
3879 |
-
"set-immediate-shim": {
|
3880 |
-
"version": "1.0.1",
|
3881 |
-
"resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
|
3882 |
-
"integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
|
3883 |
-
"dev": true
|
3884 |
-
},
|
3885 |
-
"shelljs": {
|
3886 |
-
"version": "0.3.0",
|
3887 |
-
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
|
3888 |
-
"integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
|
3889 |
-
"dev": true
|
3890 |
-
},
|
3891 |
-
"signal-exit": {
|
3892 |
-
"version": "3.0.2",
|
3893 |
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
|
3894 |
-
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
|
3895 |
-
"dev": true
|
3896 |
-
},
|
3897 |
-
"slash": {
|
3898 |
-
"version": "1.0.0",
|
3899 |
-
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
|
3900 |
-
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
|
3901 |
-
"dev": true
|
3902 |
-
},
|
3903 |
-
"slice-ansi": {
|
3904 |
-
"version": "1.0.0",
|
3905 |
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
|
3906 |
-
"integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
|
3907 |
-
"dev": true,
|
3908 |
-
"requires": {
|
3909 |
-
"is-fullwidth-code-point": "^2.0.0"
|
3910 |
-
},
|
3911 |
-
"dependencies": {
|
3912 |
-
"is-fullwidth-code-point": {
|
3913 |
-
"version": "2.0.0",
|
3914 |
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
3915 |
-
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
3916 |
-
"dev": true
|
3917 |
-
}
|
3918 |
-
}
|
3919 |
-
},
|
3920 |
-
"sntp": {
|
3921 |
-
"version": "1.0.9",
|
3922 |
-
"resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
|
3923 |
-
"integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
|
3924 |
-
"dev": true,
|
3925 |
-
"requires": {
|
3926 |
-
"hoek": "2.x.x"
|
3927 |
-
}
|
3928 |
-
},
|
3929 |
-
"source-map": {
|
3930 |
-
"version": "0.6.1",
|
3931 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
3932 |
-
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
3933 |
-
"dev": true
|
3934 |
-
},
|
3935 |
-
"spdx-correct": {
|
3936 |
-
"version": "1.0.2",
|
3937 |
-
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
|
3938 |
-
"integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
|
3939 |
-
"dev": true,
|
3940 |
-
"requires": {
|
3941 |
-
"spdx-license-ids": "^1.0.2"
|
3942 |
-
}
|
3943 |
-
},
|
3944 |
-
"spdx-expression-parse": {
|
3945 |
-
"version": "1.0.4",
|
3946 |
-
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
|
3947 |
-
"integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
|
3948 |
-
"dev": true
|
3949 |
-
},
|
3950 |
-
"spdx-license-ids": {
|
3951 |
-
"version": "1.2.2",
|
3952 |
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
|
3953 |
-
"integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
|
3954 |
-
"dev": true
|
3955 |
-
},
|
3956 |
-
"specificity": {
|
3957 |
-
"version": "0.3.2",
|
3958 |
-
"resolved": "https://registry.npmjs.org/specificity/-/specificity-0.3.2.tgz",
|
3959 |
-
"integrity": "sha512-Nc/QN/A425Qog7j9aHmwOrlwX2e7pNI47ciwxwy4jOlvbbMHkNNJchit+FX+UjF3IAdiaaV5BKeWuDUnws6G1A==",
|
3960 |
-
"dev": true
|
3961 |
-
},
|
3962 |
-
"sprintf-js": {
|
3963 |
-
"version": "1.0.3",
|
3964 |
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
3965 |
-
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
|
3966 |
-
"dev": true
|
3967 |
-
},
|
3968 |
-
"sshpk": {
|
3969 |
-
"version": "1.13.1",
|
3970 |
-
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz",
|
3971 |
-
"integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
|
3972 |
-
"dev": true,
|
3973 |
-
"requires": {
|
3974 |
-
"asn1": "~0.2.3",
|
3975 |
-
"assert-plus": "^1.0.0",
|
3976 |
-
"bcrypt-pbkdf": "^1.0.0",
|
3977 |
-
"dashdash": "^1.12.0",
|
3978 |
-
"ecc-jsbn": "~0.1.1",
|
3979 |
-
"getpass": "^0.1.1",
|
3980 |
-
"jsbn": "~0.1.0",
|
3981 |
-
"tweetnacl": "~0.14.0"
|
3982 |
-
},
|
3983 |
-
"dependencies": {
|
3984 |
-
"assert-plus": {
|
3985 |
-
"version": "1.0.0",
|
3986 |
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
3987 |
-
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
|
3988 |
-
"dev": true
|
3989 |
-
}
|
3990 |
-
}
|
3991 |
-
},
|
3992 |
-
"state-toggle": {
|
3993 |
-
"version": "1.0.0",
|
3994 |
-
"resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.0.tgz",
|
3995 |
-
"integrity": "sha1-0g+aYWu08MO5i5GSLSW2QKorxCU=",
|
3996 |
-
"dev": true
|
3997 |
-
},
|
3998 |
-
"statuses": {
|
3999 |
-
"version": "1.4.0",
|
4000 |
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
|
4001 |
-
"integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
|
4002 |
-
"dev": true
|
4003 |
-
},
|
4004 |
-
"stdout-stream": {
|
4005 |
-
"version": "1.4.0",
|
4006 |
-
"resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
|
4007 |
-
"integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
|
4008 |
-
"dev": true,
|
4009 |
-
"requires": {
|
4010 |
-
"readable-stream": "^2.0.1"
|
4011 |
-
}
|
4012 |
-
},
|
4013 |
-
"stream-buffers": {
|
4014 |
-
"version": "2.2.0",
|
4015 |
-
"resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
|
4016 |
-
"integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=",
|
4017 |
-
"dev": true
|
4018 |
-
},
|
4019 |
-
"string-width": {
|
4020 |
-
"version": "1.0.2",
|
4021 |
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
4022 |
-
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
4023 |
-
"dev": true,
|
4024 |
-
"requires": {
|
4025 |
-
"code-point-at": "^1.0.0",
|
4026 |
-
"is-fullwidth-code-point": "^1.0.0",
|
4027 |
-
"strip-ansi": "^3.0.0"
|
4028 |
-
}
|
4029 |
-
},
|
4030 |
-
"string_decoder": {
|
4031 |
-
"version": "1.0.3",
|
4032 |
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
|
4033 |
-
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
|
4034 |
-
"dev": true,
|
4035 |
-
"requires": {
|
4036 |
-
"safe-buffer": "~5.1.0"
|
4037 |
-
}
|
4038 |
-
},
|
4039 |
-
"stringify-entities": {
|
4040 |
-
"version": "1.3.1",
|
4041 |
-
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.1.tgz",
|
4042 |
-
"integrity": "sha1-sVDsLXKsTBtfMktR+2soyc3/BYw=",
|
4043 |
-
"dev": true,
|
4044 |
-
"requires": {
|
4045 |
-
"character-entities-html4": "^1.0.0",
|
4046 |
-
"character-entities-legacy": "^1.0.0",
|
4047 |
-
"is-alphanumerical": "^1.0.0",
|
4048 |
-
"is-hexadecimal": "^1.0.0"
|
4049 |
-
}
|
4050 |
-
},
|
4051 |
-
"stringstream": {
|
4052 |
-
"version": "0.0.5",
|
4053 |
-
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
|
4054 |
-
"integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
|
4055 |
-
"dev": true
|
4056 |
-
},
|
4057 |
-
"strip-ansi": {
|
4058 |
-
"version": "3.0.1",
|
4059 |
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
4060 |
-
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
4061 |
-
"dev": true,
|
4062 |
-
"requires": {
|
4063 |
-
"ansi-regex": "^2.0.0"
|
4064 |
-
}
|
4065 |
-
},
|
4066 |
-
"strip-bom": {
|
4067 |
-
"version": "2.0.0",
|
4068 |
-
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
|
4069 |
-
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
|
4070 |
-
"dev": true,
|
4071 |
-
"requires": {
|
4072 |
-
"is-utf8": "^0.2.0"
|
4073 |
-
}
|
4074 |
-
},
|
4075 |
-
"strip-indent": {
|
4076 |
-
"version": "1.0.1",
|
4077 |
-
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
|
4078 |
-
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
|
4079 |
-
"dev": true,
|
4080 |
-
"requires": {
|
4081 |
-
"get-stdin": "^4.0.1"
|
4082 |
-
}
|
4083 |
-
},
|
4084 |
-
"strip-json-comments": {
|
4085 |
-
"version": "1.0.4",
|
4086 |
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
|
4087 |
-
"integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
|
4088 |
-
"dev": true
|
4089 |
-
},
|
4090 |
-
"style-search": {
|
4091 |
-
"version": "0.1.0",
|
4092 |
-
"resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
|
4093 |
-
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
|
4094 |
-
"dev": true
|
4095 |
-
},
|
4096 |
-
"stylelint": {
|
4097 |
-
"version": "8.4.0",
|
4098 |
-
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-8.4.0.tgz",
|
4099 |
-
"integrity": "sha512-56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q==",
|
4100 |
-
"dev": true,
|
4101 |
-
"requires": {
|
4102 |
-
"autoprefixer": "^7.1.2",
|
4103 |
-
"balanced-match": "^1.0.0",
|
4104 |
-
"chalk": "^2.0.1",
|
4105 |
-
"cosmiconfig": "^3.1.0",
|
4106 |
-
"debug": "^3.0.0",
|
4107 |
-
"execall": "^1.0.0",
|
4108 |
-
"file-entry-cache": "^2.0.0",
|
4109 |
-
"get-stdin": "^5.0.1",
|
4110 |
-
"globby": "^7.0.0",
|
4111 |
-
"globjoin": "^0.1.4",
|
4112 |
-
"html-tags": "^2.0.0",
|
4113 |
-
"ignore": "^3.3.3",
|
4114 |
-
"imurmurhash": "^0.1.4",
|
4115 |
-
"known-css-properties": "^0.5.0",
|
4116 |
-
"lodash": "^4.17.4",
|
4117 |
-
"log-symbols": "^2.0.0",
|
4118 |
-
"mathml-tag-names": "^2.0.1",
|
4119 |
-
"meow": "^4.0.0",
|
4120 |
-
"micromatch": "^2.3.11",
|
4121 |
-
"normalize-selector": "^0.2.0",
|
4122 |
-
"pify": "^3.0.0",
|
4123 |
-
"postcss": "^6.0.6",
|
4124 |
-
"postcss-html": "^0.12.0",
|
4125 |
-
"postcss-less": "^1.1.0",
|
4126 |
-
"postcss-media-query-parser": "^0.2.3",
|
4127 |
-
"postcss-reporter": "^5.0.0",
|
4128 |
-
"postcss-resolve-nested-selector": "^0.1.1",
|
4129 |
-
"postcss-safe-parser": "^3.0.1",
|
4130 |
-
"postcss-sass": "^0.2.0",
|
4131 |
-
"postcss-scss": "^1.0.2",
|
4132 |
-
"postcss-selector-parser": "^3.1.0",
|
4133 |
-
"postcss-value-parser": "^3.3.0",
|
4134 |
-
"resolve-from": "^4.0.0",
|
4135 |
-
"specificity": "^0.3.1",
|
4136 |
-
"string-width": "^2.1.0",
|
4137 |
-
"style-search": "^0.1.0",
|
4138 |
-
"sugarss": "^1.0.0",
|
4139 |
-
"svg-tags": "^1.0.0",
|
4140 |
-
"table": "^4.0.1"
|
4141 |
-
},
|
4142 |
-
"dependencies": {
|
4143 |
-
"ansi-regex": {
|
4144 |
-
"version": "3.0.0",
|
4145 |
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
4146 |
-
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
|
4147 |
-
"dev": true
|
4148 |
-
},
|
4149 |
-
"camelcase": {
|
4150 |
-
"version": "4.1.0",
|
4151 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
4152 |
-
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
|
4153 |
-
"dev": true
|
4154 |
-
},
|
4155 |
-
"camelcase-keys": {
|
4156 |
-
"version": "4.2.0",
|
4157 |
-
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
|
4158 |
-
"integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
|
4159 |
-
"dev": true,
|
4160 |
-
"requires": {
|
4161 |
-
"camelcase": "^4.1.0",
|
4162 |
-
"map-obj": "^2.0.0",
|
4163 |
-
"quick-lru": "^1.0.0"
|
4164 |
-
}
|
4165 |
-
},
|
4166 |
-
"debug": {
|
4167 |
-
"version": "3.1.0",
|
4168 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
|
4169 |
-
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
|
4170 |
-
"dev": true,
|
4171 |
-
"requires": {
|
4172 |
-
"ms": "2.0.0"
|
4173 |
-
}
|
4174 |
-
},
|
4175 |
-
"find-up": {
|
4176 |
-
"version": "2.1.0",
|
4177 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
4178 |
-
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
|
4179 |
-
"dev": true,
|
4180 |
-
"requires": {
|
4181 |
-
"locate-path": "^2.0.0"
|
4182 |
-
}
|
4183 |
-
},
|
4184 |
-
"get-stdin": {
|
4185 |
-
"version": "5.0.1",
|
4186 |
-
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
|
4187 |
-
"integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
|
4188 |
-
"dev": true
|
4189 |
-
},
|
4190 |
-
"indent-string": {
|
4191 |
-
"version": "3.2.0",
|
4192 |
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
|
4193 |
-
"integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
|
4194 |
-
"dev": true
|
4195 |
-
},
|
4196 |
-
"is-fullwidth-code-point": {
|
4197 |
-
"version": "2.0.0",
|
4198 |
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
4199 |
-
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
4200 |
-
"dev": true
|
4201 |
-
},
|
4202 |
-
"load-json-file": {
|
4203 |
-
"version": "4.0.0",
|
4204 |
-
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
|
4205 |
-
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
|
4206 |
-
"dev": true,
|
4207 |
-
"requires": {
|
4208 |
-
"graceful-fs": "^4.1.2",
|
4209 |
-
"parse-json": "^4.0.0",
|
4210 |
-
"pify": "^3.0.0",
|
4211 |
-
"strip-bom": "^3.0.0"
|
4212 |
-
}
|
4213 |
-
},
|
4214 |
-
"lodash": {
|
4215 |
-
"version": "4.17.5",
|
4216 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
4217 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
4218 |
-
"dev": true
|
4219 |
-
},
|
4220 |
-
"map-obj": {
|
4221 |
-
"version": "2.0.0",
|
4222 |
-
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
|
4223 |
-
"integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=",
|
4224 |
-
"dev": true
|
4225 |
-
},
|
4226 |
-
"meow": {
|
4227 |
-
"version": "4.0.0",
|
4228 |
-
"resolved": "https://registry.npmjs.org/meow/-/meow-4.0.0.tgz",
|
4229 |
-
"integrity": "sha512-Me/kel335m6vMKmEmA6c87Z6DUFW3JqkINRnxkbC+A/PUm0D5Fl2dEBQrPKnqCL9Te/CIa1MUt/0InMJhuC/sw==",
|
4230 |
-
"dev": true,
|
4231 |
-
"requires": {
|
4232 |
-
"camelcase-keys": "^4.0.0",
|
4233 |
-
"decamelize-keys": "^1.0.0",
|
4234 |
-
"loud-rejection": "^1.0.0",
|
4235 |
-
"minimist": "^1.1.3",
|
4236 |
-
"minimist-options": "^3.0.1",
|
4237 |
-
"normalize-package-data": "^2.3.4",
|
4238 |
-
"read-pkg-up": "^3.0.0",
|
4239 |
-
"redent": "^2.0.0",
|
4240 |
-
"trim-newlines": "^2.0.0"
|
4241 |
-
}
|
4242 |
-
},
|
4243 |
-
"ms": {
|
4244 |
-
"version": "2.0.0",
|
4245 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
4246 |
-
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
|
4247 |
-
"dev": true
|
4248 |
-
},
|
4249 |
-
"parse-json": {
|
4250 |
-
"version": "4.0.0",
|
4251 |
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
4252 |
-
"integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
|
4253 |
-
"dev": true,
|
4254 |
-
"requires": {
|
4255 |
-
"error-ex": "^1.3.1",
|
4256 |
-
"json-parse-better-errors": "^1.0.1"
|
4257 |
-
}
|
4258 |
-
},
|
4259 |
-
"path-type": {
|
4260 |
-
"version": "3.0.0",
|
4261 |
-
"resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
|
4262 |
-
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
|
4263 |
-
"dev": true,
|
4264 |
-
"requires": {
|
4265 |
-
"pify": "^3.0.0"
|
4266 |
-
}
|
4267 |
-
},
|
4268 |
-
"pify": {
|
4269 |
-
"version": "3.0.0",
|
4270 |
-
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
4271 |
-
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
|
4272 |
-
"dev": true
|
4273 |
-
},
|
4274 |
-
"read-pkg": {
|
4275 |
-
"version": "3.0.0",
|
4276 |
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
|
4277 |
-
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
|
4278 |
-
"dev": true,
|
4279 |
-
"requires": {
|
4280 |
-
"load-json-file": "^4.0.0",
|
4281 |
-
"normalize-package-data": "^2.3.2",
|
4282 |
-
"path-type": "^3.0.0"
|
4283 |
-
}
|
4284 |
-
},
|
4285 |
-
"read-pkg-up": {
|
4286 |
-
"version": "3.0.0",
|
4287 |
-
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
|
4288 |
-
"integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
|
4289 |
-
"dev": true,
|
4290 |
-
"requires": {
|
4291 |
-
"find-up": "^2.0.0",
|
4292 |
-
"read-pkg": "^3.0.0"
|
4293 |
-
}
|
4294 |
-
},
|
4295 |
-
"redent": {
|
4296 |
-
"version": "2.0.0",
|
4297 |
-
"resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
|
4298 |
-
"integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
|
4299 |
-
"dev": true,
|
4300 |
-
"requires": {
|
4301 |
-
"indent-string": "^3.0.0",
|
4302 |
-
"strip-indent": "^2.0.0"
|
4303 |
-
}
|
4304 |
-
},
|
4305 |
-
"string-width": {
|
4306 |
-
"version": "2.1.1",
|
4307 |
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
4308 |
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
4309 |
-
"dev": true,
|
4310 |
-
"requires": {
|
4311 |
-
"is-fullwidth-code-point": "^2.0.0",
|
4312 |
-
"strip-ansi": "^4.0.0"
|
4313 |
-
}
|
4314 |
-
},
|
4315 |
-
"strip-ansi": {
|
4316 |
-
"version": "4.0.0",
|
4317 |
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
4318 |
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
4319 |
-
"dev": true,
|
4320 |
-
"requires": {
|
4321 |
-
"ansi-regex": "^3.0.0"
|
4322 |
-
}
|
4323 |
-
},
|
4324 |
-
"strip-bom": {
|
4325 |
-
"version": "3.0.0",
|
4326 |
-
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
4327 |
-
"integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
|
4328 |
-
"dev": true
|
4329 |
-
},
|
4330 |
-
"strip-indent": {
|
4331 |
-
"version": "2.0.0",
|
4332 |
-
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
|
4333 |
-
"integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
|
4334 |
-
"dev": true
|
4335 |
-
},
|
4336 |
-
"trim-newlines": {
|
4337 |
-
"version": "2.0.0",
|
4338 |
-
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
|
4339 |
-
"integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=",
|
4340 |
-
"dev": true
|
4341 |
-
}
|
4342 |
-
}
|
4343 |
-
},
|
4344 |
-
"sugarss": {
|
4345 |
-
"version": "1.0.1",
|
4346 |
-
"resolved": "https://registry.npmjs.org/sugarss/-/sugarss-1.0.1.tgz",
|
4347 |
-
"integrity": "sha512-3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==",
|
4348 |
-
"dev": true,
|
4349 |
-
"requires": {
|
4350 |
-
"postcss": "^6.0.14"
|
4351 |
-
}
|
4352 |
-
},
|
4353 |
-
"supports-color": {
|
4354 |
-
"version": "5.2.0",
|
4355 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.2.0.tgz",
|
4356 |
-
"integrity": "sha512-F39vS48la4YvTZUPVeTqsjsFNrvcMwrV3RLZINsmHo+7djCvuUzSIeXOnZ5hmjef4bajL1dNccN+tg5XAliO5Q==",
|
4357 |
-
"dev": true,
|
4358 |
-
"requires": {
|
4359 |
-
"has-flag": "^3.0.0"
|
4360 |
-
}
|
4361 |
-
},
|
4362 |
-
"svg-tags": {
|
4363 |
-
"version": "1.0.0",
|
4364 |
-
"resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
|
4365 |
-
"integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=",
|
4366 |
-
"dev": true
|
4367 |
-
},
|
4368 |
-
"table": {
|
4369 |
-
"version": "4.0.2",
|
4370 |
-
"resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz",
|
4371 |
-
"integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
|
4372 |
-
"dev": true,
|
4373 |
-
"requires": {
|
4374 |
-
"ajv": "^5.2.3",
|
4375 |
-
"ajv-keywords": "^2.1.0",
|
4376 |
-
"chalk": "^2.1.0",
|
4377 |
-
"lodash": "^4.17.4",
|
4378 |
-
"slice-ansi": "1.0.0",
|
4379 |
-
"string-width": "^2.1.1"
|
4380 |
-
},
|
4381 |
-
"dependencies": {
|
4382 |
-
"ansi-regex": {
|
4383 |
-
"version": "3.0.0",
|
4384 |
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
4385 |
-
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
|
4386 |
-
"dev": true
|
4387 |
-
},
|
4388 |
-
"is-fullwidth-code-point": {
|
4389 |
-
"version": "2.0.0",
|
4390 |
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
4391 |
-
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
4392 |
-
"dev": true
|
4393 |
-
},
|
4394 |
-
"lodash": {
|
4395 |
-
"version": "4.17.5",
|
4396 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
4397 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
4398 |
-
"dev": true
|
4399 |
-
},
|
4400 |
-
"string-width": {
|
4401 |
-
"version": "2.1.1",
|
4402 |
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
4403 |
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
4404 |
-
"dev": true,
|
4405 |
-
"requires": {
|
4406 |
-
"is-fullwidth-code-point": "^2.0.0",
|
4407 |
-
"strip-ansi": "^4.0.0"
|
4408 |
-
}
|
4409 |
-
},
|
4410 |
-
"strip-ansi": {
|
4411 |
-
"version": "4.0.0",
|
4412 |
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
4413 |
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
4414 |
-
"dev": true,
|
4415 |
-
"requires": {
|
4416 |
-
"ansi-regex": "^3.0.0"
|
4417 |
-
}
|
4418 |
-
}
|
4419 |
-
}
|
4420 |
-
},
|
4421 |
-
"tar": {
|
4422 |
-
"version": "2.2.1",
|
4423 |
-
"resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
|
4424 |
-
"integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
|
4425 |
-
"dev": true,
|
4426 |
-
"requires": {
|
4427 |
-
"block-stream": "*",
|
4428 |
-
"fstream": "^1.0.2",
|
4429 |
-
"inherits": "2"
|
4430 |
-
}
|
4431 |
-
},
|
4432 |
-
"tar-stream": {
|
4433 |
-
"version": "1.5.5",
|
4434 |
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.5.tgz",
|
4435 |
-
"integrity": "sha512-mQdgLPc/Vjfr3VWqWbfxW8yQNiJCbAZ+Gf6GDu1Cy0bdb33ofyiNGBtAY96jHFhDuivCwgW1H9DgTON+INiXgg==",
|
4436 |
-
"dev": true,
|
4437 |
-
"requires": {
|
4438 |
-
"bl": "^1.0.0",
|
4439 |
-
"end-of-stream": "^1.0.0",
|
4440 |
-
"readable-stream": "^2.0.0",
|
4441 |
-
"xtend": "^4.0.0"
|
4442 |
-
}
|
4443 |
-
},
|
4444 |
-
"text-table": {
|
4445 |
-
"version": "0.2.0",
|
4446 |
-
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
4447 |
-
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
|
4448 |
-
"dev": true
|
4449 |
-
},
|
4450 |
-
"tiny-lr": {
|
4451 |
-
"version": "0.2.1",
|
4452 |
-
"resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz",
|
4453 |
-
"integrity": "sha1-s/26gC5dVqM8L28QeUsy5Hescp0=",
|
4454 |
-
"dev": true,
|
4455 |
-
"requires": {
|
4456 |
-
"body-parser": "~1.14.0",
|
4457 |
-
"debug": "~2.2.0",
|
4458 |
-
"faye-websocket": "~0.10.0",
|
4459 |
-
"livereload-js": "^2.2.0",
|
4460 |
-
"parseurl": "~1.3.0",
|
4461 |
-
"qs": "~5.1.0"
|
4462 |
-
}
|
4463 |
-
},
|
4464 |
-
"tmp": {
|
4465 |
-
"version": "0.0.33",
|
4466 |
-
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
4467 |
-
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
4468 |
-
"dev": true,
|
4469 |
-
"requires": {
|
4470 |
-
"os-tmpdir": "~1.0.2"
|
4471 |
-
}
|
4472 |
-
},
|
4473 |
-
"tough-cookie": {
|
4474 |
-
"version": "2.3.3",
|
4475 |
-
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz",
|
4476 |
-
"integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
|
4477 |
-
"dev": true,
|
4478 |
-
"requires": {
|
4479 |
-
"punycode": "^1.4.1"
|
4480 |
-
}
|
4481 |
-
},
|
4482 |
-
"trim": {
|
4483 |
-
"version": "0.0.1",
|
4484 |
-
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
|
4485 |
-
"integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=",
|
4486 |
-
"dev": true
|
4487 |
-
},
|
4488 |
-
"trim-newlines": {
|
4489 |
-
"version": "1.0.0",
|
4490 |
-
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
|
4491 |
-
"integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
|
4492 |
-
"dev": true
|
4493 |
-
},
|
4494 |
-
"trim-trailing-lines": {
|
4495 |
-
"version": "1.1.0",
|
4496 |
-
"resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz",
|
4497 |
-
"integrity": "sha1-eu+7eAjfnWafbaLkOMrIxGradoQ=",
|
4498 |
-
"dev": true
|
4499 |
-
},
|
4500 |
-
"trough": {
|
4501 |
-
"version": "1.0.1",
|
4502 |
-
"resolved": "https://registry.npmjs.org/trough/-/trough-1.0.1.tgz",
|
4503 |
-
"integrity": "sha1-qf2LA5Swro//guBjOgo2zK1bX4Y=",
|
4504 |
-
"dev": true
|
4505 |
-
},
|
4506 |
-
"true-case-path": {
|
4507 |
-
"version": "1.0.2",
|
4508 |
-
"resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.2.tgz",
|
4509 |
-
"integrity": "sha1-fskRMJJHZsf1c74wIMNPj9/QDWI=",
|
4510 |
-
"dev": true,
|
4511 |
-
"requires": {
|
4512 |
-
"glob": "^6.0.4"
|
4513 |
-
},
|
4514 |
-
"dependencies": {
|
4515 |
-
"glob": {
|
4516 |
-
"version": "6.0.4",
|
4517 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
|
4518 |
-
"integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
|
4519 |
-
"dev": true,
|
4520 |
-
"requires": {
|
4521 |
-
"inflight": "^1.0.4",
|
4522 |
-
"inherits": "2",
|
4523 |
-
"minimatch": "2 || 3",
|
4524 |
-
"once": "^1.3.0",
|
4525 |
-
"path-is-absolute": "^1.0.0"
|
4526 |
-
}
|
4527 |
-
}
|
4528 |
-
}
|
4529 |
-
},
|
4530 |
-
"tunnel-agent": {
|
4531 |
-
"version": "0.4.3",
|
4532 |
-
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
|
4533 |
-
"integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=",
|
4534 |
-
"dev": true
|
4535 |
-
},
|
4536 |
-
"tweetnacl": {
|
4537 |
-
"version": "0.14.5",
|
4538 |
-
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
|
4539 |
-
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
|
4540 |
-
"dev": true,
|
4541 |
-
"optional": true
|
4542 |
-
},
|
4543 |
-
"type-is": {
|
4544 |
-
"version": "1.6.15",
|
4545 |
-
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
|
4546 |
-
"integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
|
4547 |
-
"dev": true,
|
4548 |
-
"requires": {
|
4549 |
-
"media-typer": "0.3.0",
|
4550 |
-
"mime-types": "~2.1.15"
|
4551 |
-
}
|
4552 |
-
},
|
4553 |
-
"typedarray": {
|
4554 |
-
"version": "0.0.6",
|
4555 |
-
"resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
|
4556 |
-
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
|
4557 |
-
"dev": true
|
4558 |
-
},
|
4559 |
-
"uglify-js": {
|
4560 |
-
"version": "3.3.10",
|
4561 |
-
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.3.10.tgz",
|
4562 |
-
"integrity": "sha512-dNib7aUDNZFJNTXFyq0CDmLRVOsnY1F+IQgt2FAOdZFx2+LvKVLbbIb/fL+BYKCv3YH3bPCE/6M/JaxChtQLHQ==",
|
4563 |
-
"dev": true,
|
4564 |
-
"requires": {
|
4565 |
-
"commander": "~2.14.1",
|
4566 |
-
"source-map": "~0.6.1"
|
4567 |
-
}
|
4568 |
-
},
|
4569 |
-
"underscore.string": {
|
4570 |
-
"version": "3.3.4",
|
4571 |
-
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.4.tgz",
|
4572 |
-
"integrity": "sha1-LCo/n4PmR2L9xF5s6sZRQoZCE9s=",
|
4573 |
-
"dev": true,
|
4574 |
-
"requires": {
|
4575 |
-
"sprintf-js": "^1.0.3",
|
4576 |
-
"util-deprecate": "^1.0.2"
|
4577 |
-
}
|
4578 |
-
},
|
4579 |
-
"unherit": {
|
4580 |
-
"version": "1.1.0",
|
4581 |
-
"resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.0.tgz",
|
4582 |
-
"integrity": "sha1-a5qu379z3xdWrZ4xbdmBiFhAzX0=",
|
4583 |
-
"dev": true,
|
4584 |
-
"requires": {
|
4585 |
-
"inherits": "^2.0.1",
|
4586 |
-
"xtend": "^4.0.1"
|
4587 |
-
}
|
4588 |
-
},
|
4589 |
-
"unified": {
|
4590 |
-
"version": "6.1.6",
|
4591 |
-
"resolved": "https://registry.npmjs.org/unified/-/unified-6.1.6.tgz",
|
4592 |
-
"integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
|
4593 |
-
"dev": true,
|
4594 |
-
"requires": {
|
4595 |
-
"bail": "^1.0.0",
|
4596 |
-
"extend": "^3.0.0",
|
4597 |
-
"is-plain-obj": "^1.1.0",
|
4598 |
-
"trough": "^1.0.0",
|
4599 |
-
"vfile": "^2.0.0",
|
4600 |
-
"x-is-function": "^1.0.4",
|
4601 |
-
"x-is-string": "^0.1.0"
|
4602 |
-
}
|
4603 |
-
},
|
4604 |
-
"uniq": {
|
4605 |
-
"version": "1.0.1",
|
4606 |
-
"resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
|
4607 |
-
"integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
|
4608 |
-
"dev": true
|
4609 |
-
},
|
4610 |
-
"unist-util-find-all-after": {
|
4611 |
-
"version": "1.0.1",
|
4612 |
-
"resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-1.0.1.tgz",
|
4613 |
-
"integrity": "sha1-TlUSq/734GFnga7Pex7XUcAK+Qg=",
|
4614 |
-
"dev": true,
|
4615 |
-
"requires": {
|
4616 |
-
"unist-util-is": "^2.0.0"
|
4617 |
-
}
|
4618 |
-
},
|
4619 |
-
"unist-util-is": {
|
4620 |
-
"version": "2.1.1",
|
4621 |
-
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.1.tgz",
|
4622 |
-
"integrity": "sha1-DDEmKeP5YMZukx6BLT2A53AQlHs=",
|
4623 |
-
"dev": true
|
4624 |
-
},
|
4625 |
-
"unist-util-modify-children": {
|
4626 |
-
"version": "1.1.1",
|
4627 |
-
"resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-1.1.1.tgz",
|
4628 |
-
"integrity": "sha1-ZtfmpEnm9nIguXarPLi166w55R0=",
|
4629 |
-
"dev": true,
|
4630 |
-
"requires": {
|
4631 |
-
"array-iterate": "^1.0.0"
|
4632 |
-
}
|
4633 |
-
},
|
4634 |
-
"unist-util-remove-position": {
|
4635 |
-
"version": "1.1.1",
|
4636 |
-
"resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz",
|
4637 |
-
"integrity": "sha1-WoXBVV/BugwQG4ZwfRXlD6TIcbs=",
|
4638 |
-
"dev": true,
|
4639 |
-
"requires": {
|
4640 |
-
"unist-util-visit": "^1.1.0"
|
4641 |
-
}
|
4642 |
-
},
|
4643 |
-
"unist-util-stringify-position": {
|
4644 |
-
"version": "1.1.1",
|
4645 |
-
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz",
|
4646 |
-
"integrity": "sha1-PMvcU2ee7W7PN3fdf14yKcG2qjw=",
|
4647 |
-
"dev": true
|
4648 |
-
},
|
4649 |
-
"unist-util-visit": {
|
4650 |
-
"version": "1.3.0",
|
4651 |
-
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.3.0.tgz",
|
4652 |
-
"integrity": "sha512-9ntYcxPFtl44gnwXrQKZ5bMqXMY0ZHzUpqMFiU4zcc8mmf/jzYm8GhYgezuUlX4cJIM1zIDYaO6fG/fI+L6iiQ==",
|
4653 |
-
"dev": true,
|
4654 |
-
"requires": {
|
4655 |
-
"unist-util-is": "^2.1.1"
|
4656 |
-
}
|
4657 |
-
},
|
4658 |
-
"unpipe": {
|
4659 |
-
"version": "1.0.0",
|
4660 |
-
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
4661 |
-
"integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
|
4662 |
-
"dev": true
|
4663 |
-
},
|
4664 |
-
"uri-path": {
|
4665 |
-
"version": "1.0.0",
|
4666 |
-
"resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz",
|
4667 |
-
"integrity": "sha1-l0fwGDWJM8Md4PzP2C0TjmcmLjI=",
|
4668 |
-
"dev": true
|
4669 |
-
},
|
4670 |
-
"util-deprecate": {
|
4671 |
-
"version": "1.0.2",
|
4672 |
-
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
4673 |
-
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
|
4674 |
-
"dev": true
|
4675 |
-
},
|
4676 |
-
"uuid": {
|
4677 |
-
"version": "3.2.1",
|
4678 |
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
|
4679 |
-
"integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
|
4680 |
-
"dev": true
|
4681 |
-
},
|
4682 |
-
"validate-npm-package-license": {
|
4683 |
-
"version": "3.0.1",
|
4684 |
-
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
|
4685 |
-
"integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
|
4686 |
-
"dev": true,
|
4687 |
-
"requires": {
|
4688 |
-
"spdx-correct": "~1.0.0",
|
4689 |
-
"spdx-expression-parse": "~1.0.0"
|
4690 |
-
}
|
4691 |
-
},
|
4692 |
-
"verror": {
|
4693 |
-
"version": "1.10.0",
|
4694 |
-
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
|
4695 |
-
"integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
|
4696 |
-
"dev": true,
|
4697 |
-
"requires": {
|
4698 |
-
"assert-plus": "^1.0.0",
|
4699 |
-
"core-util-is": "1.0.2",
|
4700 |
-
"extsprintf": "^1.2.0"
|
4701 |
-
},
|
4702 |
-
"dependencies": {
|
4703 |
-
"assert-plus": {
|
4704 |
-
"version": "1.0.0",
|
4705 |
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
4706 |
-
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
|
4707 |
-
"dev": true
|
4708 |
-
}
|
4709 |
-
}
|
4710 |
-
},
|
4711 |
-
"vfile": {
|
4712 |
-
"version": "2.3.0",
|
4713 |
-
"resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz",
|
4714 |
-
"integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==",
|
4715 |
-
"dev": true,
|
4716 |
-
"requires": {
|
4717 |
-
"is-buffer": "^1.1.4",
|
4718 |
-
"replace-ext": "1.0.0",
|
4719 |
-
"unist-util-stringify-position": "^1.0.0",
|
4720 |
-
"vfile-message": "^1.0.0"
|
4721 |
-
}
|
4722 |
-
},
|
4723 |
-
"vfile-location": {
|
4724 |
-
"version": "2.0.2",
|
4725 |
-
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.2.tgz",
|
4726 |
-
"integrity": "sha1-02dcWch3SY5JK0dW/2Xkrxp1IlU=",
|
4727 |
-
"dev": true
|
4728 |
-
},
|
4729 |
-
"vfile-message": {
|
4730 |
-
"version": "1.0.0",
|
4731 |
-
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.0.0.tgz",
|
4732 |
-
"integrity": "sha512-HPREhzTOB/sNDc9/Mxf8w0FmHnThg5CRSJdR9VRFkD2riqYWs+fuXlj5z8mIpv2LrD7uU41+oPWFOL4Mjlf+dw==",
|
4733 |
-
"dev": true,
|
4734 |
-
"requires": {
|
4735 |
-
"unist-util-stringify-position": "^1.1.1"
|
4736 |
-
}
|
4737 |
-
},
|
4738 |
-
"walkdir": {
|
4739 |
-
"version": "0.0.11",
|
4740 |
-
"resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.0.11.tgz",
|
4741 |
-
"integrity": "sha1-oW0CXrkxvQO1LzCMrtD0D86+lTI=",
|
4742 |
-
"dev": true
|
4743 |
-
},
|
4744 |
-
"websocket-driver": {
|
4745 |
-
"version": "0.7.0",
|
4746 |
-
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz",
|
4747 |
-
"integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
|
4748 |
-
"dev": true,
|
4749 |
-
"requires": {
|
4750 |
-
"http-parser-js": ">=0.4.0",
|
4751 |
-
"websocket-extensions": ">=0.1.1"
|
4752 |
-
}
|
4753 |
-
},
|
4754 |
-
"websocket-extensions": {
|
4755 |
-
"version": "0.1.3",
|
4756 |
-
"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz",
|
4757 |
-
"integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==",
|
4758 |
-
"dev": true
|
4759 |
-
},
|
4760 |
-
"which": {
|
4761 |
-
"version": "1.2.14",
|
4762 |
-
"resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
|
4763 |
-
"integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
|
4764 |
-
"dev": true,
|
4765 |
-
"requires": {
|
4766 |
-
"isexe": "^2.0.0"
|
4767 |
-
}
|
4768 |
-
},
|
4769 |
-
"which-module": {
|
4770 |
-
"version": "1.0.0",
|
4771 |
-
"resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
|
4772 |
-
"integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
|
4773 |
-
"dev": true
|
4774 |
-
},
|
4775 |
-
"wide-align": {
|
4776 |
-
"version": "1.1.2",
|
4777 |
-
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
|
4778 |
-
"integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
|
4779 |
-
"dev": true,
|
4780 |
-
"requires": {
|
4781 |
-
"string-width": "^1.0.2"
|
4782 |
-
}
|
4783 |
-
},
|
4784 |
-
"wrap-ansi": {
|
4785 |
-
"version": "2.1.0",
|
4786 |
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
|
4787 |
-
"integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
|
4788 |
-
"dev": true,
|
4789 |
-
"requires": {
|
4790 |
-
"string-width": "^1.0.1",
|
4791 |
-
"strip-ansi": "^3.0.1"
|
4792 |
-
}
|
4793 |
-
},
|
4794 |
-
"wrappy": {
|
4795 |
-
"version": "1.0.2",
|
4796 |
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
4797 |
-
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
|
4798 |
-
"dev": true
|
4799 |
-
},
|
4800 |
-
"write": {
|
4801 |
-
"version": "0.2.1",
|
4802 |
-
"resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
|
4803 |
-
"integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
|
4804 |
-
"dev": true,
|
4805 |
-
"requires": {
|
4806 |
-
"mkdirp": "^0.5.1"
|
4807 |
-
}
|
4808 |
-
},
|
4809 |
-
"x-is-function": {
|
4810 |
-
"version": "1.0.4",
|
4811 |
-
"resolved": "https://registry.npmjs.org/x-is-function/-/x-is-function-1.0.4.tgz",
|
4812 |
-
"integrity": "sha1-XSlNw9Joy90GJYDgxd93o5HR+h4=",
|
4813 |
-
"dev": true
|
4814 |
-
},
|
4815 |
-
"x-is-string": {
|
4816 |
-
"version": "0.1.0",
|
4817 |
-
"resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz",
|
4818 |
-
"integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=",
|
4819 |
-
"dev": true
|
4820 |
-
},
|
4821 |
-
"xtend": {
|
4822 |
-
"version": "4.0.1",
|
4823 |
-
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
|
4824 |
-
"integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
|
4825 |
-
"dev": true
|
4826 |
-
},
|
4827 |
-
"y18n": {
|
4828 |
-
"version": "3.2.1",
|
4829 |
-
"resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
|
4830 |
-
"integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
|
4831 |
-
"dev": true
|
4832 |
-
},
|
4833 |
-
"yallist": {
|
4834 |
-
"version": "2.1.2",
|
4835 |
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
|
4836 |
-
"integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
|
4837 |
-
"dev": true
|
4838 |
-
},
|
4839 |
-
"yargs": {
|
4840 |
-
"version": "7.1.0",
|
4841 |
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
|
4842 |
-
"integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
|
4843 |
-
"dev": true,
|
4844 |
-
"requires": {
|
4845 |
-
"camelcase": "^3.0.0",
|
4846 |
-
"cliui": "^3.2.0",
|
4847 |
-
"decamelize": "^1.1.1",
|
4848 |
-
"get-caller-file": "^1.0.1",
|
4849 |
-
"os-locale": "^1.4.0",
|
4850 |
-
"read-pkg-up": "^1.0.1",
|
4851 |
-
"require-directory": "^2.1.1",
|
4852 |
-
"require-main-filename": "^1.0.1",
|
4853 |
-
"set-blocking": "^2.0.0",
|
4854 |
-
"string-width": "^1.0.2",
|
4855 |
-
"which-module": "^1.0.0",
|
4856 |
-
"y18n": "^3.2.1",
|
4857 |
-
"yargs-parser": "^5.0.0"
|
4858 |
-
},
|
4859 |
-
"dependencies": {
|
4860 |
-
"camelcase": {
|
4861 |
-
"version": "3.0.0",
|
4862 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
|
4863 |
-
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
|
4864 |
-
"dev": true
|
4865 |
-
}
|
4866 |
-
}
|
4867 |
-
},
|
4868 |
-
"yargs-parser": {
|
4869 |
-
"version": "5.0.0",
|
4870 |
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
|
4871 |
-
"integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
|
4872 |
-
"dev": true,
|
4873 |
-
"requires": {
|
4874 |
-
"camelcase": "^3.0.0"
|
4875 |
-
},
|
4876 |
-
"dependencies": {
|
4877 |
-
"camelcase": {
|
4878 |
-
"version": "3.0.0",
|
4879 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
|
4880 |
-
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
|
4881 |
-
"dev": true
|
4882 |
-
}
|
4883 |
-
}
|
4884 |
-
},
|
4885 |
-
"zip-stream": {
|
4886 |
-
"version": "1.2.0",
|
4887 |
-
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz",
|
4888 |
-
"integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=",
|
4889 |
-
"dev": true,
|
4890 |
-
"requires": {
|
4891 |
-
"archiver-utils": "^1.3.0",
|
4892 |
-
"compress-commons": "^1.2.0",
|
4893 |
-
"lodash": "^4.8.0",
|
4894 |
-
"readable-stream": "^2.0.0"
|
4895 |
-
},
|
4896 |
-
"dependencies": {
|
4897 |
-
"lodash": {
|
4898 |
-
"version": "4.17.5",
|
4899 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
|
4900 |
-
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
|
4901 |
-
"dev": true
|
4902 |
-
}
|
4903 |
-
}
|
4904 |
-
}
|
4905 |
-
}
|
4906 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
phpcs.xml
DELETED
@@ -1,52 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<ruleset name="WordPress Coding Standards">
|
3 |
-
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
|
4 |
-
<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->
|
5 |
-
|
6 |
-
<description>Flash Toolkit dev PHP_CodeSniffer ruleset.</description>
|
7 |
-
|
8 |
-
<!-- Exclude paths -->
|
9 |
-
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
10 |
-
<exclude-pattern>*/vendor/*</exclude-pattern>
|
11 |
-
|
12 |
-
<!-- Configs -->
|
13 |
-
<config name="minimum_supported_wp_version" value="4.7" />
|
14 |
-
<config name="testVersion" value="5.2-" />
|
15 |
-
|
16 |
-
<!-- Rules -->
|
17 |
-
<rule ref="WPEverest-Core" />
|
18 |
-
<rule ref="PHPCompatibility">
|
19 |
-
<exclude name="PHPCompatibility.PHP.NewKeywords.t_namespaceFound" />
|
20 |
-
</rule>
|
21 |
-
|
22 |
-
<rule ref="WordPress">
|
23 |
-
<exclude name="WordPress.VIP.DirectDatabaseQuery.NoCaching" />
|
24 |
-
<exclude name="WordPress.VIP.DirectDatabaseQuery.DirectQuery" />
|
25 |
-
<exclude name="WordPress.VIP.FileSystemWritesDisallow.file_ops_fwrite" />
|
26 |
-
<exclude name="WordPress.VIP.RestrictedFunctions" />
|
27 |
-
<exclude name="WordPress.VIP.SlowDBQuery.slow_db_query_meta_query" />
|
28 |
-
<exclude name="WordPress.VIP.RestrictedVariables.user_meta__wpdb__usermeta" />
|
29 |
-
</rule>
|
30 |
-
<rule ref="WordPress.VIP.ValidatedSanitizedInput">
|
31 |
-
<properties>
|
32 |
-
<property name="customSanitizingFunctions" type="array" value="flash_clean,flash_sanitize_tooltip,flash_sanitize_permalink" />
|
33 |
-
</properties>
|
34 |
-
</rule>
|
35 |
-
<rule ref="WordPress.XSS.EscapeOutput">
|
36 |
-
<properties>
|
37 |
-
<property name="customEscapingFunctions" type="array" value="flash_help_tip,flash_sanitize_tooltip" />
|
38 |
-
</properties>
|
39 |
-
</rule>
|
40 |
-
<rule ref="WordPress.WP.I18n">
|
41 |
-
<properties>
|
42 |
-
<property name="text_domain" type="array" value="flash-toolkit" />
|
43 |
-
</properties>
|
44 |
-
</rule>
|
45 |
-
<rule ref="WordPress.Files.FileName.InvalidClassFileName">
|
46 |
-
<exclude-pattern>includes/**/abstract-*.php</exclude-pattern>
|
47 |
-
</rule>
|
48 |
-
<rule ref="Squiz.Commenting">
|
49 |
-
<exclude name="Squiz.Commenting.LongConditionClosingComment" />
|
50 |
-
<exclude name="Squiz.Commenting.PostStatementComment" />
|
51 |
-
</rule>
|
52 |
-
</ruleset>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: ThemeGrill, shivapoudel
|
|
3 |
Tags: theme, flash, toolkit, themegrill
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.2.2
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -11,7 +11,7 @@ Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
|
|
11 |
|
12 |
== Description ==
|
13 |
Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
|
14 |
-
This plugin registers custom post types and widgets that adds extra
|
15 |
|
16 |
Get free support at https://themegrill.com/support-forum/
|
17 |
|
@@ -31,8 +31,12 @@ Get free support at https://themegrill.com/support-forum/
|
|
31 |
* The plugin currently only supports Flash theme.
|
32 |
|
33 |
== Changelog ==
|
|
|
|
|
|
|
|
|
34 |
== 1.1.9 - 19-06-2019 =
|
35 |
-
* Tweak - Remove strings from translation for
|
36 |
|
37 |
== 1.1.8 - 13-09-2018 =
|
38 |
* Tweak - Alt, title attributes for slider image.
|
3 |
Tags: theme, flash, toolkit, themegrill
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.2.2
|
6 |
+
Stable tag: 1.2.0
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
11 |
|
12 |
== Description ==
|
13 |
Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
|
14 |
+
This plugin registers custom post types and widgets that adds extra functionality and features to Flash WordPress theme. You need to download and install <a href="https://themegrill.com/themes/flash/" target="_blank">Flash</a> theme.
|
15 |
|
16 |
Get free support at https://themegrill.com/support-forum/
|
17 |
|
31 |
* The plugin currently only supports Flash theme.
|
32 |
|
33 |
== Changelog ==
|
34 |
+
== 1.2.0 - 02-10-2019 =
|
35 |
+
* Tweak - Default values for CTA widget.
|
36 |
+
* Tweak - Display Flash Pro notice.
|
37 |
+
|
38 |
== 1.1.9 - 19-06-2019 =
|
39 |
+
* Tweak - Remove strings from translation for unnecessary strings.
|
40 |
|
41 |
== 1.1.8 - 13-09-2018 =
|
42 |
* Tweak - Alt, title attributes for slider image.
|
templates/content-widget-portfolio.php
CHANGED
@@ -71,10 +71,6 @@ $project_query = new WP_Query(
|
|
71 |
)
|
72 |
);
|
73 |
|
74 |
-
// echo '<pre>';
|
75 |
-
// print_r($project_query);
|
76 |
-
// echo '</pre>';
|
77 |
-
|
78 |
while ( $project_query->have_posts() ): $project_query->the_post();
|
79 |
global $post;
|
80 |
|
71 |
)
|
72 |
);
|
73 |
|
|
|
|
|
|
|
|
|
74 |
while ( $project_query->have_posts() ): $project_query->the_post();
|
75 |
global $post;
|
76 |
|