Version Description
- 2019-05-03
Download this release
Release Info
| Developer | codeinwp |
| Plugin | |
| Version | 3.3.6 |
| Comparing to | |
| See all releases | |
Code changes from version 3.3.5 to 3.3.6
- CHANGELOG.md +7 -0
- css/admin.css +72 -0
- css/feedzy-rss-feeds.css +1 -73
- feedzy-rss-feed.php +2 -2
- form/form.php +3 -3
- includes/abstract/feedzy-rss-feeds-admin-abstract.php +35 -12
- includes/admin/feedzy-rss-feeds-admin.php +31 -14
- includes/admin/feedzy-rss-feeds-ui.php +1 -0
- includes/admin/feedzy-wp-widget.php +9 -7
- includes/feedzy-rss-feeds-activator.php +1 -1
- includes/feedzy-rss-feeds.php +2 -2
- includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php +1 -1
- includes/layouts/feedzy-support.php +2 -2
- includes/layouts/settings.php +4 -4
- readme.md +9 -1
- readme.txt +13 -1
- themeisle-hash.json +1 -1
- vendor/autoload.php +1 -1
- vendor/autoload_52.php +1 -1
- vendor/codeinwp/themeisle-sdk/CHANGELOG.md +7 -0
- vendor/codeinwp/themeisle-sdk/Gruntfile.js +0 -27
- vendor/codeinwp/themeisle-sdk/bin/install-wp-tests.sh +0 -130
- vendor/codeinwp/themeisle-sdk/bin/run-unit-tests.sh +0 -7
- vendor/codeinwp/themeisle-sdk/composer.json +0 -30
- vendor/codeinwp/themeisle-sdk/composer.lock +0 -180
- vendor/codeinwp/themeisle-sdk/load.php +1 -1
- vendor/codeinwp/themeisle-sdk/package-lock.json +0 -7312
- vendor/codeinwp/themeisle-sdk/package.json +0 -15
- vendor/codeinwp/themeisle-sdk/phpcs.xml +0 -50
- vendor/codeinwp/themeisle-sdk/phpunit.xml +0 -20
- vendor/codeinwp/themeisle-sdk/src/Loader.php +9 -0
- vendor/codeinwp/themeisle-sdk/src/Modules/Dashboard_widget.php +22 -11
- vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php +2 -1
- vendor/codeinwp/themeisle-sdk/src/Modules/Recommendation.php +374 -0
- vendor/codeinwp/themeisle-sdk/src/Product.php +13 -0
- vendor/codeinwp/themeisle-sdk/start.php +1 -0
- vendor/codeinwp/themeisle-sdk/tests/bootstrap.php +0 -33
- vendor/codeinwp/themeisle-sdk/tests/dashboard-widget-test.php +0 -59
- vendor/codeinwp/themeisle-sdk/tests/endpoint-test.php +0 -79
- vendor/codeinwp/themeisle-sdk/tests/licenser-test.php +0 -79
- vendor/codeinwp/themeisle-sdk/tests/loader-test.php +0 -47
- vendor/codeinwp/themeisle-sdk/tests/loading-test.php +0 -52
- vendor/codeinwp/themeisle-sdk/tests/logger-test.php +0 -67
- vendor/codeinwp/themeisle-sdk/tests/notification-test.php +0 -111
- vendor/codeinwp/themeisle-sdk/tests/old/loading-test.php +0 -19
- vendor/codeinwp/themeisle-sdk/tests/product-test.php +0 -49
- vendor/codeinwp/themeisle-sdk/tests/review-test.php +0 -67
- vendor/codeinwp/themeisle-sdk/tests/rollback-test.php +0 -114
- vendor/codeinwp/themeisle-sdk/tests/sample_products/sample_plugin/plugin_file.php +0 -13
- vendor/codeinwp/themeisle-sdk/tests/sample_products/sample_theme/style.css +0 -10
- vendor/codeinwp/themeisle-sdk/tests/sample_products/sample_theme_external/style.css +0 -10
- vendor/codeinwp/themeisle-sdk/tests/translate-test.php +0 -83
- vendor/codeinwp/themeisle-sdk/tests/uninstall-feedback-test.php +0 -130
- vendor/composer/autoload_real.php +5 -5
- vendor/composer/autoload_real_52.php +3 -3
- vendor/composer/installed.json +4 -4
- vendor/xrstf/composer-php52/composer.json +0 -26
CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
### v3.3.5 - 2019-02-24
|
| 3 |
**Changes:**
|
| 4 |
* Tested with WP 5.1
|
| 1 |
|
| 2 |
+
### v3.3.6 - 2019-05-03
|
| 3 |
+
**Changes:**
|
| 4 |
+
* Add filter to disable DB caching
|
| 5 |
+
* Fix issue with HTML tags not closed when feed has no items
|
| 6 |
+
* Fix issue with CSS file being loaded everywhere
|
| 7 |
+
* Tested up to WP 5.2
|
| 8 |
+
|
| 9 |
### v3.3.5 - 2019-02-24
|
| 10 |
**Changes:**
|
| 11 |
* Tested with WP 5.1
|
css/admin.css
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*TinyMce UI button*/
|
| 2 |
+
/*noinspection CssUnusedSymbol*/
|
| 3 |
+
i.mce-i-feedzy-icon {
|
| 4 |
+
background-image: none, url("../img/feedzy.svg"), url("../img/feedzy.png");
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
#feedzy-rss-button-insert {
|
| 8 |
+
border-color: #4cae4c;
|
| 9 |
+
color: #fff;
|
| 10 |
+
background-color: #5cb85c;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
#feedzy-rss-button-insert button {
|
| 14 |
+
color: #fff;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
#feedzy-rss-button-insert:hover,
|
| 18 |
+
#feedzy-rss-button-insert:focus {
|
| 19 |
+
border-color: #398439;
|
| 20 |
+
color: #fff;
|
| 21 |
+
background-color: #449d44;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
#feedzy-rss-button-cancel {
|
| 25 |
+
border-color: #ccc;
|
| 26 |
+
color: #333;
|
| 27 |
+
background-color: #fff;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
#feedzy-rss-button-cancel button {
|
| 31 |
+
color: #333;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
#feedzy-rss-button-cancel:hover,
|
| 35 |
+
#feedzy-rss-button-cancel:focus {
|
| 36 |
+
border-color: #adadad;
|
| 37 |
+
color: #333;
|
| 38 |
+
background-color: #e6e6e6;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
#feedzy-rss-button-pro {
|
| 42 |
+
position: absolute;
|
| 43 |
+
left: 10px !important;
|
| 44 |
+
border-color: #46b8da;
|
| 45 |
+
color: #fff;
|
| 46 |
+
background-color: #5bc0de;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
#feedzy-rss-button-pro button {
|
| 50 |
+
color: #fff;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
#feedzy-rss-button-pro:hover,
|
| 54 |
+
#feedzy-rss-button-pro:focus {
|
| 55 |
+
border-color: #269abc;
|
| 56 |
+
color: #fff;
|
| 57 |
+
background-color: #31b0d5;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
#feedzy-rss-insert-dialog-title {
|
| 61 |
+
font-weight: 300;
|
| 62 |
+
text-align: center;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.post-type-feedzy_categories .postbox-container div#submitdiv,
|
| 66 |
+
.post-type-feedzy_categories #feedzy_category_feeds_rn {
|
| 67 |
+
display: block !important;
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.post-type-feedzy_categories .postbox-container > div > .postbox:not(#feedzy_category_feeds) {
|
| 71 |
+
display: none;
|
| 72 |
+
}
|
css/feedzy-rss-feeds.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
* feedzy-rss-feeds.css
|
| 3 |
* Feedzy RSS Feed
|
| 4 |
* Copyright: (c) 2016 Themeisle, themeisle.com
|
| 5 |
-
* Version: 3.3.
|
| 6 |
* Plugin Name: FEEDZY RSS Feeds
|
| 7 |
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
|
| 8 |
* Author: Themeisle
|
|
@@ -61,69 +61,6 @@
|
|
| 61 |
font-style: italic;
|
| 62 |
}
|
| 63 |
|
| 64 |
-
/*TinyMce UI button*/
|
| 65 |
-
/*noinspection CssUnusedSymbol*/
|
| 66 |
-
i.mce-i-feedzy-icon {
|
| 67 |
-
background-image: none, url("../img/feedzy.svg"), url("../img/feedzy.png");
|
| 68 |
-
}
|
| 69 |
-
|
| 70 |
-
#feedzy-rss-button-insert {
|
| 71 |
-
border-color: #4cae4c;
|
| 72 |
-
color: #fff;
|
| 73 |
-
background-color: #5cb85c;
|
| 74 |
-
}
|
| 75 |
-
|
| 76 |
-
#feedzy-rss-button-insert button {
|
| 77 |
-
color: #fff;
|
| 78 |
-
}
|
| 79 |
-
|
| 80 |
-
#feedzy-rss-button-insert:hover,
|
| 81 |
-
#feedzy-rss-button-insert:focus {
|
| 82 |
-
border-color: #398439;
|
| 83 |
-
color: #fff;
|
| 84 |
-
background-color: #449d44;
|
| 85 |
-
}
|
| 86 |
-
|
| 87 |
-
#feedzy-rss-button-cancel {
|
| 88 |
-
border-color: #ccc;
|
| 89 |
-
color: #333;
|
| 90 |
-
background-color: #fff;
|
| 91 |
-
}
|
| 92 |
-
|
| 93 |
-
#feedzy-rss-button-cancel button {
|
| 94 |
-
color: #333;
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
#feedzy-rss-button-cancel:hover,
|
| 98 |
-
#feedzy-rss-button-cancel:focus {
|
| 99 |
-
border-color: #adadad;
|
| 100 |
-
color: #333;
|
| 101 |
-
background-color: #e6e6e6;
|
| 102 |
-
}
|
| 103 |
-
|
| 104 |
-
#feedzy-rss-button-pro {
|
| 105 |
-
position: absolute;
|
| 106 |
-
left: 10px !important;
|
| 107 |
-
border-color: #46b8da;
|
| 108 |
-
color: #fff;
|
| 109 |
-
background-color: #5bc0de;
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
-
#feedzy-rss-button-pro button {
|
| 113 |
-
color: #fff;
|
| 114 |
-
}
|
| 115 |
-
|
| 116 |
-
#feedzy-rss-button-pro:hover,
|
| 117 |
-
#feedzy-rss-button-pro:focus {
|
| 118 |
-
border-color: #269abc;
|
| 119 |
-
color: #fff;
|
| 120 |
-
background-color: #31b0d5;
|
| 121 |
-
}
|
| 122 |
-
|
| 123 |
-
#feedzy-rss-insert-dialog-title {
|
| 124 |
-
font-weight: 300;
|
| 125 |
-
text-align: center;
|
| 126 |
-
}
|
| 127 |
|
| 128 |
/* PRO */
|
| 129 |
.feedzy-rss ul {
|
|
@@ -512,12 +449,3 @@ input:checked + .feedzy-track:before {
|
|
| 512 |
font-size: 14px;
|
| 513 |
font-weight: bold;
|
| 514 |
}
|
| 515 |
-
|
| 516 |
-
.post-type-feedzy_categories .postbox-container div#submitdiv,
|
| 517 |
-
.post-type-feedzy_categories #feedzy_category_feeds_rn {
|
| 518 |
-
display: block !important;
|
| 519 |
-
}
|
| 520 |
-
|
| 521 |
-
.post-type-feedzy_categories .postbox-container > div > .postbox:not(#feedzy_category_feeds) {
|
| 522 |
-
display: none;
|
| 523 |
-
}
|
| 2 |
* feedzy-rss-feeds.css
|
| 3 |
* Feedzy RSS Feed
|
| 4 |
* Copyright: (c) 2016 Themeisle, themeisle.com
|
| 5 |
+
* Version: 3.3.6
|
| 6 |
* Plugin Name: FEEDZY RSS Feeds
|
| 7 |
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
|
| 8 |
* Author: Themeisle
|
| 61 |
font-style: italic;
|
| 62 |
}
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
/* PRO */
|
| 66 |
.feedzy-rss ul {
|
| 449 |
font-size: 14px;
|
| 450 |
font-weight: bold;
|
| 451 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feedzy-rss-feed.php
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
* Plugin Name: Feedzy RSS Feeds Lite
|
| 16 |
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
|
| 17 |
* Description: A small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets.
|
| 18 |
-
* Version: 3.3.
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: http://themeisle.com
|
| 21 |
* License: GPL-2.0+
|
|
@@ -58,7 +58,7 @@ register_deactivation_hook( __FILE__, 'deactivate_feedzy_rss_feeds' );
|
|
| 58 |
function feedzy_rss_feeds_autoload( $class ) {
|
| 59 |
$namespaces = array( 'Feedzy_Rss_Feeds' );
|
| 60 |
foreach ( $namespaces as $namespace ) {
|
| 61 |
-
if ( substr( $class, 0, strlen( $namespace ) )
|
| 62 |
$filename = plugin_dir_path( __FILE__ ) . 'includes/' . str_replace( '_', '-', strtolower( $class ) ) . '.php';
|
| 63 |
if ( is_readable( $filename ) ) {
|
| 64 |
require_once $filename;
|
| 15 |
* Plugin Name: Feedzy RSS Feeds Lite
|
| 16 |
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
|
| 17 |
* Description: A small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets.
|
| 18 |
+
* Version: 3.3.6
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: http://themeisle.com
|
| 21 |
* License: GPL-2.0+
|
| 58 |
function feedzy_rss_feeds_autoload( $class ) {
|
| 59 |
$namespaces = array( 'Feedzy_Rss_Feeds' );
|
| 60 |
foreach ( $namespaces as $namespace ) {
|
| 61 |
+
if ( substr( $class, 0, strlen( $namespace ) ) === $namespace ) {
|
| 62 |
$filename = plugin_dir_path( __FILE__ ) . 'includes/' . str_replace( '_', '-', strtolower( $class ) ) . '.php';
|
| 63 |
if ( is_readable( $filename ) ) {
|
| 64 |
require_once $filename;
|
form/form.php
CHANGED
|
@@ -48,7 +48,7 @@ $html_parts = Feedzy_Rss_Feeds_Ui_Lang::get_form_elements();
|
|
| 48 |
$element = '<select name="' . $name . '" data-feedzy="' . $name . '" ' . $disabled . ' >';
|
| 49 |
foreach ( $props['opts'] as $opt => $values ) {
|
| 50 |
$checked = '';
|
| 51 |
-
if ( $props['value']
|
| 52 |
$checked = 'selected';
|
| 53 |
}
|
| 54 |
$element .= '<option value="' . $values['value'] . '" ' . $checked . ' > ' . $values['label'] . '</option>';
|
|
@@ -58,7 +58,7 @@ $html_parts = Feedzy_Rss_Feeds_Ui_Lang::get_form_elements();
|
|
| 58 |
case 'radio':
|
| 59 |
foreach ( $props['opts'] as $opt => $values ) {
|
| 60 |
$checked = '';
|
| 61 |
-
if ( $props['value']
|
| 62 |
$checked = 'checked="checked"';
|
| 63 |
}
|
| 64 |
$element .= '<label class="feedzy-radio-image feedzy-template-' . $values['value']
|
|
@@ -69,7 +69,7 @@ $html_parts = Feedzy_Rss_Feeds_Ui_Lang::get_form_elements();
|
|
| 69 |
case 'checkbox':
|
| 70 |
foreach ( $props['opts'] as $opt => $values ) {
|
| 71 |
$checked = '';
|
| 72 |
-
if ( $props['value']
|
| 73 |
$checked = 'checked="checked"';
|
| 74 |
}
|
| 75 |
$element .= '<input type="checkbox" name="' . $name . '" data-feedzy="' . $name . '" value="' . $values['value'] . '" ' . $checked . ' ' . $disabled . ' /> ' . $values['label'];
|
| 48 |
$element = '<select name="' . $name . '" data-feedzy="' . $name . '" ' . $disabled . ' >';
|
| 49 |
foreach ( $props['opts'] as $opt => $values ) {
|
| 50 |
$checked = '';
|
| 51 |
+
if ( $props['value'] === $values['value'] ) {
|
| 52 |
$checked = 'selected';
|
| 53 |
}
|
| 54 |
$element .= '<option value="' . $values['value'] . '" ' . $checked . ' > ' . $values['label'] . '</option>';
|
| 58 |
case 'radio':
|
| 59 |
foreach ( $props['opts'] as $opt => $values ) {
|
| 60 |
$checked = '';
|
| 61 |
+
if ( $props['value'] === $values['value'] ) {
|
| 62 |
$checked = 'checked="checked"';
|
| 63 |
}
|
| 64 |
$element .= '<label class="feedzy-radio-image feedzy-template-' . $values['value']
|
| 69 |
case 'checkbox':
|
| 70 |
foreach ( $props['opts'] as $opt => $values ) {
|
| 71 |
$checked = '';
|
| 72 |
+
if ( $props['value'] === $values['value'] ) {
|
| 73 |
$checked = 'checked="checked"';
|
| 74 |
}
|
| 75 |
$element .= '<input type="checkbox" name="' . $name . '" data-feedzy="' . $name . '" value="' . $values['value'] . '" ' . $checked . ' ' . $disabled . ' /> ' . $values['label'];
|
includes/abstract/feedzy-rss-feeds-admin-abstract.php
CHANGED
|
@@ -20,6 +20,14 @@
|
|
| 20 |
* @abstract
|
| 21 |
*/
|
| 22 |
abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
/**
|
| 25 |
* Defines the default image to use on RSS Feeds
|
|
@@ -258,6 +266,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 258 |
* @return mixed
|
| 259 |
*/
|
| 260 |
public function feedzy_rss( $atts, $content = '' ) {
|
|
|
|
| 261 |
$sc = $this->get_short_code_attributes( $atts );
|
| 262 |
$feed_url = $this->normalize_urls( $sc['feeds'] );
|
| 263 |
$cache = $sc['refresh'];
|
|
@@ -443,10 +452,10 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 443 |
'days' => DAY_IN_SECONDS,
|
| 444 |
);
|
| 445 |
$cache_time = 12 * HOUR_IN_SECONDS;
|
| 446 |
-
if ( isset( $cache ) && $cache
|
| 447 |
list( $value, $unit ) = explode( '_', $cache );
|
| 448 |
if ( isset( $value ) && is_numeric( $value ) && $value >= 1 && $value <= 100 ) {
|
| 449 |
-
if ( isset( $unit ) && in_array( strtolower( $unit ), array( 'mins', 'hours', 'days' ) ) ) {
|
| 450 |
$cache_time = $value * $unit_defaults[ $unit ];
|
| 451 |
}
|
| 452 |
}
|
|
@@ -464,9 +473,21 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 464 |
$feed->set_file_class( 'WP_SimplePie_File' );
|
| 465 |
$default_agent = $this->get_default_user_agent( $feed_url );
|
| 466 |
$feed->set_useragent( apply_filters( 'http_headers_useragent', $default_agent ) );
|
| 467 |
-
if (
|
| 468 |
$feed->set_cache_class( 'WP_Feed_Cache' );
|
| 469 |
$feed->set_cache_duration( apply_filters( 'wp_feed_cache_transient_lifetime', $cache_time, $feed_url ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 470 |
}
|
| 471 |
|
| 472 |
$feed->force_feed( apply_filters( 'feedzy_force_feed', true ) );
|
|
@@ -582,6 +603,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 582 |
* @return mixed
|
| 583 |
*/
|
| 584 |
public function sanitize_attr( $sc, $feed_url ) {
|
|
|
|
| 585 |
if ( $sc['max'] == '0' ) {
|
| 586 |
$sc['max'] = '999';
|
| 587 |
} elseif ( empty( $sc['max'] ) || ! ctype_digit( $sc['max'] ) ) {
|
|
@@ -632,7 +654,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 632 |
);
|
| 633 |
$sizes = apply_filters( 'feedzy_thumb_sizes', $sizes, $feed_url );
|
| 634 |
$feed_title['use_title'] = false;
|
| 635 |
-
if ( $sc['feed_title']
|
| 636 |
$feed_title = $this->get_feed_title_filter( $feed );
|
| 637 |
$feed_title['use_title'] = true;
|
| 638 |
}
|
|
@@ -653,6 +675,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 653 |
// Display the error message and quit (before showing the template for pro).
|
| 654 |
if ( empty( $feed_items ) ) {
|
| 655 |
$content .= $sc['error_empty'];
|
|
|
|
| 656 |
return $content;
|
| 657 |
}
|
| 658 |
|
|
@@ -661,7 +684,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 661 |
foreach ( $feed_items as $item ) {
|
| 662 |
$content .= '
|
| 663 |
<li ' . $item['itemAttr'] . '>
|
| 664 |
-
' . ( ( ! empty( $item['item_img'] ) && $sc['thumb']
|
| 665 |
<div class="' . $item['item_img_class'] . '" style="' . $item['item_img_style'] . '">'
|
| 666 |
. sprintf( $anchor1, $item['item_url'], $item['item_url_target'], $item['item_url_follow'], $item['item_url_title'], $item['item_img_style'], $item['item_img'] )
|
| 667 |
. '</div>' : '' )
|
|
@@ -758,7 +781,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 758 |
$items = apply_filters( 'feedzy_feed_items', $feed->get_items(), $feed_url );
|
| 759 |
foreach ( (array) $items as $item ) {
|
| 760 |
$continue = apply_filters( 'feedzy_item_keyword', true, $sc, $item, $feed_url );
|
| 761 |
-
if ( $continue
|
| 762 |
// Count items. This should be > and not >= because max, when not defined and empty, becomes 0.
|
| 763 |
if ( $count >= $sc['max'] ) {
|
| 764 |
break;
|
|
@@ -791,17 +814,17 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 791 |
$item_link = $item->get_permalink();
|
| 792 |
$new_link = apply_filters( 'feedzy_item_url_filter', $item_link, $sc, $item );
|
| 793 |
// Fetch image thumbnail
|
| 794 |
-
if ( $sc['thumb']
|
| 795 |
$the_thumbnail = $this->feedzy_retrieve_image( $item, $sc );
|
| 796 |
}
|
| 797 |
-
if ( $sc['thumb']
|
| 798 |
$content_thumb = '';
|
| 799 |
-
if ( ( ! empty( $the_thumbnail ) && $sc['thumb']
|
| 800 |
if ( ! empty( $the_thumbnail ) ) {
|
| 801 |
$the_thumbnail = $this->feedzy_image_encode( $the_thumbnail );
|
| 802 |
$content_thumb .= '<span class="fetched" style="background-image: url(\'' . $the_thumbnail . '\');" title="' . esc_html( $item->get_title() ) . '"></span>';
|
| 803 |
}
|
| 804 |
-
if ( $sc['thumb']
|
| 805 |
$content_thumb .= '<span class="default" style="background-image:url(' . $sc['default'] . ');" title="' . esc_html( $item->get_title() ) . '"></span>';
|
| 806 |
}
|
| 807 |
}
|
|
@@ -828,7 +851,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 828 |
// Filter: feedzy_meta_args
|
| 829 |
$meta_args = apply_filters( 'feedzy_meta_args', $meta_args, $feed_url, $item );
|
| 830 |
$content_meta = '';
|
| 831 |
-
if ( $sc['meta']
|
| 832 |
$content_meta = '';
|
| 833 |
if ( $item->get_author() && $meta_args['author'] ) {
|
| 834 |
$author = $item->get_author();
|
|
@@ -859,7 +882,7 @@ abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 859 |
}
|
| 860 |
$content_meta = apply_filters( 'feedzy_meta_output', $content_meta, $feed_url, $item );
|
| 861 |
$content_summary = '';
|
| 862 |
-
if ( $sc['summary']
|
| 863 |
$content_summary = '';
|
| 864 |
$description = $item->get_description();
|
| 865 |
$description = apply_filters( 'feedzy_summary_input', $description, $item->get_content(), $feed_url, $item );
|
| 20 |
* @abstract
|
| 21 |
*/
|
| 22 |
abstract class Feedzy_Rss_Feeds_Admin_Abstract {
|
| 23 |
+
/**
|
| 24 |
+
* The ID of this plugin.
|
| 25 |
+
*
|
| 26 |
+
* @since 3.0.0
|
| 27 |
+
* @access private
|
| 28 |
+
* @var string $plugin_name The ID of this plugin.
|
| 29 |
+
*/
|
| 30 |
+
protected $plugin_name;
|
| 31 |
|
| 32 |
/**
|
| 33 |
* Defines the default image to use on RSS Feeds
|
| 266 |
* @return mixed
|
| 267 |
*/
|
| 268 |
public function feedzy_rss( $atts, $content = '' ) {
|
| 269 |
+
wp_enqueue_style( $this->plugin_name );
|
| 270 |
$sc = $this->get_short_code_attributes( $atts );
|
| 271 |
$feed_url = $this->normalize_urls( $sc['feeds'] );
|
| 272 |
$cache = $sc['refresh'];
|
| 452 |
'days' => DAY_IN_SECONDS,
|
| 453 |
);
|
| 454 |
$cache_time = 12 * HOUR_IN_SECONDS;
|
| 455 |
+
if ( isset( $cache ) && $cache !== '' ) {
|
| 456 |
list( $value, $unit ) = explode( '_', $cache );
|
| 457 |
if ( isset( $value ) && is_numeric( $value ) && $value >= 1 && $value <= 100 ) {
|
| 458 |
+
if ( isset( $unit ) && in_array( strtolower( $unit ), array( 'mins', 'hours', 'days' ), true ) ) {
|
| 459 |
$cache_time = $value * $unit_defaults[ $unit ];
|
| 460 |
}
|
| 461 |
}
|
| 473 |
$feed->set_file_class( 'WP_SimplePie_File' );
|
| 474 |
$default_agent = $this->get_default_user_agent( $feed_url );
|
| 475 |
$feed->set_useragent( apply_filters( 'http_headers_useragent', $default_agent ) );
|
| 476 |
+
if ( false === apply_filters( 'feedzy_disable_db_cache', false, $feed_url ) ) {
|
| 477 |
$feed->set_cache_class( 'WP_Feed_Cache' );
|
| 478 |
$feed->set_cache_duration( apply_filters( 'wp_feed_cache_transient_lifetime', $cache_time, $feed_url ) );
|
| 479 |
+
} else {
|
| 480 |
+
require_once( ABSPATH . 'wp-admin/includes/file.php' );
|
| 481 |
+
WP_Filesystem();
|
| 482 |
+
global $wp_filesystem;
|
| 483 |
+
|
| 484 |
+
$dir = $wp_filesystem->wp_content_dir() . 'uploads/simplepie';
|
| 485 |
+
if ( ! $wp_filesystem->exists( $dir ) ) {
|
| 486 |
+
if ( ( $done = $wp_filesystem->mkdir( $dir ) ) === false ) {
|
| 487 |
+
do_action( 'themeisle_log_event', FEEDZY_NAME, sprintf( 'Unable to create directory %s', $dir ), 'error', __FILE__, __LINE__ );
|
| 488 |
+
}
|
| 489 |
+
}
|
| 490 |
+
$feed->set_cache_location( $dir );
|
| 491 |
}
|
| 492 |
|
| 493 |
$feed->force_feed( apply_filters( 'feedzy_force_feed', true ) );
|
| 603 |
* @return mixed
|
| 604 |
*/
|
| 605 |
public function sanitize_attr( $sc, $feed_url ) {
|
| 606 |
+
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
| 607 |
if ( $sc['max'] == '0' ) {
|
| 608 |
$sc['max'] = '999';
|
| 609 |
} elseif ( empty( $sc['max'] ) || ! ctype_digit( $sc['max'] ) ) {
|
| 654 |
);
|
| 655 |
$sizes = apply_filters( 'feedzy_thumb_sizes', $sizes, $feed_url );
|
| 656 |
$feed_title['use_title'] = false;
|
| 657 |
+
if ( $sc['feed_title'] === 'yes' ) {
|
| 658 |
$feed_title = $this->get_feed_title_filter( $feed );
|
| 659 |
$feed_title['use_title'] = true;
|
| 660 |
}
|
| 675 |
// Display the error message and quit (before showing the template for pro).
|
| 676 |
if ( empty( $feed_items ) ) {
|
| 677 |
$content .= $sc['error_empty'];
|
| 678 |
+
$content .= '</ul> </div>';
|
| 679 |
return $content;
|
| 680 |
}
|
| 681 |
|
| 684 |
foreach ( $feed_items as $item ) {
|
| 685 |
$content .= '
|
| 686 |
<li ' . $item['itemAttr'] . '>
|
| 687 |
+
' . ( ( ! empty( $item['item_img'] ) && $sc['thumb'] !== 'no' ) ? '
|
| 688 |
<div class="' . $item['item_img_class'] . '" style="' . $item['item_img_style'] . '">'
|
| 689 |
. sprintf( $anchor1, $item['item_url'], $item['item_url_target'], $item['item_url_follow'], $item['item_url_title'], $item['item_img_style'], $item['item_img'] )
|
| 690 |
. '</div>' : '' )
|
| 781 |
$items = apply_filters( 'feedzy_feed_items', $feed->get_items(), $feed_url );
|
| 782 |
foreach ( (array) $items as $item ) {
|
| 783 |
$continue = apply_filters( 'feedzy_item_keyword', true, $sc, $item, $feed_url );
|
| 784 |
+
if ( $continue === true ) {
|
| 785 |
// Count items. This should be > and not >= because max, when not defined and empty, becomes 0.
|
| 786 |
if ( $count >= $sc['max'] ) {
|
| 787 |
break;
|
| 814 |
$item_link = $item->get_permalink();
|
| 815 |
$new_link = apply_filters( 'feedzy_item_url_filter', $item_link, $sc, $item );
|
| 816 |
// Fetch image thumbnail
|
| 817 |
+
if ( $sc['thumb'] === 'yes' || $sc['thumb'] === 'auto' ) {
|
| 818 |
$the_thumbnail = $this->feedzy_retrieve_image( $item, $sc );
|
| 819 |
}
|
| 820 |
+
if ( $sc['thumb'] === 'yes' || $sc['thumb'] === 'auto' ) {
|
| 821 |
$content_thumb = '';
|
| 822 |
+
if ( ( ! empty( $the_thumbnail ) && $sc['thumb'] === 'auto' ) || $sc['thumb'] === 'yes' ) {
|
| 823 |
if ( ! empty( $the_thumbnail ) ) {
|
| 824 |
$the_thumbnail = $this->feedzy_image_encode( $the_thumbnail );
|
| 825 |
$content_thumb .= '<span class="fetched" style="background-image: url(\'' . $the_thumbnail . '\');" title="' . esc_html( $item->get_title() ) . '"></span>';
|
| 826 |
}
|
| 827 |
+
if ( $sc['thumb'] === 'yes' ) {
|
| 828 |
$content_thumb .= '<span class="default" style="background-image:url(' . $sc['default'] . ');" title="' . esc_html( $item->get_title() ) . '"></span>';
|
| 829 |
}
|
| 830 |
}
|
| 851 |
// Filter: feedzy_meta_args
|
| 852 |
$meta_args = apply_filters( 'feedzy_meta_args', $meta_args, $feed_url, $item );
|
| 853 |
$content_meta = '';
|
| 854 |
+
if ( $sc['meta'] === 'yes' && ( $meta_args['author'] || $meta_args['date'] ) ) {
|
| 855 |
$content_meta = '';
|
| 856 |
if ( $item->get_author() && $meta_args['author'] ) {
|
| 857 |
$author = $item->get_author();
|
| 882 |
}
|
| 883 |
$content_meta = apply_filters( 'feedzy_meta_output', $content_meta, $feed_url, $item );
|
| 884 |
$content_summary = '';
|
| 885 |
+
if ( $sc['summary'] === 'yes' ) {
|
| 886 |
$content_summary = '';
|
| 887 |
$description = $item->get_description();
|
| 888 |
$description = apply_filters( 'feedzy_summary_input', $description, $item->get_content(), $feed_url, $item );
|
includes/admin/feedzy-rss-feeds-admin.php
CHANGED
|
@@ -46,14 +46,6 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 46 |
* @var string $version The current version of this plugin.
|
| 47 |
*/
|
| 48 |
protected $version;
|
| 49 |
-
/**
|
| 50 |
-
* The ID of this plugin.
|
| 51 |
-
*
|
| 52 |
-
* @since 3.0.0
|
| 53 |
-
* @access private
|
| 54 |
-
* @var string $plugin_name The ID of this plugin.
|
| 55 |
-
*/
|
| 56 |
-
private $plugin_name;
|
| 57 |
|
| 58 |
/**
|
| 59 |
* Initialize the class and set its properties.
|
|
@@ -88,7 +80,31 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 88 |
* class.
|
| 89 |
*/
|
| 90 |
|
| 91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
if ( ! is_admin() ) {
|
| 93 |
return;
|
| 94 |
}
|
|
@@ -102,9 +118,10 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 102 |
|
| 103 |
$upsell_screens = array( 'feedzy-rss_page_feedzy-settings', 'feedzy-rss_page_feedzy-admin-menu-pro-upsell' );
|
| 104 |
|
| 105 |
-
if ( ! in_array( $screen->base, $upsell_screens ) && strpos( $screen->id, 'feedzy' ) === false ) {
|
| 106 |
return;
|
| 107 |
}
|
|
|
|
| 108 |
wp_enqueue_style( $this->plugin_name . '-upsell', FEEDZY_ABSURL . 'includes/layouts/css/upsell.css' );
|
| 109 |
wp_enqueue_style( $this->plugin_name . '-settings', FEEDZY_ABSURL . 'css/metabox-settings.css', array( $this->plugin_name . '-upsell' ) );
|
| 110 |
}
|
|
@@ -256,7 +273,7 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 256 |
if ( isset( $_POST['feedzy_category_feed'] ) ) {
|
| 257 |
$category_meta['feedzy_category_feed'] = $_POST['feedzy_category_feed'];
|
| 258 |
}
|
| 259 |
-
if ( $post->post_type
|
| 260 |
return true;
|
| 261 |
} else {
|
| 262 |
foreach ( $category_meta as $key => $value ) {
|
|
@@ -358,7 +375,7 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 358 |
*/
|
| 359 |
public function feedzy_menu_pages() {
|
| 360 |
$svg_base64_icon = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NTAuMzkiIGhlaWdodD0iODUwLjM5Ij48cGF0aCBmaWxsPSIjREIzOTM5IiBkPSJNNDI1LjIgMkMxOTAuMzYgMiAwIDE5MS45MiAwIDQyNi4yYzAgMjM0LjI3IDE5MC4zNyA0MjQuMiA0MjUuMiA0MjQuMiAyMzQuODIgMCA0MjUuMi0xODkuOTMgNDI1LjItNDI0LjJDODUwLjQgMTkxLjkgNjYwIDIgNDI1LjIgMnptLTQ2LjU1IDY2OC42NmgtOTEuNTh2LTU3LjFMMjM3LjUgNTY0LjFoLTU3LjI2di05MS4yNGg5NS4yNWwxMDMuMTUgMTAyLjh2OTV6bTE1Mi41MiAwSDQzOS42di0xMzMuM0wzMTMuODUgNDExLjk0aC0xMzMuNnYtOTEuMzZIMzUxLjdMNTMxLjE4IDQ5OS42djE3MS4wNnptMTUyLjU1IDBoLTkxLjU4VjQ2MS4yTDM5MC4wNiAyNTkuNzRIMTgwLjI0di05MS4zNmgyNDcuOGwyNTUuNjggMjU1LjA3djI0Ny4yMnoiLz48L3N2Zz4=';
|
| 361 |
-
add_menu_page( __( 'Feedzy
|
| 362 |
|
| 363 |
add_submenu_page(
|
| 364 |
'feedzy-admin-menu',
|
|
@@ -527,7 +544,7 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 527 |
*/
|
| 528 |
public function send_through_proxy( $return, $uri, $check, $home ) {
|
| 529 |
$proxied = defined( 'FEEZY_URL_THRU_PROXY' ) ? FEEZY_URL_THRU_PROXY : null;
|
| 530 |
-
if ( $proxied && ( ( is_array( $proxied ) && in_array( $uri, $proxied ) ) || $uri === $proxied ) ) {
|
| 531 |
do_action( 'themeisle_log_event', FEEDZY_NAME, sprintf( 'sending %s through proxy', $uri ), 'info', __FILE__, __LINE__ );
|
| 532 |
|
| 533 |
return true;
|
|
@@ -555,7 +572,7 @@ class Feedzy_Rss_Feeds_Admin extends Feedzy_Rss_Feeds_Admin_Abstract {
|
|
| 555 |
return;
|
| 556 |
}
|
| 557 |
|
| 558 |
-
if ( $plugin
|
| 559 |
wp_redirect( admin_url( 'admin.php?page=feedzy-support&tab=help#shortcode' ) );
|
| 560 |
exit();
|
| 561 |
}
|
| 46 |
* @var string $version The current version of this plugin.
|
| 47 |
*/
|
| 48 |
protected $version;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
/**
|
| 51 |
* Initialize the class and set its properties.
|
| 80 |
* class.
|
| 81 |
*/
|
| 82 |
|
| 83 |
+
if ( is_admin() ) {
|
| 84 |
+
return;
|
| 85 |
+
}
|
| 86 |
+
wp_register_style( $this->plugin_name, FEEDZY_ABSURL . 'css/feedzy-rss-feeds.css', array(), $this->version, 'all' );
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
/**
|
| 90 |
+
* Register the stylesheets for the admin area.
|
| 91 |
+
*
|
| 92 |
+
* @since 3.3.6
|
| 93 |
+
* @access public
|
| 94 |
+
*/
|
| 95 |
+
public function enqueue_styles_admin() {
|
| 96 |
+
/**
|
| 97 |
+
* This function is provided for demonstration purposes only.
|
| 98 |
+
*
|
| 99 |
+
* An instance of this class should be passed to the run() function
|
| 100 |
+
* defined in Feedzy_Rss_Feeds_Loader as all of the hooks are defined
|
| 101 |
+
* in that particular class.
|
| 102 |
+
*
|
| 103 |
+
* The Feedzy_Rss_Feeds_Loader will then create the relationship
|
| 104 |
+
* between the defined hooks and the functions defined in this
|
| 105 |
+
* class.
|
| 106 |
+
*/
|
| 107 |
+
|
| 108 |
if ( ! is_admin() ) {
|
| 109 |
return;
|
| 110 |
}
|
| 118 |
|
| 119 |
$upsell_screens = array( 'feedzy-rss_page_feedzy-settings', 'feedzy-rss_page_feedzy-admin-menu-pro-upsell' );
|
| 120 |
|
| 121 |
+
if ( ! in_array( $screen->base, $upsell_screens, true ) && strpos( $screen->id, 'feedzy' ) === false ) {
|
| 122 |
return;
|
| 123 |
}
|
| 124 |
+
wp_enqueue_style( $this->plugin_name . '-admin', FEEDZY_ABSURL . 'css/admin.css', array(), $this->version, 'all' );
|
| 125 |
wp_enqueue_style( $this->plugin_name . '-upsell', FEEDZY_ABSURL . 'includes/layouts/css/upsell.css' );
|
| 126 |
wp_enqueue_style( $this->plugin_name . '-settings', FEEDZY_ABSURL . 'css/metabox-settings.css', array( $this->plugin_name . '-upsell' ) );
|
| 127 |
}
|
| 273 |
if ( isset( $_POST['feedzy_category_feed'] ) ) {
|
| 274 |
$category_meta['feedzy_category_feed'] = $_POST['feedzy_category_feed'];
|
| 275 |
}
|
| 276 |
+
if ( $post->post_type === 'revision' ) {
|
| 277 |
return true;
|
| 278 |
} else {
|
| 279 |
foreach ( $category_meta as $key => $value ) {
|
| 375 |
*/
|
| 376 |
public function feedzy_menu_pages() {
|
| 377 |
$svg_base64_icon = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NTAuMzkiIGhlaWdodD0iODUwLjM5Ij48cGF0aCBmaWxsPSIjREIzOTM5IiBkPSJNNDI1LjIgMkMxOTAuMzYgMiAwIDE5MS45MiAwIDQyNi4yYzAgMjM0LjI3IDE5MC4zNyA0MjQuMiA0MjUuMiA0MjQuMiAyMzQuODIgMCA0MjUuMi0xODkuOTMgNDI1LjItNDI0LjJDODUwLjQgMTkxLjkgNjYwIDIgNDI1LjIgMnptLTQ2LjU1IDY2OC42NmgtOTEuNTh2LTU3LjFMMjM3LjUgNTY0LjFoLTU3LjI2di05MS4yNGg5NS4yNWwxMDMuMTUgMTAyLjh2OTV6bTE1Mi41MiAwSDQzOS42di0xMzMuM0wzMTMuODUgNDExLjk0aC0xMzMuNnYtOTEuMzZIMzUxLjdMNTMxLjE4IDQ5OS42djE3MS4wNnptMTUyLjU1IDBoLTkxLjU4VjQ2MS4yTDM5MC4wNiAyNTkuNzRIMTgwLjI0di05MS4zNmgyNDcuOGwyNTUuNjggMjU1LjA3djI0Ny4yMnoiLz48L3N2Zz4=';
|
| 378 |
+
add_menu_page( __( 'Feedzy', 'feedzy-rss-feeds' ), __( 'Feedzy', 'feedzy-rss-feeds' ), 'manage_options', 'feedzy-admin-menu', '', $svg_base64_icon, 98.7666 );
|
| 379 |
|
| 380 |
add_submenu_page(
|
| 381 |
'feedzy-admin-menu',
|
| 544 |
*/
|
| 545 |
public function send_through_proxy( $return, $uri, $check, $home ) {
|
| 546 |
$proxied = defined( 'FEEZY_URL_THRU_PROXY' ) ? FEEZY_URL_THRU_PROXY : null;
|
| 547 |
+
if ( $proxied && ( ( is_array( $proxied ) && in_array( $uri, $proxied, true ) ) || $uri === $proxied ) ) {
|
| 548 |
do_action( 'themeisle_log_event', FEEDZY_NAME, sprintf( 'sending %s through proxy', $uri ), 'info', __FILE__, __LINE__ );
|
| 549 |
|
| 550 |
return true;
|
| 572 |
return;
|
| 573 |
}
|
| 574 |
|
| 575 |
+
if ( $plugin === FEEDZY_BASENAME ) {
|
| 576 |
wp_redirect( admin_url( 'admin.php?page=feedzy-support&tab=help#shortcode' ) );
|
| 577 |
exit();
|
| 578 |
}
|
includes/admin/feedzy-rss-feeds-ui.php
CHANGED
|
@@ -82,6 +82,7 @@ class Feedzy_Rss_Feeds_Ui {
|
|
| 82 |
* @access public
|
| 83 |
*/
|
| 84 |
public function register_init() {
|
|
|
|
| 85 |
if ( ! $this->is_block_editor() && current_user_can( 'edit_posts' ) && current_user_can( 'edit_pages' ) && 'true' == get_user_option( 'rich_editing' ) ) {
|
| 86 |
$this->loader->add_filter( 'mce_external_plugins', $this, 'feedzy_tinymce_plugin', 10, 1 );
|
| 87 |
$this->loader->add_filter( 'mce_buttons', $this, 'feedzy_register_mce_button', 10, 1 );
|
| 82 |
* @access public
|
| 83 |
*/
|
| 84 |
public function register_init() {
|
| 85 |
+
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
| 86 |
if ( ! $this->is_block_editor() && current_user_can( 'edit_posts' ) && current_user_can( 'edit_pages' ) && 'true' == get_user_option( 'rich_editing' ) ) {
|
| 87 |
$this->loader->add_filter( 'mce_external_plugins', $this, 'feedzy_tinymce_plugin', 10, 1 );
|
| 88 |
$this->loader->add_filter( 'mce_buttons', $this, 'feedzy_register_mce_button', 10, 1 );
|
includes/admin/feedzy-wp-widget.php
CHANGED
|
@@ -101,21 +101,21 @@ class feedzy_wp_widget extends WP_Widget {
|
|
| 101 |
if ( isset( $element['disabled'] ) && $element['disabled'] ) {
|
| 102 |
continue;
|
| 103 |
}
|
| 104 |
-
if ( $id
|
| 105 |
continue;
|
| 106 |
}
|
| 107 |
-
if ( $id
|
| 108 |
$id = 'titlelength';
|
| 109 |
}
|
| 110 |
$widget_form .= '<p>';
|
| 111 |
$widget_form .= '<label for="' . $this->get_field_id( $id ) . '">' . $element['label'] . '</label>';
|
| 112 |
-
if ( $element['type']
|
| 113 |
$widget_form .= '<input class="widefat" id="' . $this->get_field_id( $id ) . '" name="' . $this->get_field_name( $id ) . '" type="text" value="' . esc_attr( $instance[ $id ] ) . '" />';
|
| 114 |
}
|
| 115 |
-
if ( $element['type']
|
| 116 |
$widget_form .= '<input class="widefat" id="' . $this->get_field_id( $id ) . '" name="' . $this->get_field_name( $id ) . '" type="number" value="' . esc_attr( $instance[ $id ] ) . '" />';
|
| 117 |
}
|
| 118 |
-
if ( $element['type']
|
| 119 |
$widget_form .= '<select class="widefat" id="' . $this->get_field_id( $id ) . '" name="' . $this->get_field_name( $id ) . '" >';
|
| 120 |
foreach ( $element['opts'] as $select_option ) {
|
| 121 |
$widget_form .= '<option ' . selected( esc_attr( $select_option['value'] ), self::bool_to_enum( $instance[ $id ] ), false ) . 'value="' . esc_attr( $select_option['value'] ) . '">' . esc_html( $select_option['label'] ) . '</option>';
|
|
@@ -155,17 +155,19 @@ class feedzy_wp_widget extends WP_Widget {
|
|
| 155 |
* @return bool
|
| 156 |
*/
|
| 157 |
public static function bool_to_enum( $value ) {
|
| 158 |
-
if ( in_array( $value, array( 'yes', 'no' ) ) ) {
|
| 159 |
return $value;
|
| 160 |
}
|
| 161 |
$value = strval( $value );
|
|
|
|
| 162 |
if ( $value == '1' || $value == 'true' ) {
|
| 163 |
return 'yes';
|
| 164 |
}
|
|
|
|
| 165 |
if ( $value == '0' || $value == 'false' ) {
|
| 166 |
return 'no';
|
| 167 |
}
|
| 168 |
-
if ( $value
|
| 169 |
return 'auto';
|
| 170 |
}
|
| 171 |
return $value;
|
| 101 |
if ( isset( $element['disabled'] ) && $element['disabled'] ) {
|
| 102 |
continue;
|
| 103 |
}
|
| 104 |
+
if ( $id === 'feed_title' ) {
|
| 105 |
continue;
|
| 106 |
}
|
| 107 |
+
if ( $id === 'title' ) {
|
| 108 |
$id = 'titlelength';
|
| 109 |
}
|
| 110 |
$widget_form .= '<p>';
|
| 111 |
$widget_form .= '<label for="' . $this->get_field_id( $id ) . '">' . $element['label'] . '</label>';
|
| 112 |
+
if ( $element['type'] === 'text' || $element['type'] === 'file' ) {
|
| 113 |
$widget_form .= '<input class="widefat" id="' . $this->get_field_id( $id ) . '" name="' . $this->get_field_name( $id ) . '" type="text" value="' . esc_attr( $instance[ $id ] ) . '" />';
|
| 114 |
}
|
| 115 |
+
if ( $element['type'] === 'number' ) {
|
| 116 |
$widget_form .= '<input class="widefat" id="' . $this->get_field_id( $id ) . '" name="' . $this->get_field_name( $id ) . '" type="number" value="' . esc_attr( $instance[ $id ] ) . '" />';
|
| 117 |
}
|
| 118 |
+
if ( $element['type'] === 'select' || $element['type'] === 'radio' ) {
|
| 119 |
$widget_form .= '<select class="widefat" id="' . $this->get_field_id( $id ) . '" name="' . $this->get_field_name( $id ) . '" >';
|
| 120 |
foreach ( $element['opts'] as $select_option ) {
|
| 121 |
$widget_form .= '<option ' . selected( esc_attr( $select_option['value'] ), self::bool_to_enum( $instance[ $id ] ), false ) . 'value="' . esc_attr( $select_option['value'] ) . '">' . esc_html( $select_option['label'] ) . '</option>';
|
| 155 |
* @return bool
|
| 156 |
*/
|
| 157 |
public static function bool_to_enum( $value ) {
|
| 158 |
+
if ( in_array( $value, array( 'yes', 'no' ), true ) ) {
|
| 159 |
return $value;
|
| 160 |
}
|
| 161 |
$value = strval( $value );
|
| 162 |
+
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
| 163 |
if ( $value == '1' || $value == 'true' ) {
|
| 164 |
return 'yes';
|
| 165 |
}
|
| 166 |
+
// phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison
|
| 167 |
if ( $value == '0' || $value == 'false' ) {
|
| 168 |
return 'no';
|
| 169 |
}
|
| 170 |
+
if ( $value === '' ) {
|
| 171 |
return 'auto';
|
| 172 |
}
|
| 173 |
return $value;
|
includes/feedzy-rss-feeds-activator.php
CHANGED
|
@@ -32,7 +32,7 @@ class Feedzy_Rss_Feeds_Activator {
|
|
| 32 |
public static function activate() {
|
| 33 |
$options = get_option( Feedzy_Rss_Feeds::get_plugin_name(), array() );
|
| 34 |
$old_logger_option = get_option( 'feedzy_logger_flag', 'no' );
|
| 35 |
-
if ( $old_logger_option
|
| 36 |
update_option( 'feedzy_rss_feeds_logger_flag', 'yes' );
|
| 37 |
update_option( 'feedzy_logger_flag', 'no' );
|
| 38 |
}
|
| 32 |
public static function activate() {
|
| 33 |
$options = get_option( Feedzy_Rss_Feeds::get_plugin_name(), array() );
|
| 34 |
$old_logger_option = get_option( 'feedzy_logger_flag', 'no' );
|
| 35 |
+
if ( $old_logger_option === 'yes' ) {
|
| 36 |
update_option( 'feedzy_rss_feeds_logger_flag', 'yes' );
|
| 37 |
update_option( 'feedzy_logger_flag', 'no' );
|
| 38 |
}
|
includes/feedzy-rss-feeds.php
CHANGED
|
@@ -104,7 +104,7 @@ class Feedzy_Rss_Feeds {
|
|
| 104 |
*/
|
| 105 |
public function init() {
|
| 106 |
self::$plugin_name = 'feedzy-rss-feeds';
|
| 107 |
-
self::$version = '3.3.
|
| 108 |
self::$instance->load_dependencies();
|
| 109 |
self::$instance->set_locale();
|
| 110 |
self::$instance->define_admin_hooks();
|
|
@@ -214,7 +214,7 @@ class Feedzy_Rss_Feeds {
|
|
| 214 |
add_shortcode( 'feedzy-rss', array( self::$instance->admin, 'feedzy_rss' ) );
|
| 215 |
self::$instance->loader->add_action( 'wp_ajax_get_tinymce_form', self::$instance->admin, 'get_tinymce_form' );
|
| 216 |
self::$instance->loader->add_action( 'wp_enqueue_scripts', self::$instance->admin, 'enqueue_styles' );
|
| 217 |
-
self::$instance->loader->add_action( 'admin_enqueue_scripts', self::$instance->admin, '
|
| 218 |
$plugin_widget = new feedzy_wp_widget();
|
| 219 |
self::$instance->loader->add_action( 'widgets_init', $plugin_widget, 'registerWidget', 10 );
|
| 220 |
|
| 104 |
*/
|
| 105 |
public function init() {
|
| 106 |
self::$plugin_name = 'feedzy-rss-feeds';
|
| 107 |
+
self::$version = '3.3.6';
|
| 108 |
self::$instance->load_dependencies();
|
| 109 |
self::$instance->set_locale();
|
| 110 |
self::$instance->define_admin_hooks();
|
| 214 |
add_shortcode( 'feedzy-rss', array( self::$instance->admin, 'feedzy_rss' ) );
|
| 215 |
self::$instance->loader->add_action( 'wp_ajax_get_tinymce_form', self::$instance->admin, 'get_tinymce_form' );
|
| 216 |
self::$instance->loader->add_action( 'wp_enqueue_scripts', self::$instance->admin, 'enqueue_styles' );
|
| 217 |
+
self::$instance->loader->add_action( 'admin_enqueue_scripts', self::$instance->admin, 'enqueue_styles_admin' );
|
| 218 |
$plugin_widget = new feedzy_wp_widget();
|
| 219 |
self::$instance->loader->add_action( 'widgets_init', $plugin_widget, 'registerWidget', 10 );
|
| 220 |
|
includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php
CHANGED
|
@@ -29,7 +29,7 @@ class Feedzy_Rss_Feeds_Gutenberg_Block {
|
|
| 29 |
* Returns an instance of this class.
|
| 30 |
*/
|
| 31 |
public static function get_instance() {
|
| 32 |
-
if ( null
|
| 33 |
self::$instance = new Feedzy_Rss_Feeds_Gutenberg_Block();
|
| 34 |
}
|
| 35 |
return self::$instance;
|
| 29 |
* Returns an instance of this class.
|
| 30 |
*/
|
| 31 |
public static function get_instance() {
|
| 32 |
+
if ( null === self::$instance ) {
|
| 33 |
self::$instance = new Feedzy_Rss_Feeds_Gutenberg_Block();
|
| 34 |
}
|
| 35 |
return self::$instance;
|
includes/layouts/feedzy-support.php
CHANGED
|
@@ -9,12 +9,12 @@
|
|
| 9 |
|
| 10 |
<h2 class="nav-tab-wrapper">
|
| 11 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-support&tab=help' ) ); ?>"
|
| 12 |
-
class="nav-tab <?php echo $active_tab
|
| 13 |
<?php
|
| 14 |
if ( $show_more ) {
|
| 15 |
?>
|
| 16 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-support&tab=more' ) ); ?>"
|
| 17 |
-
class="nav-tab <?php echo $active_tab
|
| 18 |
<?php
|
| 19 |
}
|
| 20 |
?>
|
| 9 |
|
| 10 |
<h2 class="nav-tab-wrapper">
|
| 11 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-support&tab=help' ) ); ?>"
|
| 12 |
+
class="nav-tab <?php echo $active_tab === 'help' ? 'nav-tab-active' : ''; ?>"><?php _e( 'Support', 'feedzy-rss-feeds' ); ?></a>
|
| 13 |
<?php
|
| 14 |
if ( $show_more ) {
|
| 15 |
?>
|
| 16 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-support&tab=more' ) ); ?>"
|
| 17 |
+
class="nav-tab <?php echo $active_tab === 'more' ? 'nav-tab-active' : ''; ?>"><?php _e( 'More Features', 'feedzy-rss-feeds' ); ?></a>
|
| 18 |
<?php
|
| 19 |
}
|
| 20 |
?>
|
includes/layouts/settings.php
CHANGED
|
@@ -9,18 +9,18 @@
|
|
| 9 |
|
| 10 |
<h2 class="nav-tab-wrapper">
|
| 11 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=general' ) ); ?>"
|
| 12 |
-
class="nav-tab <?php echo $active_tab
|
| 13 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=headers' ) ); ?>"
|
| 14 |
-
class="nav-tab <?php echo $active_tab
|
| 15 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=proxy' ) ); ?>"
|
| 16 |
-
class="nav-tab <?php echo $active_tab
|
| 17 |
<?php
|
| 18 |
$tabs = apply_filters( 'feedzy_settings_tabs', array() );
|
| 19 |
if ( $tabs ) {
|
| 20 |
foreach ( $tabs as $tab => $label ) {
|
| 21 |
?>
|
| 22 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=' . $tab ) ); ?>"
|
| 23 |
-
class="nav-tab <?php echo $active_tab
|
| 24 |
<?php
|
| 25 |
}
|
| 26 |
}
|
| 9 |
|
| 10 |
<h2 class="nav-tab-wrapper">
|
| 11 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=general' ) ); ?>"
|
| 12 |
+
class="nav-tab <?php echo $active_tab === 'general' ? 'nav-tab-active' : ''; ?>"><?php _e( 'General', 'feedzy-rss-feeds' ); ?></a>
|
| 13 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=headers' ) ); ?>"
|
| 14 |
+
class="nav-tab <?php echo $active_tab === 'headers' ? 'nav-tab-active' : ''; ?>"><?php _e( 'Headers', 'feedzy-rss-feeds' ); ?></a>
|
| 15 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=proxy' ) ); ?>"
|
| 16 |
+
class="nav-tab <?php echo $active_tab === 'proxy' ? 'nav-tab-active' : ''; ?>"><?php _e( 'Proxy', 'feedzy-rss-feeds' ); ?></a>
|
| 17 |
<?php
|
| 18 |
$tabs = apply_filters( 'feedzy_settings_tabs', array() );
|
| 19 |
if ( $tabs ) {
|
| 20 |
foreach ( $tabs as $tab => $label ) {
|
| 21 |
?>
|
| 22 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=feedzy-settings&tab=' . $tab ) ); ?>"
|
| 23 |
+
class="nav-tab <?php echo $active_tab === $tab ? 'nav-tab-active' : ''; ?>"><?php echo $label; ?></a>
|
| 24 |
<?php
|
| 25 |
}
|
| 26 |
}
|
readme.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
**Tags:** RSS feed, autoblogging, autoblog, rss aggregator, feed to post
|
| 4 |
**Requires at least:** 3.7
|
| 5 |
**Requires PHP:** 5.3
|
| 6 |
-
**Tested up to:** 5.
|
| 7 |
**Stable tag:** trunk
|
| 8 |
**License:** GPLv2 or later
|
| 9 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
|
@@ -399,6 +399,14 @@ You have to check first if your feed is valid. Please test it here: https://vali
|
|
| 399 |
|
| 400 |
|
| 401 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 402 |
### 3.3.5 - 2019-02-24 ###
|
| 403 |
|
| 404 |
* Tested with WP 5.1
|
| 3 |
**Tags:** RSS feed, autoblogging, autoblog, rss aggregator, feed to post
|
| 4 |
**Requires at least:** 3.7
|
| 5 |
**Requires PHP:** 5.3
|
| 6 |
+
**Tested up to:** 5.2
|
| 7 |
**Stable tag:** trunk
|
| 8 |
**License:** GPLv2 or later
|
| 9 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
| 399 |
|
| 400 |
|
| 401 |
## Changelog ##
|
| 402 |
+
### 3.3.6 - 2019-05-03 ###
|
| 403 |
+
|
| 404 |
+
* Add filter to disable DB caching
|
| 405 |
+
* Fix issue with HTML tags not closed when feed has no items
|
| 406 |
+
* Fix issue with CSS file being loaded everywhere
|
| 407 |
+
* Tested up to WP 5.2
|
| 408 |
+
|
| 409 |
+
|
| 410 |
### 3.3.5 - 2019-02-24 ###
|
| 411 |
|
| 412 |
* Tested with WP 5.1
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: themeisle,codeinwp,hardeepasrani,contactashish13
|
|
| 3 |
Tags: RSS feed, autoblogging, autoblog, rss aggregator, feed to post
|
| 4 |
Requires at least: 3.7
|
| 5 |
Requires PHP: 5.3
|
| 6 |
-
Tested up to: 5.
|
| 7 |
Stable tag: trunk
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
@@ -160,6 +160,7 @@ Become a translator and send me your translation! [Contact-me](http://themeisle.
|
|
| 160 |
|
| 161 |
|
| 162 |
|
|
|
|
| 163 |
= Is it responsive friendly? =
|
| 164 |
|
| 165 |
Yes it is.
|
|
@@ -390,6 +391,9 @@ You have to check first if your feed is valid. Please test it here: https://vali
|
|
| 390 |
= In Feedzy how do I... =
|
| 391 |
[https://docs.themeisle.com/article/942-in-feedzy-how-do-i](https://docs.themeisle.com/article/942-in-feedzy-how-do-i)
|
| 392 |
|
|
|
|
|
|
|
|
|
|
| 393 |
== Screenshots ==
|
| 394 |
|
| 395 |
1. Simple example
|
|
@@ -399,6 +403,14 @@ You have to check first if your feed is valid. Please test it here: https://vali
|
|
| 399 |
|
| 400 |
|
| 401 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 402 |
= 3.3.5 - 2019-02-24 =
|
| 403 |
|
| 404 |
* Tested with WP 5.1
|
| 3 |
Tags: RSS feed, autoblogging, autoblog, rss aggregator, feed to post
|
| 4 |
Requires at least: 3.7
|
| 5 |
Requires PHP: 5.3
|
| 6 |
+
Tested up to: 5.2
|
| 7 |
Stable tag: trunk
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 160 |
|
| 161 |
|
| 162 |
|
| 163 |
+
|
| 164 |
= Is it responsive friendly? =
|
| 165 |
|
| 166 |
Yes it is.
|
| 391 |
= In Feedzy how do I... =
|
| 392 |
[https://docs.themeisle.com/article/942-in-feedzy-how-do-i](https://docs.themeisle.com/article/942-in-feedzy-how-do-i)
|
| 393 |
|
| 394 |
+
= How to import iTunes audio feed =
|
| 395 |
+
[https://docs.themeisle.com/article/1041-how-to-import-itunes-audio-feed](https://docs.themeisle.com/article/1041-how-to-import-itunes-audio-feed)
|
| 396 |
+
|
| 397 |
== Screenshots ==
|
| 398 |
|
| 399 |
1. Simple example
|
| 403 |
|
| 404 |
|
| 405 |
== Changelog ==
|
| 406 |
+
= 3.3.6 - 2019-05-03 =
|
| 407 |
+
|
| 408 |
+
* Add filter to disable DB caching
|
| 409 |
+
* Fix issue with HTML tags not closed when feed has no items
|
| 410 |
+
* Fix issue with CSS file being loaded everywhere
|
| 411 |
+
* Tested up to WP 5.2
|
| 412 |
+
|
| 413 |
+
|
| 414 |
= 3.3.5 - 2019-02-24 =
|
| 415 |
|
| 416 |
* Tested with WP 5.1
|
themeisle-hash.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"feedzy-rss-feed.php":"
|
| 1 |
+
{"feedzy-rss-feed.php":"f1019679903e64dad1412b40d2f42e50","index.php":"71c0755260138a4b7b2182c3c61179f6","uninstall.php":"cdb21f8648e005cbb9c73481d1750186"}
|
vendor/autoload.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit67907eea32d2dba52ddeec8a638d3dc2::getLoader();
|
vendor/autoload_52.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit78a7e45a197723d493284e9b91ba6aa6::getLoader();
|
vendor/codeinwp/themeisle-sdk/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## [3.0.4](https://github.com/Codeinwp/themeisle-sdk/compare/v3.0.3...v3.0.4) (2019-01-28)
|
| 2 |
|
| 3 |
|
| 1 |
+
## [3.0.5](https://github.com/Codeinwp/themeisle-sdk/compare/v3.0.4...v3.0.5) (2019-03-07)
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
### Bug Fixes
|
| 5 |
+
|
| 6 |
+
* dashboard widget issues and recommended module inconsistency fix [#50](https://github.com/Codeinwp/themeisle-sdk/issues/50), [#49](https://github.com/Codeinwp/themeisle-sdk/issues/49), [#47](https://github.com/Codeinwp/themeisle-sdk/issues/47) ([757eb02](https://github.com/Codeinwp/themeisle-sdk/commit/757eb02))
|
| 7 |
+
|
| 8 |
## [3.0.4](https://github.com/Codeinwp/themeisle-sdk/compare/v3.0.3...v3.0.4) (2019-01-28)
|
| 9 |
|
| 10 |
|
vendor/codeinwp/themeisle-sdk/Gruntfile.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
| 1 |
-
module.exports = function (grunt) {
|
| 2 |
-
grunt.initConfig(
|
| 3 |
-
{
|
| 4 |
-
version: {
|
| 5 |
-
project: {
|
| 6 |
-
src: [
|
| 7 |
-
'package.json'
|
| 8 |
-
]
|
| 9 |
-
},
|
| 10 |
-
composer: {
|
| 11 |
-
src: [
|
| 12 |
-
'composer.json'
|
| 13 |
-
]
|
| 14 |
-
},
|
| 15 |
-
load_php: {
|
| 16 |
-
options: {
|
| 17 |
-
prefix: '\\.*\\$themeisle_sdk_version\.*\\s=\.*\\s\''
|
| 18 |
-
},
|
| 19 |
-
src: [
|
| 20 |
-
'load.php'
|
| 21 |
-
]
|
| 22 |
-
},
|
| 23 |
-
},
|
| 24 |
-
}
|
| 25 |
-
);
|
| 26 |
-
grunt.loadNpmTasks( 'grunt-version' );
|
| 27 |
-
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/bin/install-wp-tests.sh
DELETED
|
@@ -1,130 +0,0 @@
|
|
| 1 |
-
#!/usr/bin/env bash
|
| 2 |
-
|
| 3 |
-
if [ $# -lt 3 ]; then
|
| 4 |
-
echo "usage: $0 <db-name> <db-user> <db-pass> [db-host] [wp-version] [skip-database-creation]"
|
| 5 |
-
exit 1
|
| 6 |
-
fi
|
| 7 |
-
|
| 8 |
-
DB_NAME=$1
|
| 9 |
-
DB_USER=$2
|
| 10 |
-
DB_PASS=$3
|
| 11 |
-
DB_HOST=${4-localhost}
|
| 12 |
-
WP_VERSION=${5-latest}
|
| 13 |
-
SKIP_DB_CREATE=${6-false}
|
| 14 |
-
|
| 15 |
-
WP_TESTS_DIR=${WP_TESTS_DIR-/tmp/wordpress-tests-lib}
|
| 16 |
-
WP_CORE_DIR=${WP_CORE_DIR-/tmp/wordpress/}
|
| 17 |
-
|
| 18 |
-
command_exists() {
|
| 19 |
-
type -t "$1" >/dev/null 2>&1
|
| 20 |
-
}
|
| 21 |
-
download() {
|
| 22 |
-
if command_exists "curl"; then
|
| 23 |
-
curl -s -o "${2:--}" "$1"
|
| 24 |
-
elif command_exists "wget"; then
|
| 25 |
-
wget -nv -O "${2:--}" "$1"
|
| 26 |
-
fi
|
| 27 |
-
}
|
| 28 |
-
if [[ $WP_VERSION =~ [0-9]+\.[0-9]+(\.[0-9]+)? ]]; then
|
| 29 |
-
WP_TESTS_TAG="tags/$WP_VERSION"
|
| 30 |
-
elif [[ $WP_VERSION == 'nightly' || $WP_VERSION == 'trunk' ]]; then
|
| 31 |
-
WP_TESTS_TAG="trunk"
|
| 32 |
-
else
|
| 33 |
-
# http serves a single offer, whereas https serves multiple. we only want one
|
| 34 |
-
download http://api.wordpress.org/core/version-check/1.7/ /tmp/wp-latest.json
|
| 35 |
-
grep '[0-9]+\.[0-9]+(\.[0-9]+)?' /tmp/wp-latest.json
|
| 36 |
-
LATEST_VERSION=$(grep -o '"version":"[^"]*' /tmp/wp-latest.json | sed 's/"version":"//')
|
| 37 |
-
if [[ -z "$LATEST_VERSION" ]]; then
|
| 38 |
-
echo "Latest WordPress version could not be found"
|
| 39 |
-
exit 1
|
| 40 |
-
fi
|
| 41 |
-
WP_TESTS_TAG="tags/$LATEST_VERSION"
|
| 42 |
-
fi
|
| 43 |
-
|
| 44 |
-
set -ex
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
install_wp() {
|
| 48 |
-
|
| 49 |
-
if [ -d $WP_CORE_DIR ]; then
|
| 50 |
-
return;
|
| 51 |
-
fi
|
| 52 |
-
|
| 53 |
-
mkdir -p $WP_CORE_DIR
|
| 54 |
-
|
| 55 |
-
if [[ $WP_VERSION == 'nightly' || $WP_VERSION == 'trunk' ]]; then
|
| 56 |
-
mkdir -p /tmp/wordpress-nightly
|
| 57 |
-
download https://wordpress.org/nightly-builds/wordpress-latest.zip /tmp/wordpress-nightly/wordpress-nightly.zip
|
| 58 |
-
unzip -q /tmp/wordpress-nightly/wordpress-nightly.zip -d /tmp/wordpress-nightly/
|
| 59 |
-
mv /tmp/wordpress-nightly/wordpress/* $WP_CORE_DIR
|
| 60 |
-
else
|
| 61 |
-
if [ $WP_VERSION == 'latest' ]; then
|
| 62 |
-
local ARCHIVE_NAME='latest'
|
| 63 |
-
else
|
| 64 |
-
local ARCHIVE_NAME="wordpress-$WP_VERSION"
|
| 65 |
-
fi
|
| 66 |
-
download https://wordpress.org/${ARCHIVE_NAME}.tar.gz /tmp/wordpress.tar.gz
|
| 67 |
-
tar --strip-components=1 -zxmf /tmp/wordpress.tar.gz -C $WP_CORE_DIR
|
| 68 |
-
fi
|
| 69 |
-
|
| 70 |
-
download https://raw.github.com/markoheijnen/wp-mysqli/master/db.php $WP_CORE_DIR/wp-content/db.php
|
| 71 |
-
}
|
| 72 |
-
|
| 73 |
-
install_test_suite() {
|
| 74 |
-
# portable in-place argument for both GNU sed and Mac OSX sed
|
| 75 |
-
if [[ $(uname -s) == 'Darwin' ]]; then
|
| 76 |
-
local ioption='-i .bak'
|
| 77 |
-
else
|
| 78 |
-
local ioption='-i'
|
| 79 |
-
fi
|
| 80 |
-
|
| 81 |
-
# set up testing suite if it doesn't yet exist
|
| 82 |
-
if [ ! -d $WP_TESTS_DIR ]; then
|
| 83 |
-
# set up testing suite
|
| 84 |
-
mkdir -p $WP_TESTS_DIR
|
| 85 |
-
svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes
|
| 86 |
-
svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data
|
| 87 |
-
fi
|
| 88 |
-
|
| 89 |
-
if [ ! -f wp-tests-config.php ]; then
|
| 90 |
-
download https://develop.svn.wordpress.org/${WP_TESTS_TAG}/wp-tests-config-sample.php "$WP_TESTS_DIR"/wp-tests-config.php
|
| 91 |
-
# remove all forward slashes in the end
|
| 92 |
-
WP_CORE_DIR=$(echo $WP_CORE_DIR | sed "s:/\+$::")
|
| 93 |
-
sed $ioption "s:dirname( __FILE__ ) . '/src/':'$WP_CORE_DIR/':" "$WP_TESTS_DIR"/wp-tests-config.php
|
| 94 |
-
sed $ioption "s/youremptytestdbnamehere/$DB_NAME/" "$WP_TESTS_DIR"/wp-tests-config.php
|
| 95 |
-
sed $ioption "s/yourusernamehere/$DB_USER/" "$WP_TESTS_DIR"/wp-tests-config.php
|
| 96 |
-
sed $ioption "s/yourpasswordhere/$DB_PASS/" "$WP_TESTS_DIR"/wp-tests-config.php
|
| 97 |
-
sed $ioption "s|localhost|${DB_HOST}|" "$WP_TESTS_DIR"/wp-tests-config.php
|
| 98 |
-
fi
|
| 99 |
-
|
| 100 |
-
}
|
| 101 |
-
|
| 102 |
-
install_db() {
|
| 103 |
-
|
| 104 |
-
if [ ${SKIP_DB_CREATE} = "true" ]; then
|
| 105 |
-
return 0
|
| 106 |
-
fi
|
| 107 |
-
|
| 108 |
-
# parse DB_HOST for port or socket references
|
| 109 |
-
local PARTS=(${DB_HOST//\:/ })
|
| 110 |
-
local DB_HOSTNAME=${PARTS[0]};
|
| 111 |
-
local DB_SOCK_OR_PORT=${PARTS[1]};
|
| 112 |
-
local EXTRA=""
|
| 113 |
-
|
| 114 |
-
if ! [ -z $DB_HOSTNAME ] ; then
|
| 115 |
-
if [ $(echo $DB_SOCK_OR_PORT | grep -e '^[0-9]\{1,\}$') ]; then
|
| 116 |
-
EXTRA=" --host=$DB_HOSTNAME --port=$DB_SOCK_OR_PORT --protocol=tcp"
|
| 117 |
-
elif ! [ -z $DB_SOCK_OR_PORT ] ; then
|
| 118 |
-
EXTRA=" --socket=$DB_SOCK_OR_PORT"
|
| 119 |
-
elif ! [ -z $DB_HOSTNAME ] ; then
|
| 120 |
-
EXTRA=" --host=$DB_HOSTNAME --protocol=tcp"
|
| 121 |
-
fi
|
| 122 |
-
fi
|
| 123 |
-
|
| 124 |
-
# create database
|
| 125 |
-
mysql --user="$DB_USER" --password="$DB_PASS"$EXTRA --execute "CREATE DATABASE IF NOT EXISTS $DB_NAME;"
|
| 126 |
-
}
|
| 127 |
-
|
| 128 |
-
install_wp
|
| 129 |
-
install_test_suite
|
| 130 |
-
install_db
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/bin/run-unit-tests.sh
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
#!/usr/bin/env bash
|
| 2 |
-
composer global require "phpunit/phpunit=4.8.*|5.7.*"
|
| 3 |
-
bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
|
| 4 |
-
phpunit --version
|
| 5 |
-
php -v
|
| 6 |
-
phpunit || exit 1
|
| 7 |
-
WP_MULTISITE=1 phpunit || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/composer.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "codeinwp/themeisle-sdk",
|
| 3 |
-
"description": "ThemeIsle SDK.",
|
| 4 |
-
"type": "library",
|
| 5 |
-
"keywords": [
|
| 6 |
-
"wordpress"
|
| 7 |
-
],
|
| 8 |
-
"homepage": "https://github.com/Codeinwp/themeisle-sdk",
|
| 9 |
-
"license": "GPL-2.0+",
|
| 10 |
-
"authors": [
|
| 11 |
-
{
|
| 12 |
-
"name": "ThemeIsle team",
|
| 13 |
-
"email": "friends@themeisle.com",
|
| 14 |
-
"homepage": "https://themeisle.com"
|
| 15 |
-
}
|
| 16 |
-
],
|
| 17 |
-
"version": "3.0.4",
|
| 18 |
-
"require-dev": {
|
| 19 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
| 20 |
-
"squizlabs/php_codesniffer": "^3.1",
|
| 21 |
-
"wp-coding-standards/wpcs": "^1.0.0"
|
| 22 |
-
},
|
| 23 |
-
"scripts": {
|
| 24 |
-
"format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
|
| 25 |
-
"lint": "phpcs --standard=phpcs.xml"
|
| 26 |
-
},
|
| 27 |
-
"support": {
|
| 28 |
-
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues"
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/composer.lock
DELETED
|
@@ -1,180 +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#installing-dependencies",
|
| 5 |
-
"This file is @generated automatically"
|
| 6 |
-
],
|
| 7 |
-
"content-hash": "836b37c9484505643ee34c575a736209",
|
| 8 |
-
"packages": [],
|
| 9 |
-
"packages-dev": [
|
| 10 |
-
{
|
| 11 |
-
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
| 12 |
-
"version": "v0.4.4",
|
| 13 |
-
"source": {
|
| 14 |
-
"type": "git",
|
| 15 |
-
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
| 16 |
-
"reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
|
| 17 |
-
},
|
| 18 |
-
"dist": {
|
| 19 |
-
"type": "zip",
|
| 20 |
-
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
|
| 21 |
-
"reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
|
| 22 |
-
"shasum": ""
|
| 23 |
-
},
|
| 24 |
-
"require": {
|
| 25 |
-
"composer-plugin-api": "^1.0",
|
| 26 |
-
"php": "^5.3|^7",
|
| 27 |
-
"squizlabs/php_codesniffer": "*"
|
| 28 |
-
},
|
| 29 |
-
"require-dev": {
|
| 30 |
-
"composer/composer": "*",
|
| 31 |
-
"wimg/php-compatibility": "^8.0"
|
| 32 |
-
},
|
| 33 |
-
"suggest": {
|
| 34 |
-
"dealerdirect/qa-tools": "All the PHP QA tools you'll need"
|
| 35 |
-
},
|
| 36 |
-
"type": "composer-plugin",
|
| 37 |
-
"extra": {
|
| 38 |
-
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
|
| 39 |
-
},
|
| 40 |
-
"autoload": {
|
| 41 |
-
"psr-4": {
|
| 42 |
-
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
|
| 43 |
-
}
|
| 44 |
-
},
|
| 45 |
-
"notification-url": "https://packagist.org/downloads/",
|
| 46 |
-
"license": [
|
| 47 |
-
"MIT"
|
| 48 |
-
],
|
| 49 |
-
"authors": [
|
| 50 |
-
{
|
| 51 |
-
"name": "Franck Nijhof",
|
| 52 |
-
"email": "f.nijhof@dealerdirect.nl",
|
| 53 |
-
"homepage": "http://workingatdealerdirect.eu",
|
| 54 |
-
"role": "Developer"
|
| 55 |
-
}
|
| 56 |
-
],
|
| 57 |
-
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
| 58 |
-
"homepage": "http://workingatdealerdirect.eu",
|
| 59 |
-
"keywords": [
|
| 60 |
-
"PHPCodeSniffer",
|
| 61 |
-
"PHP_CodeSniffer",
|
| 62 |
-
"code quality",
|
| 63 |
-
"codesniffer",
|
| 64 |
-
"composer",
|
| 65 |
-
"installer",
|
| 66 |
-
"phpcs",
|
| 67 |
-
"plugin",
|
| 68 |
-
"qa",
|
| 69 |
-
"quality",
|
| 70 |
-
"standard",
|
| 71 |
-
"standards",
|
| 72 |
-
"style guide",
|
| 73 |
-
"stylecheck",
|
| 74 |
-
"tests"
|
| 75 |
-
],
|
| 76 |
-
"time": "2017-12-06T16:27:17+00:00"
|
| 77 |
-
},
|
| 78 |
-
{
|
| 79 |
-
"name": "squizlabs/php_codesniffer",
|
| 80 |
-
"version": "3.4.0",
|
| 81 |
-
"source": {
|
| 82 |
-
"type": "git",
|
| 83 |
-
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
| 84 |
-
"reference": "379deb987e26c7cd103a7b387aea178baec96e48"
|
| 85 |
-
},
|
| 86 |
-
"dist": {
|
| 87 |
-
"type": "zip",
|
| 88 |
-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48",
|
| 89 |
-
"reference": "379deb987e26c7cd103a7b387aea178baec96e48",
|
| 90 |
-
"shasum": ""
|
| 91 |
-
},
|
| 92 |
-
"require": {
|
| 93 |
-
"ext-simplexml": "*",
|
| 94 |
-
"ext-tokenizer": "*",
|
| 95 |
-
"ext-xmlwriter": "*",
|
| 96 |
-
"php": ">=5.4.0"
|
| 97 |
-
},
|
| 98 |
-
"require-dev": {
|
| 99 |
-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
| 100 |
-
},
|
| 101 |
-
"bin": [
|
| 102 |
-
"bin/phpcs",
|
| 103 |
-
"bin/phpcbf"
|
| 104 |
-
],
|
| 105 |
-
"type": "library",
|
| 106 |
-
"extra": {
|
| 107 |
-
"branch-alias": {
|
| 108 |
-
"dev-master": "3.x-dev"
|
| 109 |
-
}
|
| 110 |
-
},
|
| 111 |
-
"notification-url": "https://packagist.org/downloads/",
|
| 112 |
-
"license": [
|
| 113 |
-
"BSD-3-Clause"
|
| 114 |
-
],
|
| 115 |
-
"authors": [
|
| 116 |
-
{
|
| 117 |
-
"name": "Greg Sherwood",
|
| 118 |
-
"role": "lead"
|
| 119 |
-
}
|
| 120 |
-
],
|
| 121 |
-
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
| 122 |
-
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
| 123 |
-
"keywords": [
|
| 124 |
-
"phpcs",
|
| 125 |
-
"standards"
|
| 126 |
-
],
|
| 127 |
-
"time": "2018-12-19T23:57:18+00:00"
|
| 128 |
-
},
|
| 129 |
-
{
|
| 130 |
-
"name": "wp-coding-standards/wpcs",
|
| 131 |
-
"version": "1.2.1",
|
| 132 |
-
"source": {
|
| 133 |
-
"type": "git",
|
| 134 |
-
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
|
| 135 |
-
"reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c"
|
| 136 |
-
},
|
| 137 |
-
"dist": {
|
| 138 |
-
"type": "zip",
|
| 139 |
-
"url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c",
|
| 140 |
-
"reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c",
|
| 141 |
-
"shasum": ""
|
| 142 |
-
},
|
| 143 |
-
"require": {
|
| 144 |
-
"php": ">=5.3",
|
| 145 |
-
"squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
|
| 146 |
-
},
|
| 147 |
-
"require-dev": {
|
| 148 |
-
"phpcompatibility/php-compatibility": "^9.0"
|
| 149 |
-
},
|
| 150 |
-
"suggest": {
|
| 151 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
|
| 152 |
-
},
|
| 153 |
-
"type": "phpcodesniffer-standard",
|
| 154 |
-
"notification-url": "https://packagist.org/downloads/",
|
| 155 |
-
"license": [
|
| 156 |
-
"MIT"
|
| 157 |
-
],
|
| 158 |
-
"authors": [
|
| 159 |
-
{
|
| 160 |
-
"name": "Contributors",
|
| 161 |
-
"homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
|
| 162 |
-
}
|
| 163 |
-
],
|
| 164 |
-
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
|
| 165 |
-
"keywords": [
|
| 166 |
-
"phpcs",
|
| 167 |
-
"standards",
|
| 168 |
-
"wordpress"
|
| 169 |
-
],
|
| 170 |
-
"time": "2018-12-18T09:43:51+00:00"
|
| 171 |
-
}
|
| 172 |
-
],
|
| 173 |
-
"aliases": [],
|
| 174 |
-
"minimum-stability": "stable",
|
| 175 |
-
"stability-flags": [],
|
| 176 |
-
"prefer-stable": false,
|
| 177 |
-
"prefer-lowest": false,
|
| 178 |
-
"platform": [],
|
| 179 |
-
"platform-dev": []
|
| 180 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/load.php
CHANGED
|
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 14 |
return;
|
| 15 |
}
|
| 16 |
// Current SDK version and path.
|
| 17 |
-
$themeisle_sdk_version = '3.0.
|
| 18 |
$themeisle_sdk_path = dirname( __FILE__ );
|
| 19 |
|
| 20 |
global $themeisle_sdk_max_version;
|
| 14 |
return;
|
| 15 |
}
|
| 16 |
// Current SDK version and path.
|
| 17 |
+
$themeisle_sdk_version = '3.0.5';
|
| 18 |
$themeisle_sdk_path = dirname( __FILE__ );
|
| 19 |
|
| 20 |
global $themeisle_sdk_max_version;
|
vendor/codeinwp/themeisle-sdk/package-lock.json
DELETED
|
@@ -1,7312 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "themeisle-sdk",
|
| 3 |
-
"version": "3.0.3",
|
| 4 |
-
"lockfileVersion": 1,
|
| 5 |
-
"requires": true,
|
| 6 |
-
"dependencies": {
|
| 7 |
-
"@mrmlnc/readdir-enhanced": {
|
| 8 |
-
"version": "2.2.1",
|
| 9 |
-
"resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
|
| 10 |
-
"integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
|
| 11 |
-
"dev": true,
|
| 12 |
-
"requires": {
|
| 13 |
-
"call-me-maybe": "^1.0.1",
|
| 14 |
-
"glob-to-regexp": "^0.3.0"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"@nodelib/fs.stat": {
|
| 18 |
-
"version": "1.1.3",
|
| 19 |
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
|
| 20 |
-
"integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
|
| 21 |
-
"dev": true
|
| 22 |
-
},
|
| 23 |
-
"@octokit/endpoint": {
|
| 24 |
-
"version": "3.1.1",
|
| 25 |
-
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-3.1.1.tgz",
|
| 26 |
-
"integrity": "sha512-KPkoTvKwCTetu/UqonLs1pfwFO5HAqTv/Ksp9y4NAg//ZgUCpvJsT4Hrst85uEzJvkB8+LxKyR4Bfv2X8O4cmQ==",
|
| 27 |
-
"dev": true,
|
| 28 |
-
"requires": {
|
| 29 |
-
"deepmerge": "3.0.0",
|
| 30 |
-
"is-plain-object": "^2.0.4",
|
| 31 |
-
"universal-user-agent": "^2.0.1",
|
| 32 |
-
"url-template": "^2.0.8"
|
| 33 |
-
}
|
| 34 |
-
},
|
| 35 |
-
"@octokit/request": {
|
| 36 |
-
"version": "2.2.0",
|
| 37 |
-
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-2.2.0.tgz",
|
| 38 |
-
"integrity": "sha512-4P9EbwKZ4xfyupVMb3KVuHmM+aO2fye3nufjGKz/qDssvdJj9Rlx44O0FdFvUp4kIzToy3AHLTOulEIDAL+dpg==",
|
| 39 |
-
"dev": true,
|
| 40 |
-
"requires": {
|
| 41 |
-
"@octokit/endpoint": "^3.0.0",
|
| 42 |
-
"is-plain-object": "^2.0.4",
|
| 43 |
-
"node-fetch": "^2.3.0",
|
| 44 |
-
"universal-user-agent": "^2.0.1"
|
| 45 |
-
}
|
| 46 |
-
},
|
| 47 |
-
"@octokit/rest": {
|
| 48 |
-
"version": "16.3.0",
|
| 49 |
-
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.3.0.tgz",
|
| 50 |
-
"integrity": "sha512-u0HkROLB0nOSfJhkF5FKMg6I12m6cN5S3S73Lwtfgrs9u4LhgUCZN2hC2KDyIaT7nhvNe9Kx0PgxhhD6li6QsA==",
|
| 51 |
-
"dev": true,
|
| 52 |
-
"requires": {
|
| 53 |
-
"@octokit/request": "2.2.0",
|
| 54 |
-
"before-after-hook": "^1.2.0",
|
| 55 |
-
"btoa-lite": "^1.0.0",
|
| 56 |
-
"lodash.get": "^4.4.2",
|
| 57 |
-
"lodash.pick": "^4.4.0",
|
| 58 |
-
"lodash.set": "^4.3.2",
|
| 59 |
-
"lodash.uniq": "^4.5.0",
|
| 60 |
-
"octokit-pagination-methods": "^1.1.0",
|
| 61 |
-
"universal-user-agent": "^2.0.0",
|
| 62 |
-
"url-template": "^2.0.8"
|
| 63 |
-
}
|
| 64 |
-
},
|
| 65 |
-
"@semantic-release/changelog": {
|
| 66 |
-
"version": "3.0.1",
|
| 67 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/changelog/-/changelog-3.0.1.tgz",
|
| 68 |
-
"integrity": "sha512-N3lWwS3SUQmjBI/IoxwfQwPHAeQgYkvM63nzBpYkp2DXQ9zdLs5ZYpD1oln//wWCKVSIY2tPDs7KD4LVVh6u5Q==",
|
| 69 |
-
"dev": true,
|
| 70 |
-
"requires": {
|
| 71 |
-
"@semantic-release/error": "^2.1.0",
|
| 72 |
-
"aggregate-error": "^1.0.0",
|
| 73 |
-
"fs-extra": "^7.0.0",
|
| 74 |
-
"lodash": "^4.17.4"
|
| 75 |
-
}
|
| 76 |
-
},
|
| 77 |
-
"@semantic-release/commit-analyzer": {
|
| 78 |
-
"version": "6.1.0",
|
| 79 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-6.1.0.tgz",
|
| 80 |
-
"integrity": "sha512-2lb+t6muGenI86mYGpZYOgITx9L3oZYF697tJoqXeQEk0uw0fm+OkkOuDTBA3Oax9ftoNIrCKv9bwgYvxrbM6w==",
|
| 81 |
-
"dev": true,
|
| 82 |
-
"requires": {
|
| 83 |
-
"conventional-changelog-angular": "^5.0.0",
|
| 84 |
-
"conventional-commits-filter": "^2.0.0",
|
| 85 |
-
"conventional-commits-parser": "^3.0.0",
|
| 86 |
-
"debug": "^4.0.0",
|
| 87 |
-
"import-from": "^2.1.0",
|
| 88 |
-
"lodash": "^4.17.4"
|
| 89 |
-
}
|
| 90 |
-
},
|
| 91 |
-
"@semantic-release/error": {
|
| 92 |
-
"version": "2.2.0",
|
| 93 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz",
|
| 94 |
-
"integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==",
|
| 95 |
-
"dev": true
|
| 96 |
-
},
|
| 97 |
-
"@semantic-release/exec": {
|
| 98 |
-
"version": "3.3.1",
|
| 99 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/exec/-/exec-3.3.1.tgz",
|
| 100 |
-
"integrity": "sha512-dyktNa5cpV9TqQjxBIfCJKpDlKyYJ5OzL/04uBr9qUDXcDgaczGip3M/In/Ff/KGZSzkvrx+m96LVpng9+g5Tw==",
|
| 101 |
-
"dev": true,
|
| 102 |
-
"requires": {
|
| 103 |
-
"@semantic-release/error": "^2.1.0",
|
| 104 |
-
"aggregate-error": "^1.0.0",
|
| 105 |
-
"debug": "^4.0.0",
|
| 106 |
-
"execa": "^1.0.0",
|
| 107 |
-
"lodash": "^4.17.4",
|
| 108 |
-
"parse-json": "^4.0.0"
|
| 109 |
-
}
|
| 110 |
-
},
|
| 111 |
-
"@semantic-release/git": {
|
| 112 |
-
"version": "7.0.6",
|
| 113 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/git/-/git-7.0.6.tgz",
|
| 114 |
-
"integrity": "sha512-Uyi/RFBYv8jecMo7vJfjsr9rweJkOPuY6CJOITbOzhHmJjZssVOf7sS+zuqEQQsVzU+PPYIjx86HkIzbve/Evg==",
|
| 115 |
-
"dev": true,
|
| 116 |
-
"requires": {
|
| 117 |
-
"@semantic-release/error": "^2.1.0",
|
| 118 |
-
"aggregate-error": "^1.0.0",
|
| 119 |
-
"debug": "^4.0.0",
|
| 120 |
-
"dir-glob": "^2.0.0",
|
| 121 |
-
"execa": "^1.0.0",
|
| 122 |
-
"fs-extra": "^7.0.0",
|
| 123 |
-
"globby": "^8.0.1",
|
| 124 |
-
"lodash": "^4.17.4",
|
| 125 |
-
"micromatch": "^3.1.4",
|
| 126 |
-
"p-reduce": "^1.0.0"
|
| 127 |
-
}
|
| 128 |
-
},
|
| 129 |
-
"@semantic-release/github": {
|
| 130 |
-
"version": "5.2.7",
|
| 131 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-5.2.7.tgz",
|
| 132 |
-
"integrity": "sha512-cWQhM9bdBv8KAwClmwM64Mo3vsOHVM2aJAGI6K3qbJfJ3GsLJLh1hTi+rMd5EkZ2DA8zUUHCiAJZ3ujMvUB0yg==",
|
| 133 |
-
"dev": true,
|
| 134 |
-
"requires": {
|
| 135 |
-
"@octokit/rest": "^16.0.1",
|
| 136 |
-
"@semantic-release/error": "^2.2.0",
|
| 137 |
-
"aggregate-error": "^1.0.0",
|
| 138 |
-
"bottleneck": "^2.0.1",
|
| 139 |
-
"debug": "^4.0.0",
|
| 140 |
-
"dir-glob": "^2.0.0",
|
| 141 |
-
"fs-extra": "^7.0.0",
|
| 142 |
-
"globby": "^8.0.0",
|
| 143 |
-
"http-proxy-agent": "^2.1.0",
|
| 144 |
-
"https-proxy-agent": "^2.2.1",
|
| 145 |
-
"issue-parser": "^3.0.0",
|
| 146 |
-
"lodash": "^4.17.4",
|
| 147 |
-
"mime": "^2.0.3",
|
| 148 |
-
"p-filter": "^1.0.0",
|
| 149 |
-
"p-retry": "^3.0.0",
|
| 150 |
-
"parse-github-url": "^1.0.1",
|
| 151 |
-
"url-join": "^4.0.0"
|
| 152 |
-
}
|
| 153 |
-
},
|
| 154 |
-
"@semantic-release/npm": {
|
| 155 |
-
"version": "5.1.2",
|
| 156 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-5.1.2.tgz",
|
| 157 |
-
"integrity": "sha512-hAt8Q86jjp0AiykihhZ7vuCFKYz0j8v3W6Jae8b+RCLi8IUofrPF1ZImx3oY0rRu8ZZSb4aU9uxtFmeOYZebjg==",
|
| 158 |
-
"dev": true,
|
| 159 |
-
"requires": {
|
| 160 |
-
"@semantic-release/error": "^2.2.0",
|
| 161 |
-
"aggregate-error": "^1.0.0",
|
| 162 |
-
"execa": "^1.0.0",
|
| 163 |
-
"fs-extra": "^7.0.0",
|
| 164 |
-
"lodash": "^4.17.4",
|
| 165 |
-
"nerf-dart": "^1.0.0",
|
| 166 |
-
"normalize-url": "^4.0.0",
|
| 167 |
-
"npm": "^6.3.0",
|
| 168 |
-
"rc": "^1.2.8",
|
| 169 |
-
"read-pkg": "^4.0.0",
|
| 170 |
-
"registry-auth-token": "^3.3.1"
|
| 171 |
-
},
|
| 172 |
-
"dependencies": {
|
| 173 |
-
"read-pkg": {
|
| 174 |
-
"version": "4.0.1",
|
| 175 |
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz",
|
| 176 |
-
"integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=",
|
| 177 |
-
"dev": true,
|
| 178 |
-
"requires": {
|
| 179 |
-
"normalize-package-data": "^2.3.2",
|
| 180 |
-
"parse-json": "^4.0.0",
|
| 181 |
-
"pify": "^3.0.0"
|
| 182 |
-
}
|
| 183 |
-
}
|
| 184 |
-
}
|
| 185 |
-
},
|
| 186 |
-
"@semantic-release/release-notes-generator": {
|
| 187 |
-
"version": "7.1.4",
|
| 188 |
-
"resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-7.1.4.tgz",
|
| 189 |
-
"integrity": "sha512-pWPouZujddgb6t61t9iA9G3yIfp3TeQ7bPbV1ixYSeP6L7gI1+Du82fY/OHfEwyifpymLUQW0XnIKgKct5IMMw==",
|
| 190 |
-
"dev": true,
|
| 191 |
-
"requires": {
|
| 192 |
-
"conventional-changelog-angular": "^5.0.0",
|
| 193 |
-
"conventional-changelog-writer": "^4.0.0",
|
| 194 |
-
"conventional-commits-filter": "^2.0.0",
|
| 195 |
-
"conventional-commits-parser": "^3.0.0",
|
| 196 |
-
"debug": "^4.0.0",
|
| 197 |
-
"get-stream": "^4.0.0",
|
| 198 |
-
"import-from": "^2.1.0",
|
| 199 |
-
"into-stream": "^4.0.0",
|
| 200 |
-
"lodash": "^4.17.4"
|
| 201 |
-
}
|
| 202 |
-
},
|
| 203 |
-
"JSONStream": {
|
| 204 |
-
"version": "1.3.5",
|
| 205 |
-
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
|
| 206 |
-
"integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
|
| 207 |
-
"dev": true,
|
| 208 |
-
"requires": {
|
| 209 |
-
"jsonparse": "^1.2.0",
|
| 210 |
-
"through": ">=2.2.7 <3"
|
| 211 |
-
}
|
| 212 |
-
},
|
| 213 |
-
"abbrev": {
|
| 214 |
-
"version": "1.1.1",
|
| 215 |
-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
| 216 |
-
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
| 217 |
-
"dev": true
|
| 218 |
-
},
|
| 219 |
-
"agent-base": {
|
| 220 |
-
"version": "4.2.1",
|
| 221 |
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz",
|
| 222 |
-
"integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==",
|
| 223 |
-
"dev": true,
|
| 224 |
-
"requires": {
|
| 225 |
-
"es6-promisify": "^5.0.0"
|
| 226 |
-
}
|
| 227 |
-
},
|
| 228 |
-
"aggregate-error": {
|
| 229 |
-
"version": "1.0.0",
|
| 230 |
-
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-1.0.0.tgz",
|
| 231 |
-
"integrity": "sha1-iINE2tAiCnLjr1CQYRf0h3GSX6w=",
|
| 232 |
-
"dev": true,
|
| 233 |
-
"requires": {
|
| 234 |
-
"clean-stack": "^1.0.0",
|
| 235 |
-
"indent-string": "^3.0.0"
|
| 236 |
-
}
|
| 237 |
-
},
|
| 238 |
-
"ansi-regex": {
|
| 239 |
-
"version": "3.0.0",
|
| 240 |
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
| 241 |
-
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
|
| 242 |
-
"dev": true
|
| 243 |
-
},
|
| 244 |
-
"ansi-styles": {
|
| 245 |
-
"version": "3.2.1",
|
| 246 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
| 247 |
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
| 248 |
-
"dev": true,
|
| 249 |
-
"requires": {
|
| 250 |
-
"color-convert": "^1.9.0"
|
| 251 |
-
}
|
| 252 |
-
},
|
| 253 |
-
"ansicolors": {
|
| 254 |
-
"version": "0.3.2",
|
| 255 |
-
"resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
|
| 256 |
-
"integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=",
|
| 257 |
-
"dev": true
|
| 258 |
-
},
|
| 259 |
-
"argparse": {
|
| 260 |
-
"version": "1.0.10",
|
| 261 |
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
| 262 |
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
| 263 |
-
"dev": true,
|
| 264 |
-
"requires": {
|
| 265 |
-
"sprintf-js": "~1.0.2"
|
| 266 |
-
},
|
| 267 |
-
"dependencies": {
|
| 268 |
-
"sprintf-js": {
|
| 269 |
-
"version": "1.0.3",
|
| 270 |
-
"resolved": "http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
| 271 |
-
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
|
| 272 |
-
"dev": true
|
| 273 |
-
}
|
| 274 |
-
}
|
| 275 |
-
},
|
| 276 |
-
"argv-formatter": {
|
| 277 |
-
"version": "1.0.0",
|
| 278 |
-
"resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz",
|
| 279 |
-
"integrity": "sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=",
|
| 280 |
-
"dev": true
|
| 281 |
-
},
|
| 282 |
-
"arr-diff": {
|
| 283 |
-
"version": "4.0.0",
|
| 284 |
-
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
|
| 285 |
-
"integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
|
| 286 |
-
"dev": true
|
| 287 |
-
},
|
| 288 |
-
"arr-flatten": {
|
| 289 |
-
"version": "1.1.0",
|
| 290 |
-
"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
|
| 291 |
-
"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
|
| 292 |
-
"dev": true
|
| 293 |
-
},
|
| 294 |
-
"arr-union": {
|
| 295 |
-
"version": "3.1.0",
|
| 296 |
-
"resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
|
| 297 |
-
"integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
|
| 298 |
-
"dev": true
|
| 299 |
-
},
|
| 300 |
-
"array-find-index": {
|
| 301 |
-
"version": "1.0.2",
|
| 302 |
-
"resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
|
| 303 |
-
"integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
|
| 304 |
-
"dev": true
|
| 305 |
-
},
|
| 306 |
-
"array-ify": {
|
| 307 |
-
"version": "1.0.0",
|
| 308 |
-
"resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
|
| 309 |
-
"integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
|
| 310 |
-
"dev": true
|
| 311 |
-
},
|
| 312 |
-
"array-union": {
|
| 313 |
-
"version": "1.0.2",
|
| 314 |
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
| 315 |
-
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
| 316 |
-
"dev": true,
|
| 317 |
-
"requires": {
|
| 318 |
-
"array-uniq": "^1.0.1"
|
| 319 |
-
}
|
| 320 |
-
},
|
| 321 |
-
"array-uniq": {
|
| 322 |
-
"version": "1.0.3",
|
| 323 |
-
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
|
| 324 |
-
"integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
|
| 325 |
-
"dev": true
|
| 326 |
-
},
|
| 327 |
-
"array-unique": {
|
| 328 |
-
"version": "0.3.2",
|
| 329 |
-
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
|
| 330 |
-
"integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
|
| 331 |
-
"dev": true
|
| 332 |
-
},
|
| 333 |
-
"arrify": {
|
| 334 |
-
"version": "1.0.1",
|
| 335 |
-
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
|
| 336 |
-
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
|
| 337 |
-
"dev": true
|
| 338 |
-
},
|
| 339 |
-
"assign-symbols": {
|
| 340 |
-
"version": "1.0.0",
|
| 341 |
-
"resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
|
| 342 |
-
"integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
|
| 343 |
-
"dev": true
|
| 344 |
-
},
|
| 345 |
-
"async": {
|
| 346 |
-
"version": "1.5.2",
|
| 347 |
-
"resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
| 348 |
-
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
|
| 349 |
-
"dev": true
|
| 350 |
-
},
|
| 351 |
-
"atob": {
|
| 352 |
-
"version": "2.1.2",
|
| 353 |
-
"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
|
| 354 |
-
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
|
| 355 |
-
"dev": true
|
| 356 |
-
},
|
| 357 |
-
"balanced-match": {
|
| 358 |
-
"version": "1.0.0",
|
| 359 |
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
|
| 360 |
-
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
|
| 361 |
-
"dev": true
|
| 362 |
-
},
|
| 363 |
-
"base": {
|
| 364 |
-
"version": "0.11.2",
|
| 365 |
-
"resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
|
| 366 |
-
"integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
|
| 367 |
-
"dev": true,
|
| 368 |
-
"requires": {
|
| 369 |
-
"cache-base": "^1.0.1",
|
| 370 |
-
"class-utils": "^0.3.5",
|
| 371 |
-
"component-emitter": "^1.2.1",
|
| 372 |
-
"define-property": "^1.0.0",
|
| 373 |
-
"isobject": "^3.0.1",
|
| 374 |
-
"mixin-deep": "^1.2.0",
|
| 375 |
-
"pascalcase": "^0.1.1"
|
| 376 |
-
},
|
| 377 |
-
"dependencies": {
|
| 378 |
-
"define-property": {
|
| 379 |
-
"version": "1.0.0",
|
| 380 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
|
| 381 |
-
"integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
|
| 382 |
-
"dev": true,
|
| 383 |
-
"requires": {
|
| 384 |
-
"is-descriptor": "^1.0.0"
|
| 385 |
-
}
|
| 386 |
-
},
|
| 387 |
-
"is-accessor-descriptor": {
|
| 388 |
-
"version": "1.0.0",
|
| 389 |
-
"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
|
| 390 |
-
"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
|
| 391 |
-
"dev": true,
|
| 392 |
-
"requires": {
|
| 393 |
-
"kind-of": "^6.0.0"
|
| 394 |
-
}
|
| 395 |
-
},
|
| 396 |
-
"is-data-descriptor": {
|
| 397 |
-
"version": "1.0.0",
|
| 398 |
-
"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
|
| 399 |
-
"integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
|
| 400 |
-
"dev": true,
|
| 401 |
-
"requires": {
|
| 402 |
-
"kind-of": "^6.0.0"
|
| 403 |
-
}
|
| 404 |
-
},
|
| 405 |
-
"is-descriptor": {
|
| 406 |
-
"version": "1.0.2",
|
| 407 |
-
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
|
| 408 |
-
"integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
|
| 409 |
-
"dev": true,
|
| 410 |
-
"requires": {
|
| 411 |
-
"is-accessor-descriptor": "^1.0.0",
|
| 412 |
-
"is-data-descriptor": "^1.0.0",
|
| 413 |
-
"kind-of": "^6.0.2"
|
| 414 |
-
}
|
| 415 |
-
}
|
| 416 |
-
}
|
| 417 |
-
},
|
| 418 |
-
"before-after-hook": {
|
| 419 |
-
"version": "1.2.0",
|
| 420 |
-
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-1.2.0.tgz",
|
| 421 |
-
"integrity": "sha512-wI3QtdLppHNkmM1VgRVLCrlWCKk/YexlPicYbXPs4eYdd1InrUCTFsx5bX1iUQzzMsoRXXPpM1r+p7JEJJydag==",
|
| 422 |
-
"dev": true
|
| 423 |
-
},
|
| 424 |
-
"bottleneck": {
|
| 425 |
-
"version": "2.14.0",
|
| 426 |
-
"resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.14.0.tgz",
|
| 427 |
-
"integrity": "sha512-hM5zQPPpIe2/pn8rornETr2x7/HOBGJ5u1RW1js6zvE5453bRMMbtbZl0ojB8yNj7w2xNWddpNukrhOikHb7BQ==",
|
| 428 |
-
"dev": true
|
| 429 |
-
},
|
| 430 |
-
"brace-expansion": {
|
| 431 |
-
"version": "1.1.11",
|
| 432 |
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
| 433 |
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
| 434 |
-
"dev": true,
|
| 435 |
-
"requires": {
|
| 436 |
-
"balanced-match": "^1.0.0",
|
| 437 |
-
"concat-map": "0.0.1"
|
| 438 |
-
}
|
| 439 |
-
},
|
| 440 |
-
"braces": {
|
| 441 |
-
"version": "2.3.2",
|
| 442 |
-
"resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
|
| 443 |
-
"integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
|
| 444 |
-
"dev": true,
|
| 445 |
-
"requires": {
|
| 446 |
-
"arr-flatten": "^1.1.0",
|
| 447 |
-
"array-unique": "^0.3.2",
|
| 448 |
-
"extend-shallow": "^2.0.1",
|
| 449 |
-
"fill-range": "^4.0.0",
|
| 450 |
-
"isobject": "^3.0.1",
|
| 451 |
-
"repeat-element": "^1.1.2",
|
| 452 |
-
"snapdragon": "^0.8.1",
|
| 453 |
-
"snapdragon-node": "^2.0.1",
|
| 454 |
-
"split-string": "^3.0.2",
|
| 455 |
-
"to-regex": "^3.0.1"
|
| 456 |
-
},
|
| 457 |
-
"dependencies": {
|
| 458 |
-
"extend-shallow": {
|
| 459 |
-
"version": "2.0.1",
|
| 460 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
| 461 |
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
| 462 |
-
"dev": true,
|
| 463 |
-
"requires": {
|
| 464 |
-
"is-extendable": "^0.1.0"
|
| 465 |
-
}
|
| 466 |
-
}
|
| 467 |
-
}
|
| 468 |
-
},
|
| 469 |
-
"btoa-lite": {
|
| 470 |
-
"version": "1.0.0",
|
| 471 |
-
"resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz",
|
| 472 |
-
"integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=",
|
| 473 |
-
"dev": true
|
| 474 |
-
},
|
| 475 |
-
"builtin-modules": {
|
| 476 |
-
"version": "1.1.1",
|
| 477 |
-
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
|
| 478 |
-
"integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
|
| 479 |
-
"dev": true
|
| 480 |
-
},
|
| 481 |
-
"cache-base": {
|
| 482 |
-
"version": "1.0.1",
|
| 483 |
-
"resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
|
| 484 |
-
"integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
|
| 485 |
-
"dev": true,
|
| 486 |
-
"requires": {
|
| 487 |
-
"collection-visit": "^1.0.0",
|
| 488 |
-
"component-emitter": "^1.2.1",
|
| 489 |
-
"get-value": "^2.0.6",
|
| 490 |
-
"has-value": "^1.0.0",
|
| 491 |
-
"isobject": "^3.0.1",
|
| 492 |
-
"set-value": "^2.0.0",
|
| 493 |
-
"to-object-path": "^0.3.0",
|
| 494 |
-
"union-value": "^1.0.0",
|
| 495 |
-
"unset-value": "^1.0.0"
|
| 496 |
-
}
|
| 497 |
-
},
|
| 498 |
-
"call-me-maybe": {
|
| 499 |
-
"version": "1.0.1",
|
| 500 |
-
"resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz",
|
| 501 |
-
"integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=",
|
| 502 |
-
"dev": true
|
| 503 |
-
},
|
| 504 |
-
"caller-callsite": {
|
| 505 |
-
"version": "2.0.0",
|
| 506 |
-
"resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
|
| 507 |
-
"integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=",
|
| 508 |
-
"dev": true,
|
| 509 |
-
"requires": {
|
| 510 |
-
"callsites": "^2.0.0"
|
| 511 |
-
}
|
| 512 |
-
},
|
| 513 |
-
"caller-path": {
|
| 514 |
-
"version": "2.0.0",
|
| 515 |
-
"resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
|
| 516 |
-
"integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
|
| 517 |
-
"dev": true,
|
| 518 |
-
"requires": {
|
| 519 |
-
"caller-callsite": "^2.0.0"
|
| 520 |
-
}
|
| 521 |
-
},
|
| 522 |
-
"callsites": {
|
| 523 |
-
"version": "2.0.0",
|
| 524 |
-
"resolved": "http://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
|
| 525 |
-
"integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=",
|
| 526 |
-
"dev": true
|
| 527 |
-
},
|
| 528 |
-
"camelcase": {
|
| 529 |
-
"version": "2.1.1",
|
| 530 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
|
| 531 |
-
"integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
|
| 532 |
-
"dev": true
|
| 533 |
-
},
|
| 534 |
-
"camelcase-keys": {
|
| 535 |
-
"version": "2.1.0",
|
| 536 |
-
"resolved": "http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
|
| 537 |
-
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
|
| 538 |
-
"dev": true,
|
| 539 |
-
"requires": {
|
| 540 |
-
"camelcase": "^2.0.0",
|
| 541 |
-
"map-obj": "^1.0.0"
|
| 542 |
-
}
|
| 543 |
-
},
|
| 544 |
-
"cardinal": {
|
| 545 |
-
"version": "2.1.1",
|
| 546 |
-
"resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
|
| 547 |
-
"integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=",
|
| 548 |
-
"dev": true,
|
| 549 |
-
"requires": {
|
| 550 |
-
"ansicolors": "~0.3.2",
|
| 551 |
-
"redeyed": "~2.1.0"
|
| 552 |
-
}
|
| 553 |
-
},
|
| 554 |
-
"chalk": {
|
| 555 |
-
"version": "2.4.1",
|
| 556 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
|
| 557 |
-
"integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
|
| 558 |
-
"dev": true,
|
| 559 |
-
"requires": {
|
| 560 |
-
"ansi-styles": "^3.2.1",
|
| 561 |
-
"escape-string-regexp": "^1.0.5",
|
| 562 |
-
"supports-color": "^5.3.0"
|
| 563 |
-
}
|
| 564 |
-
},
|
| 565 |
-
"class-utils": {
|
| 566 |
-
"version": "0.3.6",
|
| 567 |
-
"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
|
| 568 |
-
"integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
|
| 569 |
-
"dev": true,
|
| 570 |
-
"requires": {
|
| 571 |
-
"arr-union": "^3.1.0",
|
| 572 |
-
"define-property": "^0.2.5",
|
| 573 |
-
"isobject": "^3.0.0",
|
| 574 |
-
"static-extend": "^0.1.1"
|
| 575 |
-
},
|
| 576 |
-
"dependencies": {
|
| 577 |
-
"define-property": {
|
| 578 |
-
"version": "0.2.5",
|
| 579 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
| 580 |
-
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
|
| 581 |
-
"dev": true,
|
| 582 |
-
"requires": {
|
| 583 |
-
"is-descriptor": "^0.1.0"
|
| 584 |
-
}
|
| 585 |
-
}
|
| 586 |
-
}
|
| 587 |
-
},
|
| 588 |
-
"clean-stack": {
|
| 589 |
-
"version": "1.3.0",
|
| 590 |
-
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-1.3.0.tgz",
|
| 591 |
-
"integrity": "sha1-noIVAa6XmYbEax1m0tQy2y/UrjE=",
|
| 592 |
-
"dev": true
|
| 593 |
-
},
|
| 594 |
-
"cli-table": {
|
| 595 |
-
"version": "0.3.1",
|
| 596 |
-
"resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
|
| 597 |
-
"integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
|
| 598 |
-
"dev": true,
|
| 599 |
-
"requires": {
|
| 600 |
-
"colors": "1.0.3"
|
| 601 |
-
},
|
| 602 |
-
"dependencies": {
|
| 603 |
-
"colors": {
|
| 604 |
-
"version": "1.0.3",
|
| 605 |
-
"resolved": "http://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
|
| 606 |
-
"integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=",
|
| 607 |
-
"dev": true
|
| 608 |
-
}
|
| 609 |
-
}
|
| 610 |
-
},
|
| 611 |
-
"cliui": {
|
| 612 |
-
"version": "4.1.0",
|
| 613 |
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
|
| 614 |
-
"integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
|
| 615 |
-
"dev": true,
|
| 616 |
-
"requires": {
|
| 617 |
-
"string-width": "^2.1.1",
|
| 618 |
-
"strip-ansi": "^4.0.0",
|
| 619 |
-
"wrap-ansi": "^2.0.0"
|
| 620 |
-
}
|
| 621 |
-
},
|
| 622 |
-
"code-point-at": {
|
| 623 |
-
"version": "1.1.0",
|
| 624 |
-
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
| 625 |
-
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
|
| 626 |
-
"dev": true
|
| 627 |
-
},
|
| 628 |
-
"coffeescript": {
|
| 629 |
-
"version": "1.10.0",
|
| 630 |
-
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz",
|
| 631 |
-
"integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",
|
| 632 |
-
"dev": true
|
| 633 |
-
},
|
| 634 |
-
"collection-visit": {
|
| 635 |
-
"version": "1.0.0",
|
| 636 |
-
"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
|
| 637 |
-
"integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
|
| 638 |
-
"dev": true,
|
| 639 |
-
"requires": {
|
| 640 |
-
"map-visit": "^1.0.0",
|
| 641 |
-
"object-visit": "^1.0.0"
|
| 642 |
-
}
|
| 643 |
-
},
|
| 644 |
-
"color-convert": {
|
| 645 |
-
"version": "1.9.3",
|
| 646 |
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
| 647 |
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
| 648 |
-
"dev": true,
|
| 649 |
-
"requires": {
|
| 650 |
-
"color-name": "1.1.3"
|
| 651 |
-
}
|
| 652 |
-
},
|
| 653 |
-
"color-name": {
|
| 654 |
-
"version": "1.1.3",
|
| 655 |
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
| 656 |
-
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
|
| 657 |
-
"dev": true
|
| 658 |
-
},
|
| 659 |
-
"colors": {
|
| 660 |
-
"version": "1.1.2",
|
| 661 |
-
"resolved": "http://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
|
| 662 |
-
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
|
| 663 |
-
"dev": true
|
| 664 |
-
},
|
| 665 |
-
"commander": {
|
| 666 |
-
"version": "2.17.1",
|
| 667 |
-
"resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
|
| 668 |
-
"integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==",
|
| 669 |
-
"dev": true,
|
| 670 |
-
"optional": true
|
| 671 |
-
},
|
| 672 |
-
"compare-func": {
|
| 673 |
-
"version": "1.3.2",
|
| 674 |
-
"resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
|
| 675 |
-
"integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=",
|
| 676 |
-
"dev": true,
|
| 677 |
-
"requires": {
|
| 678 |
-
"array-ify": "^1.0.0",
|
| 679 |
-
"dot-prop": "^3.0.0"
|
| 680 |
-
}
|
| 681 |
-
},
|
| 682 |
-
"component-emitter": {
|
| 683 |
-
"version": "1.2.1",
|
| 684 |
-
"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
|
| 685 |
-
"integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
|
| 686 |
-
"dev": true
|
| 687 |
-
},
|
| 688 |
-
"concat-map": {
|
| 689 |
-
"version": "0.0.1",
|
| 690 |
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
| 691 |
-
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
| 692 |
-
"dev": true
|
| 693 |
-
},
|
| 694 |
-
"conventional-changelog-angular": {
|
| 695 |
-
"version": "5.0.2",
|
| 696 |
-
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.2.tgz",
|
| 697 |
-
"integrity": "sha512-yx7m7lVrXmt4nKWQgWZqxSALEiAKZhOAcbxdUaU9575mB0CzXVbgrgpfSnSP7OqWDUTYGD0YVJ0MSRdyOPgAwA==",
|
| 698 |
-
"dev": true,
|
| 699 |
-
"requires": {
|
| 700 |
-
"compare-func": "^1.3.1",
|
| 701 |
-
"q": "^1.5.1"
|
| 702 |
-
}
|
| 703 |
-
},
|
| 704 |
-
"conventional-changelog-writer": {
|
| 705 |
-
"version": "4.0.2",
|
| 706 |
-
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.2.tgz",
|
| 707 |
-
"integrity": "sha512-d8/FQY/fix2xXEBUhOo8u3DCbyEw3UOQgYHxLsPDw+wHUDma/GQGAGsGtoH876WyNs32fViHmTOUrgRKVLvBug==",
|
| 708 |
-
"dev": true,
|
| 709 |
-
"requires": {
|
| 710 |
-
"compare-func": "^1.3.1",
|
| 711 |
-
"conventional-commits-filter": "^2.0.1",
|
| 712 |
-
"dateformat": "^3.0.0",
|
| 713 |
-
"handlebars": "^4.0.2",
|
| 714 |
-
"json-stringify-safe": "^5.0.1",
|
| 715 |
-
"lodash": "^4.2.1",
|
| 716 |
-
"meow": "^4.0.0",
|
| 717 |
-
"semver": "^5.5.0",
|
| 718 |
-
"split": "^1.0.0",
|
| 719 |
-
"through2": "^2.0.0"
|
| 720 |
-
},
|
| 721 |
-
"dependencies": {
|
| 722 |
-
"camelcase": {
|
| 723 |
-
"version": "4.1.0",
|
| 724 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
| 725 |
-
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
|
| 726 |
-
"dev": true
|
| 727 |
-
},
|
| 728 |
-
"camelcase-keys": {
|
| 729 |
-
"version": "4.2.0",
|
| 730 |
-
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
|
| 731 |
-
"integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
|
| 732 |
-
"dev": true,
|
| 733 |
-
"requires": {
|
| 734 |
-
"camelcase": "^4.1.0",
|
| 735 |
-
"map-obj": "^2.0.0",
|
| 736 |
-
"quick-lru": "^1.0.0"
|
| 737 |
-
}
|
| 738 |
-
},
|
| 739 |
-
"dateformat": {
|
| 740 |
-
"version": "3.0.3",
|
| 741 |
-
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
|
| 742 |
-
"integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==",
|
| 743 |
-
"dev": true
|
| 744 |
-
},
|
| 745 |
-
"find-up": {
|
| 746 |
-
"version": "2.1.0",
|
| 747 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
| 748 |
-
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
|
| 749 |
-
"dev": true,
|
| 750 |
-
"requires": {
|
| 751 |
-
"locate-path": "^2.0.0"
|
| 752 |
-
}
|
| 753 |
-
},
|
| 754 |
-
"load-json-file": {
|
| 755 |
-
"version": "4.0.0",
|
| 756 |
-
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
|
| 757 |
-
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
|
| 758 |
-
"dev": true,
|
| 759 |
-
"requires": {
|
| 760 |
-
"graceful-fs": "^4.1.2",
|
| 761 |
-
"parse-json": "^4.0.0",
|
| 762 |
-
"pify": "^3.0.0",
|
| 763 |
-
"strip-bom": "^3.0.0"
|
| 764 |
-
}
|
| 765 |
-
},
|
| 766 |
-
"map-obj": {
|
| 767 |
-
"version": "2.0.0",
|
| 768 |
-
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
|
| 769 |
-
"integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=",
|
| 770 |
-
"dev": true
|
| 771 |
-
},
|
| 772 |
-
"meow": {
|
| 773 |
-
"version": "4.0.1",
|
| 774 |
-
"resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
|
| 775 |
-
"integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==",
|
| 776 |
-
"dev": true,
|
| 777 |
-
"requires": {
|
| 778 |
-
"camelcase-keys": "^4.0.0",
|
| 779 |
-
"decamelize-keys": "^1.0.0",
|
| 780 |
-
"loud-rejection": "^1.0.0",
|
| 781 |
-
"minimist": "^1.1.3",
|
| 782 |
-
"minimist-options": "^3.0.1",
|
| 783 |
-
"normalize-package-data": "^2.3.4",
|
| 784 |
-
"read-pkg-up": "^3.0.0",
|
| 785 |
-
"redent": "^2.0.0",
|
| 786 |
-
"trim-newlines": "^2.0.0"
|
| 787 |
-
}
|
| 788 |
-
},
|
| 789 |
-
"read-pkg": {
|
| 790 |
-
"version": "3.0.0",
|
| 791 |
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
|
| 792 |
-
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
|
| 793 |
-
"dev": true,
|
| 794 |
-
"requires": {
|
| 795 |
-
"load-json-file": "^4.0.0",
|
| 796 |
-
"normalize-package-data": "^2.3.2",
|
| 797 |
-
"path-type": "^3.0.0"
|
| 798 |
-
}
|
| 799 |
-
},
|
| 800 |
-
"read-pkg-up": {
|
| 801 |
-
"version": "3.0.0",
|
| 802 |
-
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
|
| 803 |
-
"integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
|
| 804 |
-
"dev": true,
|
| 805 |
-
"requires": {
|
| 806 |
-
"find-up": "^2.0.0",
|
| 807 |
-
"read-pkg": "^3.0.0"
|
| 808 |
-
}
|
| 809 |
-
},
|
| 810 |
-
"redent": {
|
| 811 |
-
"version": "2.0.0",
|
| 812 |
-
"resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
|
| 813 |
-
"integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
|
| 814 |
-
"dev": true,
|
| 815 |
-
"requires": {
|
| 816 |
-
"indent-string": "^3.0.0",
|
| 817 |
-
"strip-indent": "^2.0.0"
|
| 818 |
-
}
|
| 819 |
-
},
|
| 820 |
-
"strip-bom": {
|
| 821 |
-
"version": "3.0.0",
|
| 822 |
-
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
| 823 |
-
"integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
|
| 824 |
-
"dev": true
|
| 825 |
-
},
|
| 826 |
-
"strip-indent": {
|
| 827 |
-
"version": "2.0.0",
|
| 828 |
-
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
|
| 829 |
-
"integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
|
| 830 |
-
"dev": true
|
| 831 |
-
},
|
| 832 |
-
"trim-newlines": {
|
| 833 |
-
"version": "2.0.0",
|
| 834 |
-
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
|
| 835 |
-
"integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=",
|
| 836 |
-
"dev": true
|
| 837 |
-
}
|
| 838 |
-
}
|
| 839 |
-
},
|
| 840 |
-
"conventional-commits-filter": {
|
| 841 |
-
"version": "2.0.1",
|
| 842 |
-
"resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz",
|
| 843 |
-
"integrity": "sha512-92OU8pz/977udhBjgPEbg3sbYzIxMDFTlQT97w7KdhR9igNqdJvy8smmedAAgn4tPiqseFloKkrVfbXCVd+E7A==",
|
| 844 |
-
"dev": true,
|
| 845 |
-
"requires": {
|
| 846 |
-
"is-subset": "^0.1.1",
|
| 847 |
-
"modify-values": "^1.0.0"
|
| 848 |
-
}
|
| 849 |
-
},
|
| 850 |
-
"conventional-commits-parser": {
|
| 851 |
-
"version": "3.0.1",
|
| 852 |
-
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.1.tgz",
|
| 853 |
-
"integrity": "sha512-P6U5UOvDeidUJ8ebHVDIoXzI7gMlQ1OF/id6oUvp8cnZvOXMt1n8nYl74Ey9YMn0uVQtxmCtjPQawpsssBWtGg==",
|
| 854 |
-
"dev": true,
|
| 855 |
-
"requires": {
|
| 856 |
-
"JSONStream": "^1.0.4",
|
| 857 |
-
"is-text-path": "^1.0.0",
|
| 858 |
-
"lodash": "^4.2.1",
|
| 859 |
-
"meow": "^4.0.0",
|
| 860 |
-
"split2": "^2.0.0",
|
| 861 |
-
"through2": "^2.0.0",
|
| 862 |
-
"trim-off-newlines": "^1.0.0"
|
| 863 |
-
},
|
| 864 |
-
"dependencies": {
|
| 865 |
-
"camelcase": {
|
| 866 |
-
"version": "4.1.0",
|
| 867 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
| 868 |
-
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
|
| 869 |
-
"dev": true
|
| 870 |
-
},
|
| 871 |
-
"camelcase-keys": {
|
| 872 |
-
"version": "4.2.0",
|
| 873 |
-
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
|
| 874 |
-
"integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
|
| 875 |
-
"dev": true,
|
| 876 |
-
"requires": {
|
| 877 |
-
"camelcase": "^4.1.0",
|
| 878 |
-
"map-obj": "^2.0.0",
|
| 879 |
-
"quick-lru": "^1.0.0"
|
| 880 |
-
}
|
| 881 |
-
},
|
| 882 |
-
"find-up": {
|
| 883 |
-
"version": "2.1.0",
|
| 884 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
| 885 |
-
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
|
| 886 |
-
"dev": true,
|
| 887 |
-
"requires": {
|
| 888 |
-
"locate-path": "^2.0.0"
|
| 889 |
-
}
|
| 890 |
-
},
|
| 891 |
-
"load-json-file": {
|
| 892 |
-
"version": "4.0.0",
|
| 893 |
-
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
|
| 894 |
-
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
|
| 895 |
-
"dev": true,
|
| 896 |
-
"requires": {
|
| 897 |
-
"graceful-fs": "^4.1.2",
|
| 898 |
-
"parse-json": "^4.0.0",
|
| 899 |
-
"pify": "^3.0.0",
|
| 900 |
-
"strip-bom": "^3.0.0"
|
| 901 |
-
}
|
| 902 |
-
},
|
| 903 |
-
"map-obj": {
|
| 904 |
-
"version": "2.0.0",
|
| 905 |
-
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
|
| 906 |
-
"integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=",
|
| 907 |
-
"dev": true
|
| 908 |
-
},
|
| 909 |
-
"meow": {
|
| 910 |
-
"version": "4.0.1",
|
| 911 |
-
"resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
|
| 912 |
-
"integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==",
|
| 913 |
-
"dev": true,
|
| 914 |
-
"requires": {
|
| 915 |
-
"camelcase-keys": "^4.0.0",
|
| 916 |
-
"decamelize-keys": "^1.0.0",
|
| 917 |
-
"loud-rejection": "^1.0.0",
|
| 918 |
-
"minimist": "^1.1.3",
|
| 919 |
-
"minimist-options": "^3.0.1",
|
| 920 |
-
"normalize-package-data": "^2.3.4",
|
| 921 |
-
"read-pkg-up": "^3.0.0",
|
| 922 |
-
"redent": "^2.0.0",
|
| 923 |
-
"trim-newlines": "^2.0.0"
|
| 924 |
-
}
|
| 925 |
-
},
|
| 926 |
-
"read-pkg": {
|
| 927 |
-
"version": "3.0.0",
|
| 928 |
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
|
| 929 |
-
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
|
| 930 |
-
"dev": true,
|
| 931 |
-
"requires": {
|
| 932 |
-
"load-json-file": "^4.0.0",
|
| 933 |
-
"normalize-package-data": "^2.3.2",
|
| 934 |
-
"path-type": "^3.0.0"
|
| 935 |
-
}
|
| 936 |
-
},
|
| 937 |
-
"read-pkg-up": {
|
| 938 |
-
"version": "3.0.0",
|
| 939 |
-
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
|
| 940 |
-
"integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
|
| 941 |
-
"dev": true,
|
| 942 |
-
"requires": {
|
| 943 |
-
"find-up": "^2.0.0",
|
| 944 |
-
"read-pkg": "^3.0.0"
|
| 945 |
-
}
|
| 946 |
-
},
|
| 947 |
-
"redent": {
|
| 948 |
-
"version": "2.0.0",
|
| 949 |
-
"resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
|
| 950 |
-
"integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
|
| 951 |
-
"dev": true,
|
| 952 |
-
"requires": {
|
| 953 |
-
"indent-string": "^3.0.0",
|
| 954 |
-
"strip-indent": "^2.0.0"
|
| 955 |
-
}
|
| 956 |
-
},
|
| 957 |
-
"strip-bom": {
|
| 958 |
-
"version": "3.0.0",
|
| 959 |
-
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
| 960 |
-
"integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
|
| 961 |
-
"dev": true
|
| 962 |
-
},
|
| 963 |
-
"strip-indent": {
|
| 964 |
-
"version": "2.0.0",
|
| 965 |
-
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
|
| 966 |
-
"integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
|
| 967 |
-
"dev": true
|
| 968 |
-
},
|
| 969 |
-
"trim-newlines": {
|
| 970 |
-
"version": "2.0.0",
|
| 971 |
-
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
|
| 972 |
-
"integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=",
|
| 973 |
-
"dev": true
|
| 974 |
-
}
|
| 975 |
-
}
|
| 976 |
-
},
|
| 977 |
-
"copy-descriptor": {
|
| 978 |
-
"version": "0.1.1",
|
| 979 |
-
"resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
|
| 980 |
-
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
|
| 981 |
-
"dev": true
|
| 982 |
-
},
|
| 983 |
-
"core-util-is": {
|
| 984 |
-
"version": "1.0.2",
|
| 985 |
-
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
| 986 |
-
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
| 987 |
-
"dev": true
|
| 988 |
-
},
|
| 989 |
-
"cosmiconfig": {
|
| 990 |
-
"version": "5.0.7",
|
| 991 |
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.0.7.tgz",
|
| 992 |
-
"integrity": "sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==",
|
| 993 |
-
"dev": true,
|
| 994 |
-
"requires": {
|
| 995 |
-
"import-fresh": "^2.0.0",
|
| 996 |
-
"is-directory": "^0.3.1",
|
| 997 |
-
"js-yaml": "^3.9.0",
|
| 998 |
-
"parse-json": "^4.0.0"
|
| 999 |
-
},
|
| 1000 |
-
"dependencies": {
|
| 1001 |
-
"esprima": {
|
| 1002 |
-
"version": "4.0.1",
|
| 1003 |
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
| 1004 |
-
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
| 1005 |
-
"dev": true
|
| 1006 |
-
},
|
| 1007 |
-
"js-yaml": {
|
| 1008 |
-
"version": "3.12.0",
|
| 1009 |
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz",
|
| 1010 |
-
"integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==",
|
| 1011 |
-
"dev": true,
|
| 1012 |
-
"requires": {
|
| 1013 |
-
"argparse": "^1.0.7",
|
| 1014 |
-
"esprima": "^4.0.0"
|
| 1015 |
-
}
|
| 1016 |
-
}
|
| 1017 |
-
}
|
| 1018 |
-
},
|
| 1019 |
-
"cross-spawn": {
|
| 1020 |
-
"version": "6.0.5",
|
| 1021 |
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
|
| 1022 |
-
"integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
|
| 1023 |
-
"dev": true,
|
| 1024 |
-
"requires": {
|
| 1025 |
-
"nice-try": "^1.0.4",
|
| 1026 |
-
"path-key": "^2.0.1",
|
| 1027 |
-
"semver": "^5.5.0",
|
| 1028 |
-
"shebang-command": "^1.2.0",
|
| 1029 |
-
"which": "^1.2.9"
|
| 1030 |
-
}
|
| 1031 |
-
},
|
| 1032 |
-
"currently-unhandled": {
|
| 1033 |
-
"version": "0.4.1",
|
| 1034 |
-
"resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
|
| 1035 |
-
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
|
| 1036 |
-
"dev": true,
|
| 1037 |
-
"requires": {
|
| 1038 |
-
"array-find-index": "^1.0.1"
|
| 1039 |
-
}
|
| 1040 |
-
},
|
| 1041 |
-
"dateformat": {
|
| 1042 |
-
"version": "1.0.12",
|
| 1043 |
-
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
|
| 1044 |
-
"integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
|
| 1045 |
-
"dev": true,
|
| 1046 |
-
"requires": {
|
| 1047 |
-
"get-stdin": "^4.0.1",
|
| 1048 |
-
"meow": "^3.3.0"
|
| 1049 |
-
}
|
| 1050 |
-
},
|
| 1051 |
-
"debug": {
|
| 1052 |
-
"version": "4.1.0",
|
| 1053 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz",
|
| 1054 |
-
"integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==",
|
| 1055 |
-
"dev": true,
|
| 1056 |
-
"requires": {
|
| 1057 |
-
"ms": "^2.1.1"
|
| 1058 |
-
}
|
| 1059 |
-
},
|
| 1060 |
-
"decamelize": {
|
| 1061 |
-
"version": "1.2.0",
|
| 1062 |
-
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
| 1063 |
-
"integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
|
| 1064 |
-
"dev": true
|
| 1065 |
-
},
|
| 1066 |
-
"decamelize-keys": {
|
| 1067 |
-
"version": "1.1.0",
|
| 1068 |
-
"resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
|
| 1069 |
-
"integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
|
| 1070 |
-
"dev": true,
|
| 1071 |
-
"requires": {
|
| 1072 |
-
"decamelize": "^1.1.0",
|
| 1073 |
-
"map-obj": "^1.0.0"
|
| 1074 |
-
}
|
| 1075 |
-
},
|
| 1076 |
-
"decode-uri-component": {
|
| 1077 |
-
"version": "0.2.0",
|
| 1078 |
-
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
|
| 1079 |
-
"integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
|
| 1080 |
-
"dev": true
|
| 1081 |
-
},
|
| 1082 |
-
"deep-extend": {
|
| 1083 |
-
"version": "0.6.0",
|
| 1084 |
-
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
| 1085 |
-
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
| 1086 |
-
"dev": true
|
| 1087 |
-
},
|
| 1088 |
-
"deepmerge": {
|
| 1089 |
-
"version": "3.0.0",
|
| 1090 |
-
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.0.0.tgz",
|
| 1091 |
-
"integrity": "sha512-a8z8bkgHsAML+uHLqmMS83HHlpy3PvZOOuiTQqaa3wu8ZVg3h0hqHk6aCsGdOnZV2XMM/FRimNGjUh0KCcmHBw==",
|
| 1092 |
-
"dev": true
|
| 1093 |
-
},
|
| 1094 |
-
"define-property": {
|
| 1095 |
-
"version": "2.0.2",
|
| 1096 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
|
| 1097 |
-
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
|
| 1098 |
-
"dev": true,
|
| 1099 |
-
"requires": {
|
| 1100 |
-
"is-descriptor": "^1.0.2",
|
| 1101 |
-
"isobject": "^3.0.1"
|
| 1102 |
-
},
|
| 1103 |
-
"dependencies": {
|
| 1104 |
-
"is-accessor-descriptor": {
|
| 1105 |
-
"version": "1.0.0",
|
| 1106 |
-
"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
|
| 1107 |
-
"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
|
| 1108 |
-
"dev": true,
|
| 1109 |
-
"requires": {
|
| 1110 |
-
"kind-of": "^6.0.0"
|
| 1111 |
-
}
|
| 1112 |
-
},
|
| 1113 |
-
"is-data-descriptor": {
|
| 1114 |
-
"version": "1.0.0",
|
| 1115 |
-
"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
|
| 1116 |
-
"integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
|
| 1117 |
-
"dev": true,
|
| 1118 |
-
"requires": {
|
| 1119 |
-
"kind-of": "^6.0.0"
|
| 1120 |
-
}
|
| 1121 |
-
},
|
| 1122 |
-
"is-descriptor": {
|
| 1123 |
-
"version": "1.0.2",
|
| 1124 |
-
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
|
| 1125 |
-
"integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
|
| 1126 |
-
"dev": true,
|
| 1127 |
-
"requires": {
|
| 1128 |
-
"is-accessor-descriptor": "^1.0.0",
|
| 1129 |
-
"is-data-descriptor": "^1.0.0",
|
| 1130 |
-
"kind-of": "^6.0.2"
|
| 1131 |
-
}
|
| 1132 |
-
}
|
| 1133 |
-
}
|
| 1134 |
-
},
|
| 1135 |
-
"dir-glob": {
|
| 1136 |
-
"version": "2.0.0",
|
| 1137 |
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
|
| 1138 |
-
"integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
|
| 1139 |
-
"dev": true,
|
| 1140 |
-
"requires": {
|
| 1141 |
-
"arrify": "^1.0.1",
|
| 1142 |
-
"path-type": "^3.0.0"
|
| 1143 |
-
}
|
| 1144 |
-
},
|
| 1145 |
-
"dot-prop": {
|
| 1146 |
-
"version": "3.0.0",
|
| 1147 |
-
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
|
| 1148 |
-
"integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=",
|
| 1149 |
-
"dev": true,
|
| 1150 |
-
"requires": {
|
| 1151 |
-
"is-obj": "^1.0.0"
|
| 1152 |
-
}
|
| 1153 |
-
},
|
| 1154 |
-
"duplexer2": {
|
| 1155 |
-
"version": "0.1.4",
|
| 1156 |
-
"resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
|
| 1157 |
-
"integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=",
|
| 1158 |
-
"dev": true,
|
| 1159 |
-
"requires": {
|
| 1160 |
-
"readable-stream": "^2.0.2"
|
| 1161 |
-
}
|
| 1162 |
-
},
|
| 1163 |
-
"end-of-stream": {
|
| 1164 |
-
"version": "1.4.1",
|
| 1165 |
-
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
|
| 1166 |
-
"integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
|
| 1167 |
-
"dev": true,
|
| 1168 |
-
"requires": {
|
| 1169 |
-
"once": "^1.4.0"
|
| 1170 |
-
}
|
| 1171 |
-
},
|
| 1172 |
-
"env-ci": {
|
| 1173 |
-
"version": "3.1.3",
|
| 1174 |
-
"resolved": "https://registry.npmjs.org/env-ci/-/env-ci-3.1.3.tgz",
|
| 1175 |
-
"integrity": "sha512-4NudFu3oUCNprsGkt/LmvqAwJlzX9QT8289AavXiDH1pBJuEd4n0ty98yUOWN3uFtjOhOGrmt1/FDKFxCewejw==",
|
| 1176 |
-
"dev": true,
|
| 1177 |
-
"requires": {
|
| 1178 |
-
"execa": "^1.0.0",
|
| 1179 |
-
"java-properties": "^0.2.9"
|
| 1180 |
-
}
|
| 1181 |
-
},
|
| 1182 |
-
"error-ex": {
|
| 1183 |
-
"version": "1.3.2",
|
| 1184 |
-
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
| 1185 |
-
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
| 1186 |
-
"dev": true,
|
| 1187 |
-
"requires": {
|
| 1188 |
-
"is-arrayish": "^0.2.1"
|
| 1189 |
-
}
|
| 1190 |
-
},
|
| 1191 |
-
"es6-promise": {
|
| 1192 |
-
"version": "4.2.5",
|
| 1193 |
-
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.5.tgz",
|
| 1194 |
-
"integrity": "sha512-n6wvpdE43VFtJq+lUDYDBFUwV8TZbuGXLV4D6wKafg13ldznKsyEvatubnmUe31zcvelSzOHF+XbaT+Bl9ObDg==",
|
| 1195 |
-
"dev": true
|
| 1196 |
-
},
|
| 1197 |
-
"es6-promisify": {
|
| 1198 |
-
"version": "5.0.0",
|
| 1199 |
-
"resolved": "http://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
|
| 1200 |
-
"integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=",
|
| 1201 |
-
"dev": true,
|
| 1202 |
-
"requires": {
|
| 1203 |
-
"es6-promise": "^4.0.3"
|
| 1204 |
-
}
|
| 1205 |
-
},
|
| 1206 |
-
"escape-string-regexp": {
|
| 1207 |
-
"version": "1.0.5",
|
| 1208 |
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
| 1209 |
-
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
| 1210 |
-
"dev": true
|
| 1211 |
-
},
|
| 1212 |
-
"esprima": {
|
| 1213 |
-
"version": "2.7.3",
|
| 1214 |
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
|
| 1215 |
-
"integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
|
| 1216 |
-
"dev": true
|
| 1217 |
-
},
|
| 1218 |
-
"eventemitter2": {
|
| 1219 |
-
"version": "0.4.14",
|
| 1220 |
-
"resolved": "http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
|
| 1221 |
-
"integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",
|
| 1222 |
-
"dev": true
|
| 1223 |
-
},
|
| 1224 |
-
"execa": {
|
| 1225 |
-
"version": "1.0.0",
|
| 1226 |
-
"resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
|
| 1227 |
-
"integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
|
| 1228 |
-
"dev": true,
|
| 1229 |
-
"requires": {
|
| 1230 |
-
"cross-spawn": "^6.0.0",
|
| 1231 |
-
"get-stream": "^4.0.0",
|
| 1232 |
-
"is-stream": "^1.1.0",
|
| 1233 |
-
"npm-run-path": "^2.0.0",
|
| 1234 |
-
"p-finally": "^1.0.0",
|
| 1235 |
-
"signal-exit": "^3.0.0",
|
| 1236 |
-
"strip-eof": "^1.0.0"
|
| 1237 |
-
}
|
| 1238 |
-
},
|
| 1239 |
-
"exit": {
|
| 1240 |
-
"version": "0.1.2",
|
| 1241 |
-
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
|
| 1242 |
-
"integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
|
| 1243 |
-
"dev": true
|
| 1244 |
-
},
|
| 1245 |
-
"expand-brackets": {
|
| 1246 |
-
"version": "2.1.4",
|
| 1247 |
-
"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
|
| 1248 |
-
"integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
|
| 1249 |
-
"dev": true,
|
| 1250 |
-
"requires": {
|
| 1251 |
-
"debug": "^2.3.3",
|
| 1252 |
-
"define-property": "^0.2.5",
|
| 1253 |
-
"extend-shallow": "^2.0.1",
|
| 1254 |
-
"posix-character-classes": "^0.1.0",
|
| 1255 |
-
"regex-not": "^1.0.0",
|
| 1256 |
-
"snapdragon": "^0.8.1",
|
| 1257 |
-
"to-regex": "^3.0.1"
|
| 1258 |
-
},
|
| 1259 |
-
"dependencies": {
|
| 1260 |
-
"debug": {
|
| 1261 |
-
"version": "2.6.9",
|
| 1262 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
| 1263 |
-
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
| 1264 |
-
"dev": true,
|
| 1265 |
-
"requires": {
|
| 1266 |
-
"ms": "2.0.0"
|
| 1267 |
-
}
|
| 1268 |
-
},
|
| 1269 |
-
"define-property": {
|
| 1270 |
-
"version": "0.2.5",
|
| 1271 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
| 1272 |
-
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
|
| 1273 |
-
"dev": true,
|
| 1274 |
-
"requires": {
|
| 1275 |
-
"is-descriptor": "^0.1.0"
|
| 1276 |
-
}
|
| 1277 |
-
},
|
| 1278 |
-
"extend-shallow": {
|
| 1279 |
-
"version": "2.0.1",
|
| 1280 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
| 1281 |
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
| 1282 |
-
"dev": true,
|
| 1283 |
-
"requires": {
|
| 1284 |
-
"is-extendable": "^0.1.0"
|
| 1285 |
-
}
|
| 1286 |
-
},
|
| 1287 |
-
"ms": {
|
| 1288 |
-
"version": "2.0.0",
|
| 1289 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
| 1290 |
-
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
|
| 1291 |
-
"dev": true
|
| 1292 |
-
}
|
| 1293 |
-
}
|
| 1294 |
-
},
|
| 1295 |
-
"extend-shallow": {
|
| 1296 |
-
"version": "3.0.2",
|
| 1297 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
| 1298 |
-
"integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
|
| 1299 |
-
"dev": true,
|
| 1300 |
-
"requires": {
|
| 1301 |
-
"assign-symbols": "^1.0.0",
|
| 1302 |
-
"is-extendable": "^1.0.1"
|
| 1303 |
-
},
|
| 1304 |
-
"dependencies": {
|
| 1305 |
-
"is-extendable": {
|
| 1306 |
-
"version": "1.0.1",
|
| 1307 |
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
| 1308 |
-
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
| 1309 |
-
"dev": true,
|
| 1310 |
-
"requires": {
|
| 1311 |
-
"is-plain-object": "^2.0.4"
|
| 1312 |
-
}
|
| 1313 |
-
}
|
| 1314 |
-
}
|
| 1315 |
-
},
|
| 1316 |
-
"extglob": {
|
| 1317 |
-
"version": "2.0.4",
|
| 1318 |
-
"resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
|
| 1319 |
-
"integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
|
| 1320 |
-
"dev": true,
|
| 1321 |
-
"requires": {
|
| 1322 |
-
"array-unique": "^0.3.2",
|
| 1323 |
-
"define-property": "^1.0.0",
|
| 1324 |
-
"expand-brackets": "^2.1.4",
|
| 1325 |
-
"extend-shallow": "^2.0.1",
|
| 1326 |
-
"fragment-cache": "^0.2.1",
|
| 1327 |
-
"regex-not": "^1.0.0",
|
| 1328 |
-
"snapdragon": "^0.8.1",
|
| 1329 |
-
"to-regex": "^3.0.1"
|
| 1330 |
-
},
|
| 1331 |
-
"dependencies": {
|
| 1332 |
-
"define-property": {
|
| 1333 |
-
"version": "1.0.0",
|
| 1334 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
|
| 1335 |
-
"integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
|
| 1336 |
-
"dev": true,
|
| 1337 |
-
"requires": {
|
| 1338 |
-
"is-descriptor": "^1.0.0"
|
| 1339 |
-
}
|
| 1340 |
-
},
|
| 1341 |
-
"extend-shallow": {
|
| 1342 |
-
"version": "2.0.1",
|
| 1343 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
| 1344 |
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
| 1345 |
-
"dev": true,
|
| 1346 |
-
"requires": {
|
| 1347 |
-
"is-extendable": "^0.1.0"
|
| 1348 |
-
}
|
| 1349 |
-
},
|
| 1350 |
-
"is-accessor-descriptor": {
|
| 1351 |
-
"version": "1.0.0",
|
| 1352 |
-
"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
|
| 1353 |
-
"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
|
| 1354 |
-
"dev": true,
|
| 1355 |
-
"requires": {
|
| 1356 |
-
"kind-of": "^6.0.0"
|
| 1357 |
-
}
|
| 1358 |
-
},
|
| 1359 |
-
"is-data-descriptor": {
|
| 1360 |
-
"version": "1.0.0",
|
| 1361 |
-
"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
|
| 1362 |
-
"integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
|
| 1363 |
-
"dev": true,
|
| 1364 |
-
"requires": {
|
| 1365 |
-
"kind-of": "^6.0.0"
|
| 1366 |
-
}
|
| 1367 |
-
},
|
| 1368 |
-
"is-descriptor": {
|
| 1369 |
-
"version": "1.0.2",
|
| 1370 |
-
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
|
| 1371 |
-
"integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
|
| 1372 |
-
"dev": true,
|
| 1373 |
-
"requires": {
|
| 1374 |
-
"is-accessor-descriptor": "^1.0.0",
|
| 1375 |
-
"is-data-descriptor": "^1.0.0",
|
| 1376 |
-
"kind-of": "^6.0.2"
|
| 1377 |
-
}
|
| 1378 |
-
}
|
| 1379 |
-
}
|
| 1380 |
-
},
|
| 1381 |
-
"fast-glob": {
|
| 1382 |
-
"version": "2.2.4",
|
| 1383 |
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.4.tgz",
|
| 1384 |
-
"integrity": "sha512-FjK2nCGI/McyzgNtTESqaWP3trPvHyRyoyY70hxjc3oKPNmDe8taohLZpoVKoUjW85tbU5txaYUZCNtVzygl1g==",
|
| 1385 |
-
"dev": true,
|
| 1386 |
-
"requires": {
|
| 1387 |
-
"@mrmlnc/readdir-enhanced": "^2.2.1",
|
| 1388 |
-
"@nodelib/fs.stat": "^1.1.2",
|
| 1389 |
-
"glob-parent": "^3.1.0",
|
| 1390 |
-
"is-glob": "^4.0.0",
|
| 1391 |
-
"merge2": "^1.2.3",
|
| 1392 |
-
"micromatch": "^3.1.10"
|
| 1393 |
-
}
|
| 1394 |
-
},
|
| 1395 |
-
"figures": {
|
| 1396 |
-
"version": "2.0.0",
|
| 1397 |
-
"resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
|
| 1398 |
-
"integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
|
| 1399 |
-
"dev": true,
|
| 1400 |
-
"requires": {
|
| 1401 |
-
"escape-string-regexp": "^1.0.5"
|
| 1402 |
-
}
|
| 1403 |
-
},
|
| 1404 |
-
"fill-range": {
|
| 1405 |
-
"version": "4.0.0",
|
| 1406 |
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
|
| 1407 |
-
"integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
|
| 1408 |
-
"dev": true,
|
| 1409 |
-
"requires": {
|
| 1410 |
-
"extend-shallow": "^2.0.1",
|
| 1411 |
-
"is-number": "^3.0.0",
|
| 1412 |
-
"repeat-string": "^1.6.1",
|
| 1413 |
-
"to-regex-range": "^2.1.0"
|
| 1414 |
-
},
|
| 1415 |
-
"dependencies": {
|
| 1416 |
-
"extend-shallow": {
|
| 1417 |
-
"version": "2.0.1",
|
| 1418 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
| 1419 |
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
| 1420 |
-
"dev": true,
|
| 1421 |
-
"requires": {
|
| 1422 |
-
"is-extendable": "^0.1.0"
|
| 1423 |
-
}
|
| 1424 |
-
}
|
| 1425 |
-
}
|
| 1426 |
-
},
|
| 1427 |
-
"find-up": {
|
| 1428 |
-
"version": "1.1.2",
|
| 1429 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
|
| 1430 |
-
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
|
| 1431 |
-
"dev": true,
|
| 1432 |
-
"requires": {
|
| 1433 |
-
"path-exists": "^2.0.0",
|
| 1434 |
-
"pinkie-promise": "^2.0.0"
|
| 1435 |
-
}
|
| 1436 |
-
},
|
| 1437 |
-
"find-versions": {
|
| 1438 |
-
"version": "3.0.0",
|
| 1439 |
-
"resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.0.0.tgz",
|
| 1440 |
-
"integrity": "sha512-IUvtItVFNmTtKoB0PRfbkR0zR9XMG5rWNO3qI1S8L0zdv+v2gqzM0pAunloxqbqAfT8w7bg8n/5gHzTXte8H5A==",
|
| 1441 |
-
"dev": true,
|
| 1442 |
-
"requires": {
|
| 1443 |
-
"array-uniq": "^2.0.0",
|
| 1444 |
-
"semver-regex": "^2.0.0"
|
| 1445 |
-
},
|
| 1446 |
-
"dependencies": {
|
| 1447 |
-
"array-uniq": {
|
| 1448 |
-
"version": "2.0.0",
|
| 1449 |
-
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-2.0.0.tgz",
|
| 1450 |
-
"integrity": "sha512-O3QZEr+3wDj7otzF7PjNGs6CA3qmYMLvt5xGkjY/V0VxS+ovvqVo/5wKM/OVOAyuX4DTh9H31zE/yKtO66hTkg==",
|
| 1451 |
-
"dev": true
|
| 1452 |
-
}
|
| 1453 |
-
}
|
| 1454 |
-
},
|
| 1455 |
-
"findup-sync": {
|
| 1456 |
-
"version": "0.3.0",
|
| 1457 |
-
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
|
| 1458 |
-
"integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
|
| 1459 |
-
"dev": true,
|
| 1460 |
-
"requires": {
|
| 1461 |
-
"glob": "~5.0.0"
|
| 1462 |
-
},
|
| 1463 |
-
"dependencies": {
|
| 1464 |
-
"glob": {
|
| 1465 |
-
"version": "5.0.15",
|
| 1466 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
|
| 1467 |
-
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
|
| 1468 |
-
"dev": true,
|
| 1469 |
-
"requires": {
|
| 1470 |
-
"inflight": "^1.0.4",
|
| 1471 |
-
"inherits": "2",
|
| 1472 |
-
"minimatch": "2 || 3",
|
| 1473 |
-
"once": "^1.3.0",
|
| 1474 |
-
"path-is-absolute": "^1.0.0"
|
| 1475 |
-
}
|
| 1476 |
-
}
|
| 1477 |
-
}
|
| 1478 |
-
},
|
| 1479 |
-
"for-in": {
|
| 1480 |
-
"version": "1.0.2",
|
| 1481 |
-
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
|
| 1482 |
-
"integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
|
| 1483 |
-
"dev": true
|
| 1484 |
-
},
|
| 1485 |
-
"fragment-cache": {
|
| 1486 |
-
"version": "0.2.1",
|
| 1487 |
-
"resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
|
| 1488 |
-
"integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
|
| 1489 |
-
"dev": true,
|
| 1490 |
-
"requires": {
|
| 1491 |
-
"map-cache": "^0.2.2"
|
| 1492 |
-
}
|
| 1493 |
-
},
|
| 1494 |
-
"from2": {
|
| 1495 |
-
"version": "2.3.0",
|
| 1496 |
-
"resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
|
| 1497 |
-
"integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
|
| 1498 |
-
"dev": true,
|
| 1499 |
-
"requires": {
|
| 1500 |
-
"inherits": "^2.0.1",
|
| 1501 |
-
"readable-stream": "^2.0.0"
|
| 1502 |
-
}
|
| 1503 |
-
},
|
| 1504 |
-
"fs-extra": {
|
| 1505 |
-
"version": "7.0.1",
|
| 1506 |
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
|
| 1507 |
-
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
|
| 1508 |
-
"dev": true,
|
| 1509 |
-
"requires": {
|
| 1510 |
-
"graceful-fs": "^4.1.2",
|
| 1511 |
-
"jsonfile": "^4.0.0",
|
| 1512 |
-
"universalify": "^0.1.0"
|
| 1513 |
-
}
|
| 1514 |
-
},
|
| 1515 |
-
"fs.realpath": {
|
| 1516 |
-
"version": "1.0.0",
|
| 1517 |
-
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
| 1518 |
-
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
|
| 1519 |
-
"dev": true
|
| 1520 |
-
},
|
| 1521 |
-
"get-caller-file": {
|
| 1522 |
-
"version": "1.0.3",
|
| 1523 |
-
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
|
| 1524 |
-
"integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==",
|
| 1525 |
-
"dev": true
|
| 1526 |
-
},
|
| 1527 |
-
"get-stdin": {
|
| 1528 |
-
"version": "4.0.1",
|
| 1529 |
-
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
|
| 1530 |
-
"integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
|
| 1531 |
-
"dev": true
|
| 1532 |
-
},
|
| 1533 |
-
"get-stream": {
|
| 1534 |
-
"version": "4.1.0",
|
| 1535 |
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
|
| 1536 |
-
"integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
|
| 1537 |
-
"dev": true,
|
| 1538 |
-
"requires": {
|
| 1539 |
-
"pump": "^3.0.0"
|
| 1540 |
-
}
|
| 1541 |
-
},
|
| 1542 |
-
"get-value": {
|
| 1543 |
-
"version": "2.0.6",
|
| 1544 |
-
"resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
|
| 1545 |
-
"integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
|
| 1546 |
-
"dev": true
|
| 1547 |
-
},
|
| 1548 |
-
"getobject": {
|
| 1549 |
-
"version": "0.1.0",
|
| 1550 |
-
"resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
|
| 1551 |
-
"integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
|
| 1552 |
-
"dev": true
|
| 1553 |
-
},
|
| 1554 |
-
"git-log-parser": {
|
| 1555 |
-
"version": "1.2.0",
|
| 1556 |
-
"resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz",
|
| 1557 |
-
"integrity": "sha1-LmpMGxP8AAKCB7p5WnrDFme5/Uo=",
|
| 1558 |
-
"dev": true,
|
| 1559 |
-
"requires": {
|
| 1560 |
-
"argv-formatter": "~1.0.0",
|
| 1561 |
-
"spawn-error-forwarder": "~1.0.0",
|
| 1562 |
-
"split2": "~1.0.0",
|
| 1563 |
-
"stream-combiner2": "~1.1.1",
|
| 1564 |
-
"through2": "~2.0.0",
|
| 1565 |
-
"traverse": "~0.6.6"
|
| 1566 |
-
},
|
| 1567 |
-
"dependencies": {
|
| 1568 |
-
"split2": {
|
| 1569 |
-
"version": "1.0.0",
|
| 1570 |
-
"resolved": "http://registry.npmjs.org/split2/-/split2-1.0.0.tgz",
|
| 1571 |
-
"integrity": "sha1-UuLiIdiMdfmnP5BVbiY/+WdysxQ=",
|
| 1572 |
-
"dev": true,
|
| 1573 |
-
"requires": {
|
| 1574 |
-
"through2": "~2.0.0"
|
| 1575 |
-
}
|
| 1576 |
-
}
|
| 1577 |
-
}
|
| 1578 |
-
},
|
| 1579 |
-
"glob": {
|
| 1580 |
-
"version": "7.1.3",
|
| 1581 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
|
| 1582 |
-
"integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
|
| 1583 |
-
"dev": true,
|
| 1584 |
-
"requires": {
|
| 1585 |
-
"fs.realpath": "^1.0.0",
|
| 1586 |
-
"inflight": "^1.0.4",
|
| 1587 |
-
"inherits": "2",
|
| 1588 |
-
"minimatch": "^3.0.4",
|
| 1589 |
-
"once": "^1.3.0",
|
| 1590 |
-
"path-is-absolute": "^1.0.0"
|
| 1591 |
-
}
|
| 1592 |
-
},
|
| 1593 |
-
"glob-parent": {
|
| 1594 |
-
"version": "3.1.0",
|
| 1595 |
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
|
| 1596 |
-
"integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
|
| 1597 |
-
"dev": true,
|
| 1598 |
-
"requires": {
|
| 1599 |
-
"is-glob": "^3.1.0",
|
| 1600 |
-
"path-dirname": "^1.0.0"
|
| 1601 |
-
},
|
| 1602 |
-
"dependencies": {
|
| 1603 |
-
"is-glob": {
|
| 1604 |
-
"version": "3.1.0",
|
| 1605 |
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
|
| 1606 |
-
"integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
|
| 1607 |
-
"dev": true,
|
| 1608 |
-
"requires": {
|
| 1609 |
-
"is-extglob": "^2.1.0"
|
| 1610 |
-
}
|
| 1611 |
-
}
|
| 1612 |
-
}
|
| 1613 |
-
},
|
| 1614 |
-
"glob-to-regexp": {
|
| 1615 |
-
"version": "0.3.0",
|
| 1616 |
-
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz",
|
| 1617 |
-
"integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=",
|
| 1618 |
-
"dev": true
|
| 1619 |
-
},
|
| 1620 |
-
"globby": {
|
| 1621 |
-
"version": "8.0.1",
|
| 1622 |
-
"resolved": "http://registry.npmjs.org/globby/-/globby-8.0.1.tgz",
|
| 1623 |
-
"integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==",
|
| 1624 |
-
"dev": true,
|
| 1625 |
-
"requires": {
|
| 1626 |
-
"array-union": "^1.0.1",
|
| 1627 |
-
"dir-glob": "^2.0.0",
|
| 1628 |
-
"fast-glob": "^2.0.2",
|
| 1629 |
-
"glob": "^7.1.2",
|
| 1630 |
-
"ignore": "^3.3.5",
|
| 1631 |
-
"pify": "^3.0.0",
|
| 1632 |
-
"slash": "^1.0.0"
|
| 1633 |
-
}
|
| 1634 |
-
},
|
| 1635 |
-
"graceful-fs": {
|
| 1636 |
-
"version": "4.1.15",
|
| 1637 |
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
|
| 1638 |
-
"integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",
|
| 1639 |
-
"dev": true
|
| 1640 |
-
},
|
| 1641 |
-
"grunt": {
|
| 1642 |
-
"version": "1.0.3",
|
| 1643 |
-
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.3.tgz",
|
| 1644 |
-
"integrity": "sha512-/JzmZNPfKorlCrrmxWqQO4JVodO+DVd5XX4DkocL/1WlLlKVLE9+SdEIempOAxDhWPysLle6afvn/hg7Ck2k9g==",
|
| 1645 |
-
"dev": true,
|
| 1646 |
-
"requires": {
|
| 1647 |
-
"coffeescript": "~1.10.0",
|
| 1648 |
-
"dateformat": "~1.0.12",
|
| 1649 |
-
"eventemitter2": "~0.4.13",
|
| 1650 |
-
"exit": "~0.1.1",
|
| 1651 |
-
"findup-sync": "~0.3.0",
|
| 1652 |
-
"glob": "~7.0.0",
|
| 1653 |
-
"grunt-cli": "~1.2.0",
|
| 1654 |
-
"grunt-known-options": "~1.1.0",
|
| 1655 |
-
"grunt-legacy-log": "~2.0.0",
|
| 1656 |
-
"grunt-legacy-util": "~1.1.1",
|
| 1657 |
-
"iconv-lite": "~0.4.13",
|
| 1658 |
-
"js-yaml": "~3.5.2",
|
| 1659 |
-
"minimatch": "~3.0.2",
|
| 1660 |
-
"mkdirp": "~0.5.1",
|
| 1661 |
-
"nopt": "~3.0.6",
|
| 1662 |
-
"path-is-absolute": "~1.0.0",
|
| 1663 |
-
"rimraf": "~2.6.2"
|
| 1664 |
-
},
|
| 1665 |
-
"dependencies": {
|
| 1666 |
-
"glob": {
|
| 1667 |
-
"version": "7.0.6",
|
| 1668 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
|
| 1669 |
-
"integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
|
| 1670 |
-
"dev": true,
|
| 1671 |
-
"requires": {
|
| 1672 |
-
"fs.realpath": "^1.0.0",
|
| 1673 |
-
"inflight": "^1.0.4",
|
| 1674 |
-
"inherits": "2",
|
| 1675 |
-
"minimatch": "^3.0.2",
|
| 1676 |
-
"once": "^1.3.0",
|
| 1677 |
-
"path-is-absolute": "^1.0.0"
|
| 1678 |
-
}
|
| 1679 |
-
},
|
| 1680 |
-
"grunt-cli": {
|
| 1681 |
-
"version": "1.2.0",
|
| 1682 |
-
"resolved": "http://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",
|
| 1683 |
-
"integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",
|
| 1684 |
-
"dev": true,
|
| 1685 |
-
"requires": {
|
| 1686 |
-
"findup-sync": "~0.3.0",
|
| 1687 |
-
"grunt-known-options": "~1.1.0",
|
| 1688 |
-
"nopt": "~3.0.6",
|
| 1689 |
-
"resolve": "~1.1.0"
|
| 1690 |
-
}
|
| 1691 |
-
}
|
| 1692 |
-
}
|
| 1693 |
-
},
|
| 1694 |
-
"grunt-known-options": {
|
| 1695 |
-
"version": "1.1.1",
|
| 1696 |
-
"resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz",
|
| 1697 |
-
"integrity": "sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==",
|
| 1698 |
-
"dev": true
|
| 1699 |
-
},
|
| 1700 |
-
"grunt-legacy-log": {
|
| 1701 |
-
"version": "2.0.0",
|
| 1702 |
-
"resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz",
|
| 1703 |
-
"integrity": "sha512-1m3+5QvDYfR1ltr8hjiaiNjddxGdQWcH0rw1iKKiQnF0+xtgTazirSTGu68RchPyh1OBng1bBUjLmX8q9NpoCw==",
|
| 1704 |
-
"dev": true,
|
| 1705 |
-
"requires": {
|
| 1706 |
-
"colors": "~1.1.2",
|
| 1707 |
-
"grunt-legacy-log-utils": "~2.0.0",
|
| 1708 |
-
"hooker": "~0.2.3",
|
| 1709 |
-
"lodash": "~4.17.5"
|
| 1710 |
-
}
|
| 1711 |
-
},
|
| 1712 |
-
"grunt-legacy-log-utils": {
|
| 1713 |
-
"version": "2.0.1",
|
| 1714 |
-
"resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz",
|
| 1715 |
-
"integrity": "sha512-o7uHyO/J+i2tXG8r2bZNlVk20vlIFJ9IEYyHMCQGfWYru8Jv3wTqKZzvV30YW9rWEjq0eP3cflQ1qWojIe9VFA==",
|
| 1716 |
-
"dev": true,
|
| 1717 |
-
"requires": {
|
| 1718 |
-
"chalk": "~2.4.1",
|
| 1719 |
-
"lodash": "~4.17.10"
|
| 1720 |
-
}
|
| 1721 |
-
},
|
| 1722 |
-
"grunt-legacy-util": {
|
| 1723 |
-
"version": "1.1.1",
|
| 1724 |
-
"resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz",
|
| 1725 |
-
"integrity": "sha512-9zyA29w/fBe6BIfjGENndwoe1Uy31BIXxTH3s8mga0Z5Bz2Sp4UCjkeyv2tI449ymkx3x26B+46FV4fXEddl5A==",
|
| 1726 |
-
"dev": true,
|
| 1727 |
-
"requires": {
|
| 1728 |
-
"async": "~1.5.2",
|
| 1729 |
-
"exit": "~0.1.1",
|
| 1730 |
-
"getobject": "~0.1.0",
|
| 1731 |
-
"hooker": "~0.2.3",
|
| 1732 |
-
"lodash": "~4.17.10",
|
| 1733 |
-
"underscore.string": "~3.3.4",
|
| 1734 |
-
"which": "~1.3.0"
|
| 1735 |
-
}
|
| 1736 |
-
},
|
| 1737 |
-
"grunt-version": {
|
| 1738 |
-
"version": "1.3.0",
|
| 1739 |
-
"resolved": "https://registry.npmjs.org/grunt-version/-/grunt-version-1.3.0.tgz",
|
| 1740 |
-
"integrity": "sha512-sHXaI20enfemESU2r/mrJd8eEFr8qSJSwzzIyau2IaxKwez0ojr5wg93x74K7PqSBKmVxumJ6TTscvGIfygRbA==",
|
| 1741 |
-
"dev": true,
|
| 1742 |
-
"requires": {
|
| 1743 |
-
"grunt": "0.4.5 - 1",
|
| 1744 |
-
"semver": "^4.0.0"
|
| 1745 |
-
},
|
| 1746 |
-
"dependencies": {
|
| 1747 |
-
"semver": {
|
| 1748 |
-
"version": "4.3.6",
|
| 1749 |
-
"resolved": "http://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
|
| 1750 |
-
"integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
|
| 1751 |
-
"dev": true
|
| 1752 |
-
}
|
| 1753 |
-
}
|
| 1754 |
-
},
|
| 1755 |
-
"handlebars": {
|
| 1756 |
-
"version": "4.0.12",
|
| 1757 |
-
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz",
|
| 1758 |
-
"integrity": "sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==",
|
| 1759 |
-
"dev": true,
|
| 1760 |
-
"requires": {
|
| 1761 |
-
"async": "^2.5.0",
|
| 1762 |
-
"optimist": "^0.6.1",
|
| 1763 |
-
"source-map": "^0.6.1",
|
| 1764 |
-
"uglify-js": "^3.1.4"
|
| 1765 |
-
},
|
| 1766 |
-
"dependencies": {
|
| 1767 |
-
"async": {
|
| 1768 |
-
"version": "2.6.1",
|
| 1769 |
-
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
|
| 1770 |
-
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
|
| 1771 |
-
"dev": true,
|
| 1772 |
-
"requires": {
|
| 1773 |
-
"lodash": "^4.17.10"
|
| 1774 |
-
}
|
| 1775 |
-
},
|
| 1776 |
-
"source-map": {
|
| 1777 |
-
"version": "0.6.1",
|
| 1778 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
| 1779 |
-
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
| 1780 |
-
"dev": true
|
| 1781 |
-
}
|
| 1782 |
-
}
|
| 1783 |
-
},
|
| 1784 |
-
"has-flag": {
|
| 1785 |
-
"version": "3.0.0",
|
| 1786 |
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
| 1787 |
-
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
|
| 1788 |
-
"dev": true
|
| 1789 |
-
},
|
| 1790 |
-
"has-value": {
|
| 1791 |
-
"version": "1.0.0",
|
| 1792 |
-
"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
|
| 1793 |
-
"integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
|
| 1794 |
-
"dev": true,
|
| 1795 |
-
"requires": {
|
| 1796 |
-
"get-value": "^2.0.6",
|
| 1797 |
-
"has-values": "^1.0.0",
|
| 1798 |
-
"isobject": "^3.0.0"
|
| 1799 |
-
}
|
| 1800 |
-
},
|
| 1801 |
-
"has-values": {
|
| 1802 |
-
"version": "1.0.0",
|
| 1803 |
-
"resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
|
| 1804 |
-
"integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
|
| 1805 |
-
"dev": true,
|
| 1806 |
-
"requires": {
|
| 1807 |
-
"is-number": "^3.0.0",
|
| 1808 |
-
"kind-of": "^4.0.0"
|
| 1809 |
-
},
|
| 1810 |
-
"dependencies": {
|
| 1811 |
-
"kind-of": {
|
| 1812 |
-
"version": "4.0.0",
|
| 1813 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
|
| 1814 |
-
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
|
| 1815 |
-
"dev": true,
|
| 1816 |
-
"requires": {
|
| 1817 |
-
"is-buffer": "^1.1.5"
|
| 1818 |
-
}
|
| 1819 |
-
}
|
| 1820 |
-
}
|
| 1821 |
-
},
|
| 1822 |
-
"hook-std": {
|
| 1823 |
-
"version": "1.2.0",
|
| 1824 |
-
"resolved": "https://registry.npmjs.org/hook-std/-/hook-std-1.2.0.tgz",
|
| 1825 |
-
"integrity": "sha512-yntre2dbOAjgQ5yoRykyON0D9T96BfshR8IuiL/r3celeHD8I/76w4qo8m3z99houR4Z678jakV3uXrQdSvW/w==",
|
| 1826 |
-
"dev": true
|
| 1827 |
-
},
|
| 1828 |
-
"hooker": {
|
| 1829 |
-
"version": "0.2.3",
|
| 1830 |
-
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
|
| 1831 |
-
"integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
|
| 1832 |
-
"dev": true
|
| 1833 |
-
},
|
| 1834 |
-
"hosted-git-info": {
|
| 1835 |
-
"version": "2.7.1",
|
| 1836 |
-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
|
| 1837 |
-
"integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
|
| 1838 |
-
"dev": true
|
| 1839 |
-
},
|
| 1840 |
-
"http-proxy-agent": {
|
| 1841 |
-
"version": "2.1.0",
|
| 1842 |
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz",
|
| 1843 |
-
"integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==",
|
| 1844 |
-
"dev": true,
|
| 1845 |
-
"requires": {
|
| 1846 |
-
"agent-base": "4",
|
| 1847 |
-
"debug": "3.1.0"
|
| 1848 |
-
},
|
| 1849 |
-
"dependencies": {
|
| 1850 |
-
"debug": {
|
| 1851 |
-
"version": "3.1.0",
|
| 1852 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
|
| 1853 |
-
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
|
| 1854 |
-
"dev": true,
|
| 1855 |
-
"requires": {
|
| 1856 |
-
"ms": "2.0.0"
|
| 1857 |
-
}
|
| 1858 |
-
},
|
| 1859 |
-
"ms": {
|
| 1860 |
-
"version": "2.0.0",
|
| 1861 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
| 1862 |
-
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
|
| 1863 |
-
"dev": true
|
| 1864 |
-
}
|
| 1865 |
-
}
|
| 1866 |
-
},
|
| 1867 |
-
"https-proxy-agent": {
|
| 1868 |
-
"version": "2.2.1",
|
| 1869 |
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz",
|
| 1870 |
-
"integrity": "sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ==",
|
| 1871 |
-
"dev": true,
|
| 1872 |
-
"requires": {
|
| 1873 |
-
"agent-base": "^4.1.0",
|
| 1874 |
-
"debug": "^3.1.0"
|
| 1875 |
-
},
|
| 1876 |
-
"dependencies": {
|
| 1877 |
-
"debug": {
|
| 1878 |
-
"version": "3.2.6",
|
| 1879 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
|
| 1880 |
-
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
|
| 1881 |
-
"dev": true,
|
| 1882 |
-
"requires": {
|
| 1883 |
-
"ms": "^2.1.1"
|
| 1884 |
-
}
|
| 1885 |
-
}
|
| 1886 |
-
}
|
| 1887 |
-
},
|
| 1888 |
-
"iconv-lite": {
|
| 1889 |
-
"version": "0.4.24",
|
| 1890 |
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
| 1891 |
-
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
| 1892 |
-
"dev": true,
|
| 1893 |
-
"requires": {
|
| 1894 |
-
"safer-buffer": ">= 2.1.2 < 3"
|
| 1895 |
-
}
|
| 1896 |
-
},
|
| 1897 |
-
"ignore": {
|
| 1898 |
-
"version": "3.3.10",
|
| 1899 |
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
|
| 1900 |
-
"integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
|
| 1901 |
-
"dev": true
|
| 1902 |
-
},
|
| 1903 |
-
"import-fresh": {
|
| 1904 |
-
"version": "2.0.0",
|
| 1905 |
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
|
| 1906 |
-
"integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
|
| 1907 |
-
"dev": true,
|
| 1908 |
-
"requires": {
|
| 1909 |
-
"caller-path": "^2.0.0",
|
| 1910 |
-
"resolve-from": "^3.0.0"
|
| 1911 |
-
},
|
| 1912 |
-
"dependencies": {
|
| 1913 |
-
"resolve-from": {
|
| 1914 |
-
"version": "3.0.0",
|
| 1915 |
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
|
| 1916 |
-
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
| 1917 |
-
"dev": true
|
| 1918 |
-
}
|
| 1919 |
-
}
|
| 1920 |
-
},
|
| 1921 |
-
"import-from": {
|
| 1922 |
-
"version": "2.1.0",
|
| 1923 |
-
"resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz",
|
| 1924 |
-
"integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=",
|
| 1925 |
-
"dev": true,
|
| 1926 |
-
"requires": {
|
| 1927 |
-
"resolve-from": "^3.0.0"
|
| 1928 |
-
},
|
| 1929 |
-
"dependencies": {
|
| 1930 |
-
"resolve-from": {
|
| 1931 |
-
"version": "3.0.0",
|
| 1932 |
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
|
| 1933 |
-
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
| 1934 |
-
"dev": true
|
| 1935 |
-
}
|
| 1936 |
-
}
|
| 1937 |
-
},
|
| 1938 |
-
"indent-string": {
|
| 1939 |
-
"version": "3.2.0",
|
| 1940 |
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
|
| 1941 |
-
"integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
|
| 1942 |
-
"dev": true
|
| 1943 |
-
},
|
| 1944 |
-
"inflight": {
|
| 1945 |
-
"version": "1.0.6",
|
| 1946 |
-
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
| 1947 |
-
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
| 1948 |
-
"dev": true,
|
| 1949 |
-
"requires": {
|
| 1950 |
-
"once": "^1.3.0",
|
| 1951 |
-
"wrappy": "1"
|
| 1952 |
-
}
|
| 1953 |
-
},
|
| 1954 |
-
"inherits": {
|
| 1955 |
-
"version": "2.0.3",
|
| 1956 |
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
| 1957 |
-
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
|
| 1958 |
-
"dev": true
|
| 1959 |
-
},
|
| 1960 |
-
"ini": {
|
| 1961 |
-
"version": "1.3.5",
|
| 1962 |
-
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
| 1963 |
-
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
|
| 1964 |
-
"dev": true
|
| 1965 |
-
},
|
| 1966 |
-
"into-stream": {
|
| 1967 |
-
"version": "4.0.0",
|
| 1968 |
-
"resolved": "https://registry.npmjs.org/into-stream/-/into-stream-4.0.0.tgz",
|
| 1969 |
-
"integrity": "sha512-i29KNyE5r0Y/UQzcQ0IbZO1MYJ53Jn0EcFRZPj5FzWKYH17kDFEOwuA+3jroymOI06SW1dEDnly9A1CAreC5dg==",
|
| 1970 |
-
"dev": true,
|
| 1971 |
-
"requires": {
|
| 1972 |
-
"from2": "^2.1.1",
|
| 1973 |
-
"p-is-promise": "^2.0.0"
|
| 1974 |
-
}
|
| 1975 |
-
},
|
| 1976 |
-
"invert-kv": {
|
| 1977 |
-
"version": "2.0.0",
|
| 1978 |
-
"resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
|
| 1979 |
-
"integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==",
|
| 1980 |
-
"dev": true
|
| 1981 |
-
},
|
| 1982 |
-
"is-accessor-descriptor": {
|
| 1983 |
-
"version": "0.1.6",
|
| 1984 |
-
"resolved": "http://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
|
| 1985 |
-
"integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
|
| 1986 |
-
"dev": true,
|
| 1987 |
-
"requires": {
|
| 1988 |
-
"kind-of": "^3.0.2"
|
| 1989 |
-
},
|
| 1990 |
-
"dependencies": {
|
| 1991 |
-
"kind-of": {
|
| 1992 |
-
"version": "3.2.2",
|
| 1993 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
| 1994 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
| 1995 |
-
"dev": true,
|
| 1996 |
-
"requires": {
|
| 1997 |
-
"is-buffer": "^1.1.5"
|
| 1998 |
-
}
|
| 1999 |
-
}
|
| 2000 |
-
}
|
| 2001 |
-
},
|
| 2002 |
-
"is-arrayish": {
|
| 2003 |
-
"version": "0.2.1",
|
| 2004 |
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
| 2005 |
-
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
|
| 2006 |
-
"dev": true
|
| 2007 |
-
},
|
| 2008 |
-
"is-buffer": {
|
| 2009 |
-
"version": "1.1.6",
|
| 2010 |
-
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
|
| 2011 |
-
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
|
| 2012 |
-
"dev": true
|
| 2013 |
-
},
|
| 2014 |
-
"is-builtin-module": {
|
| 2015 |
-
"version": "1.0.0",
|
| 2016 |
-
"resolved": "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
|
| 2017 |
-
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
|
| 2018 |
-
"dev": true,
|
| 2019 |
-
"requires": {
|
| 2020 |
-
"builtin-modules": "^1.0.0"
|
| 2021 |
-
}
|
| 2022 |
-
},
|
| 2023 |
-
"is-data-descriptor": {
|
| 2024 |
-
"version": "0.1.4",
|
| 2025 |
-
"resolved": "http://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
|
| 2026 |
-
"integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
|
| 2027 |
-
"dev": true,
|
| 2028 |
-
"requires": {
|
| 2029 |
-
"kind-of": "^3.0.2"
|
| 2030 |
-
},
|
| 2031 |
-
"dependencies": {
|
| 2032 |
-
"kind-of": {
|
| 2033 |
-
"version": "3.2.2",
|
| 2034 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
| 2035 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
| 2036 |
-
"dev": true,
|
| 2037 |
-
"requires": {
|
| 2038 |
-
"is-buffer": "^1.1.5"
|
| 2039 |
-
}
|
| 2040 |
-
}
|
| 2041 |
-
}
|
| 2042 |
-
},
|
| 2043 |
-
"is-descriptor": {
|
| 2044 |
-
"version": "0.1.6",
|
| 2045 |
-
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
|
| 2046 |
-
"integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
|
| 2047 |
-
"dev": true,
|
| 2048 |
-
"requires": {
|
| 2049 |
-
"is-accessor-descriptor": "^0.1.6",
|
| 2050 |
-
"is-data-descriptor": "^0.1.4",
|
| 2051 |
-
"kind-of": "^5.0.0"
|
| 2052 |
-
},
|
| 2053 |
-
"dependencies": {
|
| 2054 |
-
"kind-of": {
|
| 2055 |
-
"version": "5.1.0",
|
| 2056 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
|
| 2057 |
-
"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
|
| 2058 |
-
"dev": true
|
| 2059 |
-
}
|
| 2060 |
-
}
|
| 2061 |
-
},
|
| 2062 |
-
"is-directory": {
|
| 2063 |
-
"version": "0.3.1",
|
| 2064 |
-
"resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
|
| 2065 |
-
"integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
|
| 2066 |
-
"dev": true
|
| 2067 |
-
},
|
| 2068 |
-
"is-extendable": {
|
| 2069 |
-
"version": "0.1.1",
|
| 2070 |
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
|
| 2071 |
-
"integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
|
| 2072 |
-
"dev": true
|
| 2073 |
-
},
|
| 2074 |
-
"is-extglob": {
|
| 2075 |
-
"version": "2.1.1",
|
| 2076 |
-
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
| 2077 |
-
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
|
| 2078 |
-
"dev": true
|
| 2079 |
-
},
|
| 2080 |
-
"is-finite": {
|
| 2081 |
-
"version": "1.0.2",
|
| 2082 |
-
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
|
| 2083 |
-
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
|
| 2084 |
-
"dev": true,
|
| 2085 |
-
"requires": {
|
| 2086 |
-
"number-is-nan": "^1.0.0"
|
| 2087 |
-
}
|
| 2088 |
-
},
|
| 2089 |
-
"is-fullwidth-code-point": {
|
| 2090 |
-
"version": "2.0.0",
|
| 2091 |
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
| 2092 |
-
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
| 2093 |
-
"dev": true
|
| 2094 |
-
},
|
| 2095 |
-
"is-glob": {
|
| 2096 |
-
"version": "4.0.0",
|
| 2097 |
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz",
|
| 2098 |
-
"integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=",
|
| 2099 |
-
"dev": true,
|
| 2100 |
-
"requires": {
|
| 2101 |
-
"is-extglob": "^2.1.1"
|
| 2102 |
-
}
|
| 2103 |
-
},
|
| 2104 |
-
"is-number": {
|
| 2105 |
-
"version": "3.0.0",
|
| 2106 |
-
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
|
| 2107 |
-
"integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
|
| 2108 |
-
"dev": true,
|
| 2109 |
-
"requires": {
|
| 2110 |
-
"kind-of": "^3.0.2"
|
| 2111 |
-
},
|
| 2112 |
-
"dependencies": {
|
| 2113 |
-
"kind-of": {
|
| 2114 |
-
"version": "3.2.2",
|
| 2115 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
| 2116 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
| 2117 |
-
"dev": true,
|
| 2118 |
-
"requires": {
|
| 2119 |
-
"is-buffer": "^1.1.5"
|
| 2120 |
-
}
|
| 2121 |
-
}
|
| 2122 |
-
}
|
| 2123 |
-
},
|
| 2124 |
-
"is-obj": {
|
| 2125 |
-
"version": "1.0.1",
|
| 2126 |
-
"resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
|
| 2127 |
-
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
|
| 2128 |
-
"dev": true
|
| 2129 |
-
},
|
| 2130 |
-
"is-plain-obj": {
|
| 2131 |
-
"version": "1.1.0",
|
| 2132 |
-
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
|
| 2133 |
-
"integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
|
| 2134 |
-
"dev": true
|
| 2135 |
-
},
|
| 2136 |
-
"is-plain-object": {
|
| 2137 |
-
"version": "2.0.4",
|
| 2138 |
-
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
|
| 2139 |
-
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
|
| 2140 |
-
"dev": true,
|
| 2141 |
-
"requires": {
|
| 2142 |
-
"isobject": "^3.0.1"
|
| 2143 |
-
}
|
| 2144 |
-
},
|
| 2145 |
-
"is-stream": {
|
| 2146 |
-
"version": "1.1.0",
|
| 2147 |
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
|
| 2148 |
-
"integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
|
| 2149 |
-
"dev": true
|
| 2150 |
-
},
|
| 2151 |
-
"is-subset": {
|
| 2152 |
-
"version": "0.1.1",
|
| 2153 |
-
"resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
|
| 2154 |
-
"integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=",
|
| 2155 |
-
"dev": true
|
| 2156 |
-
},
|
| 2157 |
-
"is-text-path": {
|
| 2158 |
-
"version": "1.0.1",
|
| 2159 |
-
"resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz",
|
| 2160 |
-
"integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=",
|
| 2161 |
-
"dev": true,
|
| 2162 |
-
"requires": {
|
| 2163 |
-
"text-extensions": "^1.0.0"
|
| 2164 |
-
}
|
| 2165 |
-
},
|
| 2166 |
-
"is-utf8": {
|
| 2167 |
-
"version": "0.2.1",
|
| 2168 |
-
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
|
| 2169 |
-
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
|
| 2170 |
-
"dev": true
|
| 2171 |
-
},
|
| 2172 |
-
"is-windows": {
|
| 2173 |
-
"version": "1.0.2",
|
| 2174 |
-
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
|
| 2175 |
-
"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
|
| 2176 |
-
"dev": true
|
| 2177 |
-
},
|
| 2178 |
-
"isarray": {
|
| 2179 |
-
"version": "1.0.0",
|
| 2180 |
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
| 2181 |
-
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
| 2182 |
-
"dev": true
|
| 2183 |
-
},
|
| 2184 |
-
"isexe": {
|
| 2185 |
-
"version": "2.0.0",
|
| 2186 |
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
| 2187 |
-
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
|
| 2188 |
-
"dev": true
|
| 2189 |
-
},
|
| 2190 |
-
"isobject": {
|
| 2191 |
-
"version": "3.0.1",
|
| 2192 |
-
"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
|
| 2193 |
-
"integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
|
| 2194 |
-
"dev": true
|
| 2195 |
-
},
|
| 2196 |
-
"issue-parser": {
|
| 2197 |
-
"version": "3.0.1",
|
| 2198 |
-
"resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-3.0.1.tgz",
|
| 2199 |
-
"integrity": "sha512-5wdT3EE8Kq38x/hJD8QZCJ9scGoOZ5QnzwXyClkviSWTS+xOCE6hJ0qco3H5n5jCsFqpbofZCcMWqlXJzF72VQ==",
|
| 2200 |
-
"dev": true,
|
| 2201 |
-
"requires": {
|
| 2202 |
-
"lodash.capitalize": "^4.2.1",
|
| 2203 |
-
"lodash.escaperegexp": "^4.1.2",
|
| 2204 |
-
"lodash.isplainobject": "^4.0.6",
|
| 2205 |
-
"lodash.isstring": "^4.0.1",
|
| 2206 |
-
"lodash.uniqby": "^4.7.0"
|
| 2207 |
-
}
|
| 2208 |
-
},
|
| 2209 |
-
"java-properties": {
|
| 2210 |
-
"version": "0.2.10",
|
| 2211 |
-
"resolved": "https://registry.npmjs.org/java-properties/-/java-properties-0.2.10.tgz",
|
| 2212 |
-
"integrity": "sha512-CpKJh9VRNhS+XqZtg1UMejETGEiqwCGDC/uwPEEQwc2nfdbSm73SIE29TplG2gLYuBOOTNDqxzG6A9NtEPLt0w==",
|
| 2213 |
-
"dev": true
|
| 2214 |
-
},
|
| 2215 |
-
"js-yaml": {
|
| 2216 |
-
"version": "3.5.5",
|
| 2217 |
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz",
|
| 2218 |
-
"integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
|
| 2219 |
-
"dev": true,
|
| 2220 |
-
"requires": {
|
| 2221 |
-
"argparse": "^1.0.2",
|
| 2222 |
-
"esprima": "^2.6.0"
|
| 2223 |
-
}
|
| 2224 |
-
},
|
| 2225 |
-
"json-parse-better-errors": {
|
| 2226 |
-
"version": "1.0.2",
|
| 2227 |
-
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
| 2228 |
-
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
|
| 2229 |
-
"dev": true
|
| 2230 |
-
},
|
| 2231 |
-
"json-stringify-safe": {
|
| 2232 |
-
"version": "5.0.1",
|
| 2233 |
-
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
| 2234 |
-
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
|
| 2235 |
-
"dev": true
|
| 2236 |
-
},
|
| 2237 |
-
"jsonfile": {
|
| 2238 |
-
"version": "4.0.0",
|
| 2239 |
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
| 2240 |
-
"integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
|
| 2241 |
-
"dev": true,
|
| 2242 |
-
"requires": {
|
| 2243 |
-
"graceful-fs": "^4.1.6"
|
| 2244 |
-
}
|
| 2245 |
-
},
|
| 2246 |
-
"jsonparse": {
|
| 2247 |
-
"version": "1.3.1",
|
| 2248 |
-
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
|
| 2249 |
-
"integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
|
| 2250 |
-
"dev": true
|
| 2251 |
-
},
|
| 2252 |
-
"kind-of": {
|
| 2253 |
-
"version": "6.0.2",
|
| 2254 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
|
| 2255 |
-
"integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
|
| 2256 |
-
"dev": true
|
| 2257 |
-
},
|
| 2258 |
-
"lcid": {
|
| 2259 |
-
"version": "2.0.0",
|
| 2260 |
-
"resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
|
| 2261 |
-
"integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
|
| 2262 |
-
"dev": true,
|
| 2263 |
-
"requires": {
|
| 2264 |
-
"invert-kv": "^2.0.0"
|
| 2265 |
-
}
|
| 2266 |
-
},
|
| 2267 |
-
"load-json-file": {
|
| 2268 |
-
"version": "1.1.0",
|
| 2269 |
-
"resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
|
| 2270 |
-
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
|
| 2271 |
-
"dev": true,
|
| 2272 |
-
"requires": {
|
| 2273 |
-
"graceful-fs": "^4.1.2",
|
| 2274 |
-
"parse-json": "^2.2.0",
|
| 2275 |
-
"pify": "^2.0.0",
|
| 2276 |
-
"pinkie-promise": "^2.0.0",
|
| 2277 |
-
"strip-bom": "^2.0.0"
|
| 2278 |
-
},
|
| 2279 |
-
"dependencies": {
|
| 2280 |
-
"parse-json": {
|
| 2281 |
-
"version": "2.2.0",
|
| 2282 |
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
|
| 2283 |
-
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
|
| 2284 |
-
"dev": true,
|
| 2285 |
-
"requires": {
|
| 2286 |
-
"error-ex": "^1.2.0"
|
| 2287 |
-
}
|
| 2288 |
-
},
|
| 2289 |
-
"pify": {
|
| 2290 |
-
"version": "2.3.0",
|
| 2291 |
-
"resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
| 2292 |
-
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
|
| 2293 |
-
"dev": true
|
| 2294 |
-
}
|
| 2295 |
-
}
|
| 2296 |
-
},
|
| 2297 |
-
"locate-path": {
|
| 2298 |
-
"version": "2.0.0",
|
| 2299 |
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
|
| 2300 |
-
"integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
|
| 2301 |
-
"dev": true,
|
| 2302 |
-
"requires": {
|
| 2303 |
-
"p-locate": "^2.0.0",
|
| 2304 |
-
"path-exists": "^3.0.0"
|
| 2305 |
-
},
|
| 2306 |
-
"dependencies": {
|
| 2307 |
-
"p-locate": {
|
| 2308 |
-
"version": "2.0.0",
|
| 2309 |
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
|
| 2310 |
-
"integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
|
| 2311 |
-
"dev": true,
|
| 2312 |
-
"requires": {
|
| 2313 |
-
"p-limit": "^1.1.0"
|
| 2314 |
-
}
|
| 2315 |
-
},
|
| 2316 |
-
"path-exists": {
|
| 2317 |
-
"version": "3.0.0",
|
| 2318 |
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
| 2319 |
-
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
|
| 2320 |
-
"dev": true
|
| 2321 |
-
}
|
| 2322 |
-
}
|
| 2323 |
-
},
|
| 2324 |
-
"lodash": {
|
| 2325 |
-
"version": "4.17.11",
|
| 2326 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
|
| 2327 |
-
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
|
| 2328 |
-
"dev": true
|
| 2329 |
-
},
|
| 2330 |
-
"lodash.assign": {
|
| 2331 |
-
"version": "4.2.0",
|
| 2332 |
-
"resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
|
| 2333 |
-
"integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
|
| 2334 |
-
"dev": true
|
| 2335 |
-
},
|
| 2336 |
-
"lodash.capitalize": {
|
| 2337 |
-
"version": "4.2.1",
|
| 2338 |
-
"resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz",
|
| 2339 |
-
"integrity": "sha1-+CbJtOKoUR2E46yinbBeGk87cqk=",
|
| 2340 |
-
"dev": true
|
| 2341 |
-
},
|
| 2342 |
-
"lodash.escaperegexp": {
|
| 2343 |
-
"version": "4.1.2",
|
| 2344 |
-
"resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz",
|
| 2345 |
-
"integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=",
|
| 2346 |
-
"dev": true
|
| 2347 |
-
},
|
| 2348 |
-
"lodash.get": {
|
| 2349 |
-
"version": "4.4.2",
|
| 2350 |
-
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
|
| 2351 |
-
"integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=",
|
| 2352 |
-
"dev": true
|
| 2353 |
-
},
|
| 2354 |
-
"lodash.isplainobject": {
|
| 2355 |
-
"version": "4.0.6",
|
| 2356 |
-
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
| 2357 |
-
"integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=",
|
| 2358 |
-
"dev": true
|
| 2359 |
-
},
|
| 2360 |
-
"lodash.isstring": {
|
| 2361 |
-
"version": "4.0.1",
|
| 2362 |
-
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
|
| 2363 |
-
"integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=",
|
| 2364 |
-
"dev": true
|
| 2365 |
-
},
|
| 2366 |
-
"lodash.pick": {
|
| 2367 |
-
"version": "4.4.0",
|
| 2368 |
-
"resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
|
| 2369 |
-
"integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=",
|
| 2370 |
-
"dev": true
|
| 2371 |
-
},
|
| 2372 |
-
"lodash.set": {
|
| 2373 |
-
"version": "4.3.2",
|
| 2374 |
-
"resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
|
| 2375 |
-
"integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=",
|
| 2376 |
-
"dev": true
|
| 2377 |
-
},
|
| 2378 |
-
"lodash.toarray": {
|
| 2379 |
-
"version": "4.4.0",
|
| 2380 |
-
"resolved": "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz",
|
| 2381 |
-
"integrity": "sha1-JMS/zWsvuji/0FlNsRedjptlZWE=",
|
| 2382 |
-
"dev": true
|
| 2383 |
-
},
|
| 2384 |
-
"lodash.uniq": {
|
| 2385 |
-
"version": "4.5.0",
|
| 2386 |
-
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
|
| 2387 |
-
"integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
|
| 2388 |
-
"dev": true
|
| 2389 |
-
},
|
| 2390 |
-
"lodash.uniqby": {
|
| 2391 |
-
"version": "4.7.0",
|
| 2392 |
-
"resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz",
|
| 2393 |
-
"integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=",
|
| 2394 |
-
"dev": true
|
| 2395 |
-
},
|
| 2396 |
-
"loud-rejection": {
|
| 2397 |
-
"version": "1.6.0",
|
| 2398 |
-
"resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
|
| 2399 |
-
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
|
| 2400 |
-
"dev": true,
|
| 2401 |
-
"requires": {
|
| 2402 |
-
"currently-unhandled": "^0.4.1",
|
| 2403 |
-
"signal-exit": "^3.0.0"
|
| 2404 |
-
}
|
| 2405 |
-
},
|
| 2406 |
-
"macos-release": {
|
| 2407 |
-
"version": "2.0.0",
|
| 2408 |
-
"resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.0.0.tgz",
|
| 2409 |
-
"integrity": "sha512-iCM3ZGeqIzlrH7KxYK+fphlJpCCczyHXc+HhRVbEu9uNTCrzYJjvvtefzeKTCVHd5AP/aD/fzC80JZ4ZP+dQ/A==",
|
| 2410 |
-
"dev": true
|
| 2411 |
-
},
|
| 2412 |
-
"map-age-cleaner": {
|
| 2413 |
-
"version": "0.1.3",
|
| 2414 |
-
"resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
|
| 2415 |
-
"integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==",
|
| 2416 |
-
"dev": true,
|
| 2417 |
-
"requires": {
|
| 2418 |
-
"p-defer": "^1.0.0"
|
| 2419 |
-
}
|
| 2420 |
-
},
|
| 2421 |
-
"map-cache": {
|
| 2422 |
-
"version": "0.2.2",
|
| 2423 |
-
"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
|
| 2424 |
-
"integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
|
| 2425 |
-
"dev": true
|
| 2426 |
-
},
|
| 2427 |
-
"map-obj": {
|
| 2428 |
-
"version": "1.0.1",
|
| 2429 |
-
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
|
| 2430 |
-
"integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
|
| 2431 |
-
"dev": true
|
| 2432 |
-
},
|
| 2433 |
-
"map-visit": {
|
| 2434 |
-
"version": "1.0.0",
|
| 2435 |
-
"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
|
| 2436 |
-
"integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
|
| 2437 |
-
"dev": true,
|
| 2438 |
-
"requires": {
|
| 2439 |
-
"object-visit": "^1.0.0"
|
| 2440 |
-
}
|
| 2441 |
-
},
|
| 2442 |
-
"marked": {
|
| 2443 |
-
"version": "0.5.2",
|
| 2444 |
-
"resolved": "https://registry.npmjs.org/marked/-/marked-0.5.2.tgz",
|
| 2445 |
-
"integrity": "sha512-fdZvBa7/vSQIZCi4uuwo2N3q+7jJURpMVCcbaX0S1Mg65WZ5ilXvC67MviJAsdjqqgD+CEq4RKo5AYGgINkVAA==",
|
| 2446 |
-
"dev": true
|
| 2447 |
-
},
|
| 2448 |
-
"marked-terminal": {
|
| 2449 |
-
"version": "3.1.1",
|
| 2450 |
-
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-3.1.1.tgz",
|
| 2451 |
-
"integrity": "sha512-7UBFww1rdx0w9HehLMCVYa8/AxXaiDigDfMsJcj82/wgLQG9cj+oiMAVlJpeWD57VFJY2OYY+bKeEVIjIlxi+w==",
|
| 2452 |
-
"dev": true,
|
| 2453 |
-
"requires": {
|
| 2454 |
-
"cardinal": "^2.1.1",
|
| 2455 |
-
"chalk": "^2.4.1",
|
| 2456 |
-
"cli-table": "^0.3.1",
|
| 2457 |
-
"lodash.assign": "^4.2.0",
|
| 2458 |
-
"node-emoji": "^1.4.1"
|
| 2459 |
-
}
|
| 2460 |
-
},
|
| 2461 |
-
"mem": {
|
| 2462 |
-
"version": "4.0.0",
|
| 2463 |
-
"resolved": "https://registry.npmjs.org/mem/-/mem-4.0.0.tgz",
|
| 2464 |
-
"integrity": "sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA==",
|
| 2465 |
-
"dev": true,
|
| 2466 |
-
"requires": {
|
| 2467 |
-
"map-age-cleaner": "^0.1.1",
|
| 2468 |
-
"mimic-fn": "^1.0.0",
|
| 2469 |
-
"p-is-promise": "^1.1.0"
|
| 2470 |
-
},
|
| 2471 |
-
"dependencies": {
|
| 2472 |
-
"p-is-promise": {
|
| 2473 |
-
"version": "1.1.0",
|
| 2474 |
-
"resolved": "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
|
| 2475 |
-
"integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=",
|
| 2476 |
-
"dev": true
|
| 2477 |
-
}
|
| 2478 |
-
}
|
| 2479 |
-
},
|
| 2480 |
-
"meow": {
|
| 2481 |
-
"version": "3.7.0",
|
| 2482 |
-
"resolved": "http://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
|
| 2483 |
-
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
|
| 2484 |
-
"dev": true,
|
| 2485 |
-
"requires": {
|
| 2486 |
-
"camelcase-keys": "^2.0.0",
|
| 2487 |
-
"decamelize": "^1.1.2",
|
| 2488 |
-
"loud-rejection": "^1.0.0",
|
| 2489 |
-
"map-obj": "^1.0.1",
|
| 2490 |
-
"minimist": "^1.1.3",
|
| 2491 |
-
"normalize-package-data": "^2.3.4",
|
| 2492 |
-
"object-assign": "^4.0.1",
|
| 2493 |
-
"read-pkg-up": "^1.0.1",
|
| 2494 |
-
"redent": "^1.0.0",
|
| 2495 |
-
"trim-newlines": "^1.0.0"
|
| 2496 |
-
}
|
| 2497 |
-
},
|
| 2498 |
-
"merge2": {
|
| 2499 |
-
"version": "1.2.3",
|
| 2500 |
-
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.2.3.tgz",
|
| 2501 |
-
"integrity": "sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA==",
|
| 2502 |
-
"dev": true
|
| 2503 |
-
},
|
| 2504 |
-
"micromatch": {
|
| 2505 |
-
"version": "3.1.10",
|
| 2506 |
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
|
| 2507 |
-
"integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
|
| 2508 |
-
"dev": true,
|
| 2509 |
-
"requires": {
|
| 2510 |
-
"arr-diff": "^4.0.0",
|
| 2511 |
-
"array-unique": "^0.3.2",
|
| 2512 |
-
"braces": "^2.3.1",
|
| 2513 |
-
"define-property": "^2.0.2",
|
| 2514 |
-
"extend-shallow": "^3.0.2",
|
| 2515 |
-
"extglob": "^2.0.4",
|
| 2516 |
-
"fragment-cache": "^0.2.1",
|
| 2517 |
-
"kind-of": "^6.0.2",
|
| 2518 |
-
"nanomatch": "^1.2.9",
|
| 2519 |
-
"object.pick": "^1.3.0",
|
| 2520 |
-
"regex-not": "^1.0.0",
|
| 2521 |
-
"snapdragon": "^0.8.1",
|
| 2522 |
-
"to-regex": "^3.0.2"
|
| 2523 |
-
}
|
| 2524 |
-
},
|
| 2525 |
-
"mime": {
|
| 2526 |
-
"version": "2.4.0",
|
| 2527 |
-
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.0.tgz",
|
| 2528 |
-
"integrity": "sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w==",
|
| 2529 |
-
"dev": true
|
| 2530 |
-
},
|
| 2531 |
-
"mimic-fn": {
|
| 2532 |
-
"version": "1.2.0",
|
| 2533 |
-
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz",
|
| 2534 |
-
"integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==",
|
| 2535 |
-
"dev": true
|
| 2536 |
-
},
|
| 2537 |
-
"minimatch": {
|
| 2538 |
-
"version": "3.0.4",
|
| 2539 |
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
| 2540 |
-
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
| 2541 |
-
"dev": true,
|
| 2542 |
-
"requires": {
|
| 2543 |
-
"brace-expansion": "^1.1.7"
|
| 2544 |
-
}
|
| 2545 |
-
},
|
| 2546 |
-
"minimist": {
|
| 2547 |
-
"version": "1.2.0",
|
| 2548 |
-
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
|
| 2549 |
-
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
|
| 2550 |
-
"dev": true
|
| 2551 |
-
},
|
| 2552 |
-
"minimist-options": {
|
| 2553 |
-
"version": "3.0.2",
|
| 2554 |
-
"resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
|
| 2555 |
-
"integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
|
| 2556 |
-
"dev": true,
|
| 2557 |
-
"requires": {
|
| 2558 |
-
"arrify": "^1.0.1",
|
| 2559 |
-
"is-plain-obj": "^1.1.0"
|
| 2560 |
-
}
|
| 2561 |
-
},
|
| 2562 |
-
"mixin-deep": {
|
| 2563 |
-
"version": "1.3.1",
|
| 2564 |
-
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz",
|
| 2565 |
-
"integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==",
|
| 2566 |
-
"dev": true,
|
| 2567 |
-
"requires": {
|
| 2568 |
-
"for-in": "^1.0.2",
|
| 2569 |
-
"is-extendable": "^1.0.1"
|
| 2570 |
-
},
|
| 2571 |
-
"dependencies": {
|
| 2572 |
-
"is-extendable": {
|
| 2573 |
-
"version": "1.0.1",
|
| 2574 |
-
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
| 2575 |
-
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
| 2576 |
-
"dev": true,
|
| 2577 |
-
"requires": {
|
| 2578 |
-
"is-plain-object": "^2.0.4"
|
| 2579 |
-
}
|
| 2580 |
-
}
|
| 2581 |
-
}
|
| 2582 |
-
},
|
| 2583 |
-
"mkdirp": {
|
| 2584 |
-
"version": "0.5.1",
|
| 2585 |
-
"resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
|
| 2586 |
-
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
|
| 2587 |
-
"dev": true,
|
| 2588 |
-
"requires": {
|
| 2589 |
-
"minimist": "0.0.8"
|
| 2590 |
-
},
|
| 2591 |
-
"dependencies": {
|
| 2592 |
-
"minimist": {
|
| 2593 |
-
"version": "0.0.8",
|
| 2594 |
-
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
|
| 2595 |
-
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
|
| 2596 |
-
"dev": true
|
| 2597 |
-
}
|
| 2598 |
-
}
|
| 2599 |
-
},
|
| 2600 |
-
"modify-values": {
|
| 2601 |
-
"version": "1.0.1",
|
| 2602 |
-
"resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz",
|
| 2603 |
-
"integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==",
|
| 2604 |
-
"dev": true
|
| 2605 |
-
},
|
| 2606 |
-
"ms": {
|
| 2607 |
-
"version": "2.1.1",
|
| 2608 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
|
| 2609 |
-
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
|
| 2610 |
-
"dev": true
|
| 2611 |
-
},
|
| 2612 |
-
"nanomatch": {
|
| 2613 |
-
"version": "1.2.13",
|
| 2614 |
-
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
|
| 2615 |
-
"integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
|
| 2616 |
-
"dev": true,
|
| 2617 |
-
"requires": {
|
| 2618 |
-
"arr-diff": "^4.0.0",
|
| 2619 |
-
"array-unique": "^0.3.2",
|
| 2620 |
-
"define-property": "^2.0.2",
|
| 2621 |
-
"extend-shallow": "^3.0.2",
|
| 2622 |
-
"fragment-cache": "^0.2.1",
|
| 2623 |
-
"is-windows": "^1.0.2",
|
| 2624 |
-
"kind-of": "^6.0.2",
|
| 2625 |
-
"object.pick": "^1.3.0",
|
| 2626 |
-
"regex-not": "^1.0.0",
|
| 2627 |
-
"snapdragon": "^0.8.1",
|
| 2628 |
-
"to-regex": "^3.0.1"
|
| 2629 |
-
}
|
| 2630 |
-
},
|
| 2631 |
-
"nerf-dart": {
|
| 2632 |
-
"version": "1.0.0",
|
| 2633 |
-
"resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz",
|
| 2634 |
-
"integrity": "sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=",
|
| 2635 |
-
"dev": true
|
| 2636 |
-
},
|
| 2637 |
-
"nice-try": {
|
| 2638 |
-
"version": "1.0.5",
|
| 2639 |
-
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
|
| 2640 |
-
"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
|
| 2641 |
-
"dev": true
|
| 2642 |
-
},
|
| 2643 |
-
"node-emoji": {
|
| 2644 |
-
"version": "1.8.1",
|
| 2645 |
-
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.8.1.tgz",
|
| 2646 |
-
"integrity": "sha512-+ktMAh1Jwas+TnGodfCfjUbJKoANqPaJFN0z0iqh41eqD8dvguNzcitVSBSVK1pidz0AqGbLKcoVuVLRVZ/aVg==",
|
| 2647 |
-
"dev": true,
|
| 2648 |
-
"requires": {
|
| 2649 |
-
"lodash.toarray": "^4.4.0"
|
| 2650 |
-
}
|
| 2651 |
-
},
|
| 2652 |
-
"node-fetch": {
|
| 2653 |
-
"version": "2.3.0",
|
| 2654 |
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
|
| 2655 |
-
"integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==",
|
| 2656 |
-
"dev": true
|
| 2657 |
-
},
|
| 2658 |
-
"nopt": {
|
| 2659 |
-
"version": "3.0.6",
|
| 2660 |
-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
|
| 2661 |
-
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
|
| 2662 |
-
"dev": true,
|
| 2663 |
-
"requires": {
|
| 2664 |
-
"abbrev": "1"
|
| 2665 |
-
}
|
| 2666 |
-
},
|
| 2667 |
-
"normalize-package-data": {
|
| 2668 |
-
"version": "2.4.0",
|
| 2669 |
-
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
|
| 2670 |
-
"integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
|
| 2671 |
-
"dev": true,
|
| 2672 |
-
"requires": {
|
| 2673 |
-
"hosted-git-info": "^2.1.4",
|
| 2674 |
-
"is-builtin-module": "^1.0.0",
|
| 2675 |
-
"semver": "2 || 3 || 4 || 5",
|
| 2676 |
-
"validate-npm-package-license": "^3.0.1"
|
| 2677 |
-
}
|
| 2678 |
-
},
|
| 2679 |
-
"normalize-url": {
|
| 2680 |
-
"version": "4.1.0",
|
| 2681 |
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.1.0.tgz",
|
| 2682 |
-
"integrity": "sha512-X781mkWeK6PDMAZJfGn/wnwil4dV6pIdF9euiNqtA89uJvZuNDJO2YyJxiwpPhTQcF5pYUU1v+kcOxzYV6rZlA==",
|
| 2683 |
-
"dev": true
|
| 2684 |
-
},
|
| 2685 |
-
"npm": {
|
| 2686 |
-
"version": "6.5.0",
|
| 2687 |
-
"resolved": "https://registry.npmjs.org/npm/-/npm-6.5.0.tgz",
|
| 2688 |
-
"integrity": "sha512-SPq8zG2Kto+Xrq55E97O14Jla13PmQT5kSnvwBj88BmJZ5Nvw++OmlWfhjkB67pcgP5UEXljEtnGFKZtOgt6MQ==",
|
| 2689 |
-
"dev": true,
|
| 2690 |
-
"requires": {
|
| 2691 |
-
"JSONStream": "^1.3.4",
|
| 2692 |
-
"abbrev": "~1.1.1",
|
| 2693 |
-
"ansicolors": "~0.3.2",
|
| 2694 |
-
"ansistyles": "~0.1.3",
|
| 2695 |
-
"aproba": "~1.2.0",
|
| 2696 |
-
"archy": "~1.0.0",
|
| 2697 |
-
"bin-links": "^1.1.2",
|
| 2698 |
-
"bluebird": "^3.5.3",
|
| 2699 |
-
"byte-size": "^4.0.3",
|
| 2700 |
-
"cacache": "^11.2.0",
|
| 2701 |
-
"call-limit": "~1.1.0",
|
| 2702 |
-
"chownr": "~1.0.1",
|
| 2703 |
-
"ci-info": "^1.6.0",
|
| 2704 |
-
"cli-columns": "^3.1.2",
|
| 2705 |
-
"cli-table3": "^0.5.0",
|
| 2706 |
-
"cmd-shim": "~2.0.2",
|
| 2707 |
-
"columnify": "~1.5.4",
|
| 2708 |
-
"config-chain": "^1.1.12",
|
| 2709 |
-
"debuglog": "*",
|
| 2710 |
-
"detect-indent": "~5.0.0",
|
| 2711 |
-
"detect-newline": "^2.1.0",
|
| 2712 |
-
"dezalgo": "~1.0.3",
|
| 2713 |
-
"editor": "~1.0.0",
|
| 2714 |
-
"figgy-pudding": "^3.5.1",
|
| 2715 |
-
"find-npm-prefix": "^1.0.2",
|
| 2716 |
-
"fs-vacuum": "~1.2.10",
|
| 2717 |
-
"fs-write-stream-atomic": "~1.0.10",
|
| 2718 |
-
"gentle-fs": "^2.0.1",
|
| 2719 |
-
"glob": "^7.1.3",
|
| 2720 |
-
"graceful-fs": "^4.1.15",
|
| 2721 |
-
"has-unicode": "~2.0.1",
|
| 2722 |
-
"hosted-git-info": "^2.7.1",
|
| 2723 |
-
"iferr": "^1.0.2",
|
| 2724 |
-
"imurmurhash": "*",
|
| 2725 |
-
"inflight": "~1.0.6",
|
| 2726 |
-
"inherits": "~2.0.3",
|
| 2727 |
-
"ini": "^1.3.5",
|
| 2728 |
-
"init-package-json": "^1.10.3",
|
| 2729 |
-
"is-cidr": "^2.0.6",
|
| 2730 |
-
"json-parse-better-errors": "^1.0.2",
|
| 2731 |
-
"lazy-property": "~1.0.0",
|
| 2732 |
-
"libcipm": "^2.0.2",
|
| 2733 |
-
"libnpmhook": "^4.0.1",
|
| 2734 |
-
"libnpx": "^10.2.0",
|
| 2735 |
-
"lock-verify": "^2.0.2",
|
| 2736 |
-
"lockfile": "^1.0.4",
|
| 2737 |
-
"lodash._baseindexof": "*",
|
| 2738 |
-
"lodash._baseuniq": "~4.6.0",
|
| 2739 |
-
"lodash._bindcallback": "*",
|
| 2740 |
-
"lodash._cacheindexof": "*",
|
| 2741 |
-
"lodash._createcache": "*",
|
| 2742 |
-
"lodash._getnative": "*",
|
| 2743 |
-
"lodash.clonedeep": "~4.5.0",
|
| 2744 |
-
"lodash.restparam": "*",
|
| 2745 |
-
"lodash.union": "~4.6.0",
|
| 2746 |
-
"lodash.uniq": "~4.5.0",
|
| 2747 |
-
"lodash.without": "~4.4.0",
|
| 2748 |
-
"lru-cache": "^4.1.3",
|
| 2749 |
-
"meant": "~1.0.1",
|
| 2750 |
-
"mississippi": "^3.0.0",
|
| 2751 |
-
"mkdirp": "~0.5.1",
|
| 2752 |
-
"move-concurrently": "^1.0.1",
|
| 2753 |
-
"node-gyp": "^3.8.0",
|
| 2754 |
-
"nopt": "~4.0.1",
|
| 2755 |
-
"normalize-package-data": "~2.4.0",
|
| 2756 |
-
"npm-audit-report": "^1.3.1",
|
| 2757 |
-
"npm-cache-filename": "~1.0.2",
|
| 2758 |
-
"npm-install-checks": "~3.0.0",
|
| 2759 |
-
"npm-lifecycle": "^2.1.0",
|
| 2760 |
-
"npm-package-arg": "^6.1.0",
|
| 2761 |
-
"npm-packlist": "^1.1.12",
|
| 2762 |
-
"npm-pick-manifest": "^2.1.0",
|
| 2763 |
-
"npm-profile": "^3.0.2",
|
| 2764 |
-
"npm-registry-client": "^8.6.0",
|
| 2765 |
-
"npm-registry-fetch": "^1.1.0",
|
| 2766 |
-
"npm-user-validate": "~1.0.0",
|
| 2767 |
-
"npmlog": "~4.1.2",
|
| 2768 |
-
"once": "~1.4.0",
|
| 2769 |
-
"opener": "^1.5.1",
|
| 2770 |
-
"osenv": "^0.1.5",
|
| 2771 |
-
"pacote": "^8.1.6",
|
| 2772 |
-
"path-is-inside": "~1.0.2",
|
| 2773 |
-
"promise-inflight": "~1.0.1",
|
| 2774 |
-
"qrcode-terminal": "^0.12.0",
|
| 2775 |
-
"query-string": "^6.1.0",
|
| 2776 |
-
"qw": "~1.0.1",
|
| 2777 |
-
"read": "~1.0.7",
|
| 2778 |
-
"read-cmd-shim": "~1.0.1",
|
| 2779 |
-
"read-installed": "~4.0.3",
|
| 2780 |
-
"read-package-json": "^2.0.13",
|
| 2781 |
-
"read-package-tree": "^5.2.1",
|
| 2782 |
-
"readable-stream": "^2.3.6",
|
| 2783 |
-
"readdir-scoped-modules": "*",
|
| 2784 |
-
"request": "^2.88.0",
|
| 2785 |
-
"retry": "^0.12.0",
|
| 2786 |
-
"rimraf": "~2.6.2",
|
| 2787 |
-
"safe-buffer": "^5.1.2",
|
| 2788 |
-
"semver": "^5.5.1",
|
| 2789 |
-
"sha": "~2.0.1",
|
| 2790 |
-
"slide": "~1.1.6",
|
| 2791 |
-
"sorted-object": "~2.0.1",
|
| 2792 |
-
"sorted-union-stream": "~2.1.3",
|
| 2793 |
-
"ssri": "^6.0.1",
|
| 2794 |
-
"stringify-package": "^1.0.0",
|
| 2795 |
-
"tar": "^4.4.8",
|
| 2796 |
-
"text-table": "~0.2.0",
|
| 2797 |
-
"tiny-relative-date": "^1.3.0",
|
| 2798 |
-
"uid-number": "0.0.6",
|
| 2799 |
-
"umask": "~1.1.0",
|
| 2800 |
-
"unique-filename": "~1.1.0",
|
| 2801 |
-
"unpipe": "~1.0.0",
|
| 2802 |
-
"update-notifier": "^2.5.0",
|
| 2803 |
-
"uuid": "^3.3.2",
|
| 2804 |
-
"validate-npm-package-license": "^3.0.4",
|
| 2805 |
-
"validate-npm-package-name": "~3.0.0",
|
| 2806 |
-
"which": "^1.3.1",
|
| 2807 |
-
"worker-farm": "^1.6.0",
|
| 2808 |
-
"write-file-atomic": "^2.3.0"
|
| 2809 |
-
},
|
| 2810 |
-
"dependencies": {
|
| 2811 |
-
"JSONStream": {
|
| 2812 |
-
"version": "1.3.4",
|
| 2813 |
-
"bundled": true,
|
| 2814 |
-
"dev": true,
|
| 2815 |
-
"requires": {
|
| 2816 |
-
"jsonparse": "^1.2.0",
|
| 2817 |
-
"through": ">=2.2.7 <3"
|
| 2818 |
-
}
|
| 2819 |
-
},
|
| 2820 |
-
"abbrev": {
|
| 2821 |
-
"version": "1.1.1",
|
| 2822 |
-
"bundled": true,
|
| 2823 |
-
"dev": true
|
| 2824 |
-
},
|
| 2825 |
-
"agent-base": {
|
| 2826 |
-
"version": "4.2.0",
|
| 2827 |
-
"bundled": true,
|
| 2828 |
-
"dev": true,
|
| 2829 |
-
"requires": {
|
| 2830 |
-
"es6-promisify": "^5.0.0"
|
| 2831 |
-
}
|
| 2832 |
-
},
|
| 2833 |
-
"agentkeepalive": {
|
| 2834 |
-
"version": "3.4.1",
|
| 2835 |
-
"bundled": true,
|
| 2836 |
-
"dev": true,
|
| 2837 |
-
"requires": {
|
| 2838 |
-
"humanize-ms": "^1.2.1"
|
| 2839 |
-
}
|
| 2840 |
-
},
|
| 2841 |
-
"ajv": {
|
| 2842 |
-
"version": "5.5.2",
|
| 2843 |
-
"bundled": true,
|
| 2844 |
-
"dev": true,
|
| 2845 |
-
"requires": {
|
| 2846 |
-
"co": "^4.6.0",
|
| 2847 |
-
"fast-deep-equal": "^1.0.0",
|
| 2848 |
-
"fast-json-stable-stringify": "^2.0.0",
|
| 2849 |
-
"json-schema-traverse": "^0.3.0"
|
| 2850 |
-
}
|
| 2851 |
-
},
|
| 2852 |
-
"ansi-align": {
|
| 2853 |
-
"version": "2.0.0",
|
| 2854 |
-
"bundled": true,
|
| 2855 |
-
"dev": true,
|
| 2856 |
-
"requires": {
|
| 2857 |
-
"string-width": "^2.0.0"
|
| 2858 |
-
}
|
| 2859 |
-
},
|
| 2860 |
-
"ansi-regex": {
|
| 2861 |
-
"version": "2.1.1",
|
| 2862 |
-
"bundled": true,
|
| 2863 |
-
"dev": true
|
| 2864 |
-
},
|
| 2865 |
-
"ansi-styles": {
|
| 2866 |
-
"version": "3.2.1",
|
| 2867 |
-
"bundled": true,
|
| 2868 |
-
"dev": true,
|
| 2869 |
-
"requires": {
|
| 2870 |
-
"color-convert": "^1.9.0"
|
| 2871 |
-
}
|
| 2872 |
-
},
|
| 2873 |
-
"ansicolors": {
|
| 2874 |
-
"version": "0.3.2",
|
| 2875 |
-
"bundled": true,
|
| 2876 |
-
"dev": true
|
| 2877 |
-
},
|
| 2878 |
-
"ansistyles": {
|
| 2879 |
-
"version": "0.1.3",
|
| 2880 |
-
"bundled": true,
|
| 2881 |
-
"dev": true
|
| 2882 |
-
},
|
| 2883 |
-
"aproba": {
|
| 2884 |
-
"version": "1.2.0",
|
| 2885 |
-
"bundled": true,
|
| 2886 |
-
"dev": true
|
| 2887 |
-
},
|
| 2888 |
-
"archy": {
|
| 2889 |
-
"version": "1.0.0",
|
| 2890 |
-
"bundled": true,
|
| 2891 |
-
"dev": true
|
| 2892 |
-
},
|
| 2893 |
-
"are-we-there-yet": {
|
| 2894 |
-
"version": "1.1.4",
|
| 2895 |
-
"bundled": true,
|
| 2896 |
-
"dev": true,
|
| 2897 |
-
"requires": {
|
| 2898 |
-
"delegates": "^1.0.0",
|
| 2899 |
-
"readable-stream": "^2.0.6"
|
| 2900 |
-
}
|
| 2901 |
-
},
|
| 2902 |
-
"asap": {
|
| 2903 |
-
"version": "2.0.6",
|
| 2904 |
-
"bundled": true,
|
| 2905 |
-
"dev": true
|
| 2906 |
-
},
|
| 2907 |
-
"asn1": {
|
| 2908 |
-
"version": "0.2.4",
|
| 2909 |
-
"bundled": true,
|
| 2910 |
-
"dev": true,
|
| 2911 |
-
"requires": {
|
| 2912 |
-
"safer-buffer": "~2.1.0"
|
| 2913 |
-
}
|
| 2914 |
-
},
|
| 2915 |
-
"assert-plus": {
|
| 2916 |
-
"version": "1.0.0",
|
| 2917 |
-
"bundled": true,
|
| 2918 |
-
"dev": true
|
| 2919 |
-
},
|
| 2920 |
-
"asynckit": {
|
| 2921 |
-
"version": "0.4.0",
|
| 2922 |
-
"bundled": true,
|
| 2923 |
-
"dev": true
|
| 2924 |
-
},
|
| 2925 |
-
"aws-sign2": {
|
| 2926 |
-
"version": "0.7.0",
|
| 2927 |
-
"bundled": true,
|
| 2928 |
-
"dev": true
|
| 2929 |
-
},
|
| 2930 |
-
"aws4": {
|
| 2931 |
-
"version": "1.8.0",
|
| 2932 |
-
"bundled": true,
|
| 2933 |
-
"dev": true
|
| 2934 |
-
},
|
| 2935 |
-
"balanced-match": {
|
| 2936 |
-
"version": "1.0.0",
|
| 2937 |
-
"bundled": true,
|
| 2938 |
-
"dev": true
|
| 2939 |
-
},
|
| 2940 |
-
"bcrypt-pbkdf": {
|
| 2941 |
-
"version": "1.0.2",
|
| 2942 |
-
"bundled": true,
|
| 2943 |
-
"dev": true,
|
| 2944 |
-
"optional": true,
|
| 2945 |
-
"requires": {
|
| 2946 |
-
"tweetnacl": "^0.14.3"
|
| 2947 |
-
}
|
| 2948 |
-
},
|
| 2949 |
-
"bin-links": {
|
| 2950 |
-
"version": "1.1.2",
|
| 2951 |
-
"bundled": true,
|
| 2952 |
-
"dev": true,
|
| 2953 |
-
"requires": {
|
| 2954 |
-
"bluebird": "^3.5.0",
|
| 2955 |
-
"cmd-shim": "^2.0.2",
|
| 2956 |
-
"gentle-fs": "^2.0.0",
|
| 2957 |
-
"graceful-fs": "^4.1.11",
|
| 2958 |
-
"write-file-atomic": "^2.3.0"
|
| 2959 |
-
}
|
| 2960 |
-
},
|
| 2961 |
-
"block-stream": {
|
| 2962 |
-
"version": "0.0.9",
|
| 2963 |
-
"bundled": true,
|
| 2964 |
-
"dev": true,
|
| 2965 |
-
"requires": {
|
| 2966 |
-
"inherits": "~2.0.0"
|
| 2967 |
-
}
|
| 2968 |
-
},
|
| 2969 |
-
"bluebird": {
|
| 2970 |
-
"version": "3.5.3",
|
| 2971 |
-
"bundled": true,
|
| 2972 |
-
"dev": true
|
| 2973 |
-
},
|
| 2974 |
-
"boxen": {
|
| 2975 |
-
"version": "1.3.0",
|
| 2976 |
-
"bundled": true,
|
| 2977 |
-
"dev": true,
|
| 2978 |
-
"requires": {
|
| 2979 |
-
"ansi-align": "^2.0.0",
|
| 2980 |
-
"camelcase": "^4.0.0",
|
| 2981 |
-
"chalk": "^2.0.1",
|
| 2982 |
-
"cli-boxes": "^1.0.0",
|
| 2983 |
-
"string-width": "^2.0.0",
|
| 2984 |
-
"term-size": "^1.2.0",
|
| 2985 |
-
"widest-line": "^2.0.0"
|
| 2986 |
-
}
|
| 2987 |
-
},
|
| 2988 |
-
"brace-expansion": {
|
| 2989 |
-
"version": "1.1.11",
|
| 2990 |
-
"bundled": true,
|
| 2991 |
-
"dev": true,
|
| 2992 |
-
"requires": {
|
| 2993 |
-
"balanced-match": "^1.0.0",
|
| 2994 |
-
"concat-map": "0.0.1"
|
| 2995 |
-
}
|
| 2996 |
-
},
|
| 2997 |
-
"buffer-from": {
|
| 2998 |
-
"version": "1.0.0",
|
| 2999 |
-
"bundled": true,
|
| 3000 |
-
"dev": true
|
| 3001 |
-
},
|
| 3002 |
-
"builtin-modules": {
|
| 3003 |
-
"version": "1.1.1",
|
| 3004 |
-
"bundled": true,
|
| 3005 |
-
"dev": true
|
| 3006 |
-
},
|
| 3007 |
-
"builtins": {
|
| 3008 |
-
"version": "1.0.3",
|
| 3009 |
-
"bundled": true,
|
| 3010 |
-
"dev": true
|
| 3011 |
-
},
|
| 3012 |
-
"byline": {
|
| 3013 |
-
"version": "5.0.0",
|
| 3014 |
-
"bundled": true,
|
| 3015 |
-
"dev": true
|
| 3016 |
-
},
|
| 3017 |
-
"byte-size": {
|
| 3018 |
-
"version": "4.0.3",
|
| 3019 |
-
"bundled": true,
|
| 3020 |
-
"dev": true
|
| 3021 |
-
},
|
| 3022 |
-
"cacache": {
|
| 3023 |
-
"version": "11.2.0",
|
| 3024 |
-
"bundled": true,
|
| 3025 |
-
"dev": true,
|
| 3026 |
-
"requires": {
|
| 3027 |
-
"bluebird": "^3.5.1",
|
| 3028 |
-
"chownr": "^1.0.1",
|
| 3029 |
-
"figgy-pudding": "^3.1.0",
|
| 3030 |
-
"glob": "^7.1.2",
|
| 3031 |
-
"graceful-fs": "^4.1.11",
|
| 3032 |
-
"lru-cache": "^4.1.3",
|
| 3033 |
-
"mississippi": "^3.0.0",
|
| 3034 |
-
"mkdirp": "^0.5.1",
|
| 3035 |
-
"move-concurrently": "^1.0.1",
|
| 3036 |
-
"promise-inflight": "^1.0.1",
|
| 3037 |
-
"rimraf": "^2.6.2",
|
| 3038 |
-
"ssri": "^6.0.0",
|
| 3039 |
-
"unique-filename": "^1.1.0",
|
| 3040 |
-
"y18n": "^4.0.0"
|
| 3041 |
-
}
|
| 3042 |
-
},
|
| 3043 |
-
"call-limit": {
|
| 3044 |
-
"version": "1.1.0",
|
| 3045 |
-
"bundled": true,
|
| 3046 |
-
"dev": true
|
| 3047 |
-
},
|
| 3048 |
-
"camelcase": {
|
| 3049 |
-
"version": "4.1.0",
|
| 3050 |
-
"bundled": true,
|
| 3051 |
-
"dev": true
|
| 3052 |
-
},
|
| 3053 |
-
"capture-stack-trace": {
|
| 3054 |
-
"version": "1.0.0",
|
| 3055 |
-
"bundled": true,
|
| 3056 |
-
"dev": true
|
| 3057 |
-
},
|
| 3058 |
-
"caseless": {
|
| 3059 |
-
"version": "0.12.0",
|
| 3060 |
-
"bundled": true,
|
| 3061 |
-
"dev": true
|
| 3062 |
-
},
|
| 3063 |
-
"chalk": {
|
| 3064 |
-
"version": "2.4.1",
|
| 3065 |
-
"bundled": true,
|
| 3066 |
-
"dev": true,
|
| 3067 |
-
"requires": {
|
| 3068 |
-
"ansi-styles": "^3.2.1",
|
| 3069 |
-
"escape-string-regexp": "^1.0.5",
|
| 3070 |
-
"supports-color": "^5.3.0"
|
| 3071 |
-
}
|
| 3072 |
-
},
|
| 3073 |
-
"chownr": {
|
| 3074 |
-
"version": "1.0.1",
|
| 3075 |
-
"bundled": true,
|
| 3076 |
-
"dev": true
|
| 3077 |
-
},
|
| 3078 |
-
"ci-info": {
|
| 3079 |
-
"version": "1.6.0",
|
| 3080 |
-
"bundled": true,
|
| 3081 |
-
"dev": true
|
| 3082 |
-
},
|
| 3083 |
-
"cidr-regex": {
|
| 3084 |
-
"version": "2.0.9",
|
| 3085 |
-
"bundled": true,
|
| 3086 |
-
"dev": true,
|
| 3087 |
-
"requires": {
|
| 3088 |
-
"ip-regex": "^2.1.0"
|
| 3089 |
-
}
|
| 3090 |
-
},
|
| 3091 |
-
"cli-boxes": {
|
| 3092 |
-
"version": "1.0.0",
|
| 3093 |
-
"bundled": true,
|
| 3094 |
-
"dev": true
|
| 3095 |
-
},
|
| 3096 |
-
"cli-columns": {
|
| 3097 |
-
"version": "3.1.2",
|
| 3098 |
-
"bundled": true,
|
| 3099 |
-
"dev": true,
|
| 3100 |
-
"requires": {
|
| 3101 |
-
"string-width": "^2.0.0",
|
| 3102 |
-
"strip-ansi": "^3.0.1"
|
| 3103 |
-
}
|
| 3104 |
-
},
|
| 3105 |
-
"cli-table3": {
|
| 3106 |
-
"version": "0.5.0",
|
| 3107 |
-
"bundled": true,
|
| 3108 |
-
"dev": true,
|
| 3109 |
-
"requires": {
|
| 3110 |
-
"colors": "^1.1.2",
|
| 3111 |
-
"object-assign": "^4.1.0",
|
| 3112 |
-
"string-width": "^2.1.1"
|
| 3113 |
-
}
|
| 3114 |
-
},
|
| 3115 |
-
"cliui": {
|
| 3116 |
-
"version": "4.1.0",
|
| 3117 |
-
"bundled": true,
|
| 3118 |
-
"dev": true,
|
| 3119 |
-
"requires": {
|
| 3120 |
-
"string-width": "^2.1.1",
|
| 3121 |
-
"strip-ansi": "^4.0.0",
|
| 3122 |
-
"wrap-ansi": "^2.0.0"
|
| 3123 |
-
},
|
| 3124 |
-
"dependencies": {
|
| 3125 |
-
"ansi-regex": {
|
| 3126 |
-
"version": "3.0.0",
|
| 3127 |
-
"bundled": true,
|
| 3128 |
-
"dev": true
|
| 3129 |
-
},
|
| 3130 |
-
"strip-ansi": {
|
| 3131 |
-
"version": "4.0.0",
|
| 3132 |
-
"bundled": true,
|
| 3133 |
-
"dev": true,
|
| 3134 |
-
"requires": {
|
| 3135 |
-
"ansi-regex": "^3.0.0"
|
| 3136 |
-
}
|
| 3137 |
-
}
|
| 3138 |
-
}
|
| 3139 |
-
},
|
| 3140 |
-
"clone": {
|
| 3141 |
-
"version": "1.0.4",
|
| 3142 |
-
"bundled": true,
|
| 3143 |
-
"dev": true
|
| 3144 |
-
},
|
| 3145 |
-
"cmd-shim": {
|
| 3146 |
-
"version": "2.0.2",
|
| 3147 |
-
"bundled": true,
|
| 3148 |
-
"dev": true,
|
| 3149 |
-
"requires": {
|
| 3150 |
-
"graceful-fs": "^4.1.2",
|
| 3151 |
-
"mkdirp": "~0.5.0"
|
| 3152 |
-
}
|
| 3153 |
-
},
|
| 3154 |
-
"co": {
|
| 3155 |
-
"version": "4.6.0",
|
| 3156 |
-
"bundled": true,
|
| 3157 |
-
"dev": true
|
| 3158 |
-
},
|
| 3159 |
-
"code-point-at": {
|
| 3160 |
-
"version": "1.1.0",
|
| 3161 |
-
"bundled": true,
|
| 3162 |
-
"dev": true
|
| 3163 |
-
},
|
| 3164 |
-
"color-convert": {
|
| 3165 |
-
"version": "1.9.1",
|
| 3166 |
-
"bundled": true,
|
| 3167 |
-
"dev": true,
|
| 3168 |
-
"requires": {
|
| 3169 |
-
"color-name": "^1.1.1"
|
| 3170 |
-
}
|
| 3171 |
-
},
|
| 3172 |
-
"color-name": {
|
| 3173 |
-
"version": "1.1.3",
|
| 3174 |
-
"bundled": true,
|
| 3175 |
-
"dev": true
|
| 3176 |
-
},
|
| 3177 |
-
"colors": {
|
| 3178 |
-
"version": "1.1.2",
|
| 3179 |
-
"bundled": true,
|
| 3180 |
-
"dev": true,
|
| 3181 |
-
"optional": true
|
| 3182 |
-
},
|
| 3183 |
-
"columnify": {
|
| 3184 |
-
"version": "1.5.4",
|
| 3185 |
-
"bundled": true,
|
| 3186 |
-
"dev": true,
|
| 3187 |
-
"requires": {
|
| 3188 |
-
"strip-ansi": "^3.0.0",
|
| 3189 |
-
"wcwidth": "^1.0.0"
|
| 3190 |
-
}
|
| 3191 |
-
},
|
| 3192 |
-
"combined-stream": {
|
| 3193 |
-
"version": "1.0.6",
|
| 3194 |
-
"bundled": true,
|
| 3195 |
-
"dev": true,
|
| 3196 |
-
"requires": {
|
| 3197 |
-
"delayed-stream": "~1.0.0"
|
| 3198 |
-
}
|
| 3199 |
-
},
|
| 3200 |
-
"concat-map": {
|
| 3201 |
-
"version": "0.0.1",
|
| 3202 |
-
"bundled": true,
|
| 3203 |
-
"dev": true
|
| 3204 |
-
},
|
| 3205 |
-
"concat-stream": {
|
| 3206 |
-
"version": "1.6.2",
|
| 3207 |
-
"bundled": true,
|
| 3208 |
-
"dev": true,
|
| 3209 |
-
"requires": {
|
| 3210 |
-
"buffer-from": "^1.0.0",
|
| 3211 |
-
"inherits": "^2.0.3",
|
| 3212 |
-
"readable-stream": "^2.2.2",
|
| 3213 |
-
"typedarray": "^0.0.6"
|
| 3214 |
-
}
|
| 3215 |
-
},
|
| 3216 |
-
"config-chain": {
|
| 3217 |
-
"version": "1.1.12",
|
| 3218 |
-
"bundled": true,
|
| 3219 |
-
"dev": true,
|
| 3220 |
-
"requires": {
|
| 3221 |
-
"ini": "^1.3.4",
|
| 3222 |
-
"proto-list": "~1.2.1"
|
| 3223 |
-
}
|
| 3224 |
-
},
|
| 3225 |
-
"configstore": {
|
| 3226 |
-
"version": "3.1.2",
|
| 3227 |
-
"bundled": true,
|
| 3228 |
-
"dev": true,
|
| 3229 |
-
"requires": {
|
| 3230 |
-
"dot-prop": "^4.1.0",
|
| 3231 |
-
"graceful-fs": "^4.1.2",
|
| 3232 |
-
"make-dir": "^1.0.0",
|
| 3233 |
-
"unique-string": "^1.0.0",
|
| 3234 |
-
"write-file-atomic": "^2.0.0",
|
| 3235 |
-
"xdg-basedir": "^3.0.0"
|
| 3236 |
-
}
|
| 3237 |
-
},
|
| 3238 |
-
"console-control-strings": {
|
| 3239 |
-
"version": "1.1.0",
|
| 3240 |
-
"bundled": true,
|
| 3241 |
-
"dev": true
|
| 3242 |
-
},
|
| 3243 |
-
"copy-concurrently": {
|
| 3244 |
-
"version": "1.0.5",
|
| 3245 |
-
"bundled": true,
|
| 3246 |
-
"dev": true,
|
| 3247 |
-
"requires": {
|
| 3248 |
-
"aproba": "^1.1.1",
|
| 3249 |
-
"fs-write-stream-atomic": "^1.0.8",
|
| 3250 |
-
"iferr": "^0.1.5",
|
| 3251 |
-
"mkdirp": "^0.5.1",
|
| 3252 |
-
"rimraf": "^2.5.4",
|
| 3253 |
-
"run-queue": "^1.0.0"
|
| 3254 |
-
},
|
| 3255 |
-
"dependencies": {
|
| 3256 |
-
"iferr": {
|
| 3257 |
-
"version": "0.1.5",
|
| 3258 |
-
"bundled": true,
|
| 3259 |
-
"dev": true
|
| 3260 |
-
}
|
| 3261 |
-
}
|
| 3262 |
-
},
|
| 3263 |
-
"core-util-is": {
|
| 3264 |
-
"version": "1.0.2",
|
| 3265 |
-
"bundled": true,
|
| 3266 |
-
"dev": true
|
| 3267 |
-
},
|
| 3268 |
-
"create-error-class": {
|
| 3269 |
-
"version": "3.0.2",
|
| 3270 |
-
"bundled": true,
|
| 3271 |
-
"dev": true,
|
| 3272 |
-
"requires": {
|
| 3273 |
-
"capture-stack-trace": "^1.0.0"
|
| 3274 |
-
}
|
| 3275 |
-
},
|
| 3276 |
-
"cross-spawn": {
|
| 3277 |
-
"version": "5.1.0",
|
| 3278 |
-
"bundled": true,
|
| 3279 |
-
"dev": true,
|
| 3280 |
-
"requires": {
|
| 3281 |
-
"lru-cache": "^4.0.1",
|
| 3282 |
-
"shebang-command": "^1.2.0",
|
| 3283 |
-
"which": "^1.2.9"
|
| 3284 |
-
}
|
| 3285 |
-
},
|
| 3286 |
-
"crypto-random-string": {
|
| 3287 |
-
"version": "1.0.0",
|
| 3288 |
-
"bundled": true,
|
| 3289 |
-
"dev": true
|
| 3290 |
-
},
|
| 3291 |
-
"cyclist": {
|
| 3292 |
-
"version": "0.2.2",
|
| 3293 |
-
"bundled": true,
|
| 3294 |
-
"dev": true
|
| 3295 |
-
},
|
| 3296 |
-
"dashdash": {
|
| 3297 |
-
"version": "1.14.1",
|
| 3298 |
-
"bundled": true,
|
| 3299 |
-
"dev": true,
|
| 3300 |
-
"requires": {
|
| 3301 |
-
"assert-plus": "^1.0.0"
|
| 3302 |
-
}
|
| 3303 |
-
},
|
| 3304 |
-
"debug": {
|
| 3305 |
-
"version": "3.1.0",
|
| 3306 |
-
"bundled": true,
|
| 3307 |
-
"dev": true,
|
| 3308 |
-
"requires": {
|
| 3309 |
-
"ms": "2.0.0"
|
| 3310 |
-
},
|
| 3311 |
-
"dependencies": {
|
| 3312 |
-
"ms": {
|
| 3313 |
-
"version": "2.0.0",
|
| 3314 |
-
"bundled": true,
|
| 3315 |
-
"dev": true
|
| 3316 |
-
}
|
| 3317 |
-
}
|
| 3318 |
-
},
|
| 3319 |
-
"debuglog": {
|
| 3320 |
-
"version": "1.0.1",
|
| 3321 |
-
"bundled": true,
|
| 3322 |
-
"dev": true
|
| 3323 |
-
},
|
| 3324 |
-
"decamelize": {
|
| 3325 |
-
"version": "1.2.0",
|
| 3326 |
-
"bundled": true,
|
| 3327 |
-
"dev": true
|
| 3328 |
-
},
|
| 3329 |
-
"decode-uri-component": {
|
| 3330 |
-
"version": "0.2.0",
|
| 3331 |
-
"bundled": true,
|
| 3332 |
-
"dev": true
|
| 3333 |
-
},
|
| 3334 |
-
"deep-extend": {
|
| 3335 |
-
"version": "0.5.1",
|
| 3336 |
-
"bundled": true,
|
| 3337 |
-
"dev": true
|
| 3338 |
-
},
|
| 3339 |
-
"defaults": {
|
| 3340 |
-
"version": "1.0.3",
|
| 3341 |
-
"bundled": true,
|
| 3342 |
-
"dev": true,
|
| 3343 |
-
"requires": {
|
| 3344 |
-
"clone": "^1.0.2"
|
| 3345 |
-
}
|
| 3346 |
-
},
|
| 3347 |
-
"delayed-stream": {
|
| 3348 |
-
"version": "1.0.0",
|
| 3349 |
-
"bundled": true,
|
| 3350 |
-
"dev": true
|
| 3351 |
-
},
|
| 3352 |
-
"delegates": {
|
| 3353 |
-
"version": "1.0.0",
|
| 3354 |
-
"bundled": true,
|
| 3355 |
-
"dev": true
|
| 3356 |
-
},
|
| 3357 |
-
"detect-indent": {
|
| 3358 |
-
"version": "5.0.0",
|
| 3359 |
-
"bundled": true,
|
| 3360 |
-
"dev": true
|
| 3361 |
-
},
|
| 3362 |
-
"detect-newline": {
|
| 3363 |
-
"version": "2.1.0",
|
| 3364 |
-
"bundled": true,
|
| 3365 |
-
"dev": true
|
| 3366 |
-
},
|
| 3367 |
-
"dezalgo": {
|
| 3368 |
-
"version": "1.0.3",
|
| 3369 |
-
"bundled": true,
|
| 3370 |
-
"dev": true,
|
| 3371 |
-
"requires": {
|
| 3372 |
-
"asap": "^2.0.0",
|
| 3373 |
-
"wrappy": "1"
|
| 3374 |
-
}
|
| 3375 |
-
},
|
| 3376 |
-
"dot-prop": {
|
| 3377 |
-
"version": "4.2.0",
|
| 3378 |
-
"bundled": true,
|
| 3379 |
-
"dev": true,
|
| 3380 |
-
"requires": {
|
| 3381 |
-
"is-obj": "^1.0.0"
|
| 3382 |
-
}
|
| 3383 |
-
},
|
| 3384 |
-
"dotenv": {
|
| 3385 |
-
"version": "5.0.1",
|
| 3386 |
-
"bundled": true,
|
| 3387 |
-
"dev": true
|
| 3388 |
-
},
|
| 3389 |
-
"duplexer3": {
|
| 3390 |
-
"version": "0.1.4",
|
| 3391 |
-
"bundled": true,
|
| 3392 |
-
"dev": true
|
| 3393 |
-
},
|
| 3394 |
-
"duplexify": {
|
| 3395 |
-
"version": "3.6.0",
|
| 3396 |
-
"bundled": true,
|
| 3397 |
-
"dev": true,
|
| 3398 |
-
"requires": {
|
| 3399 |
-
"end-of-stream": "^1.0.0",
|
| 3400 |
-
"inherits": "^2.0.1",
|
| 3401 |
-
"readable-stream": "^2.0.0",
|
| 3402 |
-
"stream-shift": "^1.0.0"
|
| 3403 |
-
}
|
| 3404 |
-
},
|
| 3405 |
-
"ecc-jsbn": {
|
| 3406 |
-
"version": "0.1.2",
|
| 3407 |
-
"bundled": true,
|
| 3408 |
-
"dev": true,
|
| 3409 |
-
"optional": true,
|
| 3410 |
-
"requires": {
|
| 3411 |
-
"jsbn": "~0.1.0",
|
| 3412 |
-
"safer-buffer": "^2.1.0"
|
| 3413 |
-
}
|
| 3414 |
-
},
|
| 3415 |
-
"editor": {
|
| 3416 |
-
"version": "1.0.0",
|
| 3417 |
-
"bundled": true,
|
| 3418 |
-
"dev": true
|
| 3419 |
-
},
|
| 3420 |
-
"encoding": {
|
| 3421 |
-
"version": "0.1.12",
|
| 3422 |
-
"bundled": true,
|
| 3423 |
-
"dev": true,
|
| 3424 |
-
"requires": {
|
| 3425 |
-
"iconv-lite": "~0.4.13"
|
| 3426 |
-
}
|
| 3427 |
-
},
|
| 3428 |
-
"end-of-stream": {
|
| 3429 |
-
"version": "1.4.1",
|
| 3430 |
-
"bundled": true,
|
| 3431 |
-
"dev": true,
|
| 3432 |
-
"requires": {
|
| 3433 |
-
"once": "^1.4.0"
|
| 3434 |
-
}
|
| 3435 |
-
},
|
| 3436 |
-
"err-code": {
|
| 3437 |
-
"version": "1.1.2",
|
| 3438 |
-
"bundled": true,
|
| 3439 |
-
"dev": true
|
| 3440 |
-
},
|
| 3441 |
-
"errno": {
|
| 3442 |
-
"version": "0.1.7",
|
| 3443 |
-
"bundled": true,
|
| 3444 |
-
"dev": true,
|
| 3445 |
-
"requires": {
|
| 3446 |
-
"prr": "~1.0.1"
|
| 3447 |
-
}
|
| 3448 |
-
},
|
| 3449 |
-
"es6-promise": {
|
| 3450 |
-
"version": "4.2.4",
|
| 3451 |
-
"bundled": true,
|
| 3452 |
-
"dev": true
|
| 3453 |
-
},
|
| 3454 |
-
"es6-promisify": {
|
| 3455 |
-
"version": "5.0.0",
|
| 3456 |
-
"bundled": true,
|
| 3457 |
-
"dev": true,
|
| 3458 |
-
"requires": {
|
| 3459 |
-
"es6-promise": "^4.0.3"
|
| 3460 |
-
}
|
| 3461 |
-
},
|
| 3462 |
-
"escape-string-regexp": {
|
| 3463 |
-
"version": "1.0.5",
|
| 3464 |
-
"bundled": true,
|
| 3465 |
-
"dev": true
|
| 3466 |
-
},
|
| 3467 |
-
"execa": {
|
| 3468 |
-
"version": "0.7.0",
|
| 3469 |
-
"bundled": true,
|
| 3470 |
-
"dev": true,
|
| 3471 |
-
"requires": {
|
| 3472 |
-
"cross-spawn": "^5.0.1",
|
| 3473 |
-
"get-stream": "^3.0.0",
|
| 3474 |
-
"is-stream": "^1.1.0",
|
| 3475 |
-
"npm-run-path": "^2.0.0",
|
| 3476 |
-
"p-finally": "^1.0.0",
|
| 3477 |
-
"signal-exit": "^3.0.0",
|
| 3478 |
-
"strip-eof": "^1.0.0"
|
| 3479 |
-
}
|
| 3480 |
-
},
|
| 3481 |
-
"extend": {
|
| 3482 |
-
"version": "3.0.2",
|
| 3483 |
-
"bundled": true,
|
| 3484 |
-
"dev": true
|
| 3485 |
-
},
|
| 3486 |
-
"extsprintf": {
|
| 3487 |
-
"version": "1.3.0",
|
| 3488 |
-
"bundled": true,
|
| 3489 |
-
"dev": true
|
| 3490 |
-
},
|
| 3491 |
-
"fast-deep-equal": {
|
| 3492 |
-
"version": "1.1.0",
|
| 3493 |
-
"bundled": true,
|
| 3494 |
-
"dev": true
|
| 3495 |
-
},
|
| 3496 |
-
"fast-json-stable-stringify": {
|
| 3497 |
-
"version": "2.0.0",
|
| 3498 |
-
"bundled": true,
|
| 3499 |
-
"dev": true
|
| 3500 |
-
},
|
| 3501 |
-
"figgy-pudding": {
|
| 3502 |
-
"version": "3.5.1",
|
| 3503 |
-
"bundled": true,
|
| 3504 |
-
"dev": true
|
| 3505 |
-
},
|
| 3506 |
-
"find-npm-prefix": {
|
| 3507 |
-
"version": "1.0.2",
|
| 3508 |
-
"bundled": true,
|
| 3509 |
-
"dev": true
|
| 3510 |
-
},
|
| 3511 |
-
"find-up": {
|
| 3512 |
-
"version": "2.1.0",
|
| 3513 |
-
"bundled": true,
|
| 3514 |
-
"dev": true,
|
| 3515 |
-
"requires": {
|
| 3516 |
-
"locate-path": "^2.0.0"
|
| 3517 |
-
}
|
| 3518 |
-
},
|
| 3519 |
-
"flush-write-stream": {
|
| 3520 |
-
"version": "1.0.3",
|
| 3521 |
-
"bundled": true,
|
| 3522 |
-
"dev": true,
|
| 3523 |
-
"requires": {
|
| 3524 |
-
"inherits": "^2.0.1",
|
| 3525 |
-
"readable-stream": "^2.0.4"
|
| 3526 |
-
}
|
| 3527 |
-
},
|
| 3528 |
-
"forever-agent": {
|
| 3529 |
-
"version": "0.6.1",
|
| 3530 |
-
"bundled": true,
|
| 3531 |
-
"dev": true
|
| 3532 |
-
},
|
| 3533 |
-
"form-data": {
|
| 3534 |
-
"version": "2.3.2",
|
| 3535 |
-
"bundled": true,
|
| 3536 |
-
"dev": true,
|
| 3537 |
-
"requires": {
|
| 3538 |
-
"asynckit": "^0.4.0",
|
| 3539 |
-
"combined-stream": "1.0.6",
|
| 3540 |
-
"mime-types": "^2.1.12"
|
| 3541 |
-
}
|
| 3542 |
-
},
|
| 3543 |
-
"from2": {
|
| 3544 |
-
"version": "2.3.0",
|
| 3545 |
-
"bundled": true,
|
| 3546 |
-
"dev": true,
|
| 3547 |
-
"requires": {
|
| 3548 |
-
"inherits": "^2.0.1",
|
| 3549 |
-
"readable-stream": "^2.0.0"
|
| 3550 |
-
}
|
| 3551 |
-
},
|
| 3552 |
-
"fs-minipass": {
|
| 3553 |
-
"version": "1.2.5",
|
| 3554 |
-
"bundled": true,
|
| 3555 |
-
"dev": true,
|
| 3556 |
-
"requires": {
|
| 3557 |
-
"minipass": "^2.2.1"
|
| 3558 |
-
}
|
| 3559 |
-
},
|
| 3560 |
-
"fs-vacuum": {
|
| 3561 |
-
"version": "1.2.10",
|
| 3562 |
-
"bundled": true,
|
| 3563 |
-
"dev": true,
|
| 3564 |
-
"requires": {
|
| 3565 |
-
"graceful-fs": "^4.1.2",
|
| 3566 |
-
"path-is-inside": "^1.0.1",
|
| 3567 |
-
"rimraf": "^2.5.2"
|
| 3568 |
-
}
|
| 3569 |
-
},
|
| 3570 |
-
"fs-write-stream-atomic": {
|
| 3571 |
-
"version": "1.0.10",
|
| 3572 |
-
"bundled": true,
|
| 3573 |
-
"dev": true,
|
| 3574 |
-
"requires": {
|
| 3575 |
-
"graceful-fs": "^4.1.2",
|
| 3576 |
-
"iferr": "^0.1.5",
|
| 3577 |
-
"imurmurhash": "^0.1.4",
|
| 3578 |
-
"readable-stream": "1 || 2"
|
| 3579 |
-
},
|
| 3580 |
-
"dependencies": {
|
| 3581 |
-
"iferr": {
|
| 3582 |
-
"version": "0.1.5",
|
| 3583 |
-
"bundled": true,
|
| 3584 |
-
"dev": true
|
| 3585 |
-
}
|
| 3586 |
-
}
|
| 3587 |
-
},
|
| 3588 |
-
"fs.realpath": {
|
| 3589 |
-
"version": "1.0.0",
|
| 3590 |
-
"bundled": true,
|
| 3591 |
-
"dev": true
|
| 3592 |
-
},
|
| 3593 |
-
"fstream": {
|
| 3594 |
-
"version": "1.0.11",
|
| 3595 |
-
"bundled": true,
|
| 3596 |
-
"dev": true,
|
| 3597 |
-
"requires": {
|
| 3598 |
-
"graceful-fs": "^4.1.2",
|
| 3599 |
-
"inherits": "~2.0.0",
|
| 3600 |
-
"mkdirp": ">=0.5 0",
|
| 3601 |
-
"rimraf": "2"
|
| 3602 |
-
}
|
| 3603 |
-
},
|
| 3604 |
-
"gauge": {
|
| 3605 |
-
"version": "2.7.4",
|
| 3606 |
-
"bundled": true,
|
| 3607 |
-
"dev": true,
|
| 3608 |
-
"requires": {
|
| 3609 |
-
"aproba": "^1.0.3",
|
| 3610 |
-
"console-control-strings": "^1.0.0",
|
| 3611 |
-
"has-unicode": "^2.0.0",
|
| 3612 |
-
"object-assign": "^4.1.0",
|
| 3613 |
-
"signal-exit": "^3.0.0",
|
| 3614 |
-
"string-width": "^1.0.1",
|
| 3615 |
-
"strip-ansi": "^3.0.1",
|
| 3616 |
-
"wide-align": "^1.1.0"
|
| 3617 |
-
},
|
| 3618 |
-
"dependencies": {
|
| 3619 |
-
"string-width": {
|
| 3620 |
-
"version": "1.0.2",
|
| 3621 |
-
"bundled": true,
|
| 3622 |
-
"dev": true,
|
| 3623 |
-
"requires": {
|
| 3624 |
-
"code-point-at": "^1.0.0",
|
| 3625 |
-
"is-fullwidth-code-point": "^1.0.0",
|
| 3626 |
-
"strip-ansi": "^3.0.0"
|
| 3627 |
-
}
|
| 3628 |
-
}
|
| 3629 |
-
}
|
| 3630 |
-
},
|
| 3631 |
-
"genfun": {
|
| 3632 |
-
"version": "4.0.1",
|
| 3633 |
-
"bundled": true,
|
| 3634 |
-
"dev": true
|
| 3635 |
-
},
|
| 3636 |
-
"gentle-fs": {
|
| 3637 |
-
"version": "2.0.1",
|
| 3638 |
-
"bundled": true,
|
| 3639 |
-
"dev": true,
|
| 3640 |
-
"requires": {
|
| 3641 |
-
"aproba": "^1.1.2",
|
| 3642 |
-
"fs-vacuum": "^1.2.10",
|
| 3643 |
-
"graceful-fs": "^4.1.11",
|
| 3644 |
-
"iferr": "^0.1.5",
|
| 3645 |
-
"mkdirp": "^0.5.1",
|
| 3646 |
-
"path-is-inside": "^1.0.2",
|
| 3647 |
-
"read-cmd-shim": "^1.0.1",
|
| 3648 |
-
"slide": "^1.1.6"
|
| 3649 |
-
},
|
| 3650 |
-
"dependencies": {
|
| 3651 |
-
"iferr": {
|
| 3652 |
-
"version": "0.1.5",
|
| 3653 |
-
"bundled": true,
|
| 3654 |
-
"dev": true
|
| 3655 |
-
}
|
| 3656 |
-
}
|
| 3657 |
-
},
|
| 3658 |
-
"get-caller-file": {
|
| 3659 |
-
"version": "1.0.2",
|
| 3660 |
-
"bundled": true,
|
| 3661 |
-
"dev": true
|
| 3662 |
-
},
|
| 3663 |
-
"get-stream": {
|
| 3664 |
-
"version": "3.0.0",
|
| 3665 |
-
"bundled": true,
|
| 3666 |
-
"dev": true
|
| 3667 |
-
},
|
| 3668 |
-
"getpass": {
|
| 3669 |
-
"version": "0.1.7",
|
| 3670 |
-
"bundled": true,
|
| 3671 |
-
"dev": true,
|
| 3672 |
-
"requires": {
|
| 3673 |
-
"assert-plus": "^1.0.0"
|
| 3674 |
-
}
|
| 3675 |
-
},
|
| 3676 |
-
"glob": {
|
| 3677 |
-
"version": "7.1.3",
|
| 3678 |
-
"bundled": true,
|
| 3679 |
-
"dev": true,
|
| 3680 |
-
"requires": {
|
| 3681 |
-
"fs.realpath": "^1.0.0",
|
| 3682 |
-
"inflight": "^1.0.4",
|
| 3683 |
-
"inherits": "2",
|
| 3684 |
-
"minimatch": "^3.0.4",
|
| 3685 |
-
"once": "^1.3.0",
|
| 3686 |
-
"path-is-absolute": "^1.0.0"
|
| 3687 |
-
}
|
| 3688 |
-
},
|
| 3689 |
-
"global-dirs": {
|
| 3690 |
-
"version": "0.1.1",
|
| 3691 |
-
"bundled": true,
|
| 3692 |
-
"dev": true,
|
| 3693 |
-
"requires": {
|
| 3694 |
-
"ini": "^1.3.4"
|
| 3695 |
-
}
|
| 3696 |
-
},
|
| 3697 |
-
"got": {
|
| 3698 |
-
"version": "6.7.1",
|
| 3699 |
-
"bundled": true,
|
| 3700 |
-
"dev": true,
|
| 3701 |
-
"requires": {
|
| 3702 |
-
"create-error-class": "^3.0.0",
|
| 3703 |
-
"duplexer3": "^0.1.4",
|
| 3704 |
-
"get-stream": "^3.0.0",
|
| 3705 |
-
"is-redirect": "^1.0.0",
|
| 3706 |
-
"is-retry-allowed": "^1.0.0",
|
| 3707 |
-
"is-stream": "^1.0.0",
|
| 3708 |
-
"lowercase-keys": "^1.0.0",
|
| 3709 |
-
"safe-buffer": "^5.0.1",
|
| 3710 |
-
"timed-out": "^4.0.0",
|
| 3711 |
-
"unzip-response": "^2.0.1",
|
| 3712 |
-
"url-parse-lax": "^1.0.0"
|
| 3713 |
-
}
|
| 3714 |
-
},
|
| 3715 |
-
"graceful-fs": {
|
| 3716 |
-
"version": "4.1.15",
|
| 3717 |
-
"bundled": true,
|
| 3718 |
-
"dev": true
|
| 3719 |
-
},
|
| 3720 |
-
"har-schema": {
|
| 3721 |
-
"version": "2.0.0",
|
| 3722 |
-
"bundled": true,
|
| 3723 |
-
"dev": true
|
| 3724 |
-
},
|
| 3725 |
-
"har-validator": {
|
| 3726 |
-
"version": "5.1.0",
|
| 3727 |
-
"bundled": true,
|
| 3728 |
-
"dev": true,
|
| 3729 |
-
"requires": {
|
| 3730 |
-
"ajv": "^5.3.0",
|
| 3731 |
-
"har-schema": "^2.0.0"
|
| 3732 |
-
}
|
| 3733 |
-
},
|
| 3734 |
-
"has-flag": {
|
| 3735 |
-
"version": "3.0.0",
|
| 3736 |
-
"bundled": true,
|
| 3737 |
-
"dev": true
|
| 3738 |
-
},
|
| 3739 |
-
"has-unicode": {
|
| 3740 |
-
"version": "2.0.1",
|
| 3741 |
-
"bundled": true,
|
| 3742 |
-
"dev": true
|
| 3743 |
-
},
|
| 3744 |
-
"hosted-git-info": {
|
| 3745 |
-
"version": "2.7.1",
|
| 3746 |
-
"bundled": true,
|
| 3747 |
-
"dev": true
|
| 3748 |
-
},
|
| 3749 |
-
"http-cache-semantics": {
|
| 3750 |
-
"version": "3.8.1",
|
| 3751 |
-
"bundled": true,
|
| 3752 |
-
"dev": true
|
| 3753 |
-
},
|
| 3754 |
-
"http-proxy-agent": {
|
| 3755 |
-
"version": "2.1.0",
|
| 3756 |
-
"bundled": true,
|
| 3757 |
-
"dev": true,
|
| 3758 |
-
"requires": {
|
| 3759 |
-
"agent-base": "4",
|
| 3760 |
-
"debug": "3.1.0"
|
| 3761 |
-
}
|
| 3762 |
-
},
|
| 3763 |
-
"http-signature": {
|
| 3764 |
-
"version": "1.2.0",
|
| 3765 |
-
"bundled": true,
|
| 3766 |
-
"dev": true,
|
| 3767 |
-
"requires": {
|
| 3768 |
-
"assert-plus": "^1.0.0",
|
| 3769 |
-
"jsprim": "^1.2.2",
|
| 3770 |
-
"sshpk": "^1.7.0"
|
| 3771 |
-
}
|
| 3772 |
-
},
|
| 3773 |
-
"https-proxy-agent": {
|
| 3774 |
-
"version": "2.2.1",
|
| 3775 |
-
"bundled": true,
|
| 3776 |
-
"dev": true,
|
| 3777 |
-
"requires": {
|
| 3778 |
-
"agent-base": "^4.1.0",
|
| 3779 |
-
"debug": "^3.1.0"
|
| 3780 |
-
}
|
| 3781 |
-
},
|
| 3782 |
-
"humanize-ms": {
|
| 3783 |
-
"version": "1.2.1",
|
| 3784 |
-
"bundled": true,
|
| 3785 |
-
"dev": true,
|
| 3786 |
-
"requires": {
|
| 3787 |
-
"ms": "^2.0.0"
|
| 3788 |
-
}
|
| 3789 |
-
},
|
| 3790 |
-
"iconv-lite": {
|
| 3791 |
-
"version": "0.4.23",
|
| 3792 |
-
"bundled": true,
|
| 3793 |
-
"dev": true,
|
| 3794 |
-
"requires": {
|
| 3795 |
-
"safer-buffer": ">= 2.1.2 < 3"
|
| 3796 |
-
}
|
| 3797 |
-
},
|
| 3798 |
-
"iferr": {
|
| 3799 |
-
"version": "1.0.2",
|
| 3800 |
-
"bundled": true,
|
| 3801 |
-
"dev": true
|
| 3802 |
-
},
|
| 3803 |
-
"ignore-walk": {
|
| 3804 |
-
"version": "3.0.1",
|
| 3805 |
-
"bundled": true,
|
| 3806 |
-
"dev": true,
|
| 3807 |
-
"requires": {
|
| 3808 |
-
"minimatch": "^3.0.4"
|
| 3809 |
-
}
|
| 3810 |
-
},
|
| 3811 |
-
"import-lazy": {
|
| 3812 |
-
"version": "2.1.0",
|
| 3813 |
-
"bundled": true,
|
| 3814 |
-
"dev": true
|
| 3815 |
-
},
|
| 3816 |
-
"imurmurhash": {
|
| 3817 |
-
"version": "0.1.4",
|
| 3818 |
-
"bundled": true,
|
| 3819 |
-
"dev": true
|
| 3820 |
-
},
|
| 3821 |
-
"inflight": {
|
| 3822 |
-
"version": "1.0.6",
|
| 3823 |
-
"bundled": true,
|
| 3824 |
-
"dev": true,
|
| 3825 |
-
"requires": {
|
| 3826 |
-
"once": "^1.3.0",
|
| 3827 |
-
"wrappy": "1"
|
| 3828 |
-
}
|
| 3829 |
-
},
|
| 3830 |
-
"inherits": {
|
| 3831 |
-
"version": "2.0.3",
|
| 3832 |
-
"bundled": true,
|
| 3833 |
-
"dev": true
|
| 3834 |
-
},
|
| 3835 |
-
"ini": {
|
| 3836 |
-
"version": "1.3.5",
|
| 3837 |
-
"bundled": true,
|
| 3838 |
-
"dev": true
|
| 3839 |
-
},
|
| 3840 |
-
"init-package-json": {
|
| 3841 |
-
"version": "1.10.3",
|
| 3842 |
-
"bundled": true,
|
| 3843 |
-
"dev": true,
|
| 3844 |
-
"requires": {
|
| 3845 |
-
"glob": "^7.1.1",
|
| 3846 |
-
"npm-package-arg": "^4.0.0 || ^5.0.0 || ^6.0.0",
|
| 3847 |
-
"promzard": "^0.3.0",
|
| 3848 |
-
"read": "~1.0.1",
|
| 3849 |
-
"read-package-json": "1 || 2",
|
| 3850 |
-
"semver": "2.x || 3.x || 4 || 5",
|
| 3851 |
-
"validate-npm-package-license": "^3.0.1",
|
| 3852 |
-
"validate-npm-package-name": "^3.0.0"
|
| 3853 |
-
}
|
| 3854 |
-
},
|
| 3855 |
-
"invert-kv": {
|
| 3856 |
-
"version": "1.0.0",
|
| 3857 |
-
"bundled": true,
|
| 3858 |
-
"dev": true
|
| 3859 |
-
},
|
| 3860 |
-
"ip": {
|
| 3861 |
-
"version": "1.1.5",
|
| 3862 |
-
"bundled": true,
|
| 3863 |
-
"dev": true
|
| 3864 |
-
},
|
| 3865 |
-
"ip-regex": {
|
| 3866 |
-
"version": "2.1.0",
|
| 3867 |
-
"bundled": true,
|
| 3868 |
-
"dev": true
|
| 3869 |
-
},
|
| 3870 |
-
"is-builtin-module": {
|
| 3871 |
-
"version": "1.0.0",
|
| 3872 |
-
"bundled": true,
|
| 3873 |
-
"dev": true,
|
| 3874 |
-
"requires": {
|
| 3875 |
-
"builtin-modules": "^1.0.0"
|
| 3876 |
-
}
|
| 3877 |
-
},
|
| 3878 |
-
"is-ci": {
|
| 3879 |
-
"version": "1.1.0",
|
| 3880 |
-
"bundled": true,
|
| 3881 |
-
"dev": true,
|
| 3882 |
-
"requires": {
|
| 3883 |
-
"ci-info": "^1.0.0"
|
| 3884 |
-
}
|
| 3885 |
-
},
|
| 3886 |
-
"is-cidr": {
|
| 3887 |
-
"version": "2.0.6",
|
| 3888 |
-
"bundled": true,
|
| 3889 |
-
"dev": true,
|
| 3890 |
-
"requires": {
|
| 3891 |
-
"cidr-regex": "^2.0.8"
|
| 3892 |
-
}
|
| 3893 |
-
},
|
| 3894 |
-
"is-fullwidth-code-point": {
|
| 3895 |
-
"version": "1.0.0",
|
| 3896 |
-
"bundled": true,
|
| 3897 |
-
"dev": true,
|
| 3898 |
-
"requires": {
|
| 3899 |
-
"number-is-nan": "^1.0.0"
|
| 3900 |
-
}
|
| 3901 |
-
},
|
| 3902 |
-
"is-installed-globally": {
|
| 3903 |
-
"version": "0.1.0",
|
| 3904 |
-
"bundled": true,
|
| 3905 |
-
"dev": true,
|
| 3906 |
-
"requires": {
|
| 3907 |
-
"global-dirs": "^0.1.0",
|
| 3908 |
-
"is-path-inside": "^1.0.0"
|
| 3909 |
-
}
|
| 3910 |
-
},
|
| 3911 |
-
"is-npm": {
|
| 3912 |
-
"version": "1.0.0",
|
| 3913 |
-
"bundled": true,
|
| 3914 |
-
"dev": true
|
| 3915 |
-
},
|
| 3916 |
-
"is-obj": {
|
| 3917 |
-
"version": "1.0.1",
|
| 3918 |
-
"bundled": true,
|
| 3919 |
-
"dev": true
|
| 3920 |
-
},
|
| 3921 |
-
"is-path-inside": {
|
| 3922 |
-
"version": "1.0.1",
|
| 3923 |
-
"bundled": true,
|
| 3924 |
-
"dev": true,
|
| 3925 |
-
"requires": {
|
| 3926 |
-
"path-is-inside": "^1.0.1"
|
| 3927 |
-
}
|
| 3928 |
-
},
|
| 3929 |
-
"is-redirect": {
|
| 3930 |
-
"version": "1.0.0",
|
| 3931 |
-
"bundled": true,
|
| 3932 |
-
"dev": true
|
| 3933 |
-
},
|
| 3934 |
-
"is-retry-allowed": {
|
| 3935 |
-
"version": "1.1.0",
|
| 3936 |
-
"bundled": true,
|
| 3937 |
-
"dev": true
|
| 3938 |
-
},
|
| 3939 |
-
"is-stream": {
|
| 3940 |
-
"version": "1.1.0",
|
| 3941 |
-
"bundled": true,
|
| 3942 |
-
"dev": true
|
| 3943 |
-
},
|
| 3944 |
-
"is-typedarray": {
|
| 3945 |
-
"version": "1.0.0",
|
| 3946 |
-
"bundled": true,
|
| 3947 |
-
"dev": true
|
| 3948 |
-
},
|
| 3949 |
-
"isarray": {
|
| 3950 |
-
"version": "1.0.0",
|
| 3951 |
-
"bundled": true,
|
| 3952 |
-
"dev": true
|
| 3953 |
-
},
|
| 3954 |
-
"isexe": {
|
| 3955 |
-
"version": "2.0.0",
|
| 3956 |
-
"bundled": true,
|
| 3957 |
-
"dev": true
|
| 3958 |
-
},
|
| 3959 |
-
"isstream": {
|
| 3960 |
-
"version": "0.1.2",
|
| 3961 |
-
"bundled": true,
|
| 3962 |
-
"dev": true
|
| 3963 |
-
},
|
| 3964 |
-
"jsbn": {
|
| 3965 |
-
"version": "0.1.1",
|
| 3966 |
-
"bundled": true,
|
| 3967 |
-
"dev": true,
|
| 3968 |
-
"optional": true
|
| 3969 |
-
},
|
| 3970 |
-
"json-parse-better-errors": {
|
| 3971 |
-
"version": "1.0.2",
|
| 3972 |
-
"bundled": true,
|
| 3973 |
-
"dev": true
|
| 3974 |
-
},
|
| 3975 |
-
"json-schema": {
|
| 3976 |
-
"version": "0.2.3",
|
| 3977 |
-
"bundled": true,
|
| 3978 |
-
"dev": true
|
| 3979 |
-
},
|
| 3980 |
-
"json-schema-traverse": {
|
| 3981 |
-
"version": "0.3.1",
|
| 3982 |
-
"bundled": true,
|
| 3983 |
-
"dev": true
|
| 3984 |
-
},
|
| 3985 |
-
"json-stringify-safe": {
|
| 3986 |
-
"version": "5.0.1",
|
| 3987 |
-
"bundled": true,
|
| 3988 |
-
"dev": true
|
| 3989 |
-
},
|
| 3990 |
-
"jsonparse": {
|
| 3991 |
-
"version": "1.3.1",
|
| 3992 |
-
"bundled": true,
|
| 3993 |
-
"dev": true
|
| 3994 |
-
},
|
| 3995 |
-
"jsprim": {
|
| 3996 |
-
"version": "1.4.1",
|
| 3997 |
-
"bundled": true,
|
| 3998 |
-
"dev": true,
|
| 3999 |
-
"requires": {
|
| 4000 |
-
"assert-plus": "1.0.0",
|
| 4001 |
-
"extsprintf": "1.3.0",
|
| 4002 |
-
"json-schema": "0.2.3",
|
| 4003 |
-
"verror": "1.10.0"
|
| 4004 |
-
}
|
| 4005 |
-
},
|
| 4006 |
-
"latest-version": {
|
| 4007 |
-
"version": "3.1.0",
|
| 4008 |
-
"bundled": true,
|
| 4009 |
-
"dev": true,
|
| 4010 |
-
"requires": {
|
| 4011 |
-
"package-json": "^4.0.0"
|
| 4012 |
-
}
|
| 4013 |
-
},
|
| 4014 |
-
"lazy-property": {
|
| 4015 |
-
"version": "1.0.0",
|
| 4016 |
-
"bundled": true,
|
| 4017 |
-
"dev": true
|
| 4018 |
-
},
|
| 4019 |
-
"lcid": {
|
| 4020 |
-
"version": "1.0.0",
|
| 4021 |
-
"bundled": true,
|
| 4022 |
-
"dev": true,
|
| 4023 |
-
"requires": {
|
| 4024 |
-
"invert-kv": "^1.0.0"
|
| 4025 |
-
}
|
| 4026 |
-
},
|
| 4027 |
-
"libcipm": {
|
| 4028 |
-
"version": "2.0.2",
|
| 4029 |
-
"bundled": true,
|
| 4030 |
-
"dev": true,
|
| 4031 |
-
"requires": {
|
| 4032 |
-
"bin-links": "^1.1.2",
|
| 4033 |
-
"bluebird": "^3.5.1",
|
| 4034 |
-
"find-npm-prefix": "^1.0.2",
|
| 4035 |
-
"graceful-fs": "^4.1.11",
|
| 4036 |
-
"lock-verify": "^2.0.2",
|
| 4037 |
-
"mkdirp": "^0.5.1",
|
| 4038 |
-
"npm-lifecycle": "^2.0.3",
|
| 4039 |
-
"npm-logical-tree": "^1.2.1",
|
| 4040 |
-
"npm-package-arg": "^6.1.0",
|
| 4041 |
-
"pacote": "^8.1.6",
|
| 4042 |
-
"protoduck": "^5.0.0",
|
| 4043 |
-
"read-package-json": "^2.0.13",
|
| 4044 |
-
"rimraf": "^2.6.2",
|
| 4045 |
-
"worker-farm": "^1.6.0"
|
| 4046 |
-
}
|
| 4047 |
-
},
|
| 4048 |
-
"libnpmhook": {
|
| 4049 |
-
"version": "4.0.1",
|
| 4050 |
-
"bundled": true,
|
| 4051 |
-
"dev": true,
|
| 4052 |
-
"requires": {
|
| 4053 |
-
"figgy-pudding": "^3.1.0",
|
| 4054 |
-
"npm-registry-fetch": "^3.0.0"
|
| 4055 |
-
},
|
| 4056 |
-
"dependencies": {
|
| 4057 |
-
"npm-registry-fetch": {
|
| 4058 |
-
"version": "3.1.1",
|
| 4059 |
-
"bundled": true,
|
| 4060 |
-
"dev": true,
|
| 4061 |
-
"requires": {
|
| 4062 |
-
"bluebird": "^3.5.1",
|
| 4063 |
-
"figgy-pudding": "^3.1.0",
|
| 4064 |
-
"lru-cache": "^4.1.2",
|
| 4065 |
-
"make-fetch-happen": "^4.0.0",
|
| 4066 |
-
"npm-package-arg": "^6.0.0"
|
| 4067 |
-
}
|
| 4068 |
-
}
|
| 4069 |
-
}
|
| 4070 |
-
},
|
| 4071 |
-
"libnpx": {
|
| 4072 |
-
"version": "10.2.0",
|
| 4073 |
-
"bundled": true,
|
| 4074 |
-
"dev": true,
|
| 4075 |
-
"requires": {
|
| 4076 |
-
"dotenv": "^5.0.1",
|
| 4077 |
-
"npm-package-arg": "^6.0.0",
|
| 4078 |
-
"rimraf": "^2.6.2",
|
| 4079 |
-
"safe-buffer": "^5.1.0",
|
| 4080 |
-
"update-notifier": "^2.3.0",
|
| 4081 |
-
"which": "^1.3.0",
|
| 4082 |
-
"y18n": "^4.0.0",
|
| 4083 |
-
"yargs": "^11.0.0"
|
| 4084 |
-
}
|
| 4085 |
-
},
|
| 4086 |
-
"locate-path": {
|
| 4087 |
-
"version": "2.0.0",
|
| 4088 |
-
"bundled": true,
|
| 4089 |
-
"dev": true,
|
| 4090 |
-
"requires": {
|
| 4091 |
-
"p-locate": "^2.0.0",
|
| 4092 |
-
"path-exists": "^3.0.0"
|
| 4093 |
-
}
|
| 4094 |
-
},
|
| 4095 |
-
"lock-verify": {
|
| 4096 |
-
"version": "2.0.2",
|
| 4097 |
-
"bundled": true,
|
| 4098 |
-
"dev": true,
|
| 4099 |
-
"requires": {
|
| 4100 |
-
"npm-package-arg": "^5.1.2 || 6",
|
| 4101 |
-
"semver": "^5.4.1"
|
| 4102 |
-
}
|
| 4103 |
-
},
|
| 4104 |
-
"lockfile": {
|
| 4105 |
-
"version": "1.0.4",
|
| 4106 |
-
"bundled": true,
|
| 4107 |
-
"dev": true,
|
| 4108 |
-
"requires": {
|
| 4109 |
-
"signal-exit": "^3.0.2"
|
| 4110 |
-
}
|
| 4111 |
-
},
|
| 4112 |
-
"lodash._baseindexof": {
|
| 4113 |
-
"version": "3.1.0",
|
| 4114 |
-
"bundled": true,
|
| 4115 |
-
"dev": true
|
| 4116 |
-
},
|
| 4117 |
-
"lodash._baseuniq": {
|
| 4118 |
-
"version": "4.6.0",
|
| 4119 |
-
"bundled": true,
|
| 4120 |
-
"dev": true,
|
| 4121 |
-
"requires": {
|
| 4122 |
-
"lodash._createset": "~4.0.0",
|
| 4123 |
-
"lodash._root": "~3.0.0"
|
| 4124 |
-
}
|
| 4125 |
-
},
|
| 4126 |
-
"lodash._bindcallback": {
|
| 4127 |
-
"version": "3.0.1",
|
| 4128 |
-
"bundled": true,
|
| 4129 |
-
"dev": true
|
| 4130 |
-
},
|
| 4131 |
-
"lodash._cacheindexof": {
|
| 4132 |
-
"version": "3.0.2",
|
| 4133 |
-
"bundled": true,
|
| 4134 |
-
"dev": true
|
| 4135 |
-
},
|
| 4136 |
-
"lodash._createcache": {
|
| 4137 |
-
"version": "3.1.2",
|
| 4138 |
-
"bundled": true,
|
| 4139 |
-
"dev": true,
|
| 4140 |
-
"requires": {
|
| 4141 |
-
"lodash._getnative": "^3.0.0"
|
| 4142 |
-
}
|
| 4143 |
-
},
|
| 4144 |
-
"lodash._createset": {
|
| 4145 |
-
"version": "4.0.3",
|
| 4146 |
-
"bundled": true,
|
| 4147 |
-
"dev": true
|
| 4148 |
-
},
|
| 4149 |
-
"lodash._getnative": {
|
| 4150 |
-
"version": "3.9.1",
|
| 4151 |
-
"bundled": true,
|
| 4152 |
-
"dev": true
|
| 4153 |
-
},
|
| 4154 |
-
"lodash._root": {
|
| 4155 |
-
"version": "3.0.1",
|
| 4156 |
-
"bundled": true,
|
| 4157 |
-
"dev": true
|
| 4158 |
-
},
|
| 4159 |
-
"lodash.clonedeep": {
|
| 4160 |
-
"version": "4.5.0",
|
| 4161 |
-
"bundled": true,
|
| 4162 |
-
"dev": true
|
| 4163 |
-
},
|
| 4164 |
-
"lodash.restparam": {
|
| 4165 |
-
"version": "3.6.1",
|
| 4166 |
-
"bundled": true,
|
| 4167 |
-
"dev": true
|
| 4168 |
-
},
|
| 4169 |
-
"lodash.union": {
|
| 4170 |
-
"version": "4.6.0",
|
| 4171 |
-
"bundled": true,
|
| 4172 |
-
"dev": true
|
| 4173 |
-
},
|
| 4174 |
-
"lodash.uniq": {
|
| 4175 |
-
"version": "4.5.0",
|
| 4176 |
-
"bundled": true,
|
| 4177 |
-
"dev": true
|
| 4178 |
-
},
|
| 4179 |
-
"lodash.without": {
|
| 4180 |
-
"version": "4.4.0",
|
| 4181 |
-
"bundled": true,
|
| 4182 |
-
"dev": true
|
| 4183 |
-
},
|
| 4184 |
-
"lowercase-keys": {
|
| 4185 |
-
"version": "1.0.1",
|
| 4186 |
-
"bundled": true,
|
| 4187 |
-
"dev": true
|
| 4188 |
-
},
|
| 4189 |
-
"lru-cache": {
|
| 4190 |
-
"version": "4.1.3",
|
| 4191 |
-
"bundled": true,
|
| 4192 |
-
"dev": true,
|
| 4193 |
-
"requires": {
|
| 4194 |
-
"pseudomap": "^1.0.2",
|
| 4195 |
-
"yallist": "^2.1.2"
|
| 4196 |
-
}
|
| 4197 |
-
},
|
| 4198 |
-
"make-dir": {
|
| 4199 |
-
"version": "1.3.0",
|
| 4200 |
-
"bundled": true,
|
| 4201 |
-
"dev": true,
|
| 4202 |
-
"requires": {
|
| 4203 |
-
"pify": "^3.0.0"
|
| 4204 |
-
}
|
| 4205 |
-
},
|
| 4206 |
-
"make-fetch-happen": {
|
| 4207 |
-
"version": "4.0.1",
|
| 4208 |
-
"bundled": true,
|
| 4209 |
-
"dev": true,
|
| 4210 |
-
"requires": {
|
| 4211 |
-
"agentkeepalive": "^3.4.1",
|
| 4212 |
-
"cacache": "^11.0.1",
|
| 4213 |
-
"http-cache-semantics": "^3.8.1",
|
| 4214 |
-
"http-proxy-agent": "^2.1.0",
|
| 4215 |
-
"https-proxy-agent": "^2.2.1",
|
| 4216 |
-
"lru-cache": "^4.1.2",
|
| 4217 |
-
"mississippi": "^3.0.0",
|
| 4218 |
-
"node-fetch-npm": "^2.0.2",
|
| 4219 |
-
"promise-retry": "^1.1.1",
|
| 4220 |
-
"socks-proxy-agent": "^4.0.0",
|
| 4221 |
-
"ssri": "^6.0.0"
|
| 4222 |
-
}
|
| 4223 |
-
},
|
| 4224 |
-
"meant": {
|
| 4225 |
-
"version": "1.0.1",
|
| 4226 |
-
"bundled": true,
|
| 4227 |
-
"dev": true
|
| 4228 |
-
},
|
| 4229 |
-
"mem": {
|
| 4230 |
-
"version": "1.1.0",
|
| 4231 |
-
"bundled": true,
|
| 4232 |
-
"dev": true,
|
| 4233 |
-
"requires": {
|
| 4234 |
-
"mimic-fn": "^1.0.0"
|
| 4235 |
-
}
|
| 4236 |
-
},
|
| 4237 |
-
"mime-db": {
|
| 4238 |
-
"version": "1.35.0",
|
| 4239 |
-
"bundled": true,
|
| 4240 |
-
"dev": true
|
| 4241 |
-
},
|
| 4242 |
-
"mime-types": {
|
| 4243 |
-
"version": "2.1.19",
|
| 4244 |
-
"bundled": true,
|
| 4245 |
-
"dev": true,
|
| 4246 |
-
"requires": {
|
| 4247 |
-
"mime-db": "~1.35.0"
|
| 4248 |
-
}
|
| 4249 |
-
},
|
| 4250 |
-
"mimic-fn": {
|
| 4251 |
-
"version": "1.2.0",
|
| 4252 |
-
"bundled": true,
|
| 4253 |
-
"dev": true
|
| 4254 |
-
},
|
| 4255 |
-
"minimatch": {
|
| 4256 |
-
"version": "3.0.4",
|
| 4257 |
-
"bundled": true,
|
| 4258 |
-
"dev": true,
|
| 4259 |
-
"requires": {
|
| 4260 |
-
"brace-expansion": "^1.1.7"
|
| 4261 |
-
}
|
| 4262 |
-
},
|
| 4263 |
-
"minimist": {
|
| 4264 |
-
"version": "0.0.8",
|
| 4265 |
-
"bundled": true,
|
| 4266 |
-
"dev": true
|
| 4267 |
-
},
|
| 4268 |
-
"minipass": {
|
| 4269 |
-
"version": "2.3.3",
|
| 4270 |
-
"bundled": true,
|
| 4271 |
-
"dev": true,
|
| 4272 |
-
"requires": {
|
| 4273 |
-
"safe-buffer": "^5.1.2",
|
| 4274 |
-
"yallist": "^3.0.0"
|
| 4275 |
-
},
|
| 4276 |
-
"dependencies": {
|
| 4277 |
-
"yallist": {
|
| 4278 |
-
"version": "3.0.2",
|
| 4279 |
-
"bundled": true,
|
| 4280 |
-
"dev": true
|
| 4281 |
-
}
|
| 4282 |
-
}
|
| 4283 |
-
},
|
| 4284 |
-
"minizlib": {
|
| 4285 |
-
"version": "1.1.1",
|
| 4286 |
-
"bundled": true,
|
| 4287 |
-
"dev": true,
|
| 4288 |
-
"requires": {
|
| 4289 |
-
"minipass": "^2.2.1"
|
| 4290 |
-
}
|
| 4291 |
-
},
|
| 4292 |
-
"mississippi": {
|
| 4293 |
-
"version": "3.0.0",
|
| 4294 |
-
"bundled": true,
|
| 4295 |
-
"dev": true,
|
| 4296 |
-
"requires": {
|
| 4297 |
-
"concat-stream": "^1.5.0",
|
| 4298 |
-
"duplexify": "^3.4.2",
|
| 4299 |
-
"end-of-stream": "^1.1.0",
|
| 4300 |
-
"flush-write-stream": "^1.0.0",
|
| 4301 |
-
"from2": "^2.1.0",
|
| 4302 |
-
"parallel-transform": "^1.1.0",
|
| 4303 |
-
"pump": "^3.0.0",
|
| 4304 |
-
"pumpify": "^1.3.3",
|
| 4305 |
-
"stream-each": "^1.1.0",
|
| 4306 |
-
"through2": "^2.0.0"
|
| 4307 |
-
}
|
| 4308 |
-
},
|
| 4309 |
-
"mkdirp": {
|
| 4310 |
-
"version": "0.5.1",
|
| 4311 |
-
"bundled": true,
|
| 4312 |
-
"dev": true,
|
| 4313 |
-
"requires": {
|
| 4314 |
-
"minimist": "0.0.8"
|
| 4315 |
-
}
|
| 4316 |
-
},
|
| 4317 |
-
"move-concurrently": {
|
| 4318 |
-
"version": "1.0.1",
|
| 4319 |
-
"bundled": true,
|
| 4320 |
-
"dev": true,
|
| 4321 |
-
"requires": {
|
| 4322 |
-
"aproba": "^1.1.1",
|
| 4323 |
-
"copy-concurrently": "^1.0.0",
|
| 4324 |
-
"fs-write-stream-atomic": "^1.0.8",
|
| 4325 |
-
"mkdirp": "^0.5.1",
|
| 4326 |
-
"rimraf": "^2.5.4",
|
| 4327 |
-
"run-queue": "^1.0.3"
|
| 4328 |
-
}
|
| 4329 |
-
},
|
| 4330 |
-
"ms": {
|
| 4331 |
-
"version": "2.1.1",
|
| 4332 |
-
"bundled": true,
|
| 4333 |
-
"dev": true
|
| 4334 |
-
},
|
| 4335 |
-
"mute-stream": {
|
| 4336 |
-
"version": "0.0.7",
|
| 4337 |
-
"bundled": true,
|
| 4338 |
-
"dev": true
|
| 4339 |
-
},
|
| 4340 |
-
"node-fetch-npm": {
|
| 4341 |
-
"version": "2.0.2",
|
| 4342 |
-
"bundled": true,
|
| 4343 |
-
"dev": true,
|
| 4344 |
-
"requires": {
|
| 4345 |
-
"encoding": "^0.1.11",
|
| 4346 |
-
"json-parse-better-errors": "^1.0.0",
|
| 4347 |
-
"safe-buffer": "^5.1.1"
|
| 4348 |
-
}
|
| 4349 |
-
},
|
| 4350 |
-
"node-gyp": {
|
| 4351 |
-
"version": "3.8.0",
|
| 4352 |
-
"bundled": true,
|
| 4353 |
-
"dev": true,
|
| 4354 |
-
"requires": {
|
| 4355 |
-
"fstream": "^1.0.0",
|
| 4356 |
-
"glob": "^7.0.3",
|
| 4357 |
-
"graceful-fs": "^4.1.2",
|
| 4358 |
-
"mkdirp": "^0.5.0",
|
| 4359 |
-
"nopt": "2 || 3",
|
| 4360 |
-
"npmlog": "0 || 1 || 2 || 3 || 4",
|
| 4361 |
-
"osenv": "0",
|
| 4362 |
-
"request": "^2.87.0",
|
| 4363 |
-
"rimraf": "2",
|
| 4364 |
-
"semver": "~5.3.0",
|
| 4365 |
-
"tar": "^2.0.0",
|
| 4366 |
-
"which": "1"
|
| 4367 |
-
},
|
| 4368 |
-
"dependencies": {
|
| 4369 |
-
"nopt": {
|
| 4370 |
-
"version": "3.0.6",
|
| 4371 |
-
"bundled": true,
|
| 4372 |
-
"dev": true,
|
| 4373 |
-
"requires": {
|
| 4374 |
-
"abbrev": "1"
|
| 4375 |
-
}
|
| 4376 |
-
},
|
| 4377 |
-
"semver": {
|
| 4378 |
-
"version": "5.3.0",
|
| 4379 |
-
"bundled": true,
|
| 4380 |
-
"dev": true
|
| 4381 |
-
},
|
| 4382 |
-
"tar": {
|
| 4383 |
-
"version": "2.2.1",
|
| 4384 |
-
"bundled": true,
|
| 4385 |
-
"dev": true,
|
| 4386 |
-
"requires": {
|
| 4387 |
-
"block-stream": "*",
|
| 4388 |
-
"fstream": "^1.0.2",
|
| 4389 |
-
"inherits": "2"
|
| 4390 |
-
}
|
| 4391 |
-
}
|
| 4392 |
-
}
|
| 4393 |
-
},
|
| 4394 |
-
"nopt": {
|
| 4395 |
-
"version": "4.0.1",
|
| 4396 |
-
"bundled": true,
|
| 4397 |
-
"dev": true,
|
| 4398 |
-
"requires": {
|
| 4399 |
-
"abbrev": "1",
|
| 4400 |
-
"osenv": "^0.1.4"
|
| 4401 |
-
}
|
| 4402 |
-
},
|
| 4403 |
-
"normalize-package-data": {
|
| 4404 |
-
"version": "2.4.0",
|
| 4405 |
-
"bundled": true,
|
| 4406 |
-
"dev": true,
|
| 4407 |
-
"requires": {
|
| 4408 |
-
"hosted-git-info": "^2.1.4",
|
| 4409 |
-
"is-builtin-module": "^1.0.0",
|
| 4410 |
-
"semver": "2 || 3 || 4 || 5",
|
| 4411 |
-
"validate-npm-package-license": "^3.0.1"
|
| 4412 |
-
}
|
| 4413 |
-
},
|
| 4414 |
-
"npm-audit-report": {
|
| 4415 |
-
"version": "1.3.1",
|
| 4416 |
-
"bundled": true,
|
| 4417 |
-
"dev": true,
|
| 4418 |
-
"requires": {
|
| 4419 |
-
"cli-table3": "^0.5.0",
|
| 4420 |
-
"console-control-strings": "^1.1.0"
|
| 4421 |
-
}
|
| 4422 |
-
},
|
| 4423 |
-
"npm-bundled": {
|
| 4424 |
-
"version": "1.0.5",
|
| 4425 |
-
"bundled": true,
|
| 4426 |
-
"dev": true
|
| 4427 |
-
},
|
| 4428 |
-
"npm-cache-filename": {
|
| 4429 |
-
"version": "1.0.2",
|
| 4430 |
-
"bundled": true,
|
| 4431 |
-
"dev": true
|
| 4432 |
-
},
|
| 4433 |
-
"npm-install-checks": {
|
| 4434 |
-
"version": "3.0.0",
|
| 4435 |
-
"bundled": true,
|
| 4436 |
-
"dev": true,
|
| 4437 |
-
"requires": {
|
| 4438 |
-
"semver": "^2.3.0 || 3.x || 4 || 5"
|
| 4439 |
-
}
|
| 4440 |
-
},
|
| 4441 |
-
"npm-lifecycle": {
|
| 4442 |
-
"version": "2.1.0",
|
| 4443 |
-
"bundled": true,
|
| 4444 |
-
"dev": true,
|
| 4445 |
-
"requires": {
|
| 4446 |
-
"byline": "^5.0.0",
|
| 4447 |
-
"graceful-fs": "^4.1.11",
|
| 4448 |
-
"node-gyp": "^3.8.0",
|
| 4449 |
-
"resolve-from": "^4.0.0",
|
| 4450 |
-
"slide": "^1.1.6",
|
| 4451 |
-
"uid-number": "0.0.6",
|
| 4452 |
-
"umask": "^1.1.0",
|
| 4453 |
-
"which": "^1.3.1"
|
| 4454 |
-
}
|
| 4455 |
-
},
|
| 4456 |
-
"npm-logical-tree": {
|
| 4457 |
-
"version": "1.2.1",
|
| 4458 |
-
"bundled": true,
|
| 4459 |
-
"dev": true
|
| 4460 |
-
},
|
| 4461 |
-
"npm-package-arg": {
|
| 4462 |
-
"version": "6.1.0",
|
| 4463 |
-
"bundled": true,
|
| 4464 |
-
"dev": true,
|
| 4465 |
-
"requires": {
|
| 4466 |
-
"hosted-git-info": "^2.6.0",
|
| 4467 |
-
"osenv": "^0.1.5",
|
| 4468 |
-
"semver": "^5.5.0",
|
| 4469 |
-
"validate-npm-package-name": "^3.0.0"
|
| 4470 |
-
}
|
| 4471 |
-
},
|
| 4472 |
-
"npm-packlist": {
|
| 4473 |
-
"version": "1.1.12",
|
| 4474 |
-
"bundled": true,
|
| 4475 |
-
"dev": true,
|
| 4476 |
-
"requires": {
|
| 4477 |
-
"ignore-walk": "^3.0.1",
|
| 4478 |
-
"npm-bundled": "^1.0.1"
|
| 4479 |
-
}
|
| 4480 |
-
},
|
| 4481 |
-
"npm-pick-manifest": {
|
| 4482 |
-
"version": "2.1.0",
|
| 4483 |
-
"bundled": true,
|
| 4484 |
-
"dev": true,
|
| 4485 |
-
"requires": {
|
| 4486 |
-
"npm-package-arg": "^6.0.0",
|
| 4487 |
-
"semver": "^5.4.1"
|
| 4488 |
-
}
|
| 4489 |
-
},
|
| 4490 |
-
"npm-profile": {
|
| 4491 |
-
"version": "3.0.2",
|
| 4492 |
-
"bundled": true,
|
| 4493 |
-
"dev": true,
|
| 4494 |
-
"requires": {
|
| 4495 |
-
"aproba": "^1.1.2 || 2",
|
| 4496 |
-
"make-fetch-happen": "^2.5.0 || 3 || 4"
|
| 4497 |
-
}
|
| 4498 |
-
},
|
| 4499 |
-
"npm-registry-client": {
|
| 4500 |
-
"version": "8.6.0",
|
| 4501 |
-
"bundled": true,
|
| 4502 |
-
"dev": true,
|
| 4503 |
-
"requires": {
|
| 4504 |
-
"concat-stream": "^1.5.2",
|
| 4505 |
-
"graceful-fs": "^4.1.6",
|
| 4506 |
-
"normalize-package-data": "~1.0.1 || ^2.0.0",
|
| 4507 |
-
"npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
|
| 4508 |
-
"npmlog": "2 || ^3.1.0 || ^4.0.0",
|
| 4509 |
-
"once": "^1.3.3",
|
| 4510 |
-
"request": "^2.74.0",
|
| 4511 |
-
"retry": "^0.10.0",
|
| 4512 |
-
"safe-buffer": "^5.1.1",
|
| 4513 |
-
"semver": "2 >=2.2.1 || 3.x || 4 || 5",
|
| 4514 |
-
"slide": "^1.1.3",
|
| 4515 |
-
"ssri": "^5.2.4"
|
| 4516 |
-
},
|
| 4517 |
-
"dependencies": {
|
| 4518 |
-
"retry": {
|
| 4519 |
-
"version": "0.10.1",
|
| 4520 |
-
"bundled": true,
|
| 4521 |
-
"dev": true
|
| 4522 |
-
},
|
| 4523 |
-
"ssri": {
|
| 4524 |
-
"version": "5.3.0",
|
| 4525 |
-
"bundled": true,
|
| 4526 |
-
"dev": true,
|
| 4527 |
-
"requires": {
|
| 4528 |
-
"safe-buffer": "^5.1.1"
|
| 4529 |
-
}
|
| 4530 |
-
}
|
| 4531 |
-
}
|
| 4532 |
-
},
|
| 4533 |
-
"npm-registry-fetch": {
|
| 4534 |
-
"version": "1.1.0",
|
| 4535 |
-
"bundled": true,
|
| 4536 |
-
"dev": true,
|
| 4537 |
-
"requires": {
|
| 4538 |
-
"bluebird": "^3.5.1",
|
| 4539 |
-
"figgy-pudding": "^2.0.1",
|
| 4540 |
-
"lru-cache": "^4.1.2",
|
| 4541 |
-
"make-fetch-happen": "^3.0.0",
|
| 4542 |
-
"npm-package-arg": "^6.0.0",
|
| 4543 |
-
"safe-buffer": "^5.1.1"
|
| 4544 |
-
},
|
| 4545 |
-
"dependencies": {
|
| 4546 |
-
"cacache": {
|
| 4547 |
-
"version": "10.0.4",
|
| 4548 |
-
"bundled": true,
|
| 4549 |
-
"dev": true,
|
| 4550 |
-
"requires": {
|
| 4551 |
-
"bluebird": "^3.5.1",
|
| 4552 |
-
"chownr": "^1.0.1",
|
| 4553 |
-
"glob": "^7.1.2",
|
| 4554 |
-
"graceful-fs": "^4.1.11",
|
| 4555 |
-
"lru-cache": "^4.1.1",
|
| 4556 |
-
"mississippi": "^2.0.0",
|
| 4557 |
-
"mkdirp": "^0.5.1",
|
| 4558 |
-
"move-concurrently": "^1.0.1",
|
| 4559 |
-
"promise-inflight": "^1.0.1",
|
| 4560 |
-
"rimraf": "^2.6.2",
|
| 4561 |
-
"ssri": "^5.2.4",
|
| 4562 |
-
"unique-filename": "^1.1.0",
|
| 4563 |
-
"y18n": "^4.0.0"
|
| 4564 |
-
},
|
| 4565 |
-
"dependencies": {
|
| 4566 |
-
"mississippi": {
|
| 4567 |
-
"version": "2.0.0",
|
| 4568 |
-
"bundled": true,
|
| 4569 |
-
"dev": true,
|
| 4570 |
-
"requires": {
|
| 4571 |
-
"concat-stream": "^1.5.0",
|
| 4572 |
-
"duplexify": "^3.4.2",
|
| 4573 |
-
"end-of-stream": "^1.1.0",
|
| 4574 |
-
"flush-write-stream": "^1.0.0",
|
| 4575 |
-
"from2": "^2.1.0",
|
| 4576 |
-
"parallel-transform": "^1.1.0",
|
| 4577 |
-
"pump": "^2.0.1",
|
| 4578 |
-
"pumpify": "^1.3.3",
|
| 4579 |
-
"stream-each": "^1.1.0",
|
| 4580 |
-
"through2": "^2.0.0"
|
| 4581 |
-
}
|
| 4582 |
-
}
|
| 4583 |
-
}
|
| 4584 |
-
},
|
| 4585 |
-
"figgy-pudding": {
|
| 4586 |
-
"version": "2.0.1",
|
| 4587 |
-
"bundled": true,
|
| 4588 |
-
"dev": true
|
| 4589 |
-
},
|
| 4590 |
-
"make-fetch-happen": {
|
| 4591 |
-
"version": "3.0.0",
|
| 4592 |
-
"bundled": true,
|
| 4593 |
-
"dev": true,
|
| 4594 |
-
"requires": {
|
| 4595 |
-
"agentkeepalive": "^3.4.1",
|
| 4596 |
-
"cacache": "^10.0.4",
|
| 4597 |
-
"http-cache-semantics": "^3.8.1",
|
| 4598 |
-
"http-proxy-agent": "^2.1.0",
|
| 4599 |
-
"https-proxy-agent": "^2.2.0",
|
| 4600 |
-
"lru-cache": "^4.1.2",
|
| 4601 |
-
"mississippi": "^3.0.0",
|
| 4602 |
-
"node-fetch-npm": "^2.0.2",
|
| 4603 |
-
"promise-retry": "^1.1.1",
|
| 4604 |
-
"socks-proxy-agent": "^3.0.1",
|
| 4605 |
-
"ssri": "^5.2.4"
|
| 4606 |
-
}
|
| 4607 |
-
},
|
| 4608 |
-
"pump": {
|
| 4609 |
-
"version": "2.0.1",
|
| 4610 |
-
"bundled": true,
|
| 4611 |
-
"dev": true,
|
| 4612 |
-
"requires": {
|
| 4613 |
-
"end-of-stream": "^1.1.0",
|
| 4614 |
-
"once": "^1.3.1"
|
| 4615 |
-
}
|
| 4616 |
-
},
|
| 4617 |
-
"smart-buffer": {
|
| 4618 |
-
"version": "1.1.15",
|
| 4619 |
-
"bundled": true,
|
| 4620 |
-
"dev": true
|
| 4621 |
-
},
|
| 4622 |
-
"socks": {
|
| 4623 |
-
"version": "1.1.10",
|
| 4624 |
-
"bundled": true,
|
| 4625 |
-
"dev": true,
|
| 4626 |
-
"requires": {
|
| 4627 |
-
"ip": "^1.1.4",
|
| 4628 |
-
"smart-buffer": "^1.0.13"
|
| 4629 |
-
}
|
| 4630 |
-
},
|
| 4631 |
-
"socks-proxy-agent": {
|
| 4632 |
-
"version": "3.0.1",
|
| 4633 |
-
"bundled": true,
|
| 4634 |
-
"dev": true,
|
| 4635 |
-
"requires": {
|
| 4636 |
-
"agent-base": "^4.1.0",
|
| 4637 |
-
"socks": "^1.1.10"
|
| 4638 |
-
}
|
| 4639 |
-
},
|
| 4640 |
-
"ssri": {
|
| 4641 |
-
"version": "5.3.0",
|
| 4642 |
-
"bundled": true,
|
| 4643 |
-
"dev": true,
|
| 4644 |
-
"requires": {
|
| 4645 |
-
"safe-buffer": "^5.1.1"
|
| 4646 |
-
}
|
| 4647 |
-
}
|
| 4648 |
-
}
|
| 4649 |
-
},
|
| 4650 |
-
"npm-run-path": {
|
| 4651 |
-
"version": "2.0.2",
|
| 4652 |
-
"bundled": true,
|
| 4653 |
-
"dev": true,
|
| 4654 |
-
"requires": {
|
| 4655 |
-
"path-key": "^2.0.0"
|
| 4656 |
-
}
|
| 4657 |
-
},
|
| 4658 |
-
"npm-user-validate": {
|
| 4659 |
-
"version": "1.0.0",
|
| 4660 |
-
"bundled": true,
|
| 4661 |
-
"dev": true
|
| 4662 |
-
},
|
| 4663 |
-
"npmlog": {
|
| 4664 |
-
"version": "4.1.2",
|
| 4665 |
-
"bundled": true,
|
| 4666 |
-
"dev": true,
|
| 4667 |
-
"requires": {
|
| 4668 |
-
"are-we-there-yet": "~1.1.2",
|
| 4669 |
-
"console-control-strings": "~1.1.0",
|
| 4670 |
-
"gauge": "~2.7.3",
|
| 4671 |
-
"set-blocking": "~2.0.0"
|
| 4672 |
-
}
|
| 4673 |
-
},
|
| 4674 |
-
"number-is-nan": {
|
| 4675 |
-
"version": "1.0.1",
|
| 4676 |
-
"bundled": true,
|
| 4677 |
-
"dev": true
|
| 4678 |
-
},
|
| 4679 |
-
"oauth-sign": {
|
| 4680 |
-
"version": "0.9.0",
|
| 4681 |
-
"bundled": true,
|
| 4682 |
-
"dev": true
|
| 4683 |
-
},
|
| 4684 |
-
"object-assign": {
|
| 4685 |
-
"version": "4.1.1",
|
| 4686 |
-
"bundled": true,
|
| 4687 |
-
"dev": true
|
| 4688 |
-
},
|
| 4689 |
-
"once": {
|
| 4690 |
-
"version": "1.4.0",
|
| 4691 |
-
"bundled": true,
|
| 4692 |
-
"dev": true,
|
| 4693 |
-
"requires": {
|
| 4694 |
-
"wrappy": "1"
|
| 4695 |
-
}
|
| 4696 |
-
},
|
| 4697 |
-
"opener": {
|
| 4698 |
-
"version": "1.5.1",
|
| 4699 |
-
"bundled": true,
|
| 4700 |
-
"dev": true
|
| 4701 |
-
},
|
| 4702 |
-
"os-homedir": {
|
| 4703 |
-
"version": "1.0.2",
|
| 4704 |
-
"bundled": true,
|
| 4705 |
-
"dev": true
|
| 4706 |
-
},
|
| 4707 |
-
"os-locale": {
|
| 4708 |
-
"version": "2.1.0",
|
| 4709 |
-
"bundled": true,
|
| 4710 |
-
"dev": true,
|
| 4711 |
-
"requires": {
|
| 4712 |
-
"execa": "^0.7.0",
|
| 4713 |
-
"lcid": "^1.0.0",
|
| 4714 |
-
"mem": "^1.1.0"
|
| 4715 |
-
}
|
| 4716 |
-
},
|
| 4717 |
-
"os-tmpdir": {
|
| 4718 |
-
"version": "1.0.2",
|
| 4719 |
-
"bundled": true,
|
| 4720 |
-
"dev": true
|
| 4721 |
-
},
|
| 4722 |
-
"osenv": {
|
| 4723 |
-
"version": "0.1.5",
|
| 4724 |
-
"bundled": true,
|
| 4725 |
-
"dev": true,
|
| 4726 |
-
"requires": {
|
| 4727 |
-
"os-homedir": "^1.0.0",
|
| 4728 |
-
"os-tmpdir": "^1.0.0"
|
| 4729 |
-
}
|
| 4730 |
-
},
|
| 4731 |
-
"p-finally": {
|
| 4732 |
-
"version": "1.0.0",
|
| 4733 |
-
"bundled": true,
|
| 4734 |
-
"dev": true
|
| 4735 |
-
},
|
| 4736 |
-
"p-limit": {
|
| 4737 |
-
"version": "1.2.0",
|
| 4738 |
-
"bundled": true,
|
| 4739 |
-
"dev": true,
|
| 4740 |
-
"requires": {
|
| 4741 |
-
"p-try": "^1.0.0"
|
| 4742 |
-
}
|
| 4743 |
-
},
|
| 4744 |
-
"p-locate": {
|
| 4745 |
-
"version": "2.0.0",
|
| 4746 |
-
"bundled": true,
|
| 4747 |
-
"dev": true,
|
| 4748 |
-
"requires": {
|
| 4749 |
-
"p-limit": "^1.1.0"
|
| 4750 |
-
}
|
| 4751 |
-
},
|
| 4752 |
-
"p-try": {
|
| 4753 |
-
"version": "1.0.0",
|
| 4754 |
-
"bundled": true,
|
| 4755 |
-
"dev": true
|
| 4756 |
-
},
|
| 4757 |
-
"package-json": {
|
| 4758 |
-
"version": "4.0.1",
|
| 4759 |
-
"bundled": true,
|
| 4760 |
-
"dev": true,
|
| 4761 |
-
"requires": {
|
| 4762 |
-
"got": "^6.7.1",
|
| 4763 |
-
"registry-auth-token": "^3.0.1",
|
| 4764 |
-
"registry-url": "^3.0.3",
|
| 4765 |
-
"semver": "^5.1.0"
|
| 4766 |
-
}
|
| 4767 |
-
},
|
| 4768 |
-
"pacote": {
|
| 4769 |
-
"version": "8.1.6",
|
| 4770 |
-
"bundled": true,
|
| 4771 |
-
"dev": true,
|
| 4772 |
-
"requires": {
|
| 4773 |
-
"bluebird": "^3.5.1",
|
| 4774 |
-
"cacache": "^11.0.2",
|
| 4775 |
-
"get-stream": "^3.0.0",
|
| 4776 |
-
"glob": "^7.1.2",
|
| 4777 |
-
"lru-cache": "^4.1.3",
|
| 4778 |
-
"make-fetch-happen": "^4.0.1",
|
| 4779 |
-
"minimatch": "^3.0.4",
|
| 4780 |
-
"minipass": "^2.3.3",
|
| 4781 |
-
"mississippi": "^3.0.0",
|
| 4782 |
-
"mkdirp": "^0.5.1",
|
| 4783 |
-
"normalize-package-data": "^2.4.0",
|
| 4784 |
-
"npm-package-arg": "^6.1.0",
|
| 4785 |
-
"npm-packlist": "^1.1.10",
|
| 4786 |
-
"npm-pick-manifest": "^2.1.0",
|
| 4787 |
-
"osenv": "^0.1.5",
|
| 4788 |
-
"promise-inflight": "^1.0.1",
|
| 4789 |
-
"promise-retry": "^1.1.1",
|
| 4790 |
-
"protoduck": "^5.0.0",
|
| 4791 |
-
"rimraf": "^2.6.2",
|
| 4792 |
-
"safe-buffer": "^5.1.2",
|
| 4793 |
-
"semver": "^5.5.0",
|
| 4794 |
-
"ssri": "^6.0.0",
|
| 4795 |
-
"tar": "^4.4.3",
|
| 4796 |
-
"unique-filename": "^1.1.0",
|
| 4797 |
-
"which": "^1.3.0"
|
| 4798 |
-
}
|
| 4799 |
-
},
|
| 4800 |
-
"parallel-transform": {
|
| 4801 |
-
"version": "1.1.0",
|
| 4802 |
-
"bundled": true,
|
| 4803 |
-
"dev": true,
|
| 4804 |
-
"requires": {
|
| 4805 |
-
"cyclist": "~0.2.2",
|
| 4806 |
-
"inherits": "^2.0.3",
|
| 4807 |
-
"readable-stream": "^2.1.5"
|
| 4808 |
-
}
|
| 4809 |
-
},
|
| 4810 |
-
"path-exists": {
|
| 4811 |
-
"version": "3.0.0",
|
| 4812 |
-
"bundled": true,
|
| 4813 |
-
"dev": true
|
| 4814 |
-
},
|
| 4815 |
-
"path-is-absolute": {
|
| 4816 |
-
"version": "1.0.1",
|
| 4817 |
-
"bundled": true,
|
| 4818 |
-
"dev": true
|
| 4819 |
-
},
|
| 4820 |
-
"path-is-inside": {
|
| 4821 |
-
"version": "1.0.2",
|
| 4822 |
-
"bundled": true,
|
| 4823 |
-
"dev": true
|
| 4824 |
-
},
|
| 4825 |
-
"path-key": {
|
| 4826 |
-
"version": "2.0.1",
|
| 4827 |
-
"bundled": true,
|
| 4828 |
-
"dev": true
|
| 4829 |
-
},
|
| 4830 |
-
"performance-now": {
|
| 4831 |
-
"version": "2.1.0",
|
| 4832 |
-
"bundled": true,
|
| 4833 |
-
"dev": true
|
| 4834 |
-
},
|
| 4835 |
-
"pify": {
|
| 4836 |
-
"version": "3.0.0",
|
| 4837 |
-
"bundled": true,
|
| 4838 |
-
"dev": true
|
| 4839 |
-
},
|
| 4840 |
-
"prepend-http": {
|
| 4841 |
-
"version": "1.0.4",
|
| 4842 |
-
"bundled": true,
|
| 4843 |
-
"dev": true
|
| 4844 |
-
},
|
| 4845 |
-
"process-nextick-args": {
|
| 4846 |
-
"version": "2.0.0",
|
| 4847 |
-
"bundled": true,
|
| 4848 |
-
"dev": true
|
| 4849 |
-
},
|
| 4850 |
-
"promise-inflight": {
|
| 4851 |
-
"version": "1.0.1",
|
| 4852 |
-
"bundled": true,
|
| 4853 |
-
"dev": true
|
| 4854 |
-
},
|
| 4855 |
-
"promise-retry": {
|
| 4856 |
-
"version": "1.1.1",
|
| 4857 |
-
"bundled": true,
|
| 4858 |
-
"dev": true,
|
| 4859 |
-
"requires": {
|
| 4860 |
-
"err-code": "^1.0.0",
|
| 4861 |
-
"retry": "^0.10.0"
|
| 4862 |
-
},
|
| 4863 |
-
"dependencies": {
|
| 4864 |
-
"retry": {
|
| 4865 |
-
"version": "0.10.1",
|
| 4866 |
-
"bundled": true,
|
| 4867 |
-
"dev": true
|
| 4868 |
-
}
|
| 4869 |
-
}
|
| 4870 |
-
},
|
| 4871 |
-
"promzard": {
|
| 4872 |
-
"version": "0.3.0",
|
| 4873 |
-
"bundled": true,
|
| 4874 |
-
"dev": true,
|
| 4875 |
-
"requires": {
|
| 4876 |
-
"read": "1"
|
| 4877 |
-
}
|
| 4878 |
-
},
|
| 4879 |
-
"proto-list": {
|
| 4880 |
-
"version": "1.2.4",
|
| 4881 |
-
"bundled": true,
|
| 4882 |
-
"dev": true
|
| 4883 |
-
},
|
| 4884 |
-
"protoduck": {
|
| 4885 |
-
"version": "5.0.0",
|
| 4886 |
-
"bundled": true,
|
| 4887 |
-
"dev": true,
|
| 4888 |
-
"requires": {
|
| 4889 |
-
"genfun": "^4.0.1"
|
| 4890 |
-
}
|
| 4891 |
-
},
|
| 4892 |
-
"prr": {
|
| 4893 |
-
"version": "1.0.1",
|
| 4894 |
-
"bundled": true,
|
| 4895 |
-
"dev": true
|
| 4896 |
-
},
|
| 4897 |
-
"pseudomap": {
|
| 4898 |
-
"version": "1.0.2",
|
| 4899 |
-
"bundled": true,
|
| 4900 |
-
"dev": true
|
| 4901 |
-
},
|
| 4902 |
-
"psl": {
|
| 4903 |
-
"version": "1.1.29",
|
| 4904 |
-
"bundled": true,
|
| 4905 |
-
"dev": true
|
| 4906 |
-
},
|
| 4907 |
-
"pump": {
|
| 4908 |
-
"version": "3.0.0",
|
| 4909 |
-
"bundled": true,
|
| 4910 |
-
"dev": true,
|
| 4911 |
-
"requires": {
|
| 4912 |
-
"end-of-stream": "^1.1.0",
|
| 4913 |
-
"once": "^1.3.1"
|
| 4914 |
-
}
|
| 4915 |
-
},
|
| 4916 |
-
"pumpify": {
|
| 4917 |
-
"version": "1.5.1",
|
| 4918 |
-
"bundled": true,
|
| 4919 |
-
"dev": true,
|
| 4920 |
-
"requires": {
|
| 4921 |
-
"duplexify": "^3.6.0",
|
| 4922 |
-
"inherits": "^2.0.3",
|
| 4923 |
-
"pump": "^2.0.0"
|
| 4924 |
-
},
|
| 4925 |
-
"dependencies": {
|
| 4926 |
-
"pump": {
|
| 4927 |
-
"version": "2.0.1",
|
| 4928 |
-
"bundled": true,
|
| 4929 |
-
"dev": true,
|
| 4930 |
-
"requires": {
|
| 4931 |
-
"end-of-stream": "^1.1.0",
|
| 4932 |
-
"once": "^1.3.1"
|
| 4933 |
-
}
|
| 4934 |
-
}
|
| 4935 |
-
}
|
| 4936 |
-
},
|
| 4937 |
-
"punycode": {
|
| 4938 |
-
"version": "1.4.1",
|
| 4939 |
-
"bundled": true,
|
| 4940 |
-
"dev": true
|
| 4941 |
-
},
|
| 4942 |
-
"qrcode-terminal": {
|
| 4943 |
-
"version": "0.12.0",
|
| 4944 |
-
"bundled": true,
|
| 4945 |
-
"dev": true
|
| 4946 |
-
},
|
| 4947 |
-
"qs": {
|
| 4948 |
-
"version": "6.5.2",
|
| 4949 |
-
"bundled": true,
|
| 4950 |
-
"dev": true
|
| 4951 |
-
},
|
| 4952 |
-
"query-string": {
|
| 4953 |
-
"version": "6.1.0",
|
| 4954 |
-
"bundled": true,
|
| 4955 |
-
"dev": true,
|
| 4956 |
-
"requires": {
|
| 4957 |
-
"decode-uri-component": "^0.2.0",
|
| 4958 |
-
"strict-uri-encode": "^2.0.0"
|
| 4959 |
-
}
|
| 4960 |
-
},
|
| 4961 |
-
"qw": {
|
| 4962 |
-
"version": "1.0.1",
|
| 4963 |
-
"bundled": true,
|
| 4964 |
-
"dev": true
|
| 4965 |
-
},
|
| 4966 |
-
"rc": {
|
| 4967 |
-
"version": "1.2.7",
|
| 4968 |
-
"bundled": true,
|
| 4969 |
-
"dev": true,
|
| 4970 |
-
"requires": {
|
| 4971 |
-
"deep-extend": "^0.5.1",
|
| 4972 |
-
"ini": "~1.3.0",
|
| 4973 |
-
"minimist": "^1.2.0",
|
| 4974 |
-
"strip-json-comments": "~2.0.1"
|
| 4975 |
-
},
|
| 4976 |
-
"dependencies": {
|
| 4977 |
-
"minimist": {
|
| 4978 |
-
"version": "1.2.0",
|
| 4979 |
-
"bundled": true,
|
| 4980 |
-
"dev": true
|
| 4981 |
-
}
|
| 4982 |
-
}
|
| 4983 |
-
},
|
| 4984 |
-
"read": {
|
| 4985 |
-
"version": "1.0.7",
|
| 4986 |
-
"bundled": true,
|
| 4987 |
-
"dev": true,
|
| 4988 |
-
"requires": {
|
| 4989 |
-
"mute-stream": "~0.0.4"
|
| 4990 |
-
}
|
| 4991 |
-
},
|
| 4992 |
-
"read-cmd-shim": {
|
| 4993 |
-
"version": "1.0.1",
|
| 4994 |
-
"bundled": true,
|
| 4995 |
-
"dev": true,
|
| 4996 |
-
"requires": {
|
| 4997 |
-
"graceful-fs": "^4.1.2"
|
| 4998 |
-
}
|
| 4999 |
-
},
|
| 5000 |
-
"read-installed": {
|
| 5001 |
-
"version": "4.0.3",
|
| 5002 |
-
"bundled": true,
|
| 5003 |
-
"dev": true,
|
| 5004 |
-
"requires": {
|
| 5005 |
-
"debuglog": "^1.0.1",
|
| 5006 |
-
"graceful-fs": "^4.1.2",
|
| 5007 |
-
"read-package-json": "^2.0.0",
|
| 5008 |
-
"readdir-scoped-modules": "^1.0.0",
|
| 5009 |
-
"semver": "2 || 3 || 4 || 5",
|
| 5010 |
-
"slide": "~1.1.3",
|
| 5011 |
-
"util-extend": "^1.0.1"
|
| 5012 |
-
}
|
| 5013 |
-
},
|
| 5014 |
-
"read-package-json": {
|
| 5015 |
-
"version": "2.0.13",
|
| 5016 |
-
"bundled": true,
|
| 5017 |
-
"dev": true,
|
| 5018 |
-
"requires": {
|
| 5019 |
-
"glob": "^7.1.1",
|
| 5020 |
-
"graceful-fs": "^4.1.2",
|
| 5021 |
-
"json-parse-better-errors": "^1.0.1",
|
| 5022 |
-
"normalize-package-data": "^2.0.0",
|
| 5023 |
-
"slash": "^1.0.0"
|
| 5024 |
-
}
|
| 5025 |
-
},
|
| 5026 |
-
"read-package-tree": {
|
| 5027 |
-
"version": "5.2.1",
|
| 5028 |
-
"bundled": true,
|
| 5029 |
-
"dev": true,
|
| 5030 |
-
"requires": {
|
| 5031 |
-
"debuglog": "^1.0.1",
|
| 5032 |
-
"dezalgo": "^1.0.0",
|
| 5033 |
-
"once": "^1.3.0",
|
| 5034 |
-
"read-package-json": "^2.0.0",
|
| 5035 |
-
"readdir-scoped-modules": "^1.0.0"
|
| 5036 |
-
}
|
| 5037 |
-
},
|
| 5038 |
-
"readable-stream": {
|
| 5039 |
-
"version": "2.3.6",
|
| 5040 |
-
"bundled": true,
|
| 5041 |
-
"dev": true,
|
| 5042 |
-
"requires": {
|
| 5043 |
-
"core-util-is": "~1.0.0",
|
| 5044 |
-
"inherits": "~2.0.3",
|
| 5045 |
-
"isarray": "~1.0.0",
|
| 5046 |
-
"process-nextick-args": "~2.0.0",
|
| 5047 |
-
"safe-buffer": "~5.1.1",
|
| 5048 |
-
"string_decoder": "~1.1.1",
|
| 5049 |
-
"util-deprecate": "~1.0.1"
|
| 5050 |
-
}
|
| 5051 |
-
},
|
| 5052 |
-
"readdir-scoped-modules": {
|
| 5053 |
-
"version": "1.0.2",
|
| 5054 |
-
"bundled": true,
|
| 5055 |
-
"dev": true,
|
| 5056 |
-
"requires": {
|
| 5057 |
-
"debuglog": "^1.0.1",
|
| 5058 |
-
"dezalgo": "^1.0.0",
|
| 5059 |
-
"graceful-fs": "^4.1.2",
|
| 5060 |
-
"once": "^1.3.0"
|
| 5061 |
-
}
|
| 5062 |
-
},
|
| 5063 |
-
"registry-auth-token": {
|
| 5064 |
-
"version": "3.3.2",
|
| 5065 |
-
"bundled": true,
|
| 5066 |
-
"dev": true,
|
| 5067 |
-
"requires": {
|
| 5068 |
-
"rc": "^1.1.6",
|
| 5069 |
-
"safe-buffer": "^5.0.1"
|
| 5070 |
-
}
|
| 5071 |
-
},
|
| 5072 |
-
"registry-url": {
|
| 5073 |
-
"version": "3.1.0",
|
| 5074 |
-
"bundled": true,
|
| 5075 |
-
"dev": true,
|
| 5076 |
-
"requires": {
|
| 5077 |
-
"rc": "^1.0.1"
|
| 5078 |
-
}
|
| 5079 |
-
},
|
| 5080 |
-
"request": {
|
| 5081 |
-
"version": "2.88.0",
|
| 5082 |
-
"bundled": true,
|
| 5083 |
-
"dev": true,
|
| 5084 |
-
"requires": {
|
| 5085 |
-
"aws-sign2": "~0.7.0",
|
| 5086 |
-
"aws4": "^1.8.0",
|
| 5087 |
-
"caseless": "~0.12.0",
|
| 5088 |
-
"combined-stream": "~1.0.6",
|
| 5089 |
-
"extend": "~3.0.2",
|
| 5090 |
-
"forever-agent": "~0.6.1",
|
| 5091 |
-
"form-data": "~2.3.2",
|
| 5092 |
-
"har-validator": "~5.1.0",
|
| 5093 |
-
"http-signature": "~1.2.0",
|
| 5094 |
-
"is-typedarray": "~1.0.0",
|
| 5095 |
-
"isstream": "~0.1.2",
|
| 5096 |
-
"json-stringify-safe": "~5.0.1",
|
| 5097 |
-
"mime-types": "~2.1.19",
|
| 5098 |
-
"oauth-sign": "~0.9.0",
|
| 5099 |
-
"performance-now": "^2.1.0",
|
| 5100 |
-
"qs": "~6.5.2",
|
| 5101 |
-
"safe-buffer": "^5.1.2",
|
| 5102 |
-
"tough-cookie": "~2.4.3",
|
| 5103 |
-
"tunnel-agent": "^0.6.0",
|
| 5104 |
-
"uuid": "^3.3.2"
|
| 5105 |
-
}
|
| 5106 |
-
},
|
| 5107 |
-
"require-directory": {
|
| 5108 |
-
"version": "2.1.1",
|
| 5109 |
-
"bundled": true,
|
| 5110 |
-
"dev": true
|
| 5111 |
-
},
|
| 5112 |
-
"require-main-filename": {
|
| 5113 |
-
"version": "1.0.1",
|
| 5114 |
-
"bundled": true,
|
| 5115 |
-
"dev": true
|
| 5116 |
-
},
|
| 5117 |
-
"resolve-from": {
|
| 5118 |
-
"version": "4.0.0",
|
| 5119 |
-
"bundled": true,
|
| 5120 |
-
"dev": true
|
| 5121 |
-
},
|
| 5122 |
-
"retry": {
|
| 5123 |
-
"version": "0.12.0",
|
| 5124 |
-
"bundled": true,
|
| 5125 |
-
"dev": true
|
| 5126 |
-
},
|
| 5127 |
-
"rimraf": {
|
| 5128 |
-
"version": "2.6.2",
|
| 5129 |
-
"bundled": true,
|
| 5130 |
-
"dev": true,
|
| 5131 |
-
"requires": {
|
| 5132 |
-
"glob": "^7.0.5"
|
| 5133 |
-
}
|
| 5134 |
-
},
|
| 5135 |
-
"run-queue": {
|
| 5136 |
-
"version": "1.0.3",
|
| 5137 |
-
"bundled": true,
|
| 5138 |
-
"dev": true,
|
| 5139 |
-
"requires": {
|
| 5140 |
-
"aproba": "^1.1.1"
|
| 5141 |
-
}
|
| 5142 |
-
},
|
| 5143 |
-
"safe-buffer": {
|
| 5144 |
-
"version": "5.1.2",
|
| 5145 |
-
"bundled": true,
|
| 5146 |
-
"dev": true
|
| 5147 |
-
},
|
| 5148 |
-
"safer-buffer": {
|
| 5149 |
-
"version": "2.1.2",
|
| 5150 |
-
"bundled": true,
|
| 5151 |
-
"dev": true
|
| 5152 |
-
},
|
| 5153 |
-
"semver": {
|
| 5154 |
-
"version": "5.5.1",
|
| 5155 |
-
"bundled": true,
|
| 5156 |
-
"dev": true
|
| 5157 |
-
},
|
| 5158 |
-
"semver-diff": {
|
| 5159 |
-
"version": "2.1.0",
|
| 5160 |
-
"bundled": true,
|
| 5161 |
-
"dev": true,
|
| 5162 |
-
"requires": {
|
| 5163 |
-
"semver": "^5.0.3"
|
| 5164 |
-
}
|
| 5165 |
-
},
|
| 5166 |
-
"set-blocking": {
|
| 5167 |
-
"version": "2.0.0",
|
| 5168 |
-
"bundled": true,
|
| 5169 |
-
"dev": true
|
| 5170 |
-
},
|
| 5171 |
-
"sha": {
|
| 5172 |
-
"version": "2.0.1",
|
| 5173 |
-
"bundled": true,
|
| 5174 |
-
"dev": true,
|
| 5175 |
-
"requires": {
|
| 5176 |
-
"graceful-fs": "^4.1.2",
|
| 5177 |
-
"readable-stream": "^2.0.2"
|
| 5178 |
-
}
|
| 5179 |
-
},
|
| 5180 |
-
"shebang-command": {
|
| 5181 |
-
"version": "1.2.0",
|
| 5182 |
-
"bundled": true,
|
| 5183 |
-
"dev": true,
|
| 5184 |
-
"requires": {
|
| 5185 |
-
"shebang-regex": "^1.0.0"
|
| 5186 |
-
}
|
| 5187 |
-
},
|
| 5188 |
-
"shebang-regex": {
|
| 5189 |
-
"version": "1.0.0",
|
| 5190 |
-
"bundled": true,
|
| 5191 |
-
"dev": true
|
| 5192 |
-
},
|
| 5193 |
-
"signal-exit": {
|
| 5194 |
-
"version": "3.0.2",
|
| 5195 |
-
"bundled": true,
|
| 5196 |
-
"dev": true
|
| 5197 |
-
},
|
| 5198 |
-
"slash": {
|
| 5199 |
-
"version": "1.0.0",
|
| 5200 |
-
"bundled": true,
|
| 5201 |
-
"dev": true
|
| 5202 |
-
},
|
| 5203 |
-
"slide": {
|
| 5204 |
-
"version": "1.1.6",
|
| 5205 |
-
"bundled": true,
|
| 5206 |
-
"dev": true
|
| 5207 |
-
},
|
| 5208 |
-
"smart-buffer": {
|
| 5209 |
-
"version": "4.0.1",
|
| 5210 |
-
"bundled": true,
|
| 5211 |
-
"dev": true
|
| 5212 |
-
},
|
| 5213 |
-
"socks": {
|
| 5214 |
-
"version": "2.2.0",
|
| 5215 |
-
"bundled": true,
|
| 5216 |
-
"dev": true,
|
| 5217 |
-
"requires": {
|
| 5218 |
-
"ip": "^1.1.5",
|
| 5219 |
-
"smart-buffer": "^4.0.1"
|
| 5220 |
-
}
|
| 5221 |
-
},
|
| 5222 |
-
"socks-proxy-agent": {
|
| 5223 |
-
"version": "4.0.1",
|
| 5224 |
-
"bundled": true,
|
| 5225 |
-
"dev": true,
|
| 5226 |
-
"requires": {
|
| 5227 |
-
"agent-base": "~4.2.0",
|
| 5228 |
-
"socks": "~2.2.0"
|
| 5229 |
-
}
|
| 5230 |
-
},
|
| 5231 |
-
"sorted-object": {
|
| 5232 |
-
"version": "2.0.1",
|
| 5233 |
-
"bundled": true,
|
| 5234 |
-
"dev": true
|
| 5235 |
-
},
|
| 5236 |
-
"sorted-union-stream": {
|
| 5237 |
-
"version": "2.1.3",
|
| 5238 |
-
"bundled": true,
|
| 5239 |
-
"dev": true,
|
| 5240 |
-
"requires": {
|
| 5241 |
-
"from2": "^1.3.0",
|
| 5242 |
-
"stream-iterate": "^1.1.0"
|
| 5243 |
-
},
|
| 5244 |
-
"dependencies": {
|
| 5245 |
-
"from2": {
|
| 5246 |
-
"version": "1.3.0",
|
| 5247 |
-
"bundled": true,
|
| 5248 |
-
"dev": true,
|
| 5249 |
-
"requires": {
|
| 5250 |
-
"inherits": "~2.0.1",
|
| 5251 |
-
"readable-stream": "~1.1.10"
|
| 5252 |
-
}
|
| 5253 |
-
},
|
| 5254 |
-
"isarray": {
|
| 5255 |
-
"version": "0.0.1",
|
| 5256 |
-
"bundled": true,
|
| 5257 |
-
"dev": true
|
| 5258 |
-
},
|
| 5259 |
-
"readable-stream": {
|
| 5260 |
-
"version": "1.1.14",
|
| 5261 |
-
"bundled": true,
|
| 5262 |
-
"dev": true,
|
| 5263 |
-
"requires": {
|
| 5264 |
-
"core-util-is": "~1.0.0",
|
| 5265 |
-
"inherits": "~2.0.1",
|
| 5266 |
-
"isarray": "0.0.1",
|
| 5267 |
-
"string_decoder": "~0.10.x"
|
| 5268 |
-
}
|
| 5269 |
-
},
|
| 5270 |
-
"string_decoder": {
|
| 5271 |
-
"version": "0.10.31",
|
| 5272 |
-
"bundled": true,
|
| 5273 |
-
"dev": true
|
| 5274 |
-
}
|
| 5275 |
-
}
|
| 5276 |
-
},
|
| 5277 |
-
"spdx-correct": {
|
| 5278 |
-
"version": "3.0.0",
|
| 5279 |
-
"bundled": true,
|
| 5280 |
-
"dev": true,
|
| 5281 |
-
"requires": {
|
| 5282 |
-
"spdx-expression-parse": "^3.0.0",
|
| 5283 |
-
"spdx-license-ids": "^3.0.0"
|
| 5284 |
-
}
|
| 5285 |
-
},
|
| 5286 |
-
"spdx-exceptions": {
|
| 5287 |
-
"version": "2.1.0",
|
| 5288 |
-
"bundled": true,
|
| 5289 |
-
"dev": true
|
| 5290 |
-
},
|
| 5291 |
-
"spdx-expression-parse": {
|
| 5292 |
-
"version": "3.0.0",
|
| 5293 |
-
"bundled": true,
|
| 5294 |
-
"dev": true,
|
| 5295 |
-
"requires": {
|
| 5296 |
-
"spdx-exceptions": "^2.1.0",
|
| 5297 |
-
"spdx-license-ids": "^3.0.0"
|
| 5298 |
-
}
|
| 5299 |
-
},
|
| 5300 |
-
"spdx-license-ids": {
|
| 5301 |
-
"version": "3.0.0",
|
| 5302 |
-
"bundled": true,
|
| 5303 |
-
"dev": true
|
| 5304 |
-
},
|
| 5305 |
-
"sshpk": {
|
| 5306 |
-
"version": "1.14.2",
|
| 5307 |
-
"bundled": true,
|
| 5308 |
-
"dev": true,
|
| 5309 |
-
"requires": {
|
| 5310 |
-
"asn1": "~0.2.3",
|
| 5311 |
-
"assert-plus": "^1.0.0",
|
| 5312 |
-
"bcrypt-pbkdf": "^1.0.0",
|
| 5313 |
-
"dashdash": "^1.12.0",
|
| 5314 |
-
"ecc-jsbn": "~0.1.1",
|
| 5315 |
-
"getpass": "^0.1.1",
|
| 5316 |
-
"jsbn": "~0.1.0",
|
| 5317 |
-
"safer-buffer": "^2.0.2",
|
| 5318 |
-
"tweetnacl": "~0.14.0"
|
| 5319 |
-
}
|
| 5320 |
-
},
|
| 5321 |
-
"ssri": {
|
| 5322 |
-
"version": "6.0.1",
|
| 5323 |
-
"bundled": true,
|
| 5324 |
-
"dev": true,
|
| 5325 |
-
"requires": {
|
| 5326 |
-
"figgy-pudding": "^3.5.1"
|
| 5327 |
-
}
|
| 5328 |
-
},
|
| 5329 |
-
"stream-each": {
|
| 5330 |
-
"version": "1.2.2",
|
| 5331 |
-
"bundled": true,
|
| 5332 |
-
"dev": true,
|
| 5333 |
-
"requires": {
|
| 5334 |
-
"end-of-stream": "^1.1.0",
|
| 5335 |
-
"stream-shift": "^1.0.0"
|
| 5336 |
-
}
|
| 5337 |
-
},
|
| 5338 |
-
"stream-iterate": {
|
| 5339 |
-
"version": "1.2.0",
|
| 5340 |
-
"bundled": true,
|
| 5341 |
-
"dev": true,
|
| 5342 |
-
"requires": {
|
| 5343 |
-
"readable-stream": "^2.1.5",
|
| 5344 |
-
"stream-shift": "^1.0.0"
|
| 5345 |
-
}
|
| 5346 |
-
},
|
| 5347 |
-
"stream-shift": {
|
| 5348 |
-
"version": "1.0.0",
|
| 5349 |
-
"bundled": true,
|
| 5350 |
-
"dev": true
|
| 5351 |
-
},
|
| 5352 |
-
"strict-uri-encode": {
|
| 5353 |
-
"version": "2.0.0",
|
| 5354 |
-
"bundled": true,
|
| 5355 |
-
"dev": true
|
| 5356 |
-
},
|
| 5357 |
-
"string-width": {
|
| 5358 |
-
"version": "2.1.1",
|
| 5359 |
-
"bundled": true,
|
| 5360 |
-
"dev": true,
|
| 5361 |
-
"requires": {
|
| 5362 |
-
"is-fullwidth-code-point": "^2.0.0",
|
| 5363 |
-
"strip-ansi": "^4.0.0"
|
| 5364 |
-
},
|
| 5365 |
-
"dependencies": {
|
| 5366 |
-
"ansi-regex": {
|
| 5367 |
-
"version": "3.0.0",
|
| 5368 |
-
"bundled": true,
|
| 5369 |
-
"dev": true
|
| 5370 |
-
},
|
| 5371 |
-
"is-fullwidth-code-point": {
|
| 5372 |
-
"version": "2.0.0",
|
| 5373 |
-
"bundled": true,
|
| 5374 |
-
"dev": true
|
| 5375 |
-
},
|
| 5376 |
-
"strip-ansi": {
|
| 5377 |
-
"version": "4.0.0",
|
| 5378 |
-
"bundled": true,
|
| 5379 |
-
"dev": true,
|
| 5380 |
-
"requires": {
|
| 5381 |
-
"ansi-regex": "^3.0.0"
|
| 5382 |
-
}
|
| 5383 |
-
}
|
| 5384 |
-
}
|
| 5385 |
-
},
|
| 5386 |
-
"string_decoder": {
|
| 5387 |
-
"version": "1.1.1",
|
| 5388 |
-
"bundled": true,
|
| 5389 |
-
"dev": true,
|
| 5390 |
-
"requires": {
|
| 5391 |
-
"safe-buffer": "~5.1.0"
|
| 5392 |
-
}
|
| 5393 |
-
},
|
| 5394 |
-
"stringify-package": {
|
| 5395 |
-
"version": "1.0.0",
|
| 5396 |
-
"bundled": true,
|
| 5397 |
-
"dev": true
|
| 5398 |
-
},
|
| 5399 |
-
"strip-ansi": {
|
| 5400 |
-
"version": "3.0.1",
|
| 5401 |
-
"bundled": true,
|
| 5402 |
-
"dev": true,
|
| 5403 |
-
"requires": {
|
| 5404 |
-
"ansi-regex": "^2.0.0"
|
| 5405 |
-
}
|
| 5406 |
-
},
|
| 5407 |
-
"strip-eof": {
|
| 5408 |
-
"version": "1.0.0",
|
| 5409 |
-
"bundled": true,
|
| 5410 |
-
"dev": true
|
| 5411 |
-
},
|
| 5412 |
-
"strip-json-comments": {
|
| 5413 |
-
"version": "2.0.1",
|
| 5414 |
-
"bundled": true,
|
| 5415 |
-
"dev": true
|
| 5416 |
-
},
|
| 5417 |
-
"supports-color": {
|
| 5418 |
-
"version": "5.4.0",
|
| 5419 |
-
"bundled": true,
|
| 5420 |
-
"dev": true,
|
| 5421 |
-
"requires": {
|
| 5422 |
-
"has-flag": "^3.0.0"
|
| 5423 |
-
}
|
| 5424 |
-
},
|
| 5425 |
-
"tar": {
|
| 5426 |
-
"version": "4.4.8",
|
| 5427 |
-
"bundled": true,
|
| 5428 |
-
"dev": true,
|
| 5429 |
-
"requires": {
|
| 5430 |
-
"chownr": "^1.1.1",
|
| 5431 |
-
"fs-minipass": "^1.2.5",
|
| 5432 |
-
"minipass": "^2.3.4",
|
| 5433 |
-
"minizlib": "^1.1.1",
|
| 5434 |
-
"mkdirp": "^0.5.0",
|
| 5435 |
-
"safe-buffer": "^5.1.2",
|
| 5436 |
-
"yallist": "^3.0.2"
|
| 5437 |
-
},
|
| 5438 |
-
"dependencies": {
|
| 5439 |
-
"chownr": {
|
| 5440 |
-
"version": "1.1.1",
|
| 5441 |
-
"bundled": true,
|
| 5442 |
-
"dev": true
|
| 5443 |
-
},
|
| 5444 |
-
"minipass": {
|
| 5445 |
-
"version": "2.3.5",
|
| 5446 |
-
"bundled": true,
|
| 5447 |
-
"dev": true,
|
| 5448 |
-
"requires": {
|
| 5449 |
-
"safe-buffer": "^5.1.2",
|
| 5450 |
-
"yallist": "^3.0.0"
|
| 5451 |
-
}
|
| 5452 |
-
},
|
| 5453 |
-
"yallist": {
|
| 5454 |
-
"version": "3.0.3",
|
| 5455 |
-
"bundled": true,
|
| 5456 |
-
"dev": true
|
| 5457 |
-
}
|
| 5458 |
-
}
|
| 5459 |
-
},
|
| 5460 |
-
"term-size": {
|
| 5461 |
-
"version": "1.2.0",
|
| 5462 |
-
"bundled": true,
|
| 5463 |
-
"dev": true,
|
| 5464 |
-
"requires": {
|
| 5465 |
-
"execa": "^0.7.0"
|
| 5466 |
-
}
|
| 5467 |
-
},
|
| 5468 |
-
"text-table": {
|
| 5469 |
-
"version": "0.2.0",
|
| 5470 |
-
"bundled": true,
|
| 5471 |
-
"dev": true
|
| 5472 |
-
},
|
| 5473 |
-
"through": {
|
| 5474 |
-
"version": "2.3.8",
|
| 5475 |
-
"bundled": true,
|
| 5476 |
-
"dev": true
|
| 5477 |
-
},
|
| 5478 |
-
"through2": {
|
| 5479 |
-
"version": "2.0.3",
|
| 5480 |
-
"bundled": true,
|
| 5481 |
-
"dev": true,
|
| 5482 |
-
"requires": {
|
| 5483 |
-
"readable-stream": "^2.1.5",
|
| 5484 |
-
"xtend": "~4.0.1"
|
| 5485 |
-
}
|
| 5486 |
-
},
|
| 5487 |
-
"timed-out": {
|
| 5488 |
-
"version": "4.0.1",
|
| 5489 |
-
"bundled": true,
|
| 5490 |
-
"dev": true
|
| 5491 |
-
},
|
| 5492 |
-
"tiny-relative-date": {
|
| 5493 |
-
"version": "1.3.0",
|
| 5494 |
-
"bundled": true,
|
| 5495 |
-
"dev": true
|
| 5496 |
-
},
|
| 5497 |
-
"tough-cookie": {
|
| 5498 |
-
"version": "2.4.3",
|
| 5499 |
-
"bundled": true,
|
| 5500 |
-
"dev": true,
|
| 5501 |
-
"requires": {
|
| 5502 |
-
"psl": "^1.1.24",
|
| 5503 |
-
"punycode": "^1.4.1"
|
| 5504 |
-
}
|
| 5505 |
-
},
|
| 5506 |
-
"tunnel-agent": {
|
| 5507 |
-
"version": "0.6.0",
|
| 5508 |
-
"bundled": true,
|
| 5509 |
-
"dev": true,
|
| 5510 |
-
"requires": {
|
| 5511 |
-
"safe-buffer": "^5.0.1"
|
| 5512 |
-
}
|
| 5513 |
-
},
|
| 5514 |
-
"tweetnacl": {
|
| 5515 |
-
"version": "0.14.5",
|
| 5516 |
-
"bundled": true,
|
| 5517 |
-
"dev": true,
|
| 5518 |
-
"optional": true
|
| 5519 |
-
},
|
| 5520 |
-
"typedarray": {
|
| 5521 |
-
"version": "0.0.6",
|
| 5522 |
-
"bundled": true,
|
| 5523 |
-
"dev": true
|
| 5524 |
-
},
|
| 5525 |
-
"uid-number": {
|
| 5526 |
-
"version": "0.0.6",
|
| 5527 |
-
"bundled": true,
|
| 5528 |
-
"dev": true
|
| 5529 |
-
},
|
| 5530 |
-
"umask": {
|
| 5531 |
-
"version": "1.1.0",
|
| 5532 |
-
"bundled": true,
|
| 5533 |
-
"dev": true
|
| 5534 |
-
},
|
| 5535 |
-
"unique-filename": {
|
| 5536 |
-
"version": "1.1.0",
|
| 5537 |
-
"bundled": true,
|
| 5538 |
-
"dev": true,
|
| 5539 |
-
"requires": {
|
| 5540 |
-
"unique-slug": "^2.0.0"
|
| 5541 |
-
}
|
| 5542 |
-
},
|
| 5543 |
-
"unique-slug": {
|
| 5544 |
-
"version": "2.0.0",
|
| 5545 |
-
"bundled": true,
|
| 5546 |
-
"dev": true,
|
| 5547 |
-
"requires": {
|
| 5548 |
-
"imurmurhash": "^0.1.4"
|
| 5549 |
-
}
|
| 5550 |
-
},
|
| 5551 |
-
"unique-string": {
|
| 5552 |
-
"version": "1.0.0",
|
| 5553 |
-
"bundled": true,
|
| 5554 |
-
"dev": true,
|
| 5555 |
-
"requires": {
|
| 5556 |
-
"crypto-random-string": "^1.0.0"
|
| 5557 |
-
}
|
| 5558 |
-
},
|
| 5559 |
-
"unpipe": {
|
| 5560 |
-
"version": "1.0.0",
|
| 5561 |
-
"bundled": true,
|
| 5562 |
-
"dev": true
|
| 5563 |
-
},
|
| 5564 |
-
"unzip-response": {
|
| 5565 |
-
"version": "2.0.1",
|
| 5566 |
-
"bundled": true,
|
| 5567 |
-
"dev": true
|
| 5568 |
-
},
|
| 5569 |
-
"update-notifier": {
|
| 5570 |
-
"version": "2.5.0",
|
| 5571 |
-
"bundled": true,
|
| 5572 |
-
"dev": true,
|
| 5573 |
-
"requires": {
|
| 5574 |
-
"boxen": "^1.2.1",
|
| 5575 |
-
"chalk": "^2.0.1",
|
| 5576 |
-
"configstore": "^3.0.0",
|
| 5577 |
-
"import-lazy": "^2.1.0",
|
| 5578 |
-
"is-ci": "^1.0.10",
|
| 5579 |
-
"is-installed-globally": "^0.1.0",
|
| 5580 |
-
"is-npm": "^1.0.0",
|
| 5581 |
-
"latest-version": "^3.0.0",
|
| 5582 |
-
"semver-diff": "^2.0.0",
|
| 5583 |
-
"xdg-basedir": "^3.0.0"
|
| 5584 |
-
}
|
| 5585 |
-
},
|
| 5586 |
-
"url-parse-lax": {
|
| 5587 |
-
"version": "1.0.0",
|
| 5588 |
-
"bundled": true,
|
| 5589 |
-
"dev": true,
|
| 5590 |
-
"requires": {
|
| 5591 |
-
"prepend-http": "^1.0.1"
|
| 5592 |
-
}
|
| 5593 |
-
},
|
| 5594 |
-
"util-deprecate": {
|
| 5595 |
-
"version": "1.0.2",
|
| 5596 |
-
"bundled": true,
|
| 5597 |
-
"dev": true
|
| 5598 |
-
},
|
| 5599 |
-
"util-extend": {
|
| 5600 |
-
"version": "1.0.3",
|
| 5601 |
-
"bundled": true,
|
| 5602 |
-
"dev": true
|
| 5603 |
-
},
|
| 5604 |
-
"uuid": {
|
| 5605 |
-
"version": "3.3.2",
|
| 5606 |
-
"bundled": true,
|
| 5607 |
-
"dev": true
|
| 5608 |
-
},
|
| 5609 |
-
"validate-npm-package-license": {
|
| 5610 |
-
"version": "3.0.4",
|
| 5611 |
-
"bundled": true,
|
| 5612 |
-
"dev": true,
|
| 5613 |
-
"requires": {
|
| 5614 |
-
"spdx-correct": "^3.0.0",
|
| 5615 |
-
"spdx-expression-parse": "^3.0.0"
|
| 5616 |
-
}
|
| 5617 |
-
},
|
| 5618 |
-
"validate-npm-package-name": {
|
| 5619 |
-
"version": "3.0.0",
|
| 5620 |
-
"bundled": true,
|
| 5621 |
-
"dev": true,
|
| 5622 |
-
"requires": {
|
| 5623 |
-
"builtins": "^1.0.3"
|
| 5624 |
-
}
|
| 5625 |
-
},
|
| 5626 |
-
"verror": {
|
| 5627 |
-
"version": "1.10.0",
|
| 5628 |
-
"bundled": true,
|
| 5629 |
-
"dev": true,
|
| 5630 |
-
"requires": {
|
| 5631 |
-
"assert-plus": "^1.0.0",
|
| 5632 |
-
"core-util-is": "1.0.2",
|
| 5633 |
-
"extsprintf": "^1.2.0"
|
| 5634 |
-
}
|
| 5635 |
-
},
|
| 5636 |
-
"wcwidth": {
|
| 5637 |
-
"version": "1.0.1",
|
| 5638 |
-
"bundled": true,
|
| 5639 |
-
"dev": true,
|
| 5640 |
-
"requires": {
|
| 5641 |
-
"defaults": "^1.0.3"
|
| 5642 |
-
}
|
| 5643 |
-
},
|
| 5644 |
-
"which": {
|
| 5645 |
-
"version": "1.3.1",
|
| 5646 |
-
"bundled": true,
|
| 5647 |
-
"dev": true,
|
| 5648 |
-
"requires": {
|
| 5649 |
-
"isexe": "^2.0.0"
|
| 5650 |
-
}
|
| 5651 |
-
},
|
| 5652 |
-
"which-module": {
|
| 5653 |
-
"version": "2.0.0",
|
| 5654 |
-
"bundled": true,
|
| 5655 |
-
"dev": true
|
| 5656 |
-
},
|
| 5657 |
-
"wide-align": {
|
| 5658 |
-
"version": "1.1.2",
|
| 5659 |
-
"bundled": true,
|
| 5660 |
-
"dev": true,
|
| 5661 |
-
"requires": {
|
| 5662 |
-
"string-width": "^1.0.2"
|
| 5663 |
-
},
|
| 5664 |
-
"dependencies": {
|
| 5665 |
-
"string-width": {
|
| 5666 |
-
"version": "1.0.2",
|
| 5667 |
-
"bundled": true,
|
| 5668 |
-
"dev": true,
|
| 5669 |
-
"requires": {
|
| 5670 |
-
"code-point-at": "^1.0.0",
|
| 5671 |
-
"is-fullwidth-code-point": "^1.0.0",
|
| 5672 |
-
"strip-ansi": "^3.0.0"
|
| 5673 |
-
}
|
| 5674 |
-
}
|
| 5675 |
-
}
|
| 5676 |
-
},
|
| 5677 |
-
"widest-line": {
|
| 5678 |
-
"version": "2.0.0",
|
| 5679 |
-
"bundled": true,
|
| 5680 |
-
"dev": true,
|
| 5681 |
-
"requires": {
|
| 5682 |
-
"string-width": "^2.1.1"
|
| 5683 |
-
}
|
| 5684 |
-
},
|
| 5685 |
-
"worker-farm": {
|
| 5686 |
-
"version": "1.6.0",
|
| 5687 |
-
"bundled": true,
|
| 5688 |
-
"dev": true,
|
| 5689 |
-
"requires": {
|
| 5690 |
-
"errno": "~0.1.7"
|
| 5691 |
-
}
|
| 5692 |
-
},
|
| 5693 |
-
"wrap-ansi": {
|
| 5694 |
-
"version": "2.1.0",
|
| 5695 |
-
"bundled": true,
|
| 5696 |
-
"dev": true,
|
| 5697 |
-
"requires": {
|
| 5698 |
-
"string-width": "^1.0.1",
|
| 5699 |
-
"strip-ansi": "^3.0.1"
|
| 5700 |
-
},
|
| 5701 |
-
"dependencies": {
|
| 5702 |
-
"string-width": {
|
| 5703 |
-
"version": "1.0.2",
|
| 5704 |
-
"bundled": true,
|
| 5705 |
-
"dev": true,
|
| 5706 |
-
"requires": {
|
| 5707 |
-
"code-point-at": "^1.0.0",
|
| 5708 |
-
"is-fullwidth-code-point": "^1.0.0",
|
| 5709 |
-
"strip-ansi": "^3.0.0"
|
| 5710 |
-
}
|
| 5711 |
-
}
|
| 5712 |
-
}
|
| 5713 |
-
},
|
| 5714 |
-
"wrappy": {
|
| 5715 |
-
"version": "1.0.2",
|
| 5716 |
-
"bundled": true,
|
| 5717 |
-
"dev": true
|
| 5718 |
-
},
|
| 5719 |
-
"write-file-atomic": {
|
| 5720 |
-
"version": "2.3.0",
|
| 5721 |
-
"bundled": true,
|
| 5722 |
-
"dev": true,
|
| 5723 |
-
"requires": {
|
| 5724 |
-
"graceful-fs": "^4.1.11",
|
| 5725 |
-
"imurmurhash": "^0.1.4",
|
| 5726 |
-
"signal-exit": "^3.0.2"
|
| 5727 |
-
}
|
| 5728 |
-
},
|
| 5729 |
-
"xdg-basedir": {
|
| 5730 |
-
"version": "3.0.0",
|
| 5731 |
-
"bundled": true,
|
| 5732 |
-
"dev": true
|
| 5733 |
-
},
|
| 5734 |
-
"xtend": {
|
| 5735 |
-
"version": "4.0.1",
|
| 5736 |
-
"bundled": true,
|
| 5737 |
-
"dev": true
|
| 5738 |
-
},
|
| 5739 |
-
"y18n": {
|
| 5740 |
-
"version": "4.0.0",
|
| 5741 |
-
"bundled": true,
|
| 5742 |
-
"dev": true
|
| 5743 |
-
},
|
| 5744 |
-
"yallist": {
|
| 5745 |
-
"version": "2.1.2",
|
| 5746 |
-
"bundled": true,
|
| 5747 |
-
"dev": true
|
| 5748 |
-
},
|
| 5749 |
-
"yargs": {
|
| 5750 |
-
"version": "11.0.0",
|
| 5751 |
-
"bundled": true,
|
| 5752 |
-
"dev": true,
|
| 5753 |
-
"requires": {
|
| 5754 |
-
"cliui": "^4.0.0",
|
| 5755 |
-
"decamelize": "^1.1.1",
|
| 5756 |
-
"find-up": "^2.1.0",
|
| 5757 |
-
"get-caller-file": "^1.0.1",
|
| 5758 |
-
"os-locale": "^2.0.0",
|
| 5759 |
-
"require-directory": "^2.1.1",
|
| 5760 |
-
"require-main-filename": "^1.0.1",
|
| 5761 |
-
"set-blocking": "^2.0.0",
|
| 5762 |
-
"string-width": "^2.0.0",
|
| 5763 |
-
"which-module": "^2.0.0",
|
| 5764 |
-
"y18n": "^3.2.1",
|
| 5765 |
-
"yargs-parser": "^9.0.2"
|
| 5766 |
-
},
|
| 5767 |
-
"dependencies": {
|
| 5768 |
-
"y18n": {
|
| 5769 |
-
"version": "3.2.1",
|
| 5770 |
-
"bundled": true,
|
| 5771 |
-
"dev": true
|
| 5772 |
-
}
|
| 5773 |
-
}
|
| 5774 |
-
},
|
| 5775 |
-
"yargs-parser": {
|
| 5776 |
-
"version": "9.0.2",
|
| 5777 |
-
"bundled": true,
|
| 5778 |
-
"dev": true,
|
| 5779 |
-
"requires": {
|
| 5780 |
-
"camelcase": "^4.1.0"
|
| 5781 |
-
}
|
| 5782 |
-
}
|
| 5783 |
-
}
|
| 5784 |
-
},
|
| 5785 |
-
"npm-run-path": {
|
| 5786 |
-
"version": "2.0.2",
|
| 5787 |
-
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
|
| 5788 |
-
"integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
|
| 5789 |
-
"dev": true,
|
| 5790 |
-
"requires": {
|
| 5791 |
-
"path-key": "^2.0.0"
|
| 5792 |
-
}
|
| 5793 |
-
},
|
| 5794 |
-
"number-is-nan": {
|
| 5795 |
-
"version": "1.0.1",
|
| 5796 |
-
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
| 5797 |
-
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
|
| 5798 |
-
"dev": true
|
| 5799 |
-
},
|
| 5800 |
-
"object-assign": {
|
| 5801 |
-
"version": "4.1.1",
|
| 5802 |
-
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
| 5803 |
-
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
|
| 5804 |
-
"dev": true
|
| 5805 |
-
},
|
| 5806 |
-
"object-copy": {
|
| 5807 |
-
"version": "0.1.0",
|
| 5808 |
-
"resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
|
| 5809 |
-
"integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
|
| 5810 |
-
"dev": true,
|
| 5811 |
-
"requires": {
|
| 5812 |
-
"copy-descriptor": "^0.1.0",
|
| 5813 |
-
"define-property": "^0.2.5",
|
| 5814 |
-
"kind-of": "^3.0.3"
|
| 5815 |
-
},
|
| 5816 |
-
"dependencies": {
|
| 5817 |
-
"define-property": {
|
| 5818 |
-
"version": "0.2.5",
|
| 5819 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
| 5820 |
-
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
|
| 5821 |
-
"dev": true,
|
| 5822 |
-
"requires": {
|
| 5823 |
-
"is-descriptor": "^0.1.0"
|
| 5824 |
-
}
|
| 5825 |
-
},
|
| 5826 |
-
"kind-of": {
|
| 5827 |
-
"version": "3.2.2",
|
| 5828 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
| 5829 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
| 5830 |
-
"dev": true,
|
| 5831 |
-
"requires": {
|
| 5832 |
-
"is-buffer": "^1.1.5"
|
| 5833 |
-
}
|
| 5834 |
-
}
|
| 5835 |
-
}
|
| 5836 |
-
},
|
| 5837 |
-
"object-visit": {
|
| 5838 |
-
"version": "1.0.1",
|
| 5839 |
-
"resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
|
| 5840 |
-
"integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
|
| 5841 |
-
"dev": true,
|
| 5842 |
-
"requires": {
|
| 5843 |
-
"isobject": "^3.0.0"
|
| 5844 |
-
}
|
| 5845 |
-
},
|
| 5846 |
-
"object.pick": {
|
| 5847 |
-
"version": "1.3.0",
|
| 5848 |
-
"resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
|
| 5849 |
-
"integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
|
| 5850 |
-
"dev": true,
|
| 5851 |
-
"requires": {
|
| 5852 |
-
"isobject": "^3.0.1"
|
| 5853 |
-
}
|
| 5854 |
-
},
|
| 5855 |
-
"octokit-pagination-methods": {
|
| 5856 |
-
"version": "1.1.0",
|
| 5857 |
-
"resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz",
|
| 5858 |
-
"integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==",
|
| 5859 |
-
"dev": true
|
| 5860 |
-
},
|
| 5861 |
-
"once": {
|
| 5862 |
-
"version": "1.4.0",
|
| 5863 |
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
| 5864 |
-
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
| 5865 |
-
"dev": true,
|
| 5866 |
-
"requires": {
|
| 5867 |
-
"wrappy": "1"
|
| 5868 |
-
}
|
| 5869 |
-
},
|
| 5870 |
-
"optimist": {
|
| 5871 |
-
"version": "0.6.1",
|
| 5872 |
-
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
|
| 5873 |
-
"integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
|
| 5874 |
-
"dev": true,
|
| 5875 |
-
"requires": {
|
| 5876 |
-
"minimist": "~0.0.1",
|
| 5877 |
-
"wordwrap": "~0.0.2"
|
| 5878 |
-
},
|
| 5879 |
-
"dependencies": {
|
| 5880 |
-
"minimist": {
|
| 5881 |
-
"version": "0.0.10",
|
| 5882 |
-
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
|
| 5883 |
-
"integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
|
| 5884 |
-
"dev": true
|
| 5885 |
-
}
|
| 5886 |
-
}
|
| 5887 |
-
},
|
| 5888 |
-
"os-locale": {
|
| 5889 |
-
"version": "3.0.1",
|
| 5890 |
-
"resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.0.1.tgz",
|
| 5891 |
-
"integrity": "sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==",
|
| 5892 |
-
"dev": true,
|
| 5893 |
-
"requires": {
|
| 5894 |
-
"execa": "^0.10.0",
|
| 5895 |
-
"lcid": "^2.0.0",
|
| 5896 |
-
"mem": "^4.0.0"
|
| 5897 |
-
},
|
| 5898 |
-
"dependencies": {
|
| 5899 |
-
"execa": {
|
| 5900 |
-
"version": "0.10.0",
|
| 5901 |
-
"resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz",
|
| 5902 |
-
"integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==",
|
| 5903 |
-
"dev": true,
|
| 5904 |
-
"requires": {
|
| 5905 |
-
"cross-spawn": "^6.0.0",
|
| 5906 |
-
"get-stream": "^3.0.0",
|
| 5907 |
-
"is-stream": "^1.1.0",
|
| 5908 |
-
"npm-run-path": "^2.0.0",
|
| 5909 |
-
"p-finally": "^1.0.0",
|
| 5910 |
-
"signal-exit": "^3.0.0",
|
| 5911 |
-
"strip-eof": "^1.0.0"
|
| 5912 |
-
}
|
| 5913 |
-
},
|
| 5914 |
-
"get-stream": {
|
| 5915 |
-
"version": "3.0.0",
|
| 5916 |
-
"resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
|
| 5917 |
-
"integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
|
| 5918 |
-
"dev": true
|
| 5919 |
-
}
|
| 5920 |
-
}
|
| 5921 |
-
},
|
| 5922 |
-
"os-name": {
|
| 5923 |
-
"version": "3.0.0",
|
| 5924 |
-
"resolved": "https://registry.npmjs.org/os-name/-/os-name-3.0.0.tgz",
|
| 5925 |
-
"integrity": "sha512-7c74tib2FsdFbQ3W+qj8Tyd1R3Z6tuVRNNxXjJcZ4NgjIEQU9N/prVMqcW29XZPXGACqaXN3jq58/6hoaoXH6g==",
|
| 5926 |
-
"dev": true,
|
| 5927 |
-
"requires": {
|
| 5928 |
-
"macos-release": "^2.0.0",
|
| 5929 |
-
"windows-release": "^3.1.0"
|
| 5930 |
-
}
|
| 5931 |
-
},
|
| 5932 |
-
"p-defer": {
|
| 5933 |
-
"version": "1.0.0",
|
| 5934 |
-
"resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz",
|
| 5935 |
-
"integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=",
|
| 5936 |
-
"dev": true
|
| 5937 |
-
},
|
| 5938 |
-
"p-filter": {
|
| 5939 |
-
"version": "1.0.0",
|
| 5940 |
-
"resolved": "https://registry.npmjs.org/p-filter/-/p-filter-1.0.0.tgz",
|
| 5941 |
-
"integrity": "sha1-Yp0xcVAgnI/VCLoTdxPvS7kg6ds=",
|
| 5942 |
-
"dev": true,
|
| 5943 |
-
"requires": {
|
| 5944 |
-
"p-map": "^1.0.0"
|
| 5945 |
-
}
|
| 5946 |
-
},
|
| 5947 |
-
"p-finally": {
|
| 5948 |
-
"version": "1.0.0",
|
| 5949 |
-
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
|
| 5950 |
-
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
|
| 5951 |
-
"dev": true
|
| 5952 |
-
},
|
| 5953 |
-
"p-is-promise": {
|
| 5954 |
-
"version": "2.0.0",
|
| 5955 |
-
"resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.0.0.tgz",
|
| 5956 |
-
"integrity": "sha512-pzQPhYMCAgLAKPWD2jC3Se9fEfrD9npNos0y150EeqZll7akhEgGhTW/slB6lHku8AvYGiJ+YJ5hfHKePPgFWg==",
|
| 5957 |
-
"dev": true
|
| 5958 |
-
},
|
| 5959 |
-
"p-limit": {
|
| 5960 |
-
"version": "1.3.0",
|
| 5961 |
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
|
| 5962 |
-
"integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
|
| 5963 |
-
"dev": true,
|
| 5964 |
-
"requires": {
|
| 5965 |
-
"p-try": "^1.0.0"
|
| 5966 |
-
}
|
| 5967 |
-
},
|
| 5968 |
-
"p-locate": {
|
| 5969 |
-
"version": "3.0.0",
|
| 5970 |
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
| 5971 |
-
"integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
|
| 5972 |
-
"dev": true,
|
| 5973 |
-
"requires": {
|
| 5974 |
-
"p-limit": "^2.0.0"
|
| 5975 |
-
},
|
| 5976 |
-
"dependencies": {
|
| 5977 |
-
"p-limit": {
|
| 5978 |
-
"version": "2.0.0",
|
| 5979 |
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz",
|
| 5980 |
-
"integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==",
|
| 5981 |
-
"dev": true,
|
| 5982 |
-
"requires": {
|
| 5983 |
-
"p-try": "^2.0.0"
|
| 5984 |
-
}
|
| 5985 |
-
},
|
| 5986 |
-
"p-try": {
|
| 5987 |
-
"version": "2.0.0",
|
| 5988 |
-
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz",
|
| 5989 |
-
"integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==",
|
| 5990 |
-
"dev": true
|
| 5991 |
-
}
|
| 5992 |
-
}
|
| 5993 |
-
},
|
| 5994 |
-
"p-map": {
|
| 5995 |
-
"version": "1.2.0",
|
| 5996 |
-
"resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
|
| 5997 |
-
"integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==",
|
| 5998 |
-
"dev": true
|
| 5999 |
-
},
|
| 6000 |
-
"p-reduce": {
|
| 6001 |
-
"version": "1.0.0",
|
| 6002 |
-
"resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz",
|
| 6003 |
-
"integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=",
|
| 6004 |
-
"dev": true
|
| 6005 |
-
},
|
| 6006 |
-
"p-retry": {
|
| 6007 |
-
"version": "3.0.0",
|
| 6008 |
-
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.0.tgz",
|
| 6009 |
-
"integrity": "sha512-fAB7bebxaj8nylNAsxPNkwPZ/48bXFdFnWrz0v2sV+H5BsGfVL7Ap7KgONqy7rOK4ZI1I+SU+lmettO3hM+2HQ==",
|
| 6010 |
-
"dev": true,
|
| 6011 |
-
"requires": {
|
| 6012 |
-
"retry": "^0.12.0"
|
| 6013 |
-
}
|
| 6014 |
-
},
|
| 6015 |
-
"p-try": {
|
| 6016 |
-
"version": "1.0.0",
|
| 6017 |
-
"resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
|
| 6018 |
-
"integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
|
| 6019 |
-
"dev": true
|
| 6020 |
-
},
|
| 6021 |
-
"parse-github-url": {
|
| 6022 |
-
"version": "1.0.2",
|
| 6023 |
-
"resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz",
|
| 6024 |
-
"integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==",
|
| 6025 |
-
"dev": true
|
| 6026 |
-
},
|
| 6027 |
-
"parse-json": {
|
| 6028 |
-
"version": "4.0.0",
|
| 6029 |
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
|
| 6030 |
-
"integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
|
| 6031 |
-
"dev": true,
|
| 6032 |
-
"requires": {
|
| 6033 |
-
"error-ex": "^1.3.1",
|
| 6034 |
-
"json-parse-better-errors": "^1.0.1"
|
| 6035 |
-
}
|
| 6036 |
-
},
|
| 6037 |
-
"pascalcase": {
|
| 6038 |
-
"version": "0.1.1",
|
| 6039 |
-
"resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
|
| 6040 |
-
"integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
|
| 6041 |
-
"dev": true
|
| 6042 |
-
},
|
| 6043 |
-
"path-dirname": {
|
| 6044 |
-
"version": "1.0.2",
|
| 6045 |
-
"resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
|
| 6046 |
-
"integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
|
| 6047 |
-
"dev": true
|
| 6048 |
-
},
|
| 6049 |
-
"path-exists": {
|
| 6050 |
-
"version": "2.1.0",
|
| 6051 |
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
|
| 6052 |
-
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
|
| 6053 |
-
"dev": true,
|
| 6054 |
-
"requires": {
|
| 6055 |
-
"pinkie-promise": "^2.0.0"
|
| 6056 |
-
}
|
| 6057 |
-
},
|
| 6058 |
-
"path-is-absolute": {
|
| 6059 |
-
"version": "1.0.1",
|
| 6060 |
-
"resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
| 6061 |
-
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
| 6062 |
-
"dev": true
|
| 6063 |
-
},
|
| 6064 |
-
"path-key": {
|
| 6065 |
-
"version": "2.0.1",
|
| 6066 |
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
|
| 6067 |
-
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
|
| 6068 |
-
"dev": true
|
| 6069 |
-
},
|
| 6070 |
-
"path-type": {
|
| 6071 |
-
"version": "3.0.0",
|
| 6072 |
-
"resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
|
| 6073 |
-
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
|
| 6074 |
-
"dev": true,
|
| 6075 |
-
"requires": {
|
| 6076 |
-
"pify": "^3.0.0"
|
| 6077 |
-
}
|
| 6078 |
-
},
|
| 6079 |
-
"pify": {
|
| 6080 |
-
"version": "3.0.0",
|
| 6081 |
-
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
| 6082 |
-
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
|
| 6083 |
-
"dev": true
|
| 6084 |
-
},
|
| 6085 |
-
"pinkie": {
|
| 6086 |
-
"version": "2.0.4",
|
| 6087 |
-
"resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
|
| 6088 |
-
"integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
|
| 6089 |
-
"dev": true
|
| 6090 |
-
},
|
| 6091 |
-
"pinkie-promise": {
|
| 6092 |
-
"version": "2.0.1",
|
| 6093 |
-
"resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
|
| 6094 |
-
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
|
| 6095 |
-
"dev": true,
|
| 6096 |
-
"requires": {
|
| 6097 |
-
"pinkie": "^2.0.0"
|
| 6098 |
-
}
|
| 6099 |
-
},
|
| 6100 |
-
"pkg-conf": {
|
| 6101 |
-
"version": "2.1.0",
|
| 6102 |
-
"resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz",
|
| 6103 |
-
"integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=",
|
| 6104 |
-
"dev": true,
|
| 6105 |
-
"requires": {
|
| 6106 |
-
"find-up": "^2.0.0",
|
| 6107 |
-
"load-json-file": "^4.0.0"
|
| 6108 |
-
},
|
| 6109 |
-
"dependencies": {
|
| 6110 |
-
"find-up": {
|
| 6111 |
-
"version": "2.1.0",
|
| 6112 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
| 6113 |
-
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
|
| 6114 |
-
"dev": true,
|
| 6115 |
-
"requires": {
|
| 6116 |
-
"locate-path": "^2.0.0"
|
| 6117 |
-
}
|
| 6118 |
-
},
|
| 6119 |
-
"load-json-file": {
|
| 6120 |
-
"version": "4.0.0",
|
| 6121 |
-
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
|
| 6122 |
-
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
|
| 6123 |
-
"dev": true,
|
| 6124 |
-
"requires": {
|
| 6125 |
-
"graceful-fs": "^4.1.2",
|
| 6126 |
-
"parse-json": "^4.0.0",
|
| 6127 |
-
"pify": "^3.0.0",
|
| 6128 |
-
"strip-bom": "^3.0.0"
|
| 6129 |
-
}
|
| 6130 |
-
},
|
| 6131 |
-
"strip-bom": {
|
| 6132 |
-
"version": "3.0.0",
|
| 6133 |
-
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
| 6134 |
-
"integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
|
| 6135 |
-
"dev": true
|
| 6136 |
-
}
|
| 6137 |
-
}
|
| 6138 |
-
},
|
| 6139 |
-
"posix-character-classes": {
|
| 6140 |
-
"version": "0.1.1",
|
| 6141 |
-
"resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
|
| 6142 |
-
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
|
| 6143 |
-
"dev": true
|
| 6144 |
-
},
|
| 6145 |
-
"process-nextick-args": {
|
| 6146 |
-
"version": "2.0.0",
|
| 6147 |
-
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
|
| 6148 |
-
"integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
|
| 6149 |
-
"dev": true
|
| 6150 |
-
},
|
| 6151 |
-
"pump": {
|
| 6152 |
-
"version": "3.0.0",
|
| 6153 |
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
|
| 6154 |
-
"integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
|
| 6155 |
-
"dev": true,
|
| 6156 |
-
"requires": {
|
| 6157 |
-
"end-of-stream": "^1.1.0",
|
| 6158 |
-
"once": "^1.3.1"
|
| 6159 |
-
}
|
| 6160 |
-
},
|
| 6161 |
-
"q": {
|
| 6162 |
-
"version": "1.5.1",
|
| 6163 |
-
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
|
| 6164 |
-
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
|
| 6165 |
-
"dev": true
|
| 6166 |
-
},
|
| 6167 |
-
"quick-lru": {
|
| 6168 |
-
"version": "1.1.0",
|
| 6169 |
-
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
|
| 6170 |
-
"integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=",
|
| 6171 |
-
"dev": true
|
| 6172 |
-
},
|
| 6173 |
-
"rc": {
|
| 6174 |
-
"version": "1.2.8",
|
| 6175 |
-
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
| 6176 |
-
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
| 6177 |
-
"dev": true,
|
| 6178 |
-
"requires": {
|
| 6179 |
-
"deep-extend": "^0.6.0",
|
| 6180 |
-
"ini": "~1.3.0",
|
| 6181 |
-
"minimist": "^1.2.0",
|
| 6182 |
-
"strip-json-comments": "~2.0.1"
|
| 6183 |
-
}
|
| 6184 |
-
},
|
| 6185 |
-
"read-pkg": {
|
| 6186 |
-
"version": "1.1.0",
|
| 6187 |
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
|
| 6188 |
-
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
|
| 6189 |
-
"dev": true,
|
| 6190 |
-
"requires": {
|
| 6191 |
-
"load-json-file": "^1.0.0",
|
| 6192 |
-
"normalize-package-data": "^2.3.2",
|
| 6193 |
-
"path-type": "^1.0.0"
|
| 6194 |
-
},
|
| 6195 |
-
"dependencies": {
|
| 6196 |
-
"path-type": {
|
| 6197 |
-
"version": "1.1.0",
|
| 6198 |
-
"resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
|
| 6199 |
-
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
|
| 6200 |
-
"dev": true,
|
| 6201 |
-
"requires": {
|
| 6202 |
-
"graceful-fs": "^4.1.2",
|
| 6203 |
-
"pify": "^2.0.0",
|
| 6204 |
-
"pinkie-promise": "^2.0.0"
|
| 6205 |
-
}
|
| 6206 |
-
},
|
| 6207 |
-
"pify": {
|
| 6208 |
-
"version": "2.3.0",
|
| 6209 |
-
"resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
| 6210 |
-
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
|
| 6211 |
-
"dev": true
|
| 6212 |
-
}
|
| 6213 |
-
}
|
| 6214 |
-
},
|
| 6215 |
-
"read-pkg-up": {
|
| 6216 |
-
"version": "1.0.1",
|
| 6217 |
-
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
|
| 6218 |
-
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
|
| 6219 |
-
"dev": true,
|
| 6220 |
-
"requires": {
|
| 6221 |
-
"find-up": "^1.0.0",
|
| 6222 |
-
"read-pkg": "^1.0.0"
|
| 6223 |
-
}
|
| 6224 |
-
},
|
| 6225 |
-
"readable-stream": {
|
| 6226 |
-
"version": "2.3.6",
|
| 6227 |
-
"resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
|
| 6228 |
-
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
|
| 6229 |
-
"dev": true,
|
| 6230 |
-
"requires": {
|
| 6231 |
-
"core-util-is": "~1.0.0",
|
| 6232 |
-
"inherits": "~2.0.3",
|
| 6233 |
-
"isarray": "~1.0.0",
|
| 6234 |
-
"process-nextick-args": "~2.0.0",
|
| 6235 |
-
"safe-buffer": "~5.1.1",
|
| 6236 |
-
"string_decoder": "~1.1.1",
|
| 6237 |
-
"util-deprecate": "~1.0.1"
|
| 6238 |
-
}
|
| 6239 |
-
},
|
| 6240 |
-
"redent": {
|
| 6241 |
-
"version": "1.0.0",
|
| 6242 |
-
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
|
| 6243 |
-
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
|
| 6244 |
-
"dev": true,
|
| 6245 |
-
"requires": {
|
| 6246 |
-
"indent-string": "^2.1.0",
|
| 6247 |
-
"strip-indent": "^1.0.1"
|
| 6248 |
-
},
|
| 6249 |
-
"dependencies": {
|
| 6250 |
-
"indent-string": {
|
| 6251 |
-
"version": "2.1.0",
|
| 6252 |
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
|
| 6253 |
-
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
|
| 6254 |
-
"dev": true,
|
| 6255 |
-
"requires": {
|
| 6256 |
-
"repeating": "^2.0.0"
|
| 6257 |
-
}
|
| 6258 |
-
}
|
| 6259 |
-
}
|
| 6260 |
-
},
|
| 6261 |
-
"redeyed": {
|
| 6262 |
-
"version": "2.1.1",
|
| 6263 |
-
"resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz",
|
| 6264 |
-
"integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=",
|
| 6265 |
-
"dev": true,
|
| 6266 |
-
"requires": {
|
| 6267 |
-
"esprima": "~4.0.0"
|
| 6268 |
-
},
|
| 6269 |
-
"dependencies": {
|
| 6270 |
-
"esprima": {
|
| 6271 |
-
"version": "4.0.1",
|
| 6272 |
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
| 6273 |
-
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
| 6274 |
-
"dev": true
|
| 6275 |
-
}
|
| 6276 |
-
}
|
| 6277 |
-
},
|
| 6278 |
-
"regex-not": {
|
| 6279 |
-
"version": "1.0.2",
|
| 6280 |
-
"resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
|
| 6281 |
-
"integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
|
| 6282 |
-
"dev": true,
|
| 6283 |
-
"requires": {
|
| 6284 |
-
"extend-shallow": "^3.0.2",
|
| 6285 |
-
"safe-regex": "^1.1.0"
|
| 6286 |
-
}
|
| 6287 |
-
},
|
| 6288 |
-
"registry-auth-token": {
|
| 6289 |
-
"version": "3.3.2",
|
| 6290 |
-
"resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
|
| 6291 |
-
"integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==",
|
| 6292 |
-
"dev": true,
|
| 6293 |
-
"requires": {
|
| 6294 |
-
"rc": "^1.1.6",
|
| 6295 |
-
"safe-buffer": "^5.0.1"
|
| 6296 |
-
}
|
| 6297 |
-
},
|
| 6298 |
-
"repeat-element": {
|
| 6299 |
-
"version": "1.1.3",
|
| 6300 |
-
"resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
|
| 6301 |
-
"integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
|
| 6302 |
-
"dev": true
|
| 6303 |
-
},
|
| 6304 |
-
"repeat-string": {
|
| 6305 |
-
"version": "1.6.1",
|
| 6306 |
-
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
| 6307 |
-
"integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
|
| 6308 |
-
"dev": true
|
| 6309 |
-
},
|
| 6310 |
-
"repeating": {
|
| 6311 |
-
"version": "2.0.1",
|
| 6312 |
-
"resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
|
| 6313 |
-
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
|
| 6314 |
-
"dev": true,
|
| 6315 |
-
"requires": {
|
| 6316 |
-
"is-finite": "^1.0.0"
|
| 6317 |
-
}
|
| 6318 |
-
},
|
| 6319 |
-
"require-directory": {
|
| 6320 |
-
"version": "2.1.1",
|
| 6321 |
-
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
| 6322 |
-
"integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
|
| 6323 |
-
"dev": true
|
| 6324 |
-
},
|
| 6325 |
-
"require-main-filename": {
|
| 6326 |
-
"version": "1.0.1",
|
| 6327 |
-
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
|
| 6328 |
-
"integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
|
| 6329 |
-
"dev": true
|
| 6330 |
-
},
|
| 6331 |
-
"resolve": {
|
| 6332 |
-
"version": "1.1.7",
|
| 6333 |
-
"resolved": "http://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
|
| 6334 |
-
"integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
|
| 6335 |
-
"dev": true
|
| 6336 |
-
},
|
| 6337 |
-
"resolve-from": {
|
| 6338 |
-
"version": "4.0.0",
|
| 6339 |
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
| 6340 |
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
| 6341 |
-
"dev": true
|
| 6342 |
-
},
|
| 6343 |
-
"resolve-url": {
|
| 6344 |
-
"version": "0.2.1",
|
| 6345 |
-
"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
|
| 6346 |
-
"integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
|
| 6347 |
-
"dev": true
|
| 6348 |
-
},
|
| 6349 |
-
"ret": {
|
| 6350 |
-
"version": "0.1.15",
|
| 6351 |
-
"resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
|
| 6352 |
-
"integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
|
| 6353 |
-
"dev": true
|
| 6354 |
-
},
|
| 6355 |
-
"retry": {
|
| 6356 |
-
"version": "0.12.0",
|
| 6357 |
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
| 6358 |
-
"integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=",
|
| 6359 |
-
"dev": true
|
| 6360 |
-
},
|
| 6361 |
-
"rimraf": {
|
| 6362 |
-
"version": "2.6.2",
|
| 6363 |
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
|
| 6364 |
-
"integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
|
| 6365 |
-
"dev": true,
|
| 6366 |
-
"requires": {
|
| 6367 |
-
"glob": "^7.0.5"
|
| 6368 |
-
}
|
| 6369 |
-
},
|
| 6370 |
-
"safe-buffer": {
|
| 6371 |
-
"version": "5.1.2",
|
| 6372 |
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
| 6373 |
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
| 6374 |
-
"dev": true
|
| 6375 |
-
},
|
| 6376 |
-
"safe-regex": {
|
| 6377 |
-
"version": "1.1.0",
|
| 6378 |
-
"resolved": "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
|
| 6379 |
-
"integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
|
| 6380 |
-
"dev": true,
|
| 6381 |
-
"requires": {
|
| 6382 |
-
"ret": "~0.1.10"
|
| 6383 |
-
}
|
| 6384 |
-
},
|
| 6385 |
-
"safer-buffer": {
|
| 6386 |
-
"version": "2.1.2",
|
| 6387 |
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
| 6388 |
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
| 6389 |
-
"dev": true
|
| 6390 |
-
},
|
| 6391 |
-
"semantic-release": {
|
| 6392 |
-
"version": "15.13.1",
|
| 6393 |
-
"resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-15.13.1.tgz",
|
| 6394 |
-
"integrity": "sha512-bkrfQ10BhbJRMeq/Ih9DZ9FO4ffDwFYsRR134JP9JvQSf8GVX4sg3SnFFd7Q10C6pKwjKqMZ4+ZNB5uQYMLPEg==",
|
| 6395 |
-
"dev": true,
|
| 6396 |
-
"requires": {
|
| 6397 |
-
"@semantic-release/commit-analyzer": "^6.1.0",
|
| 6398 |
-
"@semantic-release/error": "^2.2.0",
|
| 6399 |
-
"@semantic-release/github": "^5.1.0",
|
| 6400 |
-
"@semantic-release/npm": "^5.0.5",
|
| 6401 |
-
"@semantic-release/release-notes-generator": "^7.1.2",
|
| 6402 |
-
"aggregate-error": "^1.0.0",
|
| 6403 |
-
"cosmiconfig": "^5.0.1",
|
| 6404 |
-
"debug": "^4.0.0",
|
| 6405 |
-
"env-ci": "^3.0.0",
|
| 6406 |
-
"execa": "^1.0.0",
|
| 6407 |
-
"figures": "^2.0.0",
|
| 6408 |
-
"find-versions": "^3.0.0",
|
| 6409 |
-
"get-stream": "^4.0.0",
|
| 6410 |
-
"git-log-parser": "^1.2.0",
|
| 6411 |
-
"hook-std": "^1.1.0",
|
| 6412 |
-
"hosted-git-info": "^2.7.1",
|
| 6413 |
-
"lodash": "^4.17.4",
|
| 6414 |
-
"marked": "^0.5.0",
|
| 6415 |
-
"marked-terminal": "^3.0.0",
|
| 6416 |
-
"p-locate": "^3.0.0",
|
| 6417 |
-
"p-reduce": "^1.0.0",
|
| 6418 |
-
"read-pkg-up": "^4.0.0",
|
| 6419 |
-
"resolve-from": "^4.0.0",
|
| 6420 |
-
"semver": "^5.4.1",
|
| 6421 |
-
"signale": "^1.2.1",
|
| 6422 |
-
"yargs": "^12.0.0"
|
| 6423 |
-
},
|
| 6424 |
-
"dependencies": {
|
| 6425 |
-
"find-up": {
|
| 6426 |
-
"version": "3.0.0",
|
| 6427 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
| 6428 |
-
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
| 6429 |
-
"dev": true,
|
| 6430 |
-
"requires": {
|
| 6431 |
-
"locate-path": "^3.0.0"
|
| 6432 |
-
}
|
| 6433 |
-
},
|
| 6434 |
-
"load-json-file": {
|
| 6435 |
-
"version": "4.0.0",
|
| 6436 |
-
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
|
| 6437 |
-
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
|
| 6438 |
-
"dev": true,
|
| 6439 |
-
"requires": {
|
| 6440 |
-
"graceful-fs": "^4.1.2",
|
| 6441 |
-
"parse-json": "^4.0.0",
|
| 6442 |
-
"pify": "^3.0.0",
|
| 6443 |
-
"strip-bom": "^3.0.0"
|
| 6444 |
-
}
|
| 6445 |
-
},
|
| 6446 |
-
"locate-path": {
|
| 6447 |
-
"version": "3.0.0",
|
| 6448 |
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
| 6449 |
-
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
| 6450 |
-
"dev": true,
|
| 6451 |
-
"requires": {
|
| 6452 |
-
"p-locate": "^3.0.0",
|
| 6453 |
-
"path-exists": "^3.0.0"
|
| 6454 |
-
}
|
| 6455 |
-
},
|
| 6456 |
-
"path-exists": {
|
| 6457 |
-
"version": "3.0.0",
|
| 6458 |
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
| 6459 |
-
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
|
| 6460 |
-
"dev": true
|
| 6461 |
-
},
|
| 6462 |
-
"read-pkg": {
|
| 6463 |
-
"version": "3.0.0",
|
| 6464 |
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
|
| 6465 |
-
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
|
| 6466 |
-
"dev": true,
|
| 6467 |
-
"requires": {
|
| 6468 |
-
"load-json-file": "^4.0.0",
|
| 6469 |
-
"normalize-package-data": "^2.3.2",
|
| 6470 |
-
"path-type": "^3.0.0"
|
| 6471 |
-
}
|
| 6472 |
-
},
|
| 6473 |
-
"read-pkg-up": {
|
| 6474 |
-
"version": "4.0.0",
|
| 6475 |
-
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz",
|
| 6476 |
-
"integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==",
|
| 6477 |
-
"dev": true,
|
| 6478 |
-
"requires": {
|
| 6479 |
-
"find-up": "^3.0.0",
|
| 6480 |
-
"read-pkg": "^3.0.0"
|
| 6481 |
-
}
|
| 6482 |
-
},
|
| 6483 |
-
"strip-bom": {
|
| 6484 |
-
"version": "3.0.0",
|
| 6485 |
-
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
| 6486 |
-
"integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
|
| 6487 |
-
"dev": true
|
| 6488 |
-
}
|
| 6489 |
-
}
|
| 6490 |
-
},
|
| 6491 |
-
"semver": {
|
| 6492 |
-
"version": "5.6.0",
|
| 6493 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz",
|
| 6494 |
-
"integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==",
|
| 6495 |
-
"dev": true
|
| 6496 |
-
},
|
| 6497 |
-
"semver-regex": {
|
| 6498 |
-
"version": "2.0.0",
|
| 6499 |
-
"resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz",
|
| 6500 |
-
"integrity": "sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==",
|
| 6501 |
-
"dev": true
|
| 6502 |
-
},
|
| 6503 |
-
"set-blocking": {
|
| 6504 |
-
"version": "2.0.0",
|
| 6505 |
-
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
| 6506 |
-
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
|
| 6507 |
-
"dev": true
|
| 6508 |
-
},
|
| 6509 |
-
"set-value": {
|
| 6510 |
-
"version": "2.0.0",
|
| 6511 |
-
"resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz",
|
| 6512 |
-
"integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==",
|
| 6513 |
-
"dev": true,
|
| 6514 |
-
"requires": {
|
| 6515 |
-
"extend-shallow": "^2.0.1",
|
| 6516 |
-
"is-extendable": "^0.1.1",
|
| 6517 |
-
"is-plain-object": "^2.0.3",
|
| 6518 |
-
"split-string": "^3.0.1"
|
| 6519 |
-
},
|
| 6520 |
-
"dependencies": {
|
| 6521 |
-
"extend-shallow": {
|
| 6522 |
-
"version": "2.0.1",
|
| 6523 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
| 6524 |
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
| 6525 |
-
"dev": true,
|
| 6526 |
-
"requires": {
|
| 6527 |
-
"is-extendable": "^0.1.0"
|
| 6528 |
-
}
|
| 6529 |
-
}
|
| 6530 |
-
}
|
| 6531 |
-
},
|
| 6532 |
-
"shebang-command": {
|
| 6533 |
-
"version": "1.2.0",
|
| 6534 |
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
|
| 6535 |
-
"integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
|
| 6536 |
-
"dev": true,
|
| 6537 |
-
"requires": {
|
| 6538 |
-
"shebang-regex": "^1.0.0"
|
| 6539 |
-
}
|
| 6540 |
-
},
|
| 6541 |
-
"shebang-regex": {
|
| 6542 |
-
"version": "1.0.0",
|
| 6543 |
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
|
| 6544 |
-
"integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
|
| 6545 |
-
"dev": true
|
| 6546 |
-
},
|
| 6547 |
-
"signal-exit": {
|
| 6548 |
-
"version": "3.0.2",
|
| 6549 |
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
|
| 6550 |
-
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
|
| 6551 |
-
"dev": true
|
| 6552 |
-
},
|
| 6553 |
-
"signale": {
|
| 6554 |
-
"version": "1.3.0",
|
| 6555 |
-
"resolved": "https://registry.npmjs.org/signale/-/signale-1.3.0.tgz",
|
| 6556 |
-
"integrity": "sha512-TyFhsQ9wZDYDfsPqWMyjCxsDoMwfpsT0130Mce7wDiVCSDdtWSg83dOqoj8aGpGCs3n1YPcam6sT1OFPuGT/OQ==",
|
| 6557 |
-
"dev": true,
|
| 6558 |
-
"requires": {
|
| 6559 |
-
"chalk": "^2.3.2",
|
| 6560 |
-
"figures": "^2.0.0",
|
| 6561 |
-
"pkg-conf": "^2.1.0"
|
| 6562 |
-
}
|
| 6563 |
-
},
|
| 6564 |
-
"slash": {
|
| 6565 |
-
"version": "1.0.0",
|
| 6566 |
-
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
|
| 6567 |
-
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
|
| 6568 |
-
"dev": true
|
| 6569 |
-
},
|
| 6570 |
-
"snapdragon": {
|
| 6571 |
-
"version": "0.8.2",
|
| 6572 |
-
"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
|
| 6573 |
-
"integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
|
| 6574 |
-
"dev": true,
|
| 6575 |
-
"requires": {
|
| 6576 |
-
"base": "^0.11.1",
|
| 6577 |
-
"debug": "^2.2.0",
|
| 6578 |
-
"define-property": "^0.2.5",
|
| 6579 |
-
"extend-shallow": "^2.0.1",
|
| 6580 |
-
"map-cache": "^0.2.2",
|
| 6581 |
-
"source-map": "^0.5.6",
|
| 6582 |
-
"source-map-resolve": "^0.5.0",
|
| 6583 |
-
"use": "^3.1.0"
|
| 6584 |
-
},
|
| 6585 |
-
"dependencies": {
|
| 6586 |
-
"debug": {
|
| 6587 |
-
"version": "2.6.9",
|
| 6588 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
| 6589 |
-
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
| 6590 |
-
"dev": true,
|
| 6591 |
-
"requires": {
|
| 6592 |
-
"ms": "2.0.0"
|
| 6593 |
-
}
|
| 6594 |
-
},
|
| 6595 |
-
"define-property": {
|
| 6596 |
-
"version": "0.2.5",
|
| 6597 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
| 6598 |
-
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
|
| 6599 |
-
"dev": true,
|
| 6600 |
-
"requires": {
|
| 6601 |
-
"is-descriptor": "^0.1.0"
|
| 6602 |
-
}
|
| 6603 |
-
},
|
| 6604 |
-
"extend-shallow": {
|
| 6605 |
-
"version": "2.0.1",
|
| 6606 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
| 6607 |
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
| 6608 |
-
"dev": true,
|
| 6609 |
-
"requires": {
|
| 6610 |
-
"is-extendable": "^0.1.0"
|
| 6611 |
-
}
|
| 6612 |
-
},
|
| 6613 |
-
"ms": {
|
| 6614 |
-
"version": "2.0.0",
|
| 6615 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
| 6616 |
-
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
|
| 6617 |
-
"dev": true
|
| 6618 |
-
}
|
| 6619 |
-
}
|
| 6620 |
-
},
|
| 6621 |
-
"snapdragon-node": {
|
| 6622 |
-
"version": "2.1.1",
|
| 6623 |
-
"resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
|
| 6624 |
-
"integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
|
| 6625 |
-
"dev": true,
|
| 6626 |
-
"requires": {
|
| 6627 |
-
"define-property": "^1.0.0",
|
| 6628 |
-
"isobject": "^3.0.0",
|
| 6629 |
-
"snapdragon-util": "^3.0.1"
|
| 6630 |
-
},
|
| 6631 |
-
"dependencies": {
|
| 6632 |
-
"define-property": {
|
| 6633 |
-
"version": "1.0.0",
|
| 6634 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
|
| 6635 |
-
"integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
|
| 6636 |
-
"dev": true,
|
| 6637 |
-
"requires": {
|
| 6638 |
-
"is-descriptor": "^1.0.0"
|
| 6639 |
-
}
|
| 6640 |
-
},
|
| 6641 |
-
"is-accessor-descriptor": {
|
| 6642 |
-
"version": "1.0.0",
|
| 6643 |
-
"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
|
| 6644 |
-
"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
|
| 6645 |
-
"dev": true,
|
| 6646 |
-
"requires": {
|
| 6647 |
-
"kind-of": "^6.0.0"
|
| 6648 |
-
}
|
| 6649 |
-
},
|
| 6650 |
-
"is-data-descriptor": {
|
| 6651 |
-
"version": "1.0.0",
|
| 6652 |
-
"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
|
| 6653 |
-
"integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
|
| 6654 |
-
"dev": true,
|
| 6655 |
-
"requires": {
|
| 6656 |
-
"kind-of": "^6.0.0"
|
| 6657 |
-
}
|
| 6658 |
-
},
|
| 6659 |
-
"is-descriptor": {
|
| 6660 |
-
"version": "1.0.2",
|
| 6661 |
-
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
|
| 6662 |
-
"integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
|
| 6663 |
-
"dev": true,
|
| 6664 |
-
"requires": {
|
| 6665 |
-
"is-accessor-descriptor": "^1.0.0",
|
| 6666 |
-
"is-data-descriptor": "^1.0.0",
|
| 6667 |
-
"kind-of": "^6.0.2"
|
| 6668 |
-
}
|
| 6669 |
-
}
|
| 6670 |
-
}
|
| 6671 |
-
},
|
| 6672 |
-
"snapdragon-util": {
|
| 6673 |
-
"version": "3.0.1",
|
| 6674 |
-
"resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
|
| 6675 |
-
"integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
|
| 6676 |
-
"dev": true,
|
| 6677 |
-
"requires": {
|
| 6678 |
-
"kind-of": "^3.2.0"
|
| 6679 |
-
},
|
| 6680 |
-
"dependencies": {
|
| 6681 |
-
"kind-of": {
|
| 6682 |
-
"version": "3.2.2",
|
| 6683 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
| 6684 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
| 6685 |
-
"dev": true,
|
| 6686 |
-
"requires": {
|
| 6687 |
-
"is-buffer": "^1.1.5"
|
| 6688 |
-
}
|
| 6689 |
-
}
|
| 6690 |
-
}
|
| 6691 |
-
},
|
| 6692 |
-
"source-map": {
|
| 6693 |
-
"version": "0.5.7",
|
| 6694 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
| 6695 |
-
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
| 6696 |
-
"dev": true
|
| 6697 |
-
},
|
| 6698 |
-
"source-map-resolve": {
|
| 6699 |
-
"version": "0.5.2",
|
| 6700 |
-
"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
|
| 6701 |
-
"integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==",
|
| 6702 |
-
"dev": true,
|
| 6703 |
-
"requires": {
|
| 6704 |
-
"atob": "^2.1.1",
|
| 6705 |
-
"decode-uri-component": "^0.2.0",
|
| 6706 |
-
"resolve-url": "^0.2.1",
|
| 6707 |
-
"source-map-url": "^0.4.0",
|
| 6708 |
-
"urix": "^0.1.0"
|
| 6709 |
-
}
|
| 6710 |
-
},
|
| 6711 |
-
"source-map-url": {
|
| 6712 |
-
"version": "0.4.0",
|
| 6713 |
-
"resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
|
| 6714 |
-
"integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
|
| 6715 |
-
"dev": true
|
| 6716 |
-
},
|
| 6717 |
-
"spawn-error-forwarder": {
|
| 6718 |
-
"version": "1.0.0",
|
| 6719 |
-
"resolved": "https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz",
|
| 6720 |
-
"integrity": "sha1-Gv2Uc46ZmwNG17n8NzvlXgdXcCk=",
|
| 6721 |
-
"dev": true
|
| 6722 |
-
},
|
| 6723 |
-
"spdx-correct": {
|
| 6724 |
-
"version": "3.1.0",
|
| 6725 |
-
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",
|
| 6726 |
-
"integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==",
|
| 6727 |
-
"dev": true,
|
| 6728 |
-
"requires": {
|
| 6729 |
-
"spdx-expression-parse": "^3.0.0",
|
| 6730 |
-
"spdx-license-ids": "^3.0.0"
|
| 6731 |
-
}
|
| 6732 |
-
},
|
| 6733 |
-
"spdx-exceptions": {
|
| 6734 |
-
"version": "2.2.0",
|
| 6735 |
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
|
| 6736 |
-
"integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",
|
| 6737 |
-
"dev": true
|
| 6738 |
-
},
|
| 6739 |
-
"spdx-expression-parse": {
|
| 6740 |
-
"version": "3.0.0",
|
| 6741 |
-
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
|
| 6742 |
-
"integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
|
| 6743 |
-
"dev": true,
|
| 6744 |
-
"requires": {
|
| 6745 |
-
"spdx-exceptions": "^2.1.0",
|
| 6746 |
-
"spdx-license-ids": "^3.0.0"
|
| 6747 |
-
}
|
| 6748 |
-
},
|
| 6749 |
-
"spdx-license-ids": {
|
| 6750 |
-
"version": "3.0.2",
|
| 6751 |
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz",
|
| 6752 |
-
"integrity": "sha512-qky9CVt0lVIECkEsYbNILVnPvycuEBkXoMFLRWsREkomQLevYhtRKC+R91a5TOAQ3bCMjikRwhyaRqj1VYatYg==",
|
| 6753 |
-
"dev": true
|
| 6754 |
-
},
|
| 6755 |
-
"split": {
|
| 6756 |
-
"version": "1.0.1",
|
| 6757 |
-
"resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
|
| 6758 |
-
"integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
|
| 6759 |
-
"dev": true,
|
| 6760 |
-
"requires": {
|
| 6761 |
-
"through": "2"
|
| 6762 |
-
}
|
| 6763 |
-
},
|
| 6764 |
-
"split-string": {
|
| 6765 |
-
"version": "3.1.0",
|
| 6766 |
-
"resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
|
| 6767 |
-
"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
|
| 6768 |
-
"dev": true,
|
| 6769 |
-
"requires": {
|
| 6770 |
-
"extend-shallow": "^3.0.0"
|
| 6771 |
-
}
|
| 6772 |
-
},
|
| 6773 |
-
"split2": {
|
| 6774 |
-
"version": "2.2.0",
|
| 6775 |
-
"resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz",
|
| 6776 |
-
"integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==",
|
| 6777 |
-
"dev": true,
|
| 6778 |
-
"requires": {
|
| 6779 |
-
"through2": "^2.0.2"
|
| 6780 |
-
}
|
| 6781 |
-
},
|
| 6782 |
-
"sprintf-js": {
|
| 6783 |
-
"version": "1.1.2",
|
| 6784 |
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
|
| 6785 |
-
"integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==",
|
| 6786 |
-
"dev": true
|
| 6787 |
-
},
|
| 6788 |
-
"static-extend": {
|
| 6789 |
-
"version": "0.1.2",
|
| 6790 |
-
"resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
|
| 6791 |
-
"integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
|
| 6792 |
-
"dev": true,
|
| 6793 |
-
"requires": {
|
| 6794 |
-
"define-property": "^0.2.5",
|
| 6795 |
-
"object-copy": "^0.1.0"
|
| 6796 |
-
},
|
| 6797 |
-
"dependencies": {
|
| 6798 |
-
"define-property": {
|
| 6799 |
-
"version": "0.2.5",
|
| 6800 |
-
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
| 6801 |
-
"integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
|
| 6802 |
-
"dev": true,
|
| 6803 |
-
"requires": {
|
| 6804 |
-
"is-descriptor": "^0.1.0"
|
| 6805 |
-
}
|
| 6806 |
-
}
|
| 6807 |
-
}
|
| 6808 |
-
},
|
| 6809 |
-
"stream-combiner2": {
|
| 6810 |
-
"version": "1.1.1",
|
| 6811 |
-
"resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz",
|
| 6812 |
-
"integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=",
|
| 6813 |
-
"dev": true,
|
| 6814 |
-
"requires": {
|
| 6815 |
-
"duplexer2": "~0.1.0",
|
| 6816 |
-
"readable-stream": "^2.0.2"
|
| 6817 |
-
}
|
| 6818 |
-
},
|
| 6819 |
-
"string-width": {
|
| 6820 |
-
"version": "2.1.1",
|
| 6821 |
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
| 6822 |
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
| 6823 |
-
"dev": true,
|
| 6824 |
-
"requires": {
|
| 6825 |
-
"is-fullwidth-code-point": "^2.0.0",
|
| 6826 |
-
"strip-ansi": "^4.0.0"
|
| 6827 |
-
}
|
| 6828 |
-
},
|
| 6829 |
-
"string_decoder": {
|
| 6830 |
-
"version": "1.1.1",
|
| 6831 |
-
"resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
| 6832 |
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
| 6833 |
-
"dev": true,
|
| 6834 |
-
"requires": {
|
| 6835 |
-
"safe-buffer": "~5.1.0"
|
| 6836 |
-
}
|
| 6837 |
-
},
|
| 6838 |
-
"strip-ansi": {
|
| 6839 |
-
"version": "4.0.0",
|
| 6840 |
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
| 6841 |
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
| 6842 |
-
"dev": true,
|
| 6843 |
-
"requires": {
|
| 6844 |
-
"ansi-regex": "^3.0.0"
|
| 6845 |
-
}
|
| 6846 |
-
},
|
| 6847 |
-
"strip-bom": {
|
| 6848 |
-
"version": "2.0.0",
|
| 6849 |
-
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
|
| 6850 |
-
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
|
| 6851 |
-
"dev": true,
|
| 6852 |
-
"requires": {
|
| 6853 |
-
"is-utf8": "^0.2.0"
|
| 6854 |
-
}
|
| 6855 |
-
},
|
| 6856 |
-
"strip-eof": {
|
| 6857 |
-
"version": "1.0.0",
|
| 6858 |
-
"resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
|
| 6859 |
-
"integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
|
| 6860 |
-
"dev": true
|
| 6861 |
-
},
|
| 6862 |
-
"strip-indent": {
|
| 6863 |
-
"version": "1.0.1",
|
| 6864 |
-
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
|
| 6865 |
-
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
|
| 6866 |
-
"dev": true,
|
| 6867 |
-
"requires": {
|
| 6868 |
-
"get-stdin": "^4.0.1"
|
| 6869 |
-
}
|
| 6870 |
-
},
|
| 6871 |
-
"strip-json-comments": {
|
| 6872 |
-
"version": "2.0.1",
|
| 6873 |
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
| 6874 |
-
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
|
| 6875 |
-
"dev": true
|
| 6876 |
-
},
|
| 6877 |
-
"supports-color": {
|
| 6878 |
-
"version": "5.5.0",
|
| 6879 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
| 6880 |
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
| 6881 |
-
"dev": true,
|
| 6882 |
-
"requires": {
|
| 6883 |
-
"has-flag": "^3.0.0"
|
| 6884 |
-
}
|
| 6885 |
-
},
|
| 6886 |
-
"text-extensions": {
|
| 6887 |
-
"version": "1.9.0",
|
| 6888 |
-
"resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
|
| 6889 |
-
"integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==",
|
| 6890 |
-
"dev": true
|
| 6891 |
-
},
|
| 6892 |
-
"through": {
|
| 6893 |
-
"version": "2.3.8",
|
| 6894 |
-
"resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
| 6895 |
-
"integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
|
| 6896 |
-
"dev": true
|
| 6897 |
-
},
|
| 6898 |
-
"through2": {
|
| 6899 |
-
"version": "2.0.5",
|
| 6900 |
-
"resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
|
| 6901 |
-
"integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
|
| 6902 |
-
"dev": true,
|
| 6903 |
-
"requires": {
|
| 6904 |
-
"readable-stream": "~2.3.6",
|
| 6905 |
-
"xtend": "~4.0.1"
|
| 6906 |
-
}
|
| 6907 |
-
},
|
| 6908 |
-
"to-object-path": {
|
| 6909 |
-
"version": "0.3.0",
|
| 6910 |
-
"resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
|
| 6911 |
-
"integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
|
| 6912 |
-
"dev": true,
|
| 6913 |
-
"requires": {
|
| 6914 |
-
"kind-of": "^3.0.2"
|
| 6915 |
-
},
|
| 6916 |
-
"dependencies": {
|
| 6917 |
-
"kind-of": {
|
| 6918 |
-
"version": "3.2.2",
|
| 6919 |
-
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
| 6920 |
-
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
| 6921 |
-
"dev": true,
|
| 6922 |
-
"requires": {
|
| 6923 |
-
"is-buffer": "^1.1.5"
|
| 6924 |
-
}
|
| 6925 |
-
}
|
| 6926 |
-
}
|
| 6927 |
-
},
|
| 6928 |
-
"to-regex": {
|
| 6929 |
-
"version": "3.0.2",
|
| 6930 |
-
"resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
|
| 6931 |
-
"integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
|
| 6932 |
-
"dev": true,
|
| 6933 |
-
"requires": {
|
| 6934 |
-
"define-property": "^2.0.2",
|
| 6935 |
-
"extend-shallow": "^3.0.2",
|
| 6936 |
-
"regex-not": "^1.0.2",
|
| 6937 |
-
"safe-regex": "^1.1.0"
|
| 6938 |
-
}
|
| 6939 |
-
},
|
| 6940 |
-
"to-regex-range": {
|
| 6941 |
-
"version": "2.1.1",
|
| 6942 |
-
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
|
| 6943 |
-
"integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
|
| 6944 |
-
"dev": true,
|
| 6945 |
-
"requires": {
|
| 6946 |
-
"is-number": "^3.0.0",
|
| 6947 |
-
"repeat-string": "^1.6.1"
|
| 6948 |
-
}
|
| 6949 |
-
},
|
| 6950 |
-
"traverse": {
|
| 6951 |
-
"version": "0.6.6",
|
| 6952 |
-
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
|
| 6953 |
-
"integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=",
|
| 6954 |
-
"dev": true
|
| 6955 |
-
},
|
| 6956 |
-
"trim-newlines": {
|
| 6957 |
-
"version": "1.0.0",
|
| 6958 |
-
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
|
| 6959 |
-
"integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
|
| 6960 |
-
"dev": true
|
| 6961 |
-
},
|
| 6962 |
-
"trim-off-newlines": {
|
| 6963 |
-
"version": "1.0.1",
|
| 6964 |
-
"resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
|
| 6965 |
-
"integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=",
|
| 6966 |
-
"dev": true
|
| 6967 |
-
},
|
| 6968 |
-
"uglify-js": {
|
| 6969 |
-
"version": "3.4.9",
|
| 6970 |
-
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz",
|
| 6971 |
-
"integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==",
|
| 6972 |
-
"dev": true,
|
| 6973 |
-
"optional": true,
|
| 6974 |
-
"requires": {
|
| 6975 |
-
"commander": "~2.17.1",
|
| 6976 |
-
"source-map": "~0.6.1"
|
| 6977 |
-
},
|
| 6978 |
-
"dependencies": {
|
| 6979 |
-
"source-map": {
|
| 6980 |
-
"version": "0.6.1",
|
| 6981 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
| 6982 |
-
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
| 6983 |
-
"dev": true,
|
| 6984 |
-
"optional": true
|
| 6985 |
-
}
|
| 6986 |
-
}
|
| 6987 |
-
},
|
| 6988 |
-
"underscore.string": {
|
| 6989 |
-
"version": "3.3.5",
|
| 6990 |
-
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz",
|
| 6991 |
-
"integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==",
|
| 6992 |
-
"dev": true,
|
| 6993 |
-
"requires": {
|
| 6994 |
-
"sprintf-js": "^1.0.3",
|
| 6995 |
-
"util-deprecate": "^1.0.2"
|
| 6996 |
-
}
|
| 6997 |
-
},
|
| 6998 |
-
"union-value": {
|
| 6999 |
-
"version": "1.0.0",
|
| 7000 |
-
"resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
|
| 7001 |
-
"integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=",
|
| 7002 |
-
"dev": true,
|
| 7003 |
-
"requires": {
|
| 7004 |
-
"arr-union": "^3.1.0",
|
| 7005 |
-
"get-value": "^2.0.6",
|
| 7006 |
-
"is-extendable": "^0.1.1",
|
| 7007 |
-
"set-value": "^0.4.3"
|
| 7008 |
-
},
|
| 7009 |
-
"dependencies": {
|
| 7010 |
-
"extend-shallow": {
|
| 7011 |
-
"version": "2.0.1",
|
| 7012 |
-
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
| 7013 |
-
"integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
|
| 7014 |
-
"dev": true,
|
| 7015 |
-
"requires": {
|
| 7016 |
-
"is-extendable": "^0.1.0"
|
| 7017 |
-
}
|
| 7018 |
-
},
|
| 7019 |
-
"set-value": {
|
| 7020 |
-
"version": "0.4.3",
|
| 7021 |
-
"resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz",
|
| 7022 |
-
"integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=",
|
| 7023 |
-
"dev": true,
|
| 7024 |
-
"requires": {
|
| 7025 |
-
"extend-shallow": "^2.0.1",
|
| 7026 |
-
"is-extendable": "^0.1.1",
|
| 7027 |
-
"is-plain-object": "^2.0.1",
|
| 7028 |
-
"to-object-path": "^0.3.0"
|
| 7029 |
-
}
|
| 7030 |
-
}
|
| 7031 |
-
}
|
| 7032 |
-
},
|
| 7033 |
-
"universal-user-agent": {
|
| 7034 |
-
"version": "2.0.2",
|
| 7035 |
-
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-2.0.2.tgz",
|
| 7036 |
-
"integrity": "sha512-nOwvHWLH3dBazyuzbECPA5uVFNd7AlgviXRHgR4yf48QqitIvpdncRrxMbZNMpPPEfgz30I9ubd1XmiJiqsTrg==",
|
| 7037 |
-
"dev": true,
|
| 7038 |
-
"requires": {
|
| 7039 |
-
"os-name": "^3.0.0"
|
| 7040 |
-
}
|
| 7041 |
-
},
|
| 7042 |
-
"universalify": {
|
| 7043 |
-
"version": "0.1.2",
|
| 7044 |
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
| 7045 |
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
| 7046 |
-
"dev": true
|
| 7047 |
-
},
|
| 7048 |
-
"unset-value": {
|
| 7049 |
-
"version": "1.0.0",
|
| 7050 |
-
"resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
|
| 7051 |
-
"integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
|
| 7052 |
-
"dev": true,
|
| 7053 |
-
"requires": {
|
| 7054 |
-
"has-value": "^0.3.1",
|
| 7055 |
-
"isobject": "^3.0.0"
|
| 7056 |
-
},
|
| 7057 |
-
"dependencies": {
|
| 7058 |
-
"has-value": {
|
| 7059 |
-
"version": "0.3.1",
|
| 7060 |
-
"resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
|
| 7061 |
-
"integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
|
| 7062 |
-
"dev": true,
|
| 7063 |
-
"requires": {
|
| 7064 |
-
"get-value": "^2.0.3",
|
| 7065 |
-
"has-values": "^0.1.4",
|
| 7066 |
-
"isobject": "^2.0.0"
|
| 7067 |
-
},
|
| 7068 |
-
"dependencies": {
|
| 7069 |
-
"isobject": {
|
| 7070 |
-
"version": "2.1.0",
|
| 7071 |
-
"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
|
| 7072 |
-
"integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
|
| 7073 |
-
"dev": true,
|
| 7074 |
-
"requires": {
|
| 7075 |
-
"isarray": "1.0.0"
|
| 7076 |
-
}
|
| 7077 |
-
}
|
| 7078 |
-
}
|
| 7079 |
-
},
|
| 7080 |
-
"has-values": {
|
| 7081 |
-
"version": "0.1.4",
|
| 7082 |
-
"resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
|
| 7083 |
-
"integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
|
| 7084 |
-
"dev": true
|
| 7085 |
-
}
|
| 7086 |
-
}
|
| 7087 |
-
},
|
| 7088 |
-
"urix": {
|
| 7089 |
-
"version": "0.1.0",
|
| 7090 |
-
"resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
|
| 7091 |
-
"integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
|
| 7092 |
-
"dev": true
|
| 7093 |
-
},
|
| 7094 |
-
"url-join": {
|
| 7095 |
-
"version": "4.0.0",
|
| 7096 |
-
"resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.0.tgz",
|
| 7097 |
-
"integrity": "sha1-TTNA6AfTdzvamZH4MFrNzCpmXSo=",
|
| 7098 |
-
"dev": true
|
| 7099 |
-
},
|
| 7100 |
-
"url-template": {
|
| 7101 |
-
"version": "2.0.8",
|
| 7102 |
-
"resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz",
|
| 7103 |
-
"integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE=",
|
| 7104 |
-
"dev": true
|
| 7105 |
-
},
|
| 7106 |
-
"use": {
|
| 7107 |
-
"version": "3.1.1",
|
| 7108 |
-
"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
|
| 7109 |
-
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
|
| 7110 |
-
"dev": true
|
| 7111 |
-
},
|
| 7112 |
-
"util-deprecate": {
|
| 7113 |
-
"version": "1.0.2",
|
| 7114 |
-
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
| 7115 |
-
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
|
| 7116 |
-
"dev": true
|
| 7117 |
-
},
|
| 7118 |
-
"validate-npm-package-license": {
|
| 7119 |
-
"version": "3.0.4",
|
| 7120 |
-
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
| 7121 |
-
"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
|
| 7122 |
-
"dev": true,
|
| 7123 |
-
"requires": {
|
| 7124 |
-
"spdx-correct": "^3.0.0",
|
| 7125 |
-
"spdx-expression-parse": "^3.0.0"
|
| 7126 |
-
}
|
| 7127 |
-
},
|
| 7128 |
-
"which": {
|
| 7129 |
-
"version": "1.3.1",
|
| 7130 |
-
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
|
| 7131 |
-
"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
|
| 7132 |
-
"dev": true,
|
| 7133 |
-
"requires": {
|
| 7134 |
-
"isexe": "^2.0.0"
|
| 7135 |
-
}
|
| 7136 |
-
},
|
| 7137 |
-
"which-module": {
|
| 7138 |
-
"version": "2.0.0",
|
| 7139 |
-
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
|
| 7140 |
-
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
|
| 7141 |
-
"dev": true
|
| 7142 |
-
},
|
| 7143 |
-
"windows-release": {
|
| 7144 |
-
"version": "3.1.0",
|
| 7145 |
-
"resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.1.0.tgz",
|
| 7146 |
-
"integrity": "sha512-hBb7m7acFgQPQc222uEQTmdcGLeBmQLNLFIh0rDk3CwFOBrfjefLzEfEfmpMq8Af/n/GnFf3eYf203FY1PmudA==",
|
| 7147 |
-
"dev": true,
|
| 7148 |
-
"requires": {
|
| 7149 |
-
"execa": "^0.10.0"
|
| 7150 |
-
},
|
| 7151 |
-
"dependencies": {
|
| 7152 |
-
"execa": {
|
| 7153 |
-
"version": "0.10.0",
|
| 7154 |
-
"resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz",
|
| 7155 |
-
"integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==",
|
| 7156 |
-
"dev": true,
|
| 7157 |
-
"requires": {
|
| 7158 |
-
"cross-spawn": "^6.0.0",
|
| 7159 |
-
"get-stream": "^3.0.0",
|
| 7160 |
-
"is-stream": "^1.1.0",
|
| 7161 |
-
"npm-run-path": "^2.0.0",
|
| 7162 |
-
"p-finally": "^1.0.0",
|
| 7163 |
-
"signal-exit": "^3.0.0",
|
| 7164 |
-
"strip-eof": "^1.0.0"
|
| 7165 |
-
}
|
| 7166 |
-
},
|
| 7167 |
-
"get-stream": {
|
| 7168 |
-
"version": "3.0.0",
|
| 7169 |
-
"resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
|
| 7170 |
-
"integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
|
| 7171 |
-
"dev": true
|
| 7172 |
-
}
|
| 7173 |
-
}
|
| 7174 |
-
},
|
| 7175 |
-
"wordwrap": {
|
| 7176 |
-
"version": "0.0.3",
|
| 7177 |
-
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
|
| 7178 |
-
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
|
| 7179 |
-
"dev": true
|
| 7180 |
-
},
|
| 7181 |
-
"wrap-ansi": {
|
| 7182 |
-
"version": "2.1.0",
|
| 7183 |
-
"resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
|
| 7184 |
-
"integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
|
| 7185 |
-
"dev": true,
|
| 7186 |
-
"requires": {
|
| 7187 |
-
"string-width": "^1.0.1",
|
| 7188 |
-
"strip-ansi": "^3.0.1"
|
| 7189 |
-
},
|
| 7190 |
-
"dependencies": {
|
| 7191 |
-
"ansi-regex": {
|
| 7192 |
-
"version": "2.1.1",
|
| 7193 |
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
| 7194 |
-
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
|
| 7195 |
-
"dev": true
|
| 7196 |
-
},
|
| 7197 |
-
"is-fullwidth-code-point": {
|
| 7198 |
-
"version": "1.0.0",
|
| 7199 |
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
| 7200 |
-
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
| 7201 |
-
"dev": true,
|
| 7202 |
-
"requires": {
|
| 7203 |
-
"number-is-nan": "^1.0.0"
|
| 7204 |
-
}
|
| 7205 |
-
},
|
| 7206 |
-
"string-width": {
|
| 7207 |
-
"version": "1.0.2",
|
| 7208 |
-
"resolved": "http://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
| 7209 |
-
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
| 7210 |
-
"dev": true,
|
| 7211 |
-
"requires": {
|
| 7212 |
-
"code-point-at": "^1.0.0",
|
| 7213 |
-
"is-fullwidth-code-point": "^1.0.0",
|
| 7214 |
-
"strip-ansi": "^3.0.0"
|
| 7215 |
-
}
|
| 7216 |
-
},
|
| 7217 |
-
"strip-ansi": {
|
| 7218 |
-
"version": "3.0.1",
|
| 7219 |
-
"resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
| 7220 |
-
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
| 7221 |
-
"dev": true,
|
| 7222 |
-
"requires": {
|
| 7223 |
-
"ansi-regex": "^2.0.0"
|
| 7224 |
-
}
|
| 7225 |
-
}
|
| 7226 |
-
}
|
| 7227 |
-
},
|
| 7228 |
-
"wrappy": {
|
| 7229 |
-
"version": "1.0.2",
|
| 7230 |
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
| 7231 |
-
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
|
| 7232 |
-
"dev": true
|
| 7233 |
-
},
|
| 7234 |
-
"xtend": {
|
| 7235 |
-
"version": "4.0.1",
|
| 7236 |
-
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
|
| 7237 |
-
"integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
|
| 7238 |
-
"dev": true
|
| 7239 |
-
},
|
| 7240 |
-
"y18n": {
|
| 7241 |
-
"version": "4.0.0",
|
| 7242 |
-
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
|
| 7243 |
-
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
|
| 7244 |
-
"dev": true
|
| 7245 |
-
},
|
| 7246 |
-
"yargs": {
|
| 7247 |
-
"version": "12.0.5",
|
| 7248 |
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
|
| 7249 |
-
"integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==",
|
| 7250 |
-
"dev": true,
|
| 7251 |
-
"requires": {
|
| 7252 |
-
"cliui": "^4.0.0",
|
| 7253 |
-
"decamelize": "^1.2.0",
|
| 7254 |
-
"find-up": "^3.0.0",
|
| 7255 |
-
"get-caller-file": "^1.0.1",
|
| 7256 |
-
"os-locale": "^3.0.0",
|
| 7257 |
-
"require-directory": "^2.1.1",
|
| 7258 |
-
"require-main-filename": "^1.0.1",
|
| 7259 |
-
"set-blocking": "^2.0.0",
|
| 7260 |
-
"string-width": "^2.0.0",
|
| 7261 |
-
"which-module": "^2.0.0",
|
| 7262 |
-
"y18n": "^3.2.1 || ^4.0.0",
|
| 7263 |
-
"yargs-parser": "^11.1.1"
|
| 7264 |
-
},
|
| 7265 |
-
"dependencies": {
|
| 7266 |
-
"find-up": {
|
| 7267 |
-
"version": "3.0.0",
|
| 7268 |
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
| 7269 |
-
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
| 7270 |
-
"dev": true,
|
| 7271 |
-
"requires": {
|
| 7272 |
-
"locate-path": "^3.0.0"
|
| 7273 |
-
}
|
| 7274 |
-
},
|
| 7275 |
-
"locate-path": {
|
| 7276 |
-
"version": "3.0.0",
|
| 7277 |
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
| 7278 |
-
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
| 7279 |
-
"dev": true,
|
| 7280 |
-
"requires": {
|
| 7281 |
-
"p-locate": "^3.0.0",
|
| 7282 |
-
"path-exists": "^3.0.0"
|
| 7283 |
-
}
|
| 7284 |
-
},
|
| 7285 |
-
"path-exists": {
|
| 7286 |
-
"version": "3.0.0",
|
| 7287 |
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
| 7288 |
-
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
|
| 7289 |
-
"dev": true
|
| 7290 |
-
}
|
| 7291 |
-
}
|
| 7292 |
-
},
|
| 7293 |
-
"yargs-parser": {
|
| 7294 |
-
"version": "11.1.1",
|
| 7295 |
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz",
|
| 7296 |
-
"integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==",
|
| 7297 |
-
"dev": true,
|
| 7298 |
-
"requires": {
|
| 7299 |
-
"camelcase": "^5.0.0",
|
| 7300 |
-
"decamelize": "^1.2.0"
|
| 7301 |
-
},
|
| 7302 |
-
"dependencies": {
|
| 7303 |
-
"camelcase": {
|
| 7304 |
-
"version": "5.0.0",
|
| 7305 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz",
|
| 7306 |
-
"integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==",
|
| 7307 |
-
"dev": true
|
| 7308 |
-
}
|
| 7309 |
-
}
|
| 7310 |
-
}
|
| 7311 |
-
}
|
| 7312 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/package.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "themeisle-sdk",
|
| 3 |
-
"version": "3.0.4",
|
| 4 |
-
"scripts": {
|
| 5 |
-
"semantic-release": "semantic-release --debug"
|
| 6 |
-
},
|
| 7 |
-
"author": "Themeisle",
|
| 8 |
-
"devDependencies": {
|
| 9 |
-
"@semantic-release/changelog": "^3.0.1",
|
| 10 |
-
"@semantic-release/exec": "^3.3.1",
|
| 11 |
-
"@semantic-release/git": "^7.0.6",
|
| 12 |
-
"grunt-version": "^1.3.0",
|
| 13 |
-
"semantic-release": "^15.13.1"
|
| 14 |
-
}
|
| 15 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/phpcs.xml
DELETED
|
@@ -1,50 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0"?>
|
| 2 |
-
<ruleset name="Themeisle">
|
| 3 |
-
<description>Themeisle rules for PHP_CodeSnifferr</description>
|
| 4 |
-
|
| 5 |
-
<file>./</file>
|
| 6 |
-
|
| 7 |
-
<arg value="ps"/>
|
| 8 |
-
<arg name="extensions" value="php"/>
|
| 9 |
-
|
| 10 |
-
<exclude-pattern>./vendor</exclude-pattern>
|
| 11 |
-
<exclude-pattern>./old</exclude-pattern>
|
| 12 |
-
<exclude-pattern>./tests/sample_products</exclude-pattern>
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
<rule ref="WordPress-Core">
|
| 16 |
-
|
| 17 |
-
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase"/>
|
| 18 |
-
<exclude name="WordPress.Files.FileName.InvalidClassFileName"/>
|
| 19 |
-
<exclude name="Squiz.PHP.DisallowMultipleAssignments.Found"/>
|
| 20 |
-
</rule>
|
| 21 |
-
<rule ref="WordPress-Docs"/>
|
| 22 |
-
<rule ref="WordPress.WP.I18n"/>
|
| 23 |
-
<rule ref="Squiz.Commenting.FunctionComment.Missing">
|
| 24 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 25 |
-
</rule>
|
| 26 |
-
<rule ref="Squiz.Commenting.FileComment.Missing">
|
| 27 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 28 |
-
</rule>
|
| 29 |
-
<rule ref="Squiz.Commenting.ClassComment.Missing">
|
| 30 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 31 |
-
</rule>
|
| 32 |
-
<rule ref="Squiz.Commenting.ClassComment.SpacingAfter">
|
| 33 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 34 |
-
</rule>
|
| 35 |
-
<rule ref="Squiz.Commenting.FunctionComment.MissingParamTag">
|
| 36 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 37 |
-
</rule>
|
| 38 |
-
<rule ref="Generic.Commenting.DocComment.MissingShort">
|
| 39 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 40 |
-
</rule>
|
| 41 |
-
<rule ref="Squiz.Commenting.VariableComment.Missing">
|
| 42 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 43 |
-
</rule>
|
| 44 |
-
<rule ref="Squiz.Commenting.FunctionCommentThrowTag.Missing">
|
| 45 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 46 |
-
</rule>
|
| 47 |
-
<rule ref="WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid">
|
| 48 |
-
<exclude-pattern>tests/*</exclude-pattern>
|
| 49 |
-
</rule>
|
| 50 |
-
</ruleset>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/phpunit.xml
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
<phpunit
|
| 2 |
-
bootstrap="tests/bootstrap.php"
|
| 3 |
-
backupGlobals="false"
|
| 4 |
-
colors="true"
|
| 5 |
-
convertErrorsToExceptions="true"
|
| 6 |
-
convertNoticesToExceptions="true"
|
| 7 |
-
convertWarningsToExceptions="true"
|
| 8 |
-
>
|
| 9 |
-
<testsuites name="General Unit tests ( Requires PHP 5.4) ">
|
| 10 |
-
<testsuite>
|
| 11 |
-
<directory phpVersion="5.4.0" phpVersionOperator=">=" suffix="-test.php">./tests/</directory>
|
| 12 |
-
<exclude>./tests/old/</exclude>
|
| 13 |
-
</testsuite>
|
| 14 |
-
</testsuites>
|
| 15 |
-
<testsuites name="Bail lower php versions( For PHP lower than 5.4) ">
|
| 16 |
-
<testsuite>
|
| 17 |
-
<directory phpVersion="5.4.0" phpVersionOperator="lt" suffix="-test.php">./tests/old/</directory>
|
| 18 |
-
</testsuite>
|
| 19 |
-
</testsuites>
|
| 20 |
-
</phpunit>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/src/Loader.php
CHANGED
|
@@ -55,6 +55,7 @@ final class Loader {
|
|
| 55 |
'logger',
|
| 56 |
'translate',
|
| 57 |
'review',
|
|
|
|
| 58 |
|
| 59 |
];
|
| 60 |
|
|
@@ -113,5 +114,13 @@ final class Loader {
|
|
| 113 |
return self::$products;
|
| 114 |
}
|
| 115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
|
| 117 |
}
|
| 55 |
'logger',
|
| 56 |
'translate',
|
| 57 |
'review',
|
| 58 |
+
'recommendation',
|
| 59 |
|
| 60 |
];
|
| 61 |
|
| 114 |
return self::$products;
|
| 115 |
}
|
| 116 |
|
| 117 |
+
/**
|
| 118 |
+
* Get the version of the SDK.
|
| 119 |
+
*
|
| 120 |
+
* @return string The version.
|
| 121 |
+
*/
|
| 122 |
+
public static function get_version() {
|
| 123 |
+
return self::$version;
|
| 124 |
+
}
|
| 125 |
|
| 126 |
}
|
vendor/codeinwp/themeisle-sdk/src/Modules/Dashboard_widget.php
CHANGED
|
@@ -103,7 +103,7 @@ class Dashboard_Widget extends Abstract_Module {
|
|
| 103 |
'themeisle',
|
| 104 |
$this->dashboard_name,
|
| 105 |
[
|
| 106 |
-
|
| 107 |
'render_dashboard_widget',
|
| 108 |
]
|
| 109 |
);
|
|
@@ -281,6 +281,8 @@ class Dashboard_Widget extends Abstract_Module {
|
|
| 281 |
array(
|
| 282 |
'lite',
|
| 283 |
'Lite',
|
|
|
|
|
|
|
| 284 |
),
|
| 285 |
'',
|
| 286 |
$recommend['name']
|
|
@@ -372,18 +374,25 @@ class Dashboard_Widget extends Abstract_Module {
|
|
| 372 |
*/
|
| 373 |
function get_product_from_api() {
|
| 374 |
if ( false === ( $products = get_transient( 'themeisle_sdk_products' ) ) ) {
|
| 375 |
-
$products
|
| 376 |
-
$
|
| 377 |
-
$
|
| 378 |
-
|
| 379 |
-
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 383 |
foreach ( $all_themes as $theme ) {
|
| 384 |
if ( $theme->active_installs < 4999 ) {
|
| 385 |
continue;
|
| 386 |
}
|
|
|
|
|
|
|
|
|
|
| 387 |
$products[] = array(
|
| 388 |
'name' => $theme->name,
|
| 389 |
'type' => 'theme',
|
|
@@ -391,11 +400,13 @@ class Dashboard_Widget extends Abstract_Module {
|
|
| 391 |
'installs' => $theme->active_installs,
|
| 392 |
);
|
| 393 |
}
|
| 394 |
-
$all_plugins = array_merge( $themeisle_plugins, $codeinwp_plugins );
|
| 395 |
foreach ( $all_plugins as $plugin ) {
|
| 396 |
if ( $plugin->active_installs < 4999 ) {
|
| 397 |
continue;
|
| 398 |
}
|
|
|
|
|
|
|
|
|
|
| 399 |
$products[] = array(
|
| 400 |
'name' => $plugin->name,
|
| 401 |
'type' => 'plugin',
|
|
@@ -439,7 +450,7 @@ class Dashboard_Widget extends Abstract_Module {
|
|
| 439 |
*/
|
| 440 |
function get_plugins_from_wporg( $author ) {
|
| 441 |
$products = wp_remote_get(
|
| 442 |
-
'https://api.wordpress.org/plugins/info/1.1/?action=query_plugins&request[author]=' . $author . '&request[per_page]=
|
| 443 |
);
|
| 444 |
$products = json_decode( wp_remote_retrieve_body( $products ) );
|
| 445 |
if ( is_object( $products ) ) {
|
| 103 |
'themeisle',
|
| 104 |
$this->dashboard_name,
|
| 105 |
[
|
| 106 |
+
$this,
|
| 107 |
'render_dashboard_widget',
|
| 108 |
]
|
| 109 |
);
|
| 281 |
array(
|
| 282 |
'lite',
|
| 283 |
'Lite',
|
| 284 |
+
'(Lite)',
|
| 285 |
+
'(lite)',
|
| 286 |
),
|
| 287 |
'',
|
| 288 |
$recommend['name']
|
| 374 |
*/
|
| 375 |
function get_product_from_api() {
|
| 376 |
if ( false === ( $products = get_transient( 'themeisle_sdk_products' ) ) ) {
|
| 377 |
+
$products = array();
|
| 378 |
+
$all_themes = $this->get_themes_from_wporg( 'themeisle' );
|
| 379 |
+
$all_plugins = $this->get_plugins_from_wporg( 'themeisle' );
|
| 380 |
+
static $allowed_products = [
|
| 381 |
+
'hestia' => true,
|
| 382 |
+
'neve' => true,
|
| 383 |
+
'visualizer' => true,
|
| 384 |
+
'feedzy-rss-feeds' => true,
|
| 385 |
+
'wp-product-review' => true,
|
| 386 |
+
'otter-blocks' => true,
|
| 387 |
+
'themeisle-companion' => true,
|
| 388 |
+
];
|
| 389 |
foreach ( $all_themes as $theme ) {
|
| 390 |
if ( $theme->active_installs < 4999 ) {
|
| 391 |
continue;
|
| 392 |
}
|
| 393 |
+
if ( ! isset( $allowed_products[ $theme->slug ] ) ) {
|
| 394 |
+
continue;
|
| 395 |
+
}
|
| 396 |
$products[] = array(
|
| 397 |
'name' => $theme->name,
|
| 398 |
'type' => 'theme',
|
| 400 |
'installs' => $theme->active_installs,
|
| 401 |
);
|
| 402 |
}
|
|
|
|
| 403 |
foreach ( $all_plugins as $plugin ) {
|
| 404 |
if ( $plugin->active_installs < 4999 ) {
|
| 405 |
continue;
|
| 406 |
}
|
| 407 |
+
if ( ! isset( $allowed_products[ $plugin->slug ] ) ) {
|
| 408 |
+
continue;
|
| 409 |
+
}
|
| 410 |
$products[] = array(
|
| 411 |
'name' => $plugin->name,
|
| 412 |
'type' => 'plugin',
|
| 450 |
*/
|
| 451 |
function get_plugins_from_wporg( $author ) {
|
| 452 |
$products = wp_remote_get(
|
| 453 |
+
'https://api.wordpress.org/plugins/info/1.1/?action=query_plugins&request[author]=' . $author . '&request[per_page]=40&request[fields][active_installs]=true'
|
| 454 |
);
|
| 455 |
$products = json_decode( wp_remote_retrieve_body( $products ) );
|
| 456 |
if ( is_object( $products ) ) {
|
vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php
CHANGED
|
@@ -152,7 +152,7 @@ class Logger extends Abstract_Module {
|
|
| 152 |
$environment['theme']['name'] = $theme->get( 'Name' );
|
| 153 |
$environment['theme']['author'] = $theme->get( 'Author' );
|
| 154 |
$environment['plugins'] = get_option( 'active_plugins' );
|
| 155 |
-
|
| 156 |
wp_remote_post(
|
| 157 |
self::TRACKING_ENDPOINT,
|
| 158 |
array(
|
|
@@ -166,6 +166,7 @@ class Logger extends Abstract_Module {
|
|
| 166 |
'site' => get_site_url(),
|
| 167 |
'slug' => $this->product->get_slug(),
|
| 168 |
'version' => $this->product->get_version(),
|
|
|
|
| 169 |
'data' => apply_filters( $this->product->get_key() . '_logger_data', array() ),
|
| 170 |
'environment' => $environment,
|
| 171 |
'license' => apply_filters( $this->product->get_key() . '_license_status', '' ),
|
| 152 |
$environment['theme']['name'] = $theme->get( 'Name' );
|
| 153 |
$environment['theme']['author'] = $theme->get( 'Author' );
|
| 154 |
$environment['plugins'] = get_option( 'active_plugins' );
|
| 155 |
+
global $wp_version;
|
| 156 |
wp_remote_post(
|
| 157 |
self::TRACKING_ENDPOINT,
|
| 158 |
array(
|
| 166 |
'site' => get_site_url(),
|
| 167 |
'slug' => $this->product->get_slug(),
|
| 168 |
'version' => $this->product->get_version(),
|
| 169 |
+
'wp_version' => $wp_version,
|
| 170 |
'data' => apply_filters( $this->product->get_key() . '_logger_data', array() ),
|
| 171 |
'environment' => $environment,
|
| 172 |
'license' => apply_filters( $this->product->get_key() . '_license_status', '' ),
|
vendor/codeinwp/themeisle-sdk/src/Modules/Recommendation.php
ADDED
|
@@ -0,0 +1,374 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* The class that exposes hooks for recommend.
|
| 4 |
+
*
|
| 5 |
+
* @package ThemeIsleSDK
|
| 6 |
+
* @subpackage Rollback
|
| 7 |
+
* @copyright Copyright (c) 2017, Marius Cristea
|
| 8 |
+
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
|
| 9 |
+
* @since 1.0.0
|
| 10 |
+
*/
|
| 11 |
+
|
| 12 |
+
namespace ThemeisleSDK\Modules;
|
| 13 |
+
|
| 14 |
+
// Exit if accessed directly.
|
| 15 |
+
use ThemeisleSDK\Common\Abstract_Module;
|
| 16 |
+
use ThemeisleSDK\Product;
|
| 17 |
+
|
| 18 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
| 19 |
+
exit;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
/**
|
| 23 |
+
* Expose endpoints for ThemeIsle SDK.
|
| 24 |
+
*/
|
| 25 |
+
class Recommendation extends Abstract_Module {
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
/**
|
| 29 |
+
* Load module logic.
|
| 30 |
+
*
|
| 31 |
+
* @param Product $product Product to load.
|
| 32 |
+
*/
|
| 33 |
+
public function load( $product ) {
|
| 34 |
+
$this->product = $product;
|
| 35 |
+
$this->setup_hooks();
|
| 36 |
+
|
| 37 |
+
return $this;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
/**
|
| 41 |
+
* Setup endpoints.
|
| 42 |
+
*/
|
| 43 |
+
private function setup_hooks() {
|
| 44 |
+
add_action( $this->product->get_key() . '_recommend_products', array( $this, 'render_products_box' ), 10, 4 );
|
| 45 |
+
add_action( 'admin_head', array( $this, 'enqueue' ) );
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
/**
|
| 49 |
+
* Check if we should load the module for this product.
|
| 50 |
+
*
|
| 51 |
+
* @param Product $product Product data.
|
| 52 |
+
*
|
| 53 |
+
* @return bool Should we load the module?
|
| 54 |
+
*/
|
| 55 |
+
public function can_load( $product ) {
|
| 56 |
+
return true;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
/**
|
| 60 |
+
* Render products box content.
|
| 61 |
+
*
|
| 62 |
+
* @param array $plugins_list - list of useful plugins (in slug => nicename format).
|
| 63 |
+
* @param array $themes_list - list of useful themes (in slug => nicename format).
|
| 64 |
+
* @param array $strings - list of translated strings.
|
| 65 |
+
* @param array $preferences - list of preferences.
|
| 66 |
+
*/
|
| 67 |
+
function render_products_box( $plugins_list, $themes_list, $strings, $preferences = array() ) {
|
| 68 |
+
|
| 69 |
+
if ( empty( $plugins_list ) && empty( $themes_list ) ) {
|
| 70 |
+
return;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
if ( ! empty( $plugins_list ) && ! current_user_can( 'install_plugins' ) ) {
|
| 74 |
+
return;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
if ( ! empty( $themes_list ) && ! current_user_can( 'install_themes' ) ) {
|
| 78 |
+
return;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
add_thickbox();
|
| 82 |
+
|
| 83 |
+
if ( ! empty( $themes_list ) ) {
|
| 84 |
+
$list = $this->get_themes( $themes_list, $preferences );
|
| 85 |
+
|
| 86 |
+
if ( has_action( $this->product->get_key() . '_recommend_products_theme_template' ) ) {
|
| 87 |
+
do_action( $this->product->get_key() . '_recommend_products_theme_template', $list, $strings, $preferences );
|
| 88 |
+
} else {
|
| 89 |
+
echo '<div class="recommend-product">';
|
| 90 |
+
|
| 91 |
+
foreach ( $list as $theme ) {
|
| 92 |
+
echo '<div class="plugin_box">';
|
| 93 |
+
echo ' <img class="theme-banner" src="' . $theme->screenshot_url . '">';
|
| 94 |
+
echo ' <div class="title-action-wrapper">';
|
| 95 |
+
echo ' <span class="plugin-name">' . esc_html( $theme->custom_name ) . '</span>';
|
| 96 |
+
if ( ! isset( $preferences['description'] ) || ( isset( $preferences['description'] ) && $preferences['description'] ) ) {
|
| 97 |
+
echo '<span class="plugin-desc">' . esc_html( substr( $theme->description, 0, strpos( $theme->description, '.' ) ) ) . '.</span>';
|
| 98 |
+
}
|
| 99 |
+
echo ' </div>';
|
| 100 |
+
echo '<div class="plugin-box-footer">';
|
| 101 |
+
echo ' <div class="button-wrap">';
|
| 102 |
+
echo ' <a class="button button-primary " href="' . esc_url( $theme->custom_url ) . '"><span class="dashicons dashicons-external"></span>' . esc_html( $strings['install'] ) . '</a>';
|
| 103 |
+
echo ' </div>';
|
| 104 |
+
echo ' </div>';
|
| 105 |
+
echo '</div>';
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
echo '</div>';
|
| 109 |
+
}
|
| 110 |
+
}
|
| 111 |
+
if ( ! empty( $plugins_list ) ) {
|
| 112 |
+
$list = $this->get_plugins( $plugins_list, $preferences );
|
| 113 |
+
|
| 114 |
+
if ( has_action( $this->product->get_key() . '_recommend_products_plugin_template' ) ) {
|
| 115 |
+
do_action( $this->product->get_key() . '_recommend_products_plugin_template', $list, $strings, $preferences );
|
| 116 |
+
} else {
|
| 117 |
+
echo '<div class="recommend-product">';
|
| 118 |
+
|
| 119 |
+
foreach ( $list as $current_plugin ) {
|
| 120 |
+
echo '<div class="plugin_box">';
|
| 121 |
+
echo ' <img class="plugin-banner" src="' . $current_plugin->custom_image . '">';
|
| 122 |
+
echo ' <div class="title-action-wrapper">';
|
| 123 |
+
echo ' <span class="plugin-name">' . esc_html( $current_plugin->custom_name ) . '</span>';
|
| 124 |
+
if ( ! isset( $preferences['description'] ) || ( isset( $preferences['description'] ) && $preferences['description'] ) ) {
|
| 125 |
+
echo '<span class="plugin-desc">' . esc_html( substr( $current_plugin->short_description, 0, strpos( $current_plugin->short_description, '.' ) ) ) . '. </span>';
|
| 126 |
+
}
|
| 127 |
+
echo ' </div>';
|
| 128 |
+
echo ' <div class="plugin-box-footer">';
|
| 129 |
+
echo ' <a class="button button-primary thickbox open-plugin-details-modal" href="' . esc_url( $current_plugin->custom_url ) . '"><span class="dashicons dashicons-external"></span>' . esc_html( $strings['install'] ) . '</a>';
|
| 130 |
+
echo ' </div>';
|
| 131 |
+
echo '</div>';
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
echo '</div>';
|
| 135 |
+
}
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
/**
|
| 141 |
+
* Collect all the information for the themes list.
|
| 142 |
+
*
|
| 143 |
+
* @param array $themes_list - list of useful themes (in slug => nicename format).
|
| 144 |
+
* @param array $preferences - list of preferences.
|
| 145 |
+
*
|
| 146 |
+
* @return array
|
| 147 |
+
*/
|
| 148 |
+
private function get_themes( $themes_list, $preferences ) {
|
| 149 |
+
$list = array();
|
| 150 |
+
foreach ( $themes_list as $slug => $nicename ) {
|
| 151 |
+
$theme = $this->call_theme_api( $slug );
|
| 152 |
+
if ( ! $theme ) {
|
| 153 |
+
continue;
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
$url = add_query_arg(
|
| 157 |
+
array(
|
| 158 |
+
'theme' => $theme->slug,
|
| 159 |
+
),
|
| 160 |
+
network_admin_url( 'theme-install.php' )
|
| 161 |
+
);
|
| 162 |
+
|
| 163 |
+
$name = empty( $nicename ) ? $theme->name : $nicename;
|
| 164 |
+
|
| 165 |
+
$theme->custom_url = $url;
|
| 166 |
+
$theme->custom_name = $name;
|
| 167 |
+
|
| 168 |
+
$list[] = $theme;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
+
return $list;
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
/**
|
| 175 |
+
* Call theme api
|
| 176 |
+
*
|
| 177 |
+
* @param string $slug theme slug.
|
| 178 |
+
*
|
| 179 |
+
* @return array|mixed|object
|
| 180 |
+
*/
|
| 181 |
+
private function call_theme_api( $slug ) {
|
| 182 |
+
$theme = get_transient( 'ti_theme_info_' . $slug );
|
| 183 |
+
|
| 184 |
+
if ( false !== $theme ) {
|
| 185 |
+
return $theme;
|
| 186 |
+
}
|
| 187 |
+
|
| 188 |
+
$products = wp_remote_get(
|
| 189 |
+
'https://api.wordpress.org/themes/info/1.1/?action=query_themes&request[theme]=' . $slug . '&request[per_page]=1'
|
| 190 |
+
);
|
| 191 |
+
$products = json_decode( wp_remote_retrieve_body( $products ) );
|
| 192 |
+
if ( is_object( $products ) ) {
|
| 193 |
+
$theme = $products->themes[0];
|
| 194 |
+
set_transient( 'ti_theme_info_' . $slug, $theme, 6 * HOUR_IN_SECONDS );
|
| 195 |
+
}
|
| 196 |
+
|
| 197 |
+
return $theme;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
+
/**
|
| 201 |
+
* Collect all the information for the plugins list.
|
| 202 |
+
*
|
| 203 |
+
* @param array $plugins_list - list of useful plugins (in slug => nicename format).
|
| 204 |
+
* @param array $preferences - list of preferences.
|
| 205 |
+
*
|
| 206 |
+
* @return array
|
| 207 |
+
*/
|
| 208 |
+
private function get_plugins( $plugins_list, $preferences ) {
|
| 209 |
+
$list = array();
|
| 210 |
+
foreach ( $plugins_list as $plugin => $nicename ) {
|
| 211 |
+
$current_plugin = $this->call_plugin_api( $plugin );
|
| 212 |
+
|
| 213 |
+
$name = empty( $nicename ) ? $current_plugin->name : $nicename;
|
| 214 |
+
|
| 215 |
+
$image = $current_plugin->banners['low'];
|
| 216 |
+
if ( isset( $preferences['image'] ) && 'icon' === $preferences['image'] ) {
|
| 217 |
+
$image = $current_plugin->icons['1x'];
|
| 218 |
+
}
|
| 219 |
+
|
| 220 |
+
$url = add_query_arg(
|
| 221 |
+
array(
|
| 222 |
+
'tab' => 'plugin-information',
|
| 223 |
+
'plugin' => $current_plugin->slug,
|
| 224 |
+
'TB_iframe' => true,
|
| 225 |
+
'width' => 800,
|
| 226 |
+
'height' => 800,
|
| 227 |
+
),
|
| 228 |
+
network_admin_url( 'plugin-install.php' )
|
| 229 |
+
);
|
| 230 |
+
|
| 231 |
+
$current_plugin->custom_url = $url;
|
| 232 |
+
$current_plugin->custom_name = $name;
|
| 233 |
+
$current_plugin->custom_image = $image;
|
| 234 |
+
|
| 235 |
+
$list[] = $current_plugin;
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
return $list;
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
/**
|
| 242 |
+
* Call plugin api
|
| 243 |
+
*
|
| 244 |
+
* @param string $slug plugin slug.
|
| 245 |
+
*
|
| 246 |
+
* @return array|mixed|object
|
| 247 |
+
*/
|
| 248 |
+
private function call_plugin_api( $slug ) {
|
| 249 |
+
include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
|
| 250 |
+
|
| 251 |
+
$call_api = get_transient( 'ti_plugin_info_' . $slug );
|
| 252 |
+
|
| 253 |
+
if ( false === $call_api ) {
|
| 254 |
+
$call_api = plugins_api(
|
| 255 |
+
'plugin_information',
|
| 256 |
+
array(
|
| 257 |
+
'slug' => $slug,
|
| 258 |
+
'fields' => array(
|
| 259 |
+
'downloaded' => false,
|
| 260 |
+
'rating' => false,
|
| 261 |
+
'description' => false,
|
| 262 |
+
'short_description' => true,
|
| 263 |
+
'donate_link' => false,
|
| 264 |
+
'tags' => false,
|
| 265 |
+
'sections' => true,
|
| 266 |
+
'homepage' => true,
|
| 267 |
+
'added' => false,
|
| 268 |
+
'last_updated' => false,
|
| 269 |
+
'compatibility' => false,
|
| 270 |
+
'tested' => false,
|
| 271 |
+
'requires' => false,
|
| 272 |
+
'downloadlink' => false,
|
| 273 |
+
'icons' => true,
|
| 274 |
+
'banners' => true,
|
| 275 |
+
),
|
| 276 |
+
)
|
| 277 |
+
);
|
| 278 |
+
set_transient( 'ti_plugin_info_' . $slug, $call_api, 30 * MINUTE_IN_SECONDS );
|
| 279 |
+
}
|
| 280 |
+
|
| 281 |
+
return $call_api;
|
| 282 |
+
}
|
| 283 |
+
|
| 284 |
+
/**
|
| 285 |
+
* Load css and scripts for the plugin recommend page.
|
| 286 |
+
*/
|
| 287 |
+
public function enqueue() {
|
| 288 |
+
$screen = get_current_screen();
|
| 289 |
+
|
| 290 |
+
if ( ! isset( $screen->id ) ) {
|
| 291 |
+
return;
|
| 292 |
+
}
|
| 293 |
+
if ( false === apply_filters( $this->product->get_key() . '_enqueue_recommend', false, $screen->id ) ) {
|
| 294 |
+
return;
|
| 295 |
+
}
|
| 296 |
+
|
| 297 |
+
?>
|
| 298 |
+
<style type="text/css">
|
| 299 |
+
.recommend-product {
|
| 300 |
+
display: flex;
|
| 301 |
+
justify-content: space-between;
|
| 302 |
+
flex-wrap: wrap;
|
| 303 |
+
}
|
| 304 |
+
|
| 305 |
+
.recommend-product .theme-banner {
|
| 306 |
+
width:200px;
|
| 307 |
+
margin: auto;
|
| 308 |
+
}
|
| 309 |
+
.recommend-product .plugin-banner {
|
| 310 |
+
width: 100px;
|
| 311 |
+
margin: auto;
|
| 312 |
+
}
|
| 313 |
+
|
| 314 |
+
.recommend-product .plugin_box .button span{
|
| 315 |
+
|
| 316 |
+
margin-top: 2px;
|
| 317 |
+
margin-right: 7px;
|
| 318 |
+
}
|
| 319 |
+
.recommend-product .plugin_box .button{
|
| 320 |
+
margin-bottom:10px;
|
| 321 |
+
}
|
| 322 |
+
.recommend-product .plugin_box {
|
| 323 |
+
margin-bottom: 20px;
|
| 324 |
+
padding-top: 5px;
|
| 325 |
+
display: flex;
|
| 326 |
+
box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.55);
|
| 327 |
+
background: #fff;
|
| 328 |
+
border-radius: 5px;
|
| 329 |
+
flex-direction: column;
|
| 330 |
+
justify-content: flex-start;
|
| 331 |
+
width: 95%;
|
| 332 |
+
}
|
| 333 |
+
|
| 334 |
+
.recommend-product .title-action-wrapper {
|
| 335 |
+
padding: 15px 20px 5px 20px;
|
| 336 |
+
}
|
| 337 |
+
|
| 338 |
+
.recommend-product .plugin-name {
|
| 339 |
+
font-size: 18px;
|
| 340 |
+
display: block;
|
| 341 |
+
white-space: nowrap;
|
| 342 |
+
text-overflow: ellipsis;
|
| 343 |
+
margin-bottom: 10px;
|
| 344 |
+
overflow: hidden;
|
| 345 |
+
line-height: normal;
|
| 346 |
+
}
|
| 347 |
+
|
| 348 |
+
|
| 349 |
+
.recommend-product .plugin-desc {
|
| 350 |
+
display: block;
|
| 351 |
+
margin-bottom: 10px;
|
| 352 |
+
font-size: 13px;
|
| 353 |
+
color: #777;
|
| 354 |
+
line-height: 1.6;
|
| 355 |
+
}
|
| 356 |
+
|
| 357 |
+
.recommend-product .button-wrap > div {
|
| 358 |
+
padding: 0;
|
| 359 |
+
margin: 0;
|
| 360 |
+
}
|
| 361 |
+
|
| 362 |
+
.plugin-box-footer {
|
| 363 |
+
display: flex;
|
| 364 |
+
justify-content: space-around;
|
| 365 |
+
vertical-align: middle;
|
| 366 |
+
align-items: center;
|
| 367 |
+
padding: 0px 10px 5px;
|
| 368 |
+
flex: 1;
|
| 369 |
+
margin-top: auto;
|
| 370 |
+
}
|
| 371 |
+
</style>
|
| 372 |
+
<?php
|
| 373 |
+
}
|
| 374 |
+
}
|
vendor/codeinwp/themeisle-sdk/src/Product.php
CHANGED
|
@@ -380,4 +380,17 @@ class Product {
|
|
| 380 |
return $this->install;
|
| 381 |
}
|
| 382 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 383 |
}
|
| 380 |
return $this->install;
|
| 381 |
}
|
| 382 |
|
| 383 |
+
/**
|
| 384 |
+
* Returns the URL of the product base file.
|
| 385 |
+
*
|
| 386 |
+
* @param string $path The path to the file.
|
| 387 |
+
*
|
| 388 |
+
* @return string The URL of the product base file.
|
| 389 |
+
*/
|
| 390 |
+
public function get_base_url( $path = '/' ) {
|
| 391 |
+
if ( $this->type ) {
|
| 392 |
+
return plugins_url( $path, $this->basefile );
|
| 393 |
+
}
|
| 394 |
+
}
|
| 395 |
+
|
| 396 |
}
|
vendor/codeinwp/themeisle-sdk/start.php
CHANGED
|
@@ -31,6 +31,7 @@ $files_to_load = [
|
|
| 31 |
$path . '/src/' . 'Modules/Logger.php',
|
| 32 |
$path . '/src/' . 'Modules/Translate.php',
|
| 33 |
$path . '/src/' . 'Modules/Review.php',
|
|
|
|
| 34 |
];
|
| 35 |
|
| 36 |
$files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) );
|
| 31 |
$path . '/src/' . 'Modules/Logger.php',
|
| 32 |
$path . '/src/' . 'Modules/Translate.php',
|
| 33 |
$path . '/src/' . 'Modules/Review.php',
|
| 34 |
+
$path . '/src/' . 'Modules/Recommendation.php',
|
| 35 |
];
|
| 36 |
|
| 37 |
$files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) );
|
vendor/codeinwp/themeisle-sdk/tests/bootstrap.php
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* PHPUnit bootstrap file
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
// Determine the tests directory (from a WP dev checkout).
|
| 9 |
-
// Try the WP_TESTS_DIR environment variable first.
|
| 10 |
-
$_tests_dir = getenv( 'WP_TESTS_DIR' );
|
| 11 |
-
// See if we're installed inside an existing WP dev instance.
|
| 12 |
-
if ( ! $_tests_dir ) {
|
| 13 |
-
$_try_tests_dir = dirname( __FILE__ ) . '/../../../../../tests/phpunit';
|
| 14 |
-
if ( file_exists( $_try_tests_dir . '/includes/functions.php' ) ) {
|
| 15 |
-
$_tests_dir = $_try_tests_dir;
|
| 16 |
-
}
|
| 17 |
-
}
|
| 18 |
-
// Fallback.
|
| 19 |
-
if ( ! $_tests_dir ) {
|
| 20 |
-
$_tests_dir = '/tmp/wordpress-tests-lib';
|
| 21 |
-
}
|
| 22 |
-
// Give access to tests_add_filter() function.
|
| 23 |
-
require_once $_tests_dir . '/includes/functions.php';
|
| 24 |
-
/**
|
| 25 |
-
* Manually load the plugin being tested.
|
| 26 |
-
*/
|
| 27 |
-
function _manually_load_plugin() {
|
| 28 |
-
require dirname( dirname( __FILE__ ) ) . '/load.php';
|
| 29 |
-
}
|
| 30 |
-
|
| 31 |
-
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
|
| 32 |
-
// Start up the WP testing environment.
|
| 33 |
-
require $_tests_dir . '/includes/bootstrap.php';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/dashboard-widget-test.php
DELETED
|
@@ -1,59 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Dashboard widget related tests.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test Dashboard widget class.
|
| 10 |
-
*/
|
| 11 |
-
class Dashboard_Widget_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
/**
|
| 14 |
-
* Test product from partner loading.
|
| 15 |
-
*/
|
| 16 |
-
public function test_product_partner_module_loading() {
|
| 17 |
-
|
| 18 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 19 |
-
|
| 20 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 21 |
-
|
| 22 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 23 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 24 |
-
$modules['sample_theme_external'] = array_filter(
|
| 25 |
-
$modules['sample_theme_external'],
|
| 26 |
-
function ( $value ) {
|
| 27 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Dashboard_widget' );
|
| 28 |
-
}
|
| 29 |
-
);
|
| 30 |
-
$this->assertEquals( count( $modules['sample_theme_external'] ), 0 );
|
| 31 |
-
|
| 32 |
-
}
|
| 33 |
-
|
| 34 |
-
/**
|
| 35 |
-
* Test if dashboard widget is disabled on partners.
|
| 36 |
-
*/
|
| 37 |
-
public function test_dashboard_widget_can_load_partner() {
|
| 38 |
-
|
| 39 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 40 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 41 |
-
|
| 42 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Dashboard_Widget() )->can_load( $product ) );
|
| 43 |
-
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
/**
|
| 47 |
-
* Test if dashboard widget is disabled on partners.
|
| 48 |
-
*/
|
| 49 |
-
public function test_dashboard_widget_can_load_regular() {
|
| 50 |
-
|
| 51 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 52 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 53 |
-
|
| 54 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Dashboard_Widget() )->can_load( $product ) );
|
| 55 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Dashboard_Widget', ( new \ThemeisleSDK\Modules\Dashboard_Widget() )->load( $product ) );
|
| 56 |
-
|
| 57 |
-
}
|
| 58 |
-
|
| 59 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/endpoint-test.php
DELETED
|
@@ -1,79 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Endpoint feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test endpoint feature.
|
| 10 |
-
*/
|
| 11 |
-
class Endpoint_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
/**
|
| 15 |
-
* Test product from partner loading.
|
| 16 |
-
*/
|
| 17 |
-
public function test_product_partner_module_loading() {
|
| 18 |
-
|
| 19 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 20 |
-
|
| 21 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 22 |
-
|
| 23 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 24 |
-
|
| 25 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 26 |
-
$modules['sample_theme_external'] = array_filter(
|
| 27 |
-
$modules['sample_theme_external'],
|
| 28 |
-
function ( $value ) {
|
| 29 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Endpoint' );
|
| 30 |
-
}
|
| 31 |
-
);
|
| 32 |
-
$this->assertCount( 1, $modules['sample_theme_external'] );
|
| 33 |
-
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
/**
|
| 37 |
-
* Test product from partner loading.
|
| 38 |
-
*/
|
| 39 |
-
public function test_endpoint_product_loading() {
|
| 40 |
-
|
| 41 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 42 |
-
|
| 43 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 44 |
-
|
| 45 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 46 |
-
|
| 47 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 48 |
-
$this->assertGreaterThan( 0, count( $modules['sample_theme'] ) );
|
| 49 |
-
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
/**
|
| 53 |
-
* Test if endpoint is disabled on partners.
|
| 54 |
-
*/
|
| 55 |
-
public function test_endpoint_can_load_partner() {
|
| 56 |
-
|
| 57 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 58 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 59 |
-
|
| 60 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Endpoint() )->can_load( $product ) );
|
| 61 |
-
|
| 62 |
-
}
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
/**
|
| 66 |
-
* Test if endpoint should load for admins.
|
| 67 |
-
*/
|
| 68 |
-
public function test_endpoint_can_load() {
|
| 69 |
-
|
| 70 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_plugin/plugin_file.php';
|
| 71 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 72 |
-
|
| 73 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Endpoint() )->can_load( $product ) );
|
| 74 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Endpoint', ( new \ThemeisleSDK\Modules\Endpoint() )->load( $product ) );
|
| 75 |
-
|
| 76 |
-
}
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/licenser-test.php
DELETED
|
@@ -1,79 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Licenser feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test licenser feature.
|
| 10 |
-
*/
|
| 11 |
-
class Licenser_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
/**
|
| 15 |
-
* Test product from partner loading.
|
| 16 |
-
*/
|
| 17 |
-
public function test_product_partner_module_loading() {
|
| 18 |
-
|
| 19 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 20 |
-
|
| 21 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 22 |
-
|
| 23 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 24 |
-
|
| 25 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 26 |
-
$modules['sample_theme_external'] = array_filter(
|
| 27 |
-
$modules['sample_theme_external'],
|
| 28 |
-
function ( $value ) {
|
| 29 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Licenser' );
|
| 30 |
-
}
|
| 31 |
-
);
|
| 32 |
-
$this->assertCount( 1, $modules['sample_theme_external'] );
|
| 33 |
-
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
/**
|
| 37 |
-
* Test product from partner loading.
|
| 38 |
-
*/
|
| 39 |
-
public function test_licenser_product_loading() {
|
| 40 |
-
|
| 41 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 42 |
-
|
| 43 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 44 |
-
|
| 45 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 46 |
-
|
| 47 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 48 |
-
$this->assertGreaterThan( 0, count( $modules['sample_theme'] ) );
|
| 49 |
-
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
/**
|
| 53 |
-
* Test if licenser is disabled on partners.
|
| 54 |
-
*/
|
| 55 |
-
public function test_licenser_can_load_partner() {
|
| 56 |
-
|
| 57 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 58 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 59 |
-
|
| 60 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Licenser() )->can_load( $product ) );
|
| 61 |
-
|
| 62 |
-
}
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
/**
|
| 66 |
-
* Test if licenser should load for admins.
|
| 67 |
-
*/
|
| 68 |
-
public function test_licenser_can_load() {
|
| 69 |
-
|
| 70 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_plugin/plugin_file.php';
|
| 71 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 72 |
-
|
| 73 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Licenser() )->can_load( $product ) );
|
| 74 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Licenser', ( new \ThemeisleSDK\Modules\Licenser() )->load( $product ) );
|
| 75 |
-
|
| 76 |
-
}
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/loader-test.php
DELETED
|
@@ -1,47 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Loader manager test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test loader manager.
|
| 10 |
-
*
|
| 11 |
-
* @runTestsInSeparateProcesses
|
| 12 |
-
*/
|
| 13 |
-
class Loader_Test extends WP_UnitTestCase {
|
| 14 |
-
|
| 15 |
-
/**
|
| 16 |
-
* Test loading of invalid file.
|
| 17 |
-
*/
|
| 18 |
-
public function test_products_invalid_subscribe() {
|
| 19 |
-
$file = dirname( __FILE__ ) . '/invalid/sample_products/sample_plugin/plugin-file.php';
|
| 20 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 21 |
-
$this->assertEmpty( ThemeisleSDK\Loader::get_products() );
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
-
/**
|
| 25 |
-
* Test loading of plugin file.
|
| 26 |
-
*/
|
| 27 |
-
public function test_products_valid_subscribe_plugin() {
|
| 28 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_plugin/plugin_file.php';
|
| 29 |
-
|
| 30 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 31 |
-
|
| 32 |
-
$this->assertEquals( count( ThemeisleSDK\Loader::get_products() ), 1 );
|
| 33 |
-
}
|
| 34 |
-
|
| 35 |
-
/**
|
| 36 |
-
* Test loading of theme file.
|
| 37 |
-
*/
|
| 38 |
-
public function test_products_valid_subscribe_theme() {
|
| 39 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 40 |
-
|
| 41 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 42 |
-
|
| 43 |
-
$this->assertEquals( count( ThemeisleSDK\Loader::get_products() ), 1 );
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/loading-test.php
DELETED
|
@@ -1,52 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* `loading` test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test sdk loading.
|
| 10 |
-
*
|
| 11 |
-
* @runTestsInSeparateProcesses
|
| 12 |
-
*/
|
| 13 |
-
class Sdk_Loading_Test extends WP_UnitTestCase {
|
| 14 |
-
/**
|
| 15 |
-
* Test if the SDK is loading properly and version is exported.
|
| 16 |
-
*/
|
| 17 |
-
public function test_version_exists() {
|
| 18 |
-
global $themeisle_sdk_max_version;
|
| 19 |
-
$this->assertTrue( isset( $themeisle_sdk_max_version ) );
|
| 20 |
-
$this->assertTrue( version_compare( '0.0.1', $themeisle_sdk_max_version, '<' ) );
|
| 21 |
-
}
|
| 22 |
-
|
| 23 |
-
/**
|
| 24 |
-
* Test that classes are properly loaded.
|
| 25 |
-
*/
|
| 26 |
-
public function test_class_loading() {
|
| 27 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Loader' ) );
|
| 28 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Product' ) );
|
| 29 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Dashboard_Widget' ) );
|
| 30 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Rollback' ) );
|
| 31 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Uninstall_Feedback' ) );
|
| 32 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Licenser' ) );
|
| 33 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Endpoint' ) );
|
| 34 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Notification' ) );
|
| 35 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Logger' ) );
|
| 36 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Translate' ) );
|
| 37 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Modules\\Review' ) );
|
| 38 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Common\\Abstract_Module' ) );
|
| 39 |
-
$this->assertTrue( class_exists( 'ThemeisleSDK\\Common\\Module_factory' ) );
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
/**
|
| 43 |
-
* Test the loaded products.
|
| 44 |
-
*/
|
| 45 |
-
public function test_loaded_defaults() {
|
| 46 |
-
$this->assertEquals( count( \ThemeisleSDK\Loader::get_products() ), 0 );
|
| 47 |
-
$this->assertGreaterThan( 0, count( \ThemeisleSDK\Loader::get_modules() ) );
|
| 48 |
-
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/logger-test.php
DELETED
|
@@ -1,67 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Logger feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test logger feature.
|
| 10 |
-
*/
|
| 11 |
-
class Logger_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
public function test_product_partner_module_loading() {
|
| 15 |
-
|
| 16 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 17 |
-
|
| 18 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 19 |
-
|
| 20 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 21 |
-
|
| 22 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 23 |
-
$modules['sample_theme_external'] = array_filter(
|
| 24 |
-
$modules['sample_theme_external'],
|
| 25 |
-
function ( $value ) {
|
| 26 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Logger' );
|
| 27 |
-
}
|
| 28 |
-
);
|
| 29 |
-
$this->assertEquals( count( $modules['sample_theme_external'] ), 1 );
|
| 30 |
-
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
public function test_product_loading() {
|
| 34 |
-
|
| 35 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 36 |
-
|
| 37 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 38 |
-
|
| 39 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 40 |
-
|
| 41 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 42 |
-
$this->assertGreaterThan( 0, count( $modules['sample_theme'] ) );
|
| 43 |
-
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
public function test_can_load_partner() {
|
| 47 |
-
|
| 48 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 49 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 50 |
-
|
| 51 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Logger() )->can_load( $product ) );
|
| 52 |
-
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
public function test_load_normal() {
|
| 56 |
-
|
| 57 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 58 |
-
|
| 59 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 60 |
-
|
| 61 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Logger() )->can_load( $product ) );
|
| 62 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Logger', ( new \ThemeisleSDK\Modules\Logger() )->load( $product ) );
|
| 63 |
-
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/notification-test.php
DELETED
|
@@ -1,111 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Notification feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test notification feature.
|
| 10 |
-
*/
|
| 11 |
-
class Notification_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
protected static $editor_id;
|
| 14 |
-
protected static $admin_id;
|
| 15 |
-
|
| 16 |
-
public static function wpSetUpBeforeClass( $factory ) {
|
| 17 |
-
self::$editor_id = $factory->user->create(
|
| 18 |
-
array(
|
| 19 |
-
'role' => 'editor',
|
| 20 |
-
)
|
| 21 |
-
);
|
| 22 |
-
self::$admin_id = $factory->user->create(
|
| 23 |
-
array(
|
| 24 |
-
'role' => 'administrator',
|
| 25 |
-
)
|
| 26 |
-
);
|
| 27 |
-
|
| 28 |
-
wp_set_current_user( self::$editor_id );
|
| 29 |
-
}
|
| 30 |
-
|
| 31 |
-
public static function wpTearDownAfterClass() {
|
| 32 |
-
self::delete_user( self::$editor_id );
|
| 33 |
-
self::delete_user( self::$admin_id );
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
public function test_product_partner_module_loading() {
|
| 37 |
-
|
| 38 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 39 |
-
|
| 40 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 41 |
-
|
| 42 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 43 |
-
|
| 44 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 45 |
-
$modules['sample_theme_external'] = array_filter(
|
| 46 |
-
$modules['sample_theme_external'],
|
| 47 |
-
function ( $value ) {
|
| 48 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Notification' );
|
| 49 |
-
}
|
| 50 |
-
);
|
| 51 |
-
$this->assertEquals( count( $modules['sample_theme_external'] ), 0 );
|
| 52 |
-
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
public function test_notification_product_loading() {
|
| 56 |
-
|
| 57 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 58 |
-
|
| 59 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 60 |
-
|
| 61 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 62 |
-
|
| 63 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 64 |
-
$this->assertGreaterThan( 0, count( $modules['sample_theme'] ) );
|
| 65 |
-
|
| 66 |
-
}
|
| 67 |
-
|
| 68 |
-
public function test_notification_can_load_partner() {
|
| 69 |
-
|
| 70 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 71 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 72 |
-
|
| 73 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Notification() )->can_load( $product ) );
|
| 74 |
-
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
public function test_notification_load_non_admins() {
|
| 78 |
-
wp_set_current_user( self::$editor_id );
|
| 79 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 80 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 81 |
-
|
| 82 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Notification() )->can_load( $product ) );
|
| 83 |
-
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
public function test_notification_not_load_for_new() {
|
| 87 |
-
wp_set_current_user( self::$admin_id );
|
| 88 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 89 |
-
|
| 90 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 91 |
-
|
| 92 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Notification() )->can_load( $product ) );
|
| 93 |
-
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
public function test_notification_load_old() {
|
| 97 |
-
wp_set_current_user( self::$admin_id );
|
| 98 |
-
|
| 99 |
-
update_option( 'sample_theme_install', ( time() - MONTH_IN_SECONDS ) );
|
| 100 |
-
|
| 101 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 102 |
-
|
| 103 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 104 |
-
|
| 105 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Notification() )->can_load( $product ) );
|
| 106 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Notification', ( new \ThemeisleSDK\Modules\Notification() )->load( $product ) );
|
| 107 |
-
|
| 108 |
-
}
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/old/loading-test.php
DELETED
|
@@ -1,19 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Loading test for lower PHP versions.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test sdk loading.
|
| 10 |
-
*/
|
| 11 |
-
class Sdk_Loading_Old_Test extends WP_UnitTestCase {
|
| 12 |
-
/**
|
| 13 |
-
* Test if the SDK is not loading on lower php versions.
|
| 14 |
-
*/
|
| 15 |
-
public function test_sdk_not_loaded() {
|
| 16 |
-
$this->assertFalse( class_exists( 'ThemeisleSDK\\Loader' ) );
|
| 17 |
-
}
|
| 18 |
-
|
| 19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/product-test.php
DELETED
|
@@ -1,49 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Product data tests.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test product class.
|
| 10 |
-
*/
|
| 11 |
-
class Product_Test extends WP_UnitTestCase {
|
| 12 |
-
/**
|
| 13 |
-
* Test product from plugin
|
| 14 |
-
*/
|
| 15 |
-
public function test_product_from_plugin() {
|
| 16 |
-
|
| 17 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_plugin/plugin_file.php';
|
| 18 |
-
|
| 19 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 20 |
-
|
| 21 |
-
$this->assertEquals( $product->get_type(), 'plugin' );
|
| 22 |
-
$this->assertEquals( $product->get_slug(), 'sample_plugin' );
|
| 23 |
-
$this->assertEquals( $product->get_store_name(), 'ThemeIsle' );
|
| 24 |
-
$this->assertEquals( $product->get_version(), '1.1.1' );
|
| 25 |
-
$this->assertGreaterThanOrEqual( $product->get_install_time(), time() );
|
| 26 |
-
$this->assertEquals( $product->get_store_url(), 'https://themeisle.com' );
|
| 27 |
-
$this->assertFalse( $product->requires_license() );
|
| 28 |
-
$this->assertFalse( $product->is_wordpress_available() );
|
| 29 |
-
}
|
| 30 |
-
|
| 31 |
-
/**
|
| 32 |
-
* Test product from theme.
|
| 33 |
-
*/
|
| 34 |
-
public function test_product_from_theme() {
|
| 35 |
-
|
| 36 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 37 |
-
|
| 38 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 39 |
-
|
| 40 |
-
$this->assertEquals( $product->get_type(), 'theme' );
|
| 41 |
-
$this->assertEquals( $product->get_slug(), 'sample_theme' );
|
| 42 |
-
$this->assertEquals( $product->get_store_name(), 'ThemeIsle' );
|
| 43 |
-
$this->assertEquals( $product->get_version(), '2.0.18' );
|
| 44 |
-
$this->assertGreaterThanOrEqual( $product->get_install_time(), time() );
|
| 45 |
-
$this->assertEquals( $product->get_store_url(), 'https://themeisle.com' );
|
| 46 |
-
$this->assertTrue( $product->requires_license() );
|
| 47 |
-
$this->assertTrue( $product->is_wordpress_available() );
|
| 48 |
-
}
|
| 49 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/review-test.php
DELETED
|
@@ -1,67 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Review feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test review feature.
|
| 10 |
-
*/
|
| 11 |
-
class Review_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
public function test_product_partner_module_loading() {
|
| 15 |
-
|
| 16 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 17 |
-
|
| 18 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 19 |
-
|
| 20 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 21 |
-
|
| 22 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 23 |
-
$modules['sample_theme_external'] = array_filter(
|
| 24 |
-
$modules['sample_theme_external'],
|
| 25 |
-
function ( $value ) {
|
| 26 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Review' );
|
| 27 |
-
}
|
| 28 |
-
);
|
| 29 |
-
$this->assertEquals( count( $modules['sample_theme_external'] ), 0 );
|
| 30 |
-
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
public function test_product_loading() {
|
| 34 |
-
|
| 35 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 36 |
-
|
| 37 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 38 |
-
|
| 39 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 40 |
-
|
| 41 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 42 |
-
$this->assertGreaterThan( 0, count( $modules['sample_theme'] ) );
|
| 43 |
-
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
public function test_can_load_partner() {
|
| 47 |
-
|
| 48 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 49 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 50 |
-
|
| 51 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Review() )->can_load( $product ) );
|
| 52 |
-
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
public function test_load_normal() {
|
| 56 |
-
|
| 57 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 58 |
-
|
| 59 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 60 |
-
|
| 61 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Review() )->can_load( $product ) );
|
| 62 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Review', ( new \ThemeisleSDK\Modules\Review() )->load( $product ) );
|
| 63 |
-
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/rollback-test.php
DELETED
|
@@ -1,114 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Rollback feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test Rollback feature.
|
| 10 |
-
*/
|
| 11 |
-
class Rollback_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
protected static $editor_id;
|
| 14 |
-
protected static $admin_id;
|
| 15 |
-
|
| 16 |
-
public static function wpSetUpBeforeClass( $factory ) {
|
| 17 |
-
self::$editor_id = $factory->user->create(
|
| 18 |
-
array(
|
| 19 |
-
'role' => 'editor',
|
| 20 |
-
)
|
| 21 |
-
);
|
| 22 |
-
self::$admin_id = $factory->user->create(
|
| 23 |
-
array(
|
| 24 |
-
'role' => 'administrator',
|
| 25 |
-
)
|
| 26 |
-
);
|
| 27 |
-
|
| 28 |
-
wp_set_current_user( self::$editor_id );
|
| 29 |
-
}
|
| 30 |
-
|
| 31 |
-
public static function wpTearDownAfterClass() {
|
| 32 |
-
self::delete_user( self::$editor_id );
|
| 33 |
-
self::delete_user( self::$admin_id );
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
/**
|
| 37 |
-
* Test product from partner loading.
|
| 38 |
-
*/
|
| 39 |
-
public function test_product_partner_module_loading() {
|
| 40 |
-
|
| 41 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 42 |
-
|
| 43 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 44 |
-
|
| 45 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 46 |
-
|
| 47 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 48 |
-
$modules['sample_theme_external'] = array_filter(
|
| 49 |
-
$modules['sample_theme_external'],
|
| 50 |
-
function ( $value ) {
|
| 51 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Rollback' );
|
| 52 |
-
}
|
| 53 |
-
);
|
| 54 |
-
$this->assertEquals( count( $modules['sample_theme_external'] ), 0 );
|
| 55 |
-
|
| 56 |
-
}
|
| 57 |
-
|
| 58 |
-
/**
|
| 59 |
-
* Test product from partner loading.
|
| 60 |
-
*/
|
| 61 |
-
public function test_rollback_product_loading() {
|
| 62 |
-
|
| 63 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 64 |
-
|
| 65 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 66 |
-
|
| 67 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 68 |
-
|
| 69 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 70 |
-
$this->assertGreaterThan( 0, count( $modules['sample_theme'] ) );
|
| 71 |
-
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
/**
|
| 75 |
-
* Test if rollback is disabled on partners.
|
| 76 |
-
*/
|
| 77 |
-
public function test_rollback_can_load_partner() {
|
| 78 |
-
|
| 79 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 80 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 81 |
-
|
| 82 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Rollback() )->can_load( $product ) );
|
| 83 |
-
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
/**
|
| 87 |
-
* Test if rollback should not load for non admins.
|
| 88 |
-
*/
|
| 89 |
-
public function test_rollback_not_load_non_admins() {
|
| 90 |
-
|
| 91 |
-
wp_set_current_user( self::$editor_id );
|
| 92 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 93 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 94 |
-
|
| 95 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Rollback() )->can_load( $product ) );
|
| 96 |
-
|
| 97 |
-
}
|
| 98 |
-
|
| 99 |
-
/**
|
| 100 |
-
* Test if rollback should load for admins.
|
| 101 |
-
*/
|
| 102 |
-
public function test_rollback_not_load_admins() {
|
| 103 |
-
|
| 104 |
-
wp_set_current_user( self::$admin_id );
|
| 105 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 106 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 107 |
-
|
| 108 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Rollback() )->can_load( $product ) );
|
| 109 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Rollback', ( new \ThemeisleSDK\Modules\Rollback() )->load( $product ) );
|
| 110 |
-
|
| 111 |
-
}
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/sample_products/sample_plugin/plugin_file.php
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Plugin Name: Sample plugin.
|
| 4 |
-
* Description: Sample description
|
| 5 |
-
* Version: 1.1.1
|
| 6 |
-
* Author: ThemeIsle
|
| 7 |
-
* Author URI: https://themeisle.com
|
| 8 |
-
* License: GPL-2.0+
|
| 9 |
-
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
| 10 |
-
* Text Domain: sample-plugin
|
| 11 |
-
* WordPress Available: no
|
| 12 |
-
* Requires License: no
|
| 13 |
-
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/sample_products/sample_theme/style.css
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
/*
|
| 2 |
-
Theme Name: Test theme
|
| 3 |
-
Author: ThemeIsle
|
| 4 |
-
Author URI: https://themeisle.com
|
| 5 |
-
Version: 2.0.18
|
| 6 |
-
License: GNU General Public License v2 or later
|
| 7 |
-
License URI: http://www.gnu.org/licenses/gpl-2.0.html s
|
| 8 |
-
WordPress Available: yes
|
| 9 |
-
Requires License: yes
|
| 10 |
-
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/sample_products/sample_theme_external/style.css
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
/*
|
| 2 |
-
Theme Name: Test theme
|
| 3 |
-
Author: ThemeIsle
|
| 4 |
-
Author URI: https://prothemedesign.com
|
| 5 |
-
Version: 2.0.18
|
| 6 |
-
License: GNU General Public License v2 or later
|
| 7 |
-
License URI: http://www.gnu.org/licenses/gpl-2.0.html s
|
| 8 |
-
WordPress Available: no
|
| 9 |
-
Requires License: yes
|
| 10 |
-
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/translate-test.php
DELETED
|
@@ -1,83 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Translate feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test translate feature.
|
| 10 |
-
*/
|
| 11 |
-
class Translate_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
public function test_product_partner_module_loading() {
|
| 15 |
-
|
| 16 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 17 |
-
|
| 18 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 19 |
-
|
| 20 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 21 |
-
|
| 22 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 23 |
-
$modules['sample_theme_external'] = array_filter(
|
| 24 |
-
$modules['sample_theme_external'],
|
| 25 |
-
function ( $value ) {
|
| 26 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Translate' );
|
| 27 |
-
}
|
| 28 |
-
);
|
| 29 |
-
$this->assertEquals( count( $modules['sample_theme_external'] ), 0 );
|
| 30 |
-
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
public function test_product_loading() {
|
| 34 |
-
|
| 35 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 36 |
-
|
| 37 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 38 |
-
|
| 39 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 40 |
-
|
| 41 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 42 |
-
$this->assertGreaterThan( 0, count( $modules['sample_theme'] ) );
|
| 43 |
-
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
public function test_can_load_partner() {
|
| 47 |
-
|
| 48 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 49 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 50 |
-
|
| 51 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Translate() )->can_load( $product ) );
|
| 52 |
-
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
public function test_load_normal_english() {
|
| 56 |
-
|
| 57 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 58 |
-
|
| 59 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 60 |
-
|
| 61 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Translate() )->can_load( $product ) );
|
| 62 |
-
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
public function test_load_non_english() {
|
| 66 |
-
add_filter(
|
| 67 |
-
'locale',
|
| 68 |
-
function () {
|
| 69 |
-
return 'fy';
|
| 70 |
-
}
|
| 71 |
-
);
|
| 72 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 73 |
-
|
| 74 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 75 |
-
|
| 76 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Translate() )->can_load( $product ) );
|
| 77 |
-
|
| 78 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Translate', ( new \ThemeisleSDK\Modules\Translate() )->load( $product ) );
|
| 79 |
-
|
| 80 |
-
}
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/codeinwp/themeisle-sdk/tests/uninstall-feedback-test.php
DELETED
|
@@ -1,130 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Uninstall feature test.
|
| 4 |
-
*
|
| 5 |
-
* @package ThemeIsleSDK
|
| 6 |
-
*/
|
| 7 |
-
|
| 8 |
-
/**
|
| 9 |
-
* Test Uninstall feedback feature.
|
| 10 |
-
*/
|
| 11 |
-
class Uninstall_Feedback_Test extends WP_UnitTestCase {
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
/**
|
| 15 |
-
* Test product from partner loading.
|
| 16 |
-
*/
|
| 17 |
-
public function test_product_partner_module_loading() {
|
| 18 |
-
|
| 19 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 20 |
-
|
| 21 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 22 |
-
|
| 23 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 24 |
-
|
| 25 |
-
$this->assertArrayHasKey( 'sample_theme_external', $modules );
|
| 26 |
-
$modules['sample_theme_external'] = array_filter(
|
| 27 |
-
$modules['sample_theme_external'],
|
| 28 |
-
function ( $value ) {
|
| 29 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Uninstall_Feedback' );
|
| 30 |
-
}
|
| 31 |
-
);
|
| 32 |
-
$this->assertCount( 0, $modules['sample_theme_external'] );
|
| 33 |
-
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
/**
|
| 37 |
-
* Test product from partner loading.
|
| 38 |
-
*/
|
| 39 |
-
public function test_un_feedback_product_loading() {
|
| 40 |
-
|
| 41 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 42 |
-
global $pagenow;
|
| 43 |
-
$pagenow = 'theme-install.php';
|
| 44 |
-
\ThemeisleSDK\Loader::add_product( $file );
|
| 45 |
-
|
| 46 |
-
$modules = \ThemeisleSDK\Common\Module_Factory::get_modules_map();
|
| 47 |
-
|
| 48 |
-
$this->assertArrayHasKey( 'sample_theme', $modules );
|
| 49 |
-
$modules['sample_theme'] = array_filter(
|
| 50 |
-
$modules['sample_theme'],
|
| 51 |
-
function ( $value ) {
|
| 52 |
-
return ( get_class( $value ) === 'ThemeisleSDK\\Modules\\Uninstall_Feedback' );
|
| 53 |
-
}
|
| 54 |
-
);
|
| 55 |
-
$this->assertCount( 1, $modules['sample_theme'] );
|
| 56 |
-
}
|
| 57 |
-
|
| 58 |
-
/**
|
| 59 |
-
* Test if uninstall feedback is disabled on partners.
|
| 60 |
-
*/
|
| 61 |
-
public function test_un_feedback_can_load_partner() {
|
| 62 |
-
|
| 63 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme_external/style.css';
|
| 64 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 65 |
-
|
| 66 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->can_load( $product ) );
|
| 67 |
-
|
| 68 |
-
}
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
/**
|
| 72 |
-
* Test if uninstall feedback should load for non whitelisted pages.
|
| 73 |
-
*/
|
| 74 |
-
public function test_un_feedback_load_non_pages() {
|
| 75 |
-
|
| 76 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 77 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 78 |
-
global $pagenow;
|
| 79 |
-
$pagenow = 'index.php';
|
| 80 |
-
$this->assertFalse( ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->can_load( $product ) );
|
| 81 |
-
|
| 82 |
-
}
|
| 83 |
-
|
| 84 |
-
/**
|
| 85 |
-
* Test if uninstall feedback should load for plugins listing.
|
| 86 |
-
*/
|
| 87 |
-
public function test_un_feedback_load_plugins_pages() {
|
| 88 |
-
|
| 89 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_plugin/plugin-file.php';
|
| 90 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 91 |
-
global $pagenow;
|
| 92 |
-
$pagenow = 'plugins.php';
|
| 93 |
-
|
| 94 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->can_load( $product ) );
|
| 95 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Uninstall_Feedback', ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->load( $product ) );
|
| 96 |
-
|
| 97 |
-
}
|
| 98 |
-
|
| 99 |
-
/**
|
| 100 |
-
* Test if uninstall feedback should load for themes install.
|
| 101 |
-
*/
|
| 102 |
-
public function test_un_feedback_load_themes_pages() {
|
| 103 |
-
|
| 104 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 105 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 106 |
-
global $pagenow;
|
| 107 |
-
$pagenow = 'theme-install.php';
|
| 108 |
-
|
| 109 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->can_load( $product ) );
|
| 110 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Uninstall_Feedback', ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->load( $product ) );
|
| 111 |
-
|
| 112 |
-
}
|
| 113 |
-
|
| 114 |
-
/**
|
| 115 |
-
* Test if uninstall feedback loads on ajax requests.
|
| 116 |
-
*/
|
| 117 |
-
public function test_un_feedback_load_ajax() {
|
| 118 |
-
|
| 119 |
-
$file = dirname( __FILE__ ) . '/sample_products/sample_theme/style.css';
|
| 120 |
-
$product = new \ThemeisleSDK\Product( $file );
|
| 121 |
-
|
| 122 |
-
define( 'DOING_AJAX', true );
|
| 123 |
-
|
| 124 |
-
$this->assertTrue( ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->can_load( $product ) );
|
| 125 |
-
$this->assertInstanceOf( 'ThemeisleSDK\\Modules\\Uninstall_Feedback', ( new \ThemeisleSDK\Modules\Uninstall_Feedback() )->load( $product ) );
|
| 126 |
-
|
| 127 |
-
}
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit8a2705dee1856ae006726b6ecf29f0a7
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
|
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit8a2705dee1856ae006726b6ecf29f0a7
|
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
-
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
-
function
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit67907eea32d2dba52ddeec8a638d3dc2
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit67907eea32d2dba52ddeec8a638d3dc2', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit67907eea32d2dba52ddeec8a638d3dc2', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
+
composerRequire67907eea32d2dba52ddeec8a638d3dc2($fileIdentifier, $file);
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
function composerRequire67907eea32d2dba52ddeec8a638d3dc2($fileIdentifier, $file)
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
vendor/composer/autoload_real_52.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
| 4 |
|
| 5 |
-
class
|
| 6 |
private static $loader;
|
| 7 |
|
| 8 |
public static function loadClassLoader($class) {
|
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit1ee6f55b8d11137f7835088648257fed {
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$vendorDir = dirname(dirname(__FILE__));
|
| 27 |
$baseDir = dirname($vendorDir);
|
| 2 |
|
| 3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit78a7e45a197723d493284e9b91ba6aa6 {
|
| 6 |
private static $loader;
|
| 7 |
|
| 8 |
public static function loadClassLoader($class) {
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit78a7e45a197723d493284e9b91ba6aa6', 'loadClassLoader'), true /*, true */);
|
| 23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit78a7e45a197723d493284e9b91ba6aa6', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$vendorDir = dirname(dirname(__FILE__));
|
| 27 |
$baseDir = dirname($vendorDir);
|
vendor/composer/installed.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
| 6 |
"source": {
|
| 7 |
"type": "git",
|
| 8 |
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
|
| 9 |
-
"reference": "
|
| 10 |
},
|
| 11 |
"dist": {
|
| 12 |
"type": "zip",
|
| 13 |
-
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/
|
| 14 |
-
"reference": "
|
| 15 |
"shasum": ""
|
| 16 |
},
|
| 17 |
"require-dev": {
|
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"squizlabs/php_codesniffer": "^3.1",
|
| 20 |
"wp-coding-standards/wpcs": "^1.0.0"
|
| 21 |
},
|
| 22 |
-
"time": "2019-
|
| 23 |
"type": "library",
|
| 24 |
"installation-source": "source",
|
| 25 |
"notification-url": "https://packagist.org/downloads/",
|
| 6 |
"source": {
|
| 7 |
"type": "git",
|
| 8 |
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
|
| 9 |
+
"reference": "7ead6c057d783ea6c827d5b5de52a25c0e72de58"
|
| 10 |
},
|
| 11 |
"dist": {
|
| 12 |
"type": "zip",
|
| 13 |
+
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/7ead6c057d783ea6c827d5b5de52a25c0e72de58",
|
| 14 |
+
"reference": "7ead6c057d783ea6c827d5b5de52a25c0e72de58",
|
| 15 |
"shasum": ""
|
| 16 |
},
|
| 17 |
"require-dev": {
|
| 19 |
"squizlabs/php_codesniffer": "^3.1",
|
| 20 |
"wp-coding-standards/wpcs": "^1.0.0"
|
| 21 |
},
|
| 22 |
+
"time": "2019-03-07 15:42:52",
|
| 23 |
"type": "library",
|
| 24 |
"installation-source": "source",
|
| 25 |
"notification-url": "https://packagist.org/downloads/",
|
vendor/xrstf/composer-php52/composer.json
DELETED
|
@@ -1,26 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "xrstf/composer-php52",
|
| 3 |
-
"license": "MIT",
|
| 4 |
-
"support": {
|
| 5 |
-
"source": "https://github.com/composer-php52/composer-php52",
|
| 6 |
-
"issues": "https://github.com/composer-php52/composer-php52/issues"
|
| 7 |
-
},
|
| 8 |
-
"autoload": {
|
| 9 |
-
"psr-0": {
|
| 10 |
-
"xrstf\\Composer52": "lib/"
|
| 11 |
-
}
|
| 12 |
-
},
|
| 13 |
-
"scripts": {
|
| 14 |
-
"post-install-cmd": [
|
| 15 |
-
"xrstf\\Composer52\\Generator::onPostInstallCmd"
|
| 16 |
-
],
|
| 17 |
-
"post-update-cmd": [
|
| 18 |
-
"xrstf\\Composer52\\Generator::onPostInstallCmd"
|
| 19 |
-
]
|
| 20 |
-
},
|
| 21 |
-
"extra": {
|
| 22 |
-
"branch-alias": {
|
| 23 |
-
"dev-default": "1.x-dev"
|
| 24 |
-
}
|
| 25 |
-
}
|
| 26 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
