diff --git a/tainacan-blocksy/README.txt b/tainacan-blocksy/README.txt index dbd147d..cf03db1 100644 --- a/tainacan-blocksy/README.txt +++ b/tainacan-blocksy/README.txt @@ -5,7 +5,7 @@ Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blo Requires at least: 5.0 Tested up to: 6.0 Requires PHP: 5.6 -Stable tag: 0.1.15 +Stable tag: 0.1.16 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -58,6 +58,9 @@ License details: https://github.com/tainacan/blocksy-tainacan/blob/master/LICENS == Changelog == += 0.1.16 = +* Fixes trailing commas that were causing errors on PHP < 7.3 + = 0.1.15 = * New metadata sections layouts (requires Tainacan 0.19) * New options to lightbox view (requires Tainacan 0.19) diff --git a/tainacan-blocksy/functions.php b/tainacan-blocksy/functions.php index 01b4512..b4ac754 100644 --- a/tainacan-blocksy/functions.php +++ b/tainacan-blocksy/functions.php @@ -4,7 +4,7 @@ Plugin URI: https://tainacan.org/ Description: Tainacan plugin support for Blocksy theme Author: tainacan -Version: 0.1.15 +Version: 0.1.16 Text Domain: tainacan-blocksy License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -15,7 +15,7 @@ } /** Theme/plugin version */ -const TAINACAN_BLOCKSY_VERSION = '0.1.15'; +const TAINACAN_BLOCKSY_VERSION = '0.1.16'; const TAINACAN_BLOCKSY_IS_CHILD_THEME = false; /* Tools to define our next constants */ diff --git a/tainacan-blocksy/inc/global.php b/tainacan-blocksy/inc/global.php index 3adc75c..622e2c6 100644 --- a/tainacan-blocksy/inc/global.php +++ b/tainacan-blocksy/inc/global.php @@ -176,7 +176,7 @@ 'style' => 'solid', 'color' => [ 'color' => 'rgba(125, 125, 125, 0.5)', - ], + ] ]), 'responsive' => true ]); @@ -193,7 +193,7 @@ 'style' => 'solid', 'color' => [ 'color' => 'rgba(125, 125, 125, 0.5)', - ], + ] ]), 'responsive' => true ]); diff --git a/tainacan-blocksy/inc/options/archive-elements/color-palettes.php b/tainacan-blocksy/inc/options/archive-elements/color-palettes.php index e997b93..4c26bd2 100644 --- a/tainacan-blocksy/inc/options/archive-elements/color-palettes.php +++ b/tainacan-blocksy/inc/options/archive-elements/color-palettes.php @@ -42,7 +42,7 @@ 'color2' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color3' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color4' => [ 'color' => 'var(--formBackgroundInitialColor, #ffffff)' ], - 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ], + 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ] ], @@ -53,7 +53,7 @@ 'color2' => [ 'color' => '#ece6db' ], 'color3' => [ 'color' => '#f4eee2' ], 'color4' => [ 'color' => '#f4eee2' ], - 'color5' => [ 'color' => '#dfd9cd' ], + 'color5' => [ 'color' => '#dfd9cd' ] ], @@ -64,7 +64,7 @@ 'color2' => [ 'color' => '#282828' ], 'color3' => [ 'color' => '#333333' ], 'color4' => [ 'color' => '#333333' ], - 'color5' => [ 'color' => '#1e1e1e' ], + 'color5' => [ 'color' => '#1e1e1e' ] ] ] @@ -101,7 +101,7 @@ 'color2' => [ 'color' => 'var(--headingColor, rgba(44, 62, 80, 1))' ], 'color3' => [ 'color' => 'var(--color, #454647)' ], 'color4' => [ 'color' => '#555758' ], - 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ], + 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ] ], @@ -112,7 +112,7 @@ 'color2' => [ 'color' => 'rgb(80, 54, 44)' ], 'color3' => [ 'color' => '#474545' ], 'color4' => [ 'color' => '#585655' ], - 'color5' => [ 'color' => '#474545' ], + 'color5' => [ 'color' => '#474545' ] ], @@ -123,7 +123,7 @@ 'color2' => [ 'color' => 'rgb(207, 216, 225)' ], 'color3' => [ 'color' => '#f0f0f0' ], 'color4' => [ 'color' => '#c8c8c8' ], - 'color5' => [ 'color' => '#f0f0f0' ], + 'color5' => [ 'color' => '#f0f0f0' ] ] ] diff --git a/tainacan-blocksy/inc/options/archive-elements/default-view-mode.php b/tainacan-blocksy/inc/options/archive-elements/default-view-mode.php index f92989b..7b05dec 100644 --- a/tainacan-blocksy/inc/options/archive-elements/default-view-mode.php +++ b/tainacan-blocksy/inc/options/archive-elements/default-view-mode.php @@ -12,6 +12,6 @@ 'sync' => '', 'choices' => blocksy_ordered_keys( $view_modes['enabled_view_modes'] - ), + ) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/archive-elements/filters-panel.php b/tainacan-blocksy/inc/options/archive-elements/filters-panel.php index c97bb59..ba63ca1 100644 --- a/tainacan-blocksy/inc/options/archive-elements/filters-panel.php +++ b/tainacan-blocksy/inc/options/archive-elements/filters-panel.php @@ -27,8 +27,8 @@ 'view' => 'text', 'choices' => [ 'simple' => __('Simple', 'blocksy'), - 'boxed' => __('Boxed', 'blocksy'), - ], + 'boxed' => __('Boxed', 'blocksy') + ] ], blocksy_rand_md5() => [ 'type' => 'ct-condition', @@ -79,8 +79,8 @@ 'desc' => __( 'Display the filters button inside the search control bar instead of floating aside.', 'tainacan-blocksy' ), 'sync' => '' - ], - ], + ] + ] ], $prefix . 'filters_fixed_on_scroll' => [ 'label' => __( 'Filters fixed on scroll', 'tainacan-blocksy' ), @@ -96,6 +96,6 @@ 'desc' => __( 'Display the filters panel as a full screen modal instead of aside, even on desktop.', 'tainacan-blocksy' ), 'sync' => '' ] - ], - ], + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/archive-elements/page-header-simpler.php b/tainacan-blocksy/inc/options/archive-elements/page-header-simpler.php index e935d03..c855ff8 100644 --- a/tainacan-blocksy/inc/options/archive-elements/page-header-simpler.php +++ b/tainacan-blocksy/inc/options/archive-elements/page-header-simpler.php @@ -29,8 +29,8 @@ 'view' => 'text', 'choices' => [ 'simple' => __('Simple', 'blocksy'), - 'boxed' => __('Boxed', 'blocksy'), - ], + 'boxed' => __('Boxed', 'blocksy') + ] ], $prefix . 'hero_elements' => [ 'label' => __('Elements', 'blocksy'), @@ -63,8 +63,8 @@ 'h5' => 'H5', 'h6' => 'H6', ] - ), - ], + ) + ] ], 'hero_item_spacing' => [ @@ -76,12 +76,12 @@ 'responsive' => true, 'sync' => [ 'id' => $prefix . 'hero_elements_spacing', - ], - ], - ], + ] + ] + ] ] ] - ], - ], - ], + ] + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/archive-elements/page-header.php b/tainacan-blocksy/inc/options/archive-elements/page-header.php index 43ea94d..a60e178 100644 --- a/tainacan-blocksy/inc/options/archive-elements/page-header.php +++ b/tainacan-blocksy/inc/options/archive-elements/page-header.php @@ -49,8 +49,8 @@ 'view' => 'text', 'choices' => [ 'simple' => __('Simple', 'blocksy'), - 'boxed' => __('Boxed', 'blocksy'), - ], + 'boxed' => __('Boxed', 'blocksy') + ] ], $prefix . 'hero_elements' => [ 'label' => __('Elements', 'blocksy'), @@ -73,13 +73,13 @@ 'responsive' => true, 'sync' => [ 'id' => $prefix . 'hero_elements_spacing', - ], - ], - ], + ] + ] + ] ], 'custom_thumbnail' => [ - 'label' => __('Thumbnail', 'blocksy'), + 'label' => __('Thumbnail', 'blocksy') ], 'custom_title' => [ @@ -104,8 +104,8 @@ 'h5' => 'H5', 'h6' => 'H6', ] - ), - ], + ) + ] ], @@ -128,9 +128,9 @@ 'responsive' => true, 'sync' => [ 'id' => $prefix . 'hero_elements_spacing', - ], - ], - ], + ] + ] + ] ], 'custom_description' => [ @@ -151,12 +151,12 @@ 'choices' => blocksy_ordered_keys([ 'desktop' => __( 'Desktop', 'blocksy' ), 'tablet' => __( 'Tablet', 'blocksy' ), - 'mobile' => __( 'Mobile', 'blocksy' ), + 'mobile' => __( 'Mobile', 'blocksy' ) ]), 'sync' => [ 'id' => $prefix . 'hero_elements_spacing', - ], + ] ], 'hero_item_spacing' => [ @@ -168,12 +168,12 @@ 'responsive' => true, 'sync' => [ 'id' => $prefix . 'hero_elements_spacing', - ], - ], - ], + ] + ] + ] ] ] - ], - ], - ], + ] + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/archive-elements/pagination.php b/tainacan-blocksy/inc/options/archive-elements/pagination.php index 4436d84..bb717c6 100644 --- a/tainacan-blocksy/inc/options/archive-elements/pagination.php +++ b/tainacan-blocksy/inc/options/archive-elements/pagination.php @@ -34,6 +34,6 @@ 'desc' => __( 'Display the button for jumping to an specific page.', 'tainacan-blocksy' ), 'sync' => '' ] - ], - ], + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/archive-elements/search-control.php b/tainacan-blocksy/inc/options/archive-elements/search-control.php index 5921234..255f0e1 100644 --- a/tainacan-blocksy/inc/options/archive-elements/search-control.php +++ b/tainacan-blocksy/inc/options/archive-elements/search-control.php @@ -15,7 +15,7 @@ 'inner-options' => [ blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Textual search', 'tainacan-blocksy' ), + 'label' => __( 'Textual search', 'tainacan-blocksy' ) ], $prefix . 'show_search' => [ 'label' => __( 'Show simple search', 'tainacan-blocksy' ), @@ -37,12 +37,12 @@ 'desc' => __( 'Display a link to open the advanced search panel.', 'tainacan-blocksy' ), 'sync' => '' - ], - ], + ] + ] ], blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Sorting', 'tainacan-blocksy' ), + 'label' => __( 'Sorting', 'tainacan-blocksy' ) ], $prefix . 'show_sorting_area' => [ 'label' => __( 'Show sorting options', 'tainacan-blocksy' ), @@ -64,12 +64,12 @@ 'desc' => __( 'Display the "Sort by" button, to select a metadata to sort by.', 'tainacan-blocksy' ), 'sync' => '' - ], - ], + ] + ] ], blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'View modes', 'tainacan-blocksy' ), + 'label' => __( 'View modes', 'tainacan-blocksy' ) ], blocksy_rand_md5() => [ 'type' => 'ct-condition', @@ -103,7 +103,7 @@ ], blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Exposers', 'tainacan-blocksy' ), + 'label' => __( 'Exposers', 'tainacan-blocksy' ) ], $prefix . 'show_exposers_button' => [ 'label' => __( 'Show "View as..." button', 'tainacan-blocksy' ), @@ -111,7 +111,7 @@ 'value' => 'yes', 'desc' => __( 'Display the "View as..." button, which opens the exposers modal.', 'tainacan-blocksy' ), 'sync' => '' - ], - ], - ], + ] + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/archives/tainacan-repository-items.php b/tainacan-blocksy/inc/options/archives/tainacan-repository-items.php index f5220cf..f354763 100644 --- a/tainacan-blocksy/inc/options/archives/tainacan-repository-items.php +++ b/tainacan-blocksy/inc/options/archives/tainacan-repository-items.php @@ -10,7 +10,7 @@ 'inner-options' => blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/posts/tainacan-item-archive.php', [ 'prefix' => 'tainacan-repository-items', 'is_general_cpt' => true - ], false), - ], - ], + ], false) + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/archives/tainacan-terms-items.php b/tainacan-blocksy/inc/options/archives/tainacan-terms-items.php index 42a4281..6999d69 100644 --- a/tainacan-blocksy/inc/options/archives/tainacan-terms-items.php +++ b/tainacan-blocksy/inc/options/archives/tainacan-terms-items.php @@ -11,7 +11,7 @@ 'inner-options' => blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/posts/tainacan-item-archive.php', [ 'prefix' => 'tainacan-terms-items', 'is_general_cpt' => true - ], false), - ], - ], + ], false) + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/posts/tainacan-item-archive.php b/tainacan-blocksy/inc/options/posts/tainacan-item-archive.php index b048e34..b136454 100644 --- a/tainacan-blocksy/inc/options/posts/tainacan-item-archive.php +++ b/tainacan-blocksy/inc/options/posts/tainacan-item-archive.php @@ -4,8 +4,8 @@ [ blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Page Elements', 'blocksy' ), - ], + 'label' => __( 'Page Elements', 'blocksy' ) + ] ], blocksy_get_options( @@ -33,5 +33,5 @@ blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/archive-elements/color-palettes.php', [ 'prefix' => $prefix . '_archive' - ], false), + ], false) ]; diff --git a/tainacan-blocksy/inc/options/posts/tainacan-item-single.php b/tainacan-blocksy/inc/options/posts/tainacan-item-single.php index 6ff0d31..3129b85 100644 --- a/tainacan-blocksy/inc/options/posts/tainacan-item-single.php +++ b/tainacan-blocksy/inc/options/posts/tainacan-item-single.php @@ -12,8 +12,8 @@ [ blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Tainacan Item Elements', 'tainacan-blocksy' ), - ], + 'label' => __( 'Tainacan Item Elements', 'tainacan-blocksy' ) + ] ], blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/single-elements/tainacan-single-structure.php', [ 'prefix' => $post_type->name . '_single', diff --git a/tainacan-blocksy/inc/options/single-elements/attachments-carousel-width.php b/tainacan-blocksy/inc/options/single-elements/attachments-carousel-width.php index 8910ea5..4c8aa59 100644 --- a/tainacan-blocksy/inc/options/single-elements/attachments-carousel-width.php +++ b/tainacan-blocksy/inc/options/single-elements/attachments-carousel-width.php @@ -18,5 +18,5 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/attachments-size.php b/tainacan-blocksy/inc/options/single-elements/attachments-size.php index f7cb831..374ac53 100644 --- a/tainacan-blocksy/inc/options/single-elements/attachments-size.php +++ b/tainacan-blocksy/inc/options/single-elements/attachments-size.php @@ -24,5 +24,5 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/disable-gallery-lightbox.php b/tainacan-blocksy/inc/options/single-elements/disable-gallery-lightbox.php index 30fc23c..a5847db 100644 --- a/tainacan-blocksy/inc/options/single-elements/disable-gallery-lightbox.php +++ b/tainacan-blocksy/inc/options/single-elements/disable-gallery-lightbox.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to not open a modal when clicking in the document.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/document-attachments-colors.php b/tainacan-blocksy/inc/options/single-elements/document-attachments-colors.php index 9aca46c..c57d12b 100644 --- a/tainacan-blocksy/inc/options/single-elements/document-attachments-colors.php +++ b/tainacan-blocksy/inc/options/single-elements/document-attachments-colors.php @@ -33,7 +33,7 @@ 'color1' => [ 'color' => 'var(--paletteColor6, #edeff2)' ], 'color2' => [ 'color' => 'var(--paletteColor4, #2c3e50)' ], - 'color3' => [ 'color' => 'var(--paletteColor1, #3eaf7c)' ], + 'color3' => [ 'color' => 'var(--paletteColor1, #3eaf7c)' ] ], @@ -42,14 +42,14 @@ 'color1' => [ 'color' => 'var(--paletteColor3, #415161)' ], 'color2' => [ 'color' => 'var(--paletteColor7, #f8f9fb)' ], - 'color3' => [ 'color' => 'var(--paletteColor2, #33a370)' ], + 'color3' => [ 'color' => 'var(--paletteColor2, #33a370)' ] - ], + ] ] ], 'sync' => '', ] ] - ], + ] ]; diff --git a/tainacan-blocksy/inc/options/single-elements/document-attachments-columns.php b/tainacan-blocksy/inc/options/single-elements/document-attachments-columns.php index a70a679..a261a57 100644 --- a/tainacan-blocksy/inc/options/single-elements/document-attachments-columns.php +++ b/tainacan-blocksy/inc/options/single-elements/document-attachments-columns.php @@ -28,7 +28,7 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], - ], + ] + ] ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/document-attachments-structure.php b/tainacan-blocksy/inc/options/single-elements/document-attachments-structure.php index 9412862..214d8b0 100644 --- a/tainacan-blocksy/inc/options/single-elements/document-attachments-structure.php +++ b/tainacan-blocksy/inc/options/single-elements/document-attachments-structure.php @@ -17,15 +17,15 @@ 'choices' => [ 'gallery-type-1' => [ 'src' => tainacan_blocksy_image_picker_url( 'gallery-type-1.svg' ), - 'title' => __( 'Document and Attachments separate', 'tainacan-blocksy' ), + 'title' => __( 'Document and Attachments separate', 'tainacan-blocksy' ) ], 'gallery-type-2' => [ 'src' => tainacan_blocksy_image_picker_url( 'gallery-type-2.svg' ), - 'title' => __( 'Document and Attachments merged', 'tainacan-blocksy' ), - ], + 'title' => __( 'Document and Attachments merged', 'tainacan-blocksy' ) + ] ], 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/document-attachments.php b/tainacan-blocksy/inc/options/single-elements/document-attachments.php index cff9f2b..50a10a6 100644 --- a/tainacan-blocksy/inc/options/single-elements/document-attachments.php +++ b/tainacan-blocksy/inc/options/single-elements/document-attachments.php @@ -108,7 +108,7 @@ ], false) ] ] - ], + ] ] ] ] diff --git a/tainacan-blocksy/inc/options/single-elements/document-height.php b/tainacan-blocksy/inc/options/single-elements/document-height.php index 8a5a392..5bbb664 100644 --- a/tainacan-blocksy/inc/options/single-elements/document-height.php +++ b/tainacan-blocksy/inc/options/single-elements/document-height.php @@ -17,5 +17,5 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/document-width.php b/tainacan-blocksy/inc/options/single-elements/document-width.php index 1bb8e6f..0db8559 100644 --- a/tainacan-blocksy/inc/options/single-elements/document-width.php +++ b/tainacan-blocksy/inc/options/single-elements/document-width.php @@ -17,5 +17,5 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/gallery-color-scheme.php b/tainacan-blocksy/inc/options/single-elements/gallery-color-scheme.php index 440e799..dd4ec20 100644 --- a/tainacan-blocksy/inc/options/single-elements/gallery-color-scheme.php +++ b/tainacan-blocksy/inc/options/single-elements/gallery-color-scheme.php @@ -13,7 +13,7 @@ 'divider' => 'top', 'choices' => [ 'dark' => __('Dark', 'blocksy'), - 'light' => __('Light', 'blocksy'), - ], + 'light' => __('Light', 'blocksy') + ] ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-download-button.php b/tainacan-blocksy/inc/options/single-elements/hide-download-button.php index 7473b0a..e102e37 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-download-button.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-download-button.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to never display a "Download" button when hovering the document.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-files-caption-lightbox.php b/tainacan-blocksy/inc/options/single-elements/hide-files-caption-lightbox.php index 077bff6..64c9771 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-files-caption-lightbox.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-files-caption-lightbox.php @@ -15,6 +15,6 @@ 'desc' => __( 'Toggle to hide the attachments and document caption on the lightbox.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-files-caption-main.php b/tainacan-blocksy/inc/options/single-elements/hide-files-caption-main.php index cd8cecb..4109d2d 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-files-caption-main.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-files-caption-main.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to hide the attachments and document caption on the main view.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-files-description-lightbox.php b/tainacan-blocksy/inc/options/single-elements/hide-files-description-lightbox.php index 8d367f9..40af392 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-files-description-lightbox.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-files-description-lightbox.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to hide the attachments and document description on the lightbox.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-files-description-main.php b/tainacan-blocksy/inc/options/single-elements/hide-files-description-main.php index c218409..8bae3e9 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-files-description-main.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-files-description-main.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to hide the attachments and document description on the main view.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-files-name-lightbox.php b/tainacan-blocksy/inc/options/single-elements/hide-files-name-lightbox.php index 3909bea..e1d0ddd 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-files-name-lightbox.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-files-name-lightbox.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to hide the attachments and document name on the lightbox view.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-files-name-main.php b/tainacan-blocksy/inc/options/single-elements/hide-files-name-main.php index 894e678..f529e81 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-files-name-main.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-files-name-main.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to hide the attachments and document name on the main view.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/hide-files-name.php b/tainacan-blocksy/inc/options/single-elements/hide-files-name.php index 4c93b1f..357445f 100644 --- a/tainacan-blocksy/inc/options/single-elements/hide-files-name.php +++ b/tainacan-blocksy/inc/options/single-elements/hide-files-name.php @@ -16,6 +16,6 @@ 'desc' => __( 'Toggle to hide the attachments and document name on the carousel.', 'tainacan-blocksy' ), 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix, - ]), + ]) ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/items-related-to-this.php b/tainacan-blocksy/inc/options/single-elements/items-related-to-this.php index d759840..0c8479b 100644 --- a/tainacan-blocksy/inc/options/single-elements/items-related-to-this.php +++ b/tainacan-blocksy/inc/options/single-elements/items-related-to-this.php @@ -29,16 +29,16 @@ 'choices' => [ 'carousel' => [ 'src' => tainacan_blocksy_image_picker_url( 'items-carousel.svg' ), - 'title' => __( 'Carousel', 'tainacan-blocksy' ), + 'title' => __( 'Carousel', 'tainacan-blocksy' ) ], 'grid' => [ 'src' => tainacan_blocksy_image_picker_url( 'items-grid.svg' ), - 'title' => __( 'Grid', 'tainacan-blocksy' ), + 'title' => __( 'Grid', 'tainacan-blocksy' ) ], 'list' => [ 'src' => tainacan_blocksy_image_picker_url( 'items-list.svg' ), - 'title' => __( 'List', 'tainacan-blocksy' ), - ], + 'title' => __( 'List', 'tainacan-blocksy' ) + ] ], 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix diff --git a/tainacan-blocksy/inc/options/single-elements/metadata-columns.php b/tainacan-blocksy/inc/options/single-elements/metadata-columns.php index 3ded3a6..e44c21e 100644 --- a/tainacan-blocksy/inc/options/single-elements/metadata-columns.php +++ b/tainacan-blocksy/inc/options/single-elements/metadata-columns.php @@ -23,12 +23,12 @@ 'unit' => 'vw', 'min' => 20, 'max' => 100, - ], + ] ]), 'responsive' => true, 'divider' => 'bottom', 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/metadata-labels.php b/tainacan-blocksy/inc/options/single-elements/metadata-labels.php index 7905a85..a3e8c4d 100644 --- a/tainacan-blocksy/inc/options/single-elements/metadata-labels.php +++ b/tainacan-blocksy/inc/options/single-elements/metadata-labels.php @@ -8,8 +8,8 @@ [ blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Metadata Label', 'tainacan-blocksy' ), - ], + 'label' => __( 'Metadata Label', 'tainacan-blocksy' ) + ] ], $prefix . 'tainacan_metadata_label_font' => [ 'type' => 'ct-typography', @@ -51,10 +51,10 @@ 'style' => 'solid', 'color' => [ 'color' => 'rgba(125, 125, 125, 0.5)', - ], + ] ], 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/metadata-list-structure.php b/tainacan-blocksy/inc/options/single-elements/metadata-list-structure.php index 8253810..c271bea 100644 --- a/tainacan-blocksy/inc/options/single-elements/metadata-list-structure.php +++ b/tainacan-blocksy/inc/options/single-elements/metadata-list-structure.php @@ -14,16 +14,16 @@ 'choices' => [ 'metadata-type-1' => [ 'src' => tainacan_blocksy_image_picker_url( 'metadata-type-1.svg' ), - 'title' => __( 'Label above values', 'tainacan-blocksy' ), + 'title' => __( 'Label above values', 'tainacan-blocksy' ) ], 'metadata-type-2' => [ 'src' => tainacan_blocksy_image_picker_url( 'metadata-type-2.svg' ), - 'title' => __( 'Label aside values', 'tainacan-blocksy' ), - ], + 'title' => __( 'Label aside values', 'tainacan-blocksy' ) + ] ], 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/metadata-list.php b/tainacan-blocksy/inc/options/single-elements/metadata-list.php index fc23f46..ab91c5a 100644 --- a/tainacan-blocksy/inc/options/single-elements/metadata-list.php +++ b/tainacan-blocksy/inc/options/single-elements/metadata-list.php @@ -10,8 +10,8 @@ [ blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Metadata List', 'tainacan-blocksy' ), - ], + 'label' => __( 'Metadata List', 'tainacan-blocksy' ) + ] ], blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/single-elements/metadata-list-structure.php', [ 'prefix' => $prefix @@ -36,12 +36,14 @@ [ blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Metadata Sections', 'tainacan-blocksy' ), - ], + 'label' => __( 'Metadata Sections', 'tainacan-blocksy' ) + ] ], - blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/single-elements/metadata-sections.php', [ - 'prefix' => $prefix - ], false), + [ + blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/single-elements/metadata-sections.php', [ + 'prefix' => $prefix + ], false) + ] ); } @@ -70,7 +72,7 @@ blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/single-elements/metadata-values.php', [ 'prefix' => $prefix ], false) - ], + ] ] ] ] diff --git a/tainacan-blocksy/inc/options/single-elements/metadata-sections.php b/tainacan-blocksy/inc/options/single-elements/metadata-sections.php index 67952bf..c54012a 100644 --- a/tainacan-blocksy/inc/options/single-elements/metadata-sections.php +++ b/tainacan-blocksy/inc/options/single-elements/metadata-sections.php @@ -14,23 +14,23 @@ 'choices' => [ 'metadata-section-type-1' => [ 'src' => tainacan_blocksy_image_picker_url( 'metadata-section-type-1.svg' ), - 'title' => __( 'Default', 'tainacan-blocksy' ), + 'title' => __( 'Default', 'tainacan-blocksy' ) ], 'metadata-section-type-2' => [ 'src' => tainacan_blocksy_image_picker_url( 'metadata-section-type-2.svg' ), - 'title' => __( 'Tabs', 'tainacan-blocksy' ), + 'title' => __( 'Tabs', 'tainacan-blocksy' ) ], 'metadata-section-type-3' => [ 'src' => tainacan_blocksy_image_picker_url( 'metadata-section-type-3.svg' ), - 'title' => __( 'Collapses', 'tainacan-blocksy' ), + 'title' => __( 'Collapses', 'tainacan-blocksy' ) ], 'metadata-section-type-4' => [ 'src' => tainacan_blocksy_image_picker_url( 'metadata-section-type-4.svg' ), - 'title' => __( 'Accordion', 'tainacan-blocksy' ), + 'title' => __( 'Accordion', 'tainacan-blocksy' ) ] ], 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/metadata-values.php b/tainacan-blocksy/inc/options/single-elements/metadata-values.php index a861e15..073e48c 100644 --- a/tainacan-blocksy/inc/options/single-elements/metadata-values.php +++ b/tainacan-blocksy/inc/options/single-elements/metadata-values.php @@ -8,8 +8,8 @@ [ blocksy_rand_md5() => [ 'type' => 'ct-title', - 'label' => __( 'Metadata Value', 'tainacan-blocksy' ), - ], + 'label' => __( 'Metadata Value', 'tainacan-blocksy' ) + ] ], $prefix . 'tainacan_metadata_value_font' => [ 'type' => 'ct-typography', @@ -50,10 +50,10 @@ 'style' => 'solid', 'color' => [ 'color' => 'rgba(125, 125, 125, 0.5)', - ], + ] ], 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/inc/options/single-elements/section-labels.php b/tainacan-blocksy/inc/options/single-elements/section-labels.php index 0abc4c4..0b77bc3 100644 --- a/tainacan-blocksy/inc/options/single-elements/section-labels.php +++ b/tainacan-blocksy/inc/options/single-elements/section-labels.php @@ -66,7 +66,7 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ] ], blocksy_rand_md5() => [ @@ -84,7 +84,7 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ] ], blocksy_rand_md5() => [ @@ -103,7 +103,7 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ] ], $prefix . 'section_metadata_label' => [ @@ -131,9 +131,9 @@ 'sync' => blocksy_sync_single_post_container([ 'prefix' => $prefix ]) - ], + ] ] - ], - ], - ], + ] + ] + ] ]; diff --git a/tainacan-blocksy/inc/options/single-elements/tainacan-single-structure.php b/tainacan-blocksy/inc/options/single-elements/tainacan-single-structure.php index 1448da1..a7c4f75 100644 --- a/tainacan-blocksy/inc/options/single-elements/tainacan-single-structure.php +++ b/tainacan-blocksy/inc/options/single-elements/tainacan-single-structure.php @@ -15,34 +15,34 @@ 'choices' => [ 'type-dam' => [ 'src' => tainacan_blocksy_image_picker_url( 'type-dam.svg' ), - 'title' => __( 'Document, Attachments, Metadata', 'tainacan-blocksy' ), + 'title' => __( 'Document, Attachments, Metadata', 'tainacan-blocksy' ) ], 'type-dma' => [ 'src' => tainacan_blocksy_image_picker_url( 'type-dma.svg' ), - 'title' => __( 'Document, Metadata, Attachments', 'tainacan-blocksy' ), + 'title' => __( 'Document, Metadata, Attachments', 'tainacan-blocksy' ) ], 'type-mda' => [ 'src' => tainacan_blocksy_image_picker_url( 'type-mda.svg' ), - 'title' => __( 'Metadata, Document, Attachments', 'tainacan-blocksy' ), + 'title' => __( 'Metadata, Document, Attachments', 'tainacan-blocksy' ) ], 'type-gm' => [ 'src' => tainacan_blocksy_image_picker_url( 'type-gm.svg' ), - 'title' => __( 'Metadata to the right', 'tainacan-blocksy' ), + 'title' => __( 'Metadata to the right', 'tainacan-blocksy' ) ], 'type-mg' => [ 'src' => tainacan_blocksy_image_picker_url( 'type-mg.svg' ), - 'title' => __( 'Metadata to the left', 'tainacan-blocksy' ), + 'title' => __( 'Metadata to the left', 'tainacan-blocksy' ) ], // 'type-gtm' => [ // 'src' => tainacan_blocksy_image_picker_url( 'type-gtm.svg' ), // 'title' => __( 'Document and Attachments above Title', 'tainacan-blocksy' ), - // ], + // ] ], 'sync' => '' - ], + ] ]; \ No newline at end of file diff --git a/tainacan-blocksy/package-lock.json b/tainacan-blocksy/package-lock.json index 8fc215d..8d2d5bf 100644 --- a/tainacan-blocksy/package-lock.json +++ b/tainacan-blocksy/package-lock.json @@ -1,1998 +1,8 @@ { "name": "tainacan-blocksy", "version": "0.1.15", - "lockfileVersion": 2, + "lockfileVersion": 1, "requires": true, - "packages": { - "": { - "name": "tainacan-blocksy", - "version": "0.1.15", - "license": "ISC", - "devDependencies": { - "clean-css-cli": "^4.3.0", - "node-sass": "^4.14.1" - } - }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "node_modules/ajv": { - "version": "6.12.4", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", - "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true, - "engines": { - "node": ">=0.4.2" - } - }, - "node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", - "dev": true - }, - "node_modules/are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", - "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", - "dev": true, - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "node_modules/array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "dev": true, - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", - "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==", - "dev": true - }, - "node_modules/balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "dev": true - }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dev": true, - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "dependencies": { - "inherits": "~2.0.0" - }, - "engines": { - "node": "0.4 || >=0.5.8" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "dev": true, - "dependencies": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true - }, - "node_modules/chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", - "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", - "dev": true, - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/clean-css-cli": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-4.3.0.tgz", - "integrity": "sha512-8GHZfr+mG3zB/Lgqrr27qHBFsPSn0fyEI3f2rIZpxPxUbn2J6A8xyyeBRVTW8duDuXigN0s80vsXiXJOEFIO5Q==", - "dev": true, - "dependencies": { - "clean-css": "^4.2.1", - "commander": "2.x", - "glob": "7.x" - }, - "bin": { - "cleancss": "bin/cleancss" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/cliui/node_modules/string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "node_modules/console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "dev": true - }, - "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "node_modules/cross-spawn": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", - "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", - "dev": true, - "dependencies": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - } - }, - "node_modules/currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", - "dev": true, - "dependencies": { - "array-find-index": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "dev": true - }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dev": true, - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true, - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "dev": true, - "dependencies": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "node_modules/fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "dev": true, - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "dev": true, - "dependencies": { - "globule": "^1.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/globule": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz", - "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==", - "dev": true, - "dependencies": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", - "dev": true - }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", - "dev": true, - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", - "dev": true - }, - "node_modules/hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", - "dev": true - }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, - "node_modules/in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz", - "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==", - "dev": true, - "bin": { - "in-install": "in-install.js", - "in-publish": "in-publish.js", - "not-in-install": "not-in-install.js", - "not-in-publish": "not-in-publish.js" - } - }, - "node_modules/indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", - "dev": true, - "dependencies": { - "repeating": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "node_modules/is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", - "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", - "dev": true, - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "node_modules/is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "dev": true - }, - "node_modules/js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", - "dev": true - }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "dev": true - }, - "node_modules/json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "dev": true - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "node_modules/jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "dev": true, - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "node_modules/load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/locate-path/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, - "node_modules/loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", - "dev": true, - "dependencies": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dev": true, - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/meow": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "dev": true, - "dependencies": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", - "dev": true, - "dependencies": { - "mime-db": "1.44.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "node_modules/mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/nan": { - "version": "2.14.1", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", - "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", - "dev": true - }, - "node_modules/node-gyp": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", - "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", - "dev": true, - "dependencies": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/node-gyp/node_modules/semver": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/node-sass": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", - "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash": "^4.17.15", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.13.2", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "2.2.5", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" - }, - "bin": { - "node-sass": "bin/node-sass" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nopt": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", - "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", - "dev": true, - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - } - }, - "node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", - "dev": true, - "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "node_modules/number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/osenv": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", - "dev": true, - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "dev": true, - "dependencies": { - "error-ex": "^1.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "dev": true, - "dependencies": { - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "node_modules/path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", - "dev": true - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dev": true, - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true - }, - "node_modules/pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", - "dev": true - }, - "node_modules/psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "dev": true, - "dependencies": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", - "dev": true, - "dependencies": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/redent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", - "dev": true, - "dependencies": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeating": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", - "dev": true, - "dependencies": { - "is-finite": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dev": true, - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "node_modules/resolve": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", - "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", - "dev": true, - "dependencies": { - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "node_modules/sass-graph": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz", - "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==", - "dev": true, - "dependencies": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - }, - "bin": { - "sassgraph": "bin/sassgraph" - } - }, - "node_modules/scss-tokenizer": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", - "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", - "dev": true, - "dependencies": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - } - }, - "node_modules/scss-tokenizer/node_modules/source-map": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", - "dev": true, - "dependencies": { - "amdefine": ">=0.0.4" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "node_modules/signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz", - "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==", - "dev": true - }, - "node_modules/sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "dev": true, - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/stdout-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", - "dev": true, - "dependencies": { - "readable-stream": "^2.0.1" - } - }, - "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "dependencies": { - "is-utf8": "^0.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", - "dev": true, - "dependencies": { - "get-stdin": "^4.0.1" - }, - "bin": { - "strip-indent": "cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/tar": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", - "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", - "deprecated": "This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.", - "dev": true, - "dependencies": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - } - }, - "node_modules/tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dev": true, - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/true-case-path": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", - "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", - "dev": true, - "dependencies": { - "glob": "^7.1.2" - } - }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dev": true, - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true - }, - "node_modules/uri-js": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz", - "integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "dev": true, - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, - "node_modules/wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", - "dev": true, - "dependencies": { - "string-width": "^1.0.2 || 2" - } - }, - "node_modules/wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/wrap-ansi/node_modules/string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - }, - "node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "node_modules/yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", - "dev": true - }, - "node_modules/yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dev": true, - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "node_modules/yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dev": true, - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/yargs-parser/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/yargs/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/yargs/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yargs/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/yargs/node_modules/string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yargs/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - } - }, "dependencies": { "abbrev": { "version": "1.1.1", @@ -3297,15 +1307,6 @@ "readable-stream": "^2.0.1" } }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", @@ -3317,6 +1318,15 @@ "strip-ansi": "^3.0.0" } }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", diff --git a/tainacan-blocksy/package.json b/tainacan-blocksy/package.json index 95b4be2..ee7bbf0 100644 --- a/tainacan-blocksy/package.json +++ b/tainacan-blocksy/package.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.15", + "version": "0.1.16", "description": "A Blocksy plugin/child theme compatible with Tainacan", "main": "index.js", "scripts": { diff --git a/tainacan-blocksy/tainacan/archive-items.php b/tainacan-blocksy/tainacan/archive-items.php index 4d880bc..1df8272 100644 --- a/tainacan-blocksy/tainacan/archive-items.php +++ b/tainacan-blocksy/tainacan/archive-items.php @@ -15,7 +15,7 @@ 'color2' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color3' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color4' => [ 'color' => 'var(--formBackgroundInitialColor, #ffffff)' ], - 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ], + 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ] ]); $page_container_style .= '--tainacan-background-color:' . $background_color_palette['color1']['color'] . ';'; $page_container_style .= '--tainacan-item-background-color:' . $background_color_palette['color2']['color'] . ';'; @@ -29,7 +29,7 @@ 'color2' => [ 'color' => 'var(--headingColor, rgba(44, 62, 80, 1))' ], 'color3' => [ 'color' => 'var(--color, #454647)' ], 'color4' => [ 'color' => '#555758' ], - 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ], + 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ] ]); $page_container_style .= '--tainacan-secondary:' . $text_color_palette['color1']['color'] . ';'; $page_container_style .= '--tainacan-heading-color:' . $text_color_palette['color2']['color'] . ';'; diff --git a/tainacan-blocksy/tainacan/archive-repository.php b/tainacan-blocksy/tainacan/archive-repository.php index 4ba9f72..e0a952b 100644 --- a/tainacan-blocksy/tainacan/archive-repository.php +++ b/tainacan-blocksy/tainacan/archive-repository.php @@ -16,7 +16,7 @@ 'color2' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color3' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color4' => [ 'color' => 'var(--formBackgroundInitialColor, #ffffff)' ], - 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ], + 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ] ]); $page_container_style .= '--tainacan-background-color:' . $background_color_palette['color1']['color'] . ';'; $page_container_style .= '--tainacan-item-background-color:' . $background_color_palette['color2']['color'] . ';'; @@ -30,7 +30,7 @@ 'color2' => [ 'color' => 'var(--headingColor, rgba(44, 62, 80, 1))' ], 'color3' => [ 'color' => 'var(--color, #454647)' ], 'color4' => [ 'color' => '#555758' ], - 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ], + 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ] ]); $page_container_style .= '--tainacan-secondary:' . $text_color_palette['color1']['color'] . ';'; $page_container_style .= '--tainacan-heading-color:' . $text_color_palette['color2']['color'] . ';'; diff --git a/tainacan-blocksy/tainacan/archive-taxonomy.php b/tainacan-blocksy/tainacan/archive-taxonomy.php index ed903a7..189a8b7 100644 --- a/tainacan-blocksy/tainacan/archive-taxonomy.php +++ b/tainacan-blocksy/tainacan/archive-taxonomy.php @@ -16,7 +16,7 @@ 'color2' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color3' => [ 'color' => 'var(--cardBackground, #ffffff)' ], 'color4' => [ 'color' => 'var(--formBackgroundInitialColor, #ffffff)' ], - 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ], + 'color5' => [ 'color' => 'var(--background-color, #f8f9fb)' ] ]); $page_container_style .= '--tainacan-background-color:' . $background_color_palette['color1']['color'] . ';'; $page_container_style .= '--tainacan-item-background-color:' . $background_color_palette['color2']['color'] . ';'; @@ -30,7 +30,7 @@ 'color2' => [ 'color' => 'var(--headingColor, rgba(44, 62, 80, 1))' ], 'color3' => [ 'color' => 'var(--color, #454647)' ], 'color4' => [ 'color' => '#555758' ], - 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ], + 'color5' => [ 'color' => 'var(--formTextInitialColor, #454647)' ] ]); $page_container_style .= '--tainacan-secondary:' . $text_color_palette['color1']['color'] . ';'; $page_container_style .= '--tainacan-heading-color:' . $text_color_palette['color2']['color'] . ';'; diff --git a/tainacan-blocksy/tainacan/item-single-page.php b/tainacan-blocksy/tainacan/item-single-page.php index 98540d2..6298ec3 100644 --- a/tainacan-blocksy/tainacan/item-single-page.php +++ b/tainacan-blocksy/tainacan/item-single-page.php @@ -56,7 +56,7 @@ [ 'color1' => [ 'color' => 'var(--paletteColor6, #edeff2)' ], 'color2' => [ 'color' => 'var(--paletteColor4, #2c3e50)' ], - 'color3' => [ 'color' => 'var(--paletteColor1, #3eaf7c)' ], + 'color3' => [ 'color' => 'var(--paletteColor1, #3eaf7c)' ] ]); $media_component_style .= '--tainacan-media-background-color:' . $media_component_color_palette['color1']['color'] . ';';