From 47be74321cf98c165e74b9a18d2cbbae6e44b435 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 25 Nov 2021 08:04:25 +1100 Subject: [PATCH 1/3] Fixes for invoking Public filesystem driver unnecessarily --- app/Console/Commands/S3Cleanup.php | 5 +++++ app/Jobs/Util/DiskCleanup.php | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/Console/Commands/S3Cleanup.php b/app/Console/Commands/S3Cleanup.php index d20362c8f303..cb5426a729f6 100644 --- a/app/Console/Commands/S3Cleanup.php +++ b/app/Console/Commands/S3Cleanup.php @@ -3,6 +3,7 @@ namespace App\Console\Commands; use App\Models\Company; +use App\Utils\Ninja; use Illuminate\Console\Command; use Illuminate\Support\Facades\Storage; @@ -42,6 +43,10 @@ class S3Cleanup extends Command public function handle() { + + if(!Ninja::isHosted()) + return; + $c1 = Company::on('db-ninja-01')->pluck('company_key'); $c2 = Company::on('db-ninja-02')->pluck('company_key'); diff --git a/app/Jobs/Util/DiskCleanup.php b/app/Jobs/Util/DiskCleanup.php index 2f44c13b806c..b624bd4531c1 100644 --- a/app/Jobs/Util/DiskCleanup.php +++ b/app/Jobs/Util/DiskCleanup.php @@ -42,8 +42,5 @@ class DiskCleanup implements ShouldQueue $files = Storage::allFiles(config('filesystems.default'), 'backups/'); Storage::delete($files); - $files = Storage::allFiles('public', 'backups/'); - Storage::delete($files); - } } From e3d9bd15e2a33ed2c5ad76d49847ab12aaf3c724 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 25 Nov 2021 09:42:19 +1100 Subject: [PATCH 2/3] Minor Fixes --- app/PaymentDrivers/Braintree/CreditCard.php | 2 +- composer.json | 3 +- composer.lock | 1655 +-- package-lock.json | 10431 +++++++++++++++++- 4 files changed, 10971 insertions(+), 1120 deletions(-) diff --git a/app/PaymentDrivers/Braintree/CreditCard.php b/app/PaymentDrivers/Braintree/CreditCard.php index f66304b52c2d..0613dfe8ab0f 100644 --- a/app/PaymentDrivers/Braintree/CreditCard.php +++ b/app/PaymentDrivers/Braintree/CreditCard.php @@ -136,7 +136,7 @@ class CreditCard return $this->processSuccessfulPayment($result); } - $error = 'Undefined gateway error'; + $error = $result ?: 'Undefined gateway error'; return $this->processUnsuccessfulPayment($error); diff --git a/composer.json b/composer.json index b67486d54c99..3d687fb3697c 100644 --- a/composer.json +++ b/composer.json @@ -98,8 +98,7 @@ "laravel/dusk": "^6.15", "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^5.0", - "phpunit/phpunit": "^9.0", - "vimeo/psalm": "^4.0" + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 447e5ca3082b..b5973768c638 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dc4f3d21b0f54361b6d4b85674fc900e", + "content-hash": "da1e6c59711334fd5dca75d2adb884d8", "packages": [ { "name": "apimatic/jsonmapper", @@ -58,16 +58,16 @@ }, { "name": "apimatic/unirest-php", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/apimatic/unirest-php.git", - "reference": "b4e399a8970c3a5c611f734282f306381f9d1eee" + "reference": "e07351d5f70b445664e2dc4042bbc237ec7d4c93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/apimatic/unirest-php/zipball/b4e399a8970c3a5c611f734282f306381f9d1eee", - "reference": "b4e399a8970c3a5c611f734282f306381f9d1eee", + "url": "https://api.github.com/repos/apimatic/unirest-php/zipball/e07351d5f70b445664e2dc4042bbc237ec7d4c93", + "reference": "e07351d5f70b445664e2dc4042bbc237ec7d4c93", "shasum": "" }, "require": { @@ -75,7 +75,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "^5 || ^6 || ^7" + "phpunit/phpunit": "^5 || ^6 || ^7 || ^8 || ^9" }, "suggest": { "ext-json": "Allows using JSON Bodies for sending and parsing requests" @@ -116,9 +116,9 @@ "support": { "email": "opensource@apimatic.io", "issues": "https://github.com/apimatic/unirest-php/issues", - "source": "https://github.com/apimatic/unirest-php/tree/2.0.0" + "source": "https://github.com/apimatic/unirest-php/tree/2.1.0" }, - "time": "2020-04-07T17:16:29+00:00" + "time": "2021-11-12T05:20:21+00:00" }, { "name": "asm/php-ansible", @@ -323,16 +323,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.198.1", + "version": "3.204.5", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "79bf3298bd2893eb0b4614c2463e9f675d07118b" + "reference": "1f690db4dfd66d0c729f4f8db12431bb047b4900" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/79bf3298bd2893eb0b4614c2463e9f675d07118b", - "reference": "79bf3298bd2893eb0b4614c2463e9f675d07118b", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1f690db4dfd66d0c729f4f8db12431bb047b4900", + "reference": "1f690db4dfd66d0c729f4f8db12431bb047b4900", "shasum": "" }, "require": { @@ -342,7 +342,7 @@ "ext-simplexml": "*", "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0", "guzzlehttp/promises": "^1.4.0", - "guzzlehttp/psr7": "^1.7.0", + "guzzlehttp/psr7": "^1.7.0|^2.0", "mtdowling/jmespath.php": "^2.6", "php": ">=5.5" }, @@ -408,9 +408,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.198.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.204.5" }, - "time": "2021-10-08T18:28:30+00:00" + "time": "2021-11-24T19:13:34+00:00" }, { "name": "bacon/bacon-qr-code", @@ -520,16 +520,16 @@ }, { "name": "braintree/braintree_php", - "version": "6.4.1", + "version": "6.5.0", "source": { "type": "git", "url": "https://github.com/braintree/braintree_php.git", - "reference": "3262deede6bdd134beff6f0940ae5201fc9a854b" + "reference": "e35c2a2d74a10e9cec5932506486e4b8bccfa4ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/braintree/braintree_php/zipball/3262deede6bdd134beff6f0940ae5201fc9a854b", - "reference": "3262deede6bdd134beff6f0940ae5201fc9a854b", + "url": "https://api.github.com/repos/braintree/braintree_php/zipball/e35c2a2d74a10e9cec5932506486e4b8bccfa4ba", + "reference": "e35c2a2d74a10e9cec5932506486e4b8bccfa4ba", "shasum": "" }, "require": { @@ -563,9 +563,9 @@ "description": "Braintree PHP Client Library", "support": { "issues": "https://github.com/braintree/braintree_php/issues", - "source": "https://github.com/braintree/braintree_php/tree/6.4.1" + "source": "https://github.com/braintree/braintree_php/tree/6.5.0" }, - "time": "2021-07-21T21:10:05+00:00" + "time": "2021-11-12T18:29:23+00:00" }, { "name": "brick/math", @@ -629,16 +629,16 @@ }, { "name": "checkout/checkout-sdk-php", - "version": "1.0.16", + "version": "1.0.19", "source": { "type": "git", "url": "https://github.com/checkout/checkout-sdk-php.git", - "reference": "81c6aa884fb586b8a9456aecf83b639fed205f86" + "reference": "c2c323ea2f95f74bff3055c42801e7ce22999791" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/81c6aa884fb586b8a9456aecf83b639fed205f86", - "reference": "81c6aa884fb586b8a9456aecf83b639fed205f86", + "url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/c2c323ea2f95f74bff3055c42801e7ce22999791", + "reference": "c2c323ea2f95f74bff3055c42801e7ce22999791", "shasum": "" }, "require": { @@ -682,9 +682,9 @@ ], "support": { "issues": "https://github.com/checkout/checkout-sdk-php/issues", - "source": "https://github.com/checkout/checkout-sdk-php/tree/1.0.16" + "source": "https://github.com/checkout/checkout-sdk-php/tree/1.0.19" }, - "time": "2021-06-03T13:52:46+00:00" + "time": "2021-11-19T15:08:38+00:00" }, { "name": "cleverit/ubl_invoice", @@ -973,16 +973,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.2.11", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582" + "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0b072d51c5a9c6f3412f7ea3ab043d6603cb2582", - "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", + "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", "shasum": "" }, "require": { @@ -1029,7 +1029,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.2.11" + "source": "https://github.com/composer/ca-bundle/tree/1.3.1" }, "funding": [ { @@ -1045,20 +1045,20 @@ "type": "tidelift" } ], - "time": "2021-09-25T20:32:43+00:00" + "time": "2021-10-28T20:44:15+00:00" }, { "name": "composer/composer", - "version": "2.1.9", + "version": "2.1.12", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "e558c88f28d102d497adec4852802c0dc14c7077" + "reference": "6e3c2b122e0ec41a7e885fcaf19fa15e2e0819a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/e558c88f28d102d497adec4852802c0dc14c7077", - "reference": "e558c88f28d102d497adec4852802c0dc14c7077", + "url": "https://api.github.com/repos/composer/composer/zipball/6e3c2b122e0ec41a7e885fcaf19fa15e2e0819a0", + "reference": "6e3c2b122e0ec41a7e885fcaf19fa15e2e0819a0", "shasum": "" }, "require": { @@ -1069,7 +1069,7 @@ "composer/xdebug-handler": "^2.0", "justinrainbow/json-schema": "^5.2.11", "php": "^5.3.2 || ^7.0 || ^8.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0", "react/promise": "^1.2 || ^2.7", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", @@ -1093,7 +1093,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-main": "2.1-dev" } }, "autoload": { @@ -1127,7 +1127,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.1.9" + "source": "https://github.com/composer/composer/tree/2.1.12" }, "funding": [ { @@ -1143,7 +1143,7 @@ "type": "tidelift" } ], - "time": "2021-10-05T07:47:38+00:00" + "time": "2021-11-09T15:02:04+00:00" }, { "name": "composer/metadata-minifier", @@ -1289,16 +1289,16 @@ }, { "name": "composer/semver", - "version": "3.2.5", + "version": "3.2.6", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9" + "reference": "83e511e247de329283478496f7a1e114c9517506" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9", - "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9", + "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", + "reference": "83e511e247de329283478496f7a1e114c9517506", "shasum": "" }, "require": { @@ -1350,7 +1350,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.5" + "source": "https://github.com/composer/semver/tree/3.2.6" }, "funding": [ { @@ -1366,27 +1366,28 @@ "type": "tidelift" } ], - "time": "2021-05-24T12:41:47+00:00" + "time": "2021-10-25T11:34:17+00:00" }, { "name": "composer/spdx-licenses", - "version": "1.5.5", + "version": "1.5.6", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "de30328a7af8680efdc03e396aad24befd513200" + "reference": "a30d487169d799745ca7280bc90fdfa693536901" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200", - "reference": "de30328a7af8680efdc03e396aad24befd513200", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901", + "reference": "a30d487169d799745ca7280bc90fdfa693536901", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { @@ -1429,7 +1430,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/spdx-licenses/issues", - "source": "https://github.com/composer/spdx-licenses/tree/1.5.5" + "source": "https://github.com/composer/spdx-licenses/tree/1.5.6" }, "funding": [ { @@ -1445,7 +1446,7 @@ "type": "tidelift" } ], - "time": "2020-12-03T16:04:16+00:00" + "time": "2021-11-18T10:14:14+00:00" }, { "name": "composer/xdebug-handler", @@ -1734,16 +1735,16 @@ }, { "name": "doctrine/dbal", - "version": "3.1.3", + "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8" + "reference": "821b4f01a36ce63ed36c090ea74767b72db367e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/96b0053775a544b4a6ab47654dac0621be8b4cf8", - "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/821b4f01a36ce63ed36c090ea74767b72db367e9", + "reference": "821b4f01a36ce63ed36c090ea74767b72db367e9", "shasum": "" }, "require": { @@ -1756,14 +1757,14 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.99", - "phpstan/phpstan-strict-rules": "^0.12.11", + "phpstan/phpstan": "1.1.1", + "phpstan/phpstan-strict-rules": "^1", "phpunit/phpunit": "9.5.10", "psalm/plugin-phpunit": "0.16.1", - "squizlabs/php_codesniffer": "3.6.0", + "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", - "vimeo/psalm": "4.10.0" + "vimeo/psalm": "4.12.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -1823,7 +1824,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.1.3" + "source": "https://github.com/doctrine/dbal/tree/3.1.4" }, "funding": [ { @@ -1839,7 +1840,7 @@ "type": "tidelift" } ], - "time": "2021-10-02T16:15:05+00:00" + "time": "2021-11-15T16:44:33+00:00" }, { "name": "doctrine/deprecations", @@ -1980,34 +1981,30 @@ }, { "name": "doctrine/inflector", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210" + "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210", - "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", + "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + "doctrine/coding-standard": "^8.2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "vimeo/psalm": "^4.10" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" @@ -2055,7 +2052,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.x" + "source": "https://github.com/doctrine/inflector/tree/2.0.4" }, "funding": [ { @@ -2071,7 +2068,7 @@ "type": "tidelift" } ], - "time": "2020-05-29T15:13:26+00:00" + "time": "2021-10-22T20:16:43+00:00" }, { "name": "doctrine/lexer", @@ -2463,16 +2460,16 @@ }, { "name": "firebase/php-jwt", - "version": "v5.4.0", + "version": "v5.5.1", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2" + "reference": "83b609028194aa042ea33b5af2d41a7427de80e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6", + "reference": "83b609028194aa042ea33b5af2d41a7427de80e6", "shasum": "" }, "require": { @@ -2514,9 +2511,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.4.0" + "source": "https://github.com/firebase/php-jwt/tree/v5.5.1" }, - "time": "2021-06-23T19:00:23+00:00" + "time": "2021-11-08T20:18:51+00:00" }, { "name": "fruitcake/laravel-cors", @@ -2723,16 +2720,16 @@ }, { "name": "google/apiclient-services", - "version": "v0.215.0", + "version": "v0.223.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", - "reference": "1d4d488c09a9bb5f361f8d7ddd8dbb37cb7786ac" + "reference": "e7c5284f4271a7f794410356ff44aff65c0254eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/1d4d488c09a9bb5f361f8d7ddd8dbb37cb7786ac", - "reference": "1d4d488c09a9bb5f361f8d7ddd8dbb37cb7786ac", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/e7c5284f4271a7f794410356ff44aff65c0254eb", + "reference": "e7c5284f4271a7f794410356ff44aff65c0254eb", "shasum": "" }, "require": { @@ -2761,9 +2758,9 @@ ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", - "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.215.0" + "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.223.0" }, - "time": "2021-10-02T11:20:11+00:00" + "time": "2021-11-21T12:26:34+00:00" }, { "name": "google/auth", @@ -2823,16 +2820,16 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.0.2", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "84afea85c6841deeea872f36249a206e878a5de0" + "reference": "0690bde05318336c7221785f2a932467f98b64ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/84afea85c6841deeea872f36249a206e878a5de0", - "reference": "84afea85c6841deeea872f36249a206e878a5de0", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca", + "reference": "0690bde05318336c7221785f2a932467f98b64ca", "shasum": "" }, "require": { @@ -2855,7 +2852,8 @@ "authors": [ { "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], "description": "An Implementation Of The Result Type", @@ -2868,7 +2866,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.2" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4" }, "funding": [ { @@ -2880,7 +2878,7 @@ "type": "tidelift" } ], - "time": "2021-08-28T21:34:50+00:00" + "time": "2021-11-21T21:41:47+00:00" }, { "name": "graylog2/gelf-php", @@ -2942,24 +2940,25 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.3.0", + "version": "7.4.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "7008573787b430c1c1f650e3722d9bba59967628" + "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", - "reference": "7008573787b430c1c1f650e3722d9bba59967628", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/868b3571a039f0ebc11ac8f344f4080babe2cb94", + "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7 || ^2.0", + "guzzlehttp/promises": "^1.5", + "guzzlehttp/psr7": "^1.8.3 || ^2.1", "php": "^7.2.5 || ^8.0", - "psr/http-client": "^1.0" + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2" }, "provide": { "psr/http-client-implementation": "1.0" @@ -2969,7 +2968,7 @@ "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", - "psr/log": "^1.1" + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", @@ -2979,7 +2978,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "7.3-dev" + "dev-master": "7.4-dev" } }, "autoload": { @@ -2995,19 +2994,43 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", @@ -3021,7 +3044,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.3.0" + "source": "https://github.com/guzzle/guzzle/tree/7.4.0" }, "funding": [ { @@ -3033,28 +3056,24 @@ "type": "github" }, { - "url": "https://github.com/alexeyshockov", - "type": "github" - }, - { - "url": "https://github.com/gmponos", - "type": "github" + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" } ], - "time": "2021-03-23T11:33:13+00:00" + "time": "2021-10-18T09:52:00+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0" + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0", - "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { @@ -3109,7 +3128,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.0" + "source": "https://github.com/guzzle/promises/tree/1.5.1" }, "funding": [ { @@ -3125,33 +3144,36 @@ "type": "tidelift" } ], - "time": "2021-10-07T13:05:22+00:00" + "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.3", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" + "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72", + "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", + "ralouphie/getallheaders": "^3.0" }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "bamarni/composer-bin-plugin": "^1.4.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -3159,16 +3181,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3204,6 +3223,11 @@ "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", @@ -3219,7 +3243,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.3" + "source": "https://github.com/guzzle/psr7/tree/2.1.0" }, "funding": [ { @@ -3235,7 +3259,7 @@ "type": "tidelift" } ], - "time": "2021-10-05T13:56:00+00:00" + "time": "2021-10-06T17:43:30+00:00" }, { "name": "halaxa/json-machine", @@ -3801,16 +3825,16 @@ }, { "name": "laravel/framework", - "version": "v8.63.0", + "version": "v8.73.2", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "8f3d280f36a427730c8c8fa34316c79eed38781e" + "reference": "0e1c63315eeaee5920552ff042bd820bb4014533" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/8f3d280f36a427730c8c8fa34316c79eed38781e", - "reference": "8f3d280f36a427730c8c8fa34316c79eed38781e", + "url": "https://api.github.com/repos/laravel/framework/zipball/0e1c63315eeaee5920552ff042bd820bb4014533", + "reference": "0e1c63315eeaee5920552ff042bd820bb4014533", "shasum": "" }, "require": { @@ -3824,14 +3848,14 @@ "league/commonmark": "^1.3|^2.0.2", "league/flysystem": "^1.1", "monolog/monolog": "^2.0", - "nesbot/carbon": "^2.31", + "nesbot/carbon": "^2.53.1", "opis/closure": "^3.6", "php": "^7.3|^8.0", "psr/container": "^1.0", "psr/log": "^1.0 || ^2.0", "psr/simple-cache": "^1.0", "ramsey/uuid": "^4.2.2", - "swiftmailer/swiftmailer": "^6.0", + "swiftmailer/swiftmailer": "^6.3", "symfony/console": "^5.1.4", "symfony/error-handler": "^5.1.4", "symfony/finder": "^5.1.4", @@ -3886,22 +3910,23 @@ "illuminate/view": "self.version" }, "require-dev": { - "aws/aws-sdk-php": "^3.189.0", - "doctrine/dbal": "^2.13.3|^3.1.2", - "filp/whoops": "^2.8", + "aws/aws-sdk-php": "^3.198.1", + "doctrine/dbal": "^2.13.3|^3.1.4", + "filp/whoops": "^2.14.3", "guzzlehttp/guzzle": "^6.5.5|^7.0.1", "league/flysystem-cached-adapter": "^1.0", "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^6.23", + "orchestra/testbench-core": "^6.27", "pda/pheanstalk": "^4.0", "phpunit/phpunit": "^8.5.19|^9.5.8", - "predis/predis": "^1.1.2", + "predis/predis": "^1.1.9", "symfony/cache": "^5.1.4" }, "suggest": { - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.189.0).", + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).", "brianium/paratest": "Required to run tests in parallel (^6.0).", - "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).", + "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", + "ext-bcmath": "Required to use the multiple_of validation rule.", "ext-ftp": "Required to use the Flysystem FTP driver.", "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "ext-memcached": "Required to use the memcache cache driver.", @@ -3909,7 +3934,7 @@ "ext-posix": "Required to use all features of the queue worker.", "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", - "filp/whoops": "Required for friendly error pages in development (^2.8).", + "filp/whoops": "Required for friendly error pages in development (^2.14.3).", "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).", "laravel/tinker": "Required to use the tinker console command (^2.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", @@ -3919,9 +3944,9 @@ "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).", - "predis/predis": "Required to use the predis connector (^1.1.2).", + "predis/predis": "Required to use the predis connector (^1.1.9).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", - "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).", + "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0).", "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).", "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).", "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).", @@ -3968,20 +3993,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-10-05T14:04:25+00:00" + "time": "2021-11-23T14:27:43+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.0.3", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "6cfc678735f22ccedad761b8cae2bab14c3d8e5b" + "reference": "8148e72e6c2c3af7f05640ada1b26c3bca970f8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/6cfc678735f22ccedad761b8cae2bab14c3d8e5b", - "reference": "6cfc678735f22ccedad761b8cae2bab14c3d8e5b", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/8148e72e6c2c3af7f05640ada1b26c3bca970f8d", + "reference": "8148e72e6c2c3af7f05640ada1b26c3bca970f8d", "shasum": "" }, "require": { @@ -4027,7 +4052,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2021-10-07T14:00:57+00:00" + "time": "2021-11-16T17:01:57+00:00" }, { "name": "laravel/slack-notification-channel", @@ -4229,23 +4254,23 @@ }, { "name": "laravel/ui", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/laravel/ui.git", - "reference": "07d725813350c695c779382cbd6dac0ab8665537" + "reference": "08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/ui/zipball/07d725813350c695c779382cbd6dac0ab8665537", - "reference": "07d725813350c695c779382cbd6dac0ab8665537", + "url": "https://api.github.com/repos/laravel/ui/zipball/08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6", + "reference": "08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6", "shasum": "" }, "require": { - "illuminate/console": "^8.42", - "illuminate/filesystem": "^8.42", - "illuminate/support": "^8.42", - "illuminate/validation": "^8.42", + "illuminate/console": "^8.42|^9.0", + "illuminate/filesystem": "^8.42|^9.0", + "illuminate/support": "^8.42|^9.0", + "illuminate/validation": "^8.42|^9.0", "php": "^7.3|^8.0" }, "type": "library", @@ -4281,9 +4306,9 @@ "ui" ], "support": { - "source": "https://github.com/laravel/ui/tree/v3.3.0" + "source": "https://github.com/laravel/ui/tree/v3.3.3" }, - "time": "2021-05-25T16:45:33+00:00" + "time": "2021-11-21T22:20:05+00:00" }, { "name": "league/commonmark", @@ -4480,16 +4505,16 @@ }, { "name": "league/csv", - "version": "9.7.2", + "version": "9.7.3", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "8544655c460fd01eed0ad258e514488d4b388645" + "reference": "d8149032aa74a9daca6f7b35d63c46a35c9bc1d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/8544655c460fd01eed0ad258e514488d4b388645", - "reference": "8544655c460fd01eed0ad258e514488d4b388645", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/d8149032aa74a9daca6f7b35d63c46a35c9bc1d5", + "reference": "d8149032aa74a9daca6f7b35d63c46a35c9bc1d5", "shasum": "" }, "require": { @@ -4501,9 +4526,9 @@ "ext-curl": "*", "ext-dom": "*", "friendsofphp/php-cs-fixer": "^3.0", - "phpstan/phpstan": "^0.12.99", - "phpstan/phpstan-phpunit": "^0.12.22", - "phpstan/phpstan-strict-rules": "^0.12.11", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5" }, "suggest": { @@ -4560,20 +4585,20 @@ "type": "github" } ], - "time": "2021-10-05T19:41:46+00:00" + "time": "2021-11-21T19:32:00+00:00" }, { "name": "league/flysystem", - "version": "1.1.5", + "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea" + "reference": "627be7fcde84c71aa0f15097fcf48fd5f2be5287" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea", - "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/627be7fcde84c71aa0f15097fcf48fd5f2be5287", + "reference": "627be7fcde84c71aa0f15097fcf48fd5f2be5287", "shasum": "" }, "require": { @@ -4646,7 +4671,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/1.1.5" + "source": "https://github.com/thephpleague/flysystem/tree/1.1.6" }, "funding": [ { @@ -4654,7 +4679,7 @@ "type": "other" } ], - "time": "2021-08-17T13:49:42+00:00" + "time": "2021-11-21T11:04:36+00:00" }, { "name": "league/flysystem-aws-s3-v3", @@ -4828,16 +4853,16 @@ }, { "name": "league/mime-type-detection", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "b38b25d7b372e9fddb00335400467b223349fd7e" + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e", - "reference": "b38b25d7b372e9fddb00335400467b223349fd7e", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", "shasum": "" }, "require": { @@ -4845,7 +4870,7 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", + "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3" }, @@ -4868,7 +4893,7 @@ "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.8.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0" }, "funding": [ { @@ -4880,7 +4905,7 @@ "type": "tidelift" } ], - "time": "2021-09-25T08:23:19+00:00" + "time": "2021-11-21T11:48:40+00:00" }, { "name": "league/oauth1-client", @@ -5023,16 +5048,16 @@ }, { "name": "livewire/livewire", - "version": "v2.6.7", + "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "7e8ded3cc496858b0a35c1c9355e5af79985bd0c" + "reference": "fc8c315babf8d42c2a25f207b3931b1bc8eb5e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/7e8ded3cc496858b0a35c1c9355e5af79985bd0c", - "reference": "7e8ded3cc496858b0a35c1c9355e5af79985bd0c", + "url": "https://api.github.com/repos/livewire/livewire/zipball/fc8c315babf8d42c2a25f207b3931b1bc8eb5e70", + "reference": "fc8c315babf8d42c2a25f207b3931b1bc8eb5e70", "shasum": "" }, "require": { @@ -5083,15 +5108,15 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v2.6.7" + "source": "https://github.com/livewire/livewire/tree/v2.8.0" }, "funding": [ { - "url": "https://github.com/calebporzio", + "url": "https://github.com/livewire", "type": "github" } ], - "time": "2021-09-25T22:50:47+00:00" + "time": "2021-11-24T04:33:15+00:00" }, { "name": "maennchen/zipstream-php", @@ -5160,20 +5185,20 @@ }, { "name": "mollie/mollie-api-php", - "version": "v2.37.1", + "version": "v2.39.0", "source": { "type": "git", "url": "https://github.com/mollie/mollie-api-php.git", - "reference": "260adf68db65edd82b6c11f8fa58622ff72b717c" + "reference": "a47d4449973c83e918db39f860b5e9076aeb367d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/260adf68db65edd82b6c11f8fa58622ff72b717c", - "reference": "260adf68db65edd82b6c11f8fa58622ff72b717c", + "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/a47d4449973c83e918db39f860b5e9076aeb367d", + "reference": "a47d4449973c83e918db39f860b5e9076aeb367d", "shasum": "" }, "require": { - "composer/ca-bundle": "^1.1", + "composer/ca-bundle": "^1.2", "ext-curl": "*", "ext-json": "*", "ext-openssl": "*", @@ -5183,7 +5208,7 @@ "eloquent/liberator": "^2.0", "friendsofphp/php-cs-fixer": "^3.0", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.1 || ^8.5" + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.1 || ^8.5 || ^9.5" }, "suggest": { "mollie/oauth2-mollie-php": "Use OAuth to authenticate with the Mollie API. This is needed for some endpoints. Visit https://docs.mollie.com/ for more information." @@ -5245,9 +5270,9 @@ ], "support": { "issues": "https://github.com/mollie/mollie-api-php/issues", - "source": "https://github.com/mollie/mollie-api-php/tree/v2.37.1" + "source": "https://github.com/mollie/mollie-api-php/tree/v2.39.0" }, - "time": "2021-08-09T09:30:47+00:00" + "time": "2021-11-01T09:29:49+00:00" }, { "name": "moneyphp/money", @@ -5557,16 +5582,16 @@ }, { "name": "nesbot/carbon", - "version": "2.53.1", + "version": "2.54.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045" + "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f4655858a784988f880c1b8c7feabbf02dfdf045", - "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/eed83939f1aed3eee517d03a33f5ec587ac529b5", + "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5", "shasum": "" }, "require": { @@ -5577,6 +5602,7 @@ "symfony/translation": "^3.4 || ^4.0 || ^5.0" }, "require-dev": { + "doctrine/dbal": "^2.0 || ^3.0", "doctrine/orm": "^2.7", "friendsofphp/php-cs-fixer": "^3.0", "kylekatarnls/multi-tester": "^2.0", @@ -5647,25 +5673,25 @@ "type": "tidelift" } ], - "time": "2021-09-06T09:29:23+00:00" + "time": "2021-11-01T21:22:20+00:00" }, { "name": "nette/schema", - "version": "v1.2.1", + "version": "v1.2.2", "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "f5ed39fc96358f922cedfd1e516f0dadf5d2be0d" + "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/f5ed39fc96358f922cedfd1e516f0dadf5d2be0d", - "reference": "f5ed39fc96358f922cedfd1e516f0dadf5d2be0d", + "url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df", + "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df", "shasum": "" }, "require": { - "nette/utils": "^3.1.4 || ^4.0", - "php": ">=7.1 <8.1" + "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", + "php": ">=7.1 <8.2" }, "require-dev": { "nette/tester": "^2.3 || ^2.4", @@ -5707,22 +5733,22 @@ ], "support": { "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.2.1" + "source": "https://github.com/nette/schema/tree/v1.2.2" }, - "time": "2021-03-04T17:51:11+00:00" + "time": "2021-10-15T11:40:02+00:00" }, { "name": "nette/utils", - "version": "v3.2.5", + "version": "v3.2.6", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e" + "reference": "2f261e55bd6a12057442045bf2c249806abc1d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/9cd80396ca58d7969ab44fc7afcf03624dfa526e", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e", + "url": "https://api.github.com/repos/nette/utils/zipball/2f261e55bd6a12057442045bf2c249806abc1d02", + "reference": "2f261e55bd6a12057442045bf2c249806abc1d02", "shasum": "" }, "require": { @@ -5733,7 +5759,7 @@ }, "require-dev": { "nette/tester": "~2.0", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^1.0", "tracy/tracy": "^2.3" }, "suggest": { @@ -5792,22 +5818,22 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.2.5" + "source": "https://github.com/nette/utils/tree/v3.2.6" }, - "time": "2021-09-20T10:50:11+00:00" + "time": "2021-11-24T15:47:23+00:00" }, { "name": "nikic/php-parser", - "version": "v4.13.0", + "version": "v4.13.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53" + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd", + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd", "shasum": "" }, "require": { @@ -5848,9 +5874,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1" }, - "time": "2021-09-20T12:20:58+00:00" + "time": "2021-11-03T20:52:16+00:00" }, { "name": "nwidart/laravel-modules", @@ -6922,16 +6948,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.10", + "version": "3.0.11", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187" + "reference": "6e794226a35159eb06f355efe59a0075a16551dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187", - "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/6e794226a35159eb06f355efe59a0075a16551dd", + "reference": "6e794226a35159eb06f355efe59a0075a16551dd", "shasum": "" }, "require": { @@ -7013,7 +7039,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.10" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.11" }, "funding": [ { @@ -7029,7 +7055,7 @@ "type": "tidelift" } ], - "time": "2021-08-16T04:24:45+00:00" + "time": "2021-10-27T03:01:46+00:00" }, { "name": "pragmarx/google2fa", @@ -7200,20 +7226,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -7242,9 +7268,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/event-dispatcher", @@ -7559,16 +7585,16 @@ }, { "name": "psy/psysh", - "version": "v0.10.8", + "version": "v0.10.11", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3" + "reference": "38017532bba35d15d28dcc001b4274df0251c4a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3", - "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/38017532bba35d15d28dcc001b4274df0251c4a1", + "reference": "38017532bba35d15d28dcc001b4274df0251c4a1", "shasum": "" }, "require": { @@ -7628,9 +7654,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.10.8" + "source": "https://github.com/bobthecow/psysh/tree/v0.10.11" }, - "time": "2021-04-10T16:23:39+00:00" + "time": "2021-11-23T15:02:17+00:00" }, { "name": "ralouphie/getallheaders", @@ -7678,16 +7704,16 @@ }, { "name": "ramsey/collection", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa" + "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/eaca1dc1054ddd10cbd83c1461907bee6fb528fa", - "reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa", + "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", + "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", "shasum": "" }, "require": { @@ -7741,7 +7767,7 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/1.2.1" + "source": "https://github.com/ramsey/collection/tree/1.2.2" }, "funding": [ { @@ -7753,7 +7779,7 @@ "type": "tidelift" } ], - "time": "2021-08-06T03:41:06+00:00" + "time": "2021-10-10T03:01:02+00:00" }, { "name": "ramsey/uuid", @@ -7855,16 +7881,16 @@ }, { "name": "razorpay/razorpay", - "version": "2.8.0", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/razorpay/razorpay-php.git", - "reference": "3e70e7ccb0bcb77daa8eaa1f80091906e5a3416e" + "reference": "4ad7b6a5bd9896305858ec0a861f66020e39f628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/3e70e7ccb0bcb77daa8eaa1f80091906e5a3416e", - "reference": "3e70e7ccb0bcb77daa8eaa1f80091906e5a3416e", + "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/4ad7b6a5bd9896305858ec0a861f66020e39f628", + "reference": "4ad7b6a5bd9896305858ec0a861f66020e39f628", "shasum": "" }, "require": { @@ -7913,7 +7939,7 @@ "issues": "https://github.com/Razorpay/razorpay-php/issues", "source": "https://github.com/Razorpay/razorpay-php" }, - "time": "2021-10-08T05:54:41+00:00" + "time": "2021-11-08T11:13:39+00:00" }, { "name": "react/promise", @@ -8027,23 +8053,23 @@ }, { "name": "sabre/uri", - "version": "2.2.1", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/sabre-io/uri.git", - "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff" + "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff", - "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff", + "url": "https://api.github.com/repos/sabre-io/uri/zipball/7cb0f489578afad5006e85cd60f18ff33f2d440d", + "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.16.1", + "friendsofphp/php-cs-fixer": "~2.17.1", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" }, @@ -8080,7 +8106,7 @@ "issues": "https://github.com/sabre-io/uri/issues", "source": "https://github.com/fruux/sabre-uri" }, - "time": "2020-10-03T10:33:23+00:00" + "time": "2021-11-04T09:29:58+00:00" }, { "name": "sabre/xml", @@ -8319,16 +8345,16 @@ }, { "name": "sentry/sentry", - "version": "3.3.3", + "version": "3.3.4", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "9a7b6d84ac8fa370397336028e760c71accac1dc" + "reference": "ecbd09ea5d053a202cf773cb24ab28af820831bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/9a7b6d84ac8fa370397336028e760c71accac1dc", - "reference": "9a7b6d84ac8fa370397336028e760c71accac1dc", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ecbd09ea5d053a202cf773cb24ab28af820831bd", + "reference": "ecbd09ea5d053a202cf773cb24ab28af820831bd", "shasum": "" }, "require": { @@ -8346,7 +8372,7 @@ "psr/http-factory": "^1.0", "psr/http-message-implementation": "^1.0", "psr/log": "^1.0|^2.0|^3.0", - "symfony/options-resolver": "^3.4.43|^4.4.11|^5.0.11", + "symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0", "symfony/polyfill-php80": "^1.17", "symfony/polyfill-uuid": "^1.13.1" }, @@ -8363,8 +8389,8 @@ "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^8.5.13|^9.4", - "symfony/phpunit-bridge": "^5.2", + "phpunit/phpunit": "^8.5.14|^9.4", + "symfony/phpunit-bridge": "^5.2|^6.0", "vimeo/psalm": "^4.2" }, "suggest": { @@ -8407,7 +8433,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/3.3.3" + "source": "https://github.com/getsentry/sentry-php/tree/3.3.4" }, "funding": [ { @@ -8419,20 +8445,20 @@ "type": "custom" } ], - "time": "2021-10-04T11:20:34+00:00" + "time": "2021-11-08T08:44:00+00:00" }, { "name": "sentry/sentry-laravel", - "version": "2.9.0", + "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-laravel.git", - "reference": "3acb930f1abeb67046097c3912c7b4b9b4303f08" + "reference": "82cf98c830d73f80dc67cf21381da4ede4c3989e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/3acb930f1abeb67046097c3912c7b4b9b4303f08", - "reference": "3acb930f1abeb67046097c3912c7b4b9b4303f08", + "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/82cf98c830d73f80dc67cf21381da4ede4c3989e", + "reference": "82cf98c830d73f80dc67cf21381da4ede4c3989e", "shasum": "" }, "require": { @@ -8498,7 +8524,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-laravel/issues", - "source": "https://github.com/getsentry/sentry-laravel/tree/2.9.0" + "source": "https://github.com/getsentry/sentry-laravel/tree/2.10.2" }, "funding": [ { @@ -8510,7 +8536,7 @@ "type": "custom" } ], - "time": "2021-10-06T13:08:08+00:00" + "time": "2021-11-16T19:20:42+00:00" }, { "name": "square/square", @@ -8571,16 +8597,16 @@ }, { "name": "stripe/stripe-php", - "version": "v7.98.0", + "version": "v7.103.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "87f27d3da4a72c93da49d81011cb675c2847a7c0" + "reference": "3a029598395bb4c7cfafa64707a553f4b01a9a12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/87f27d3da4a72c93da49d81011cb675c2847a7c0", - "reference": "87f27d3da4a72c93da49d81011cb675c2847a7c0", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/3a029598395bb4c7cfafa64707a553f4b01a9a12", + "reference": "3a029598395bb4c7cfafa64707a553f4b01a9a12", "shasum": "" }, "require": { @@ -8626,22 +8652,22 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v7.98.0" + "source": "https://github.com/stripe/stripe-php/tree/v7.103.0" }, - "time": "2021-10-07T22:39:44+00:00" + "time": "2021-11-20T00:36:07+00:00" }, { "name": "swiftmailer/swiftmailer", - "version": "v6.2.7", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "15f7faf8508e04471f666633addacf54c0ab5933" + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933", - "reference": "15f7faf8508e04471f666633addacf54c0ab5933", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", "shasum": "" }, "require": { @@ -8653,7 +8679,7 @@ }, "require-dev": { "mockery/mockery": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.0" + "symfony/phpunit-bridge": "^4.4|^5.4" }, "suggest": { "ext-intl": "Needed to support internationalized email addresses" @@ -8691,7 +8717,7 @@ ], "support": { "issues": "https://github.com/swiftmailer/swiftmailer/issues", - "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7" + "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" }, "funding": [ { @@ -8703,20 +8729,21 @@ "type": "tidelift" } ], - "time": "2021-03-09T12:30:35+00:00" + "abandoned": "symfony/mailer", + "time": "2021-10-18T15:26:12+00:00" }, { "name": "symfony/console", - "version": "v5.3.7", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a" + "reference": "3e7ab8f5905058984899b05a4648096f558bfeba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a", - "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a", + "url": "https://api.github.com/repos/symfony/console/zipball/3e7ab8f5905058984899b05a4648096f558bfeba", + "reference": "3e7ab8f5905058984899b05a4648096f558bfeba", "shasum": "" }, "require": { @@ -8729,7 +8756,6 @@ "symfony/string": "^5.1" }, "conflict": { - "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", @@ -8786,7 +8812,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.3.7" + "source": "https://github.com/symfony/console/tree/v5.3.11" }, "funding": [ { @@ -8802,7 +8828,7 @@ "type": "tidelift" } ], - "time": "2021-08-25T20:02:16+00:00" + "time": "2021-11-21T19:41:05+00:00" }, { "name": "symfony/css-selector", @@ -8872,16 +8898,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", - "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", "shasum": "" }, "require": { @@ -8890,7 +8916,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -8919,7 +8945,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" }, "funding": [ { @@ -8935,20 +8961,20 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-07-12T14:48:14+00:00" }, { "name": "symfony/error-handler", - "version": "v5.3.7", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321" + "reference": "eec73dd7218713f48a7996583a741b3bae58c8d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321", - "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/eec73dd7218713f48a7996583a741b3bae58c8d3", + "reference": "eec73dd7218713f48a7996583a741b3bae58c8d3", "shasum": "" }, "require": { @@ -8987,7 +9013,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.3.7" + "source": "https://github.com/symfony/error-handler/tree/v5.3.11" }, "funding": [ { @@ -9003,20 +9029,20 @@ "type": "tidelift" } ], - "time": "2021-08-28T15:07:08+00:00" + "time": "2021-11-13T13:42:37+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.3.7", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ce7b20d69c66a20939d8952b617506a44d102130" + "reference": "661a7a6e085394f8513945669e31f7c1338a7e69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130", - "reference": "ce7b20d69c66a20939d8952b617506a44d102130", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/661a7a6e085394f8513945669e31f7c1338a7e69", + "reference": "661a7a6e085394f8513945669e31f7c1338a7e69", "shasum": "" }, "require": { @@ -9072,7 +9098,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.11" }, "funding": [ { @@ -9088,20 +9114,20 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:20:46+00:00" + "time": "2021-11-17T12:16:12+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11" + "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11", - "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", + "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", "shasum": "" }, "require": { @@ -9114,7 +9140,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -9151,7 +9177,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0" }, "funding": [ { @@ -9167,7 +9193,7 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-07-12T14:48:14+00:00" }, { "name": "symfony/filesystem", @@ -9296,16 +9322,16 @@ }, { "name": "symfony/http-client", - "version": "v5.3.8", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "c6370fe2c0a445aedc08f592a6a3149da1fea4c7" + "reference": "3f55da60fc3c3d6e6a4144ee65a37d23a637107e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/c6370fe2c0a445aedc08f592a6a3149da1fea4c7", - "reference": "c6370fe2c0a445aedc08f592a6a3149da1fea4c7", + "url": "https://api.github.com/repos/symfony/http-client/zipball/3f55da60fc3c3d6e6a4144ee65a37d23a637107e", + "reference": "3f55da60fc3c3d6e6a4144ee65a37d23a637107e", "shasum": "" }, "require": { @@ -9363,7 +9389,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v5.3.8" + "source": "https://github.com/symfony/http-client/tree/v5.3.11" }, "funding": [ { @@ -9379,20 +9405,20 @@ "type": "tidelift" } ], - "time": "2021-09-07T10:45:28+00:00" + "time": "2021-11-20T16:42:42+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4" + "reference": "ec82e57b5b714dbb69300d348bd840b345e24166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4", - "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ec82e57b5b714dbb69300d348bd840b345e24166", + "reference": "ec82e57b5b714dbb69300d348bd840b345e24166", "shasum": "" }, "require": { @@ -9404,7 +9430,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -9441,7 +9467,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.0" }, "funding": [ { @@ -9457,20 +9483,20 @@ "type": "tidelift" } ], - "time": "2021-04-11T23:07:08+00:00" + "time": "2021-11-03T09:24:47+00:00" }, { "name": "symfony/http-foundation", - "version": "v5.3.7", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5" + "reference": "d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e36c8e5502b4f3f0190c675f1c1f1248a64f04e5", - "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc", + "reference": "d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc", "shasum": "" }, "require": { @@ -9514,7 +9540,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.3.7" + "source": "https://github.com/symfony/http-foundation/tree/v5.3.11" }, "funding": [ { @@ -9530,20 +9556,20 @@ "type": "tidelift" } ], - "time": "2021-08-27T11:20:35+00:00" + "time": "2021-11-04T16:37:19+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.3.9", + "version": "v5.3.12", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "ceaf46a992f60e90645e7279825a830f733a17c5" + "reference": "f53025cd1d91b1af85d6d9e17eefa98e31ee953b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ceaf46a992f60e90645e7279825a830f733a17c5", - "reference": "ceaf46a992f60e90645e7279825a830f733a17c5", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f53025cd1d91b1af85d6d9e17eefa98e31ee953b", + "reference": "f53025cd1d91b1af85d6d9e17eefa98e31ee953b", "shasum": "" }, "require": { @@ -9626,7 +9652,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.3.9" + "source": "https://github.com/symfony/http-kernel/tree/v5.3.12" }, "funding": [ { @@ -9642,20 +9668,20 @@ "type": "tidelift" } ], - "time": "2021-09-28T10:25:11+00:00" + "time": "2021-11-24T08:46:46+00:00" }, { "name": "symfony/mime", - "version": "v5.3.8", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "a756033d0a7e53db389618653ae991eba5a19a11" + "reference": "dffc0684f10526db12c52fcd6238c64695426d61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11", - "reference": "a756033d0a7e53db389618653ae991eba5a19a11", + "url": "https://api.github.com/repos/symfony/mime/zipball/dffc0684f10526db12c52fcd6238c64695426d61", + "reference": "dffc0684f10526db12c52fcd6238c64695426d61", "shasum": "" }, "require": { @@ -9709,7 +9735,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.3.8" + "source": "https://github.com/symfony/mime/tree/v5.3.11" }, "funding": [ { @@ -9725,7 +9751,7 @@ "type": "tidelift" } ], - "time": "2021-09-10T12:30:38+00:00" + "time": "2021-11-20T16:42:42+00:00" }, { "name": "symfony/options-resolver", @@ -10685,16 +10711,16 @@ }, { "name": "symfony/process", - "version": "v5.3.7", + "version": "v5.3.12", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967" + "reference": "e498803a6e95ede78e9d5646ad32a2255c033a6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967", - "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967", + "url": "https://api.github.com/repos/symfony/process/zipball/e498803a6e95ede78e9d5646ad32a2255c033a6a", + "reference": "e498803a6e95ede78e9d5646ad32a2255c033a6a", "shasum": "" }, "require": { @@ -10727,7 +10753,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.3.7" + "source": "https://github.com/symfony/process/tree/v5.3.12" }, "funding": [ { @@ -10743,36 +10769,36 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:20:46+00:00" + "time": "2021-11-22T22:39:13+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v2.1.1", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "c9012994c4b4fb23e7c57dd86b763a417a04feba" + "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9012994c4b4fb23e7c57dd86b763a417a04feba", - "reference": "c9012994c4b4fb23e7c57dd86b763a417a04feba", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34", + "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0", - "symfony/http-foundation": "^4.4 || ^5.0" + "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { "nyholm/psr7": "^1.1", "psr/log": "^1.1 || ^2 || ^3", - "symfony/browser-kit": "^4.4 || ^5.0", - "symfony/config": "^4.4 || ^5.0", - "symfony/event-dispatcher": "^4.4 || ^5.0", - "symfony/framework-bundle": "^4.4 || ^5.0", - "symfony/http-kernel": "^4.4 || ^5.0", - "symfony/phpunit-bridge": "^4.4.19 || ^5.2" + "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", + "symfony/config": "^4.4 || ^5.0 || ^6.0", + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", + "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.4@dev || ^6.0" }, "suggest": { "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" @@ -10815,7 +10841,7 @@ ], "support": { "issues": "https://github.com/symfony/psr-http-message-bridge/issues", - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.1" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2" }, "funding": [ { @@ -10831,20 +10857,20 @@ "type": "tidelift" } ], - "time": "2021-07-27T17:25:39+00:00" + "time": "2021-11-05T13:13:39+00:00" }, { "name": "symfony/routing", - "version": "v5.3.7", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "be865017746fe869007d94220ad3f5297951811b" + "reference": "fcbc2b81d55984f04bb704c2269755fa5aaf5cca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/be865017746fe869007d94220ad3f5297951811b", - "reference": "be865017746fe869007d94220ad3f5297951811b", + "url": "https://api.github.com/repos/symfony/routing/zipball/fcbc2b81d55984f04bb704c2269755fa5aaf5cca", + "reference": "fcbc2b81d55984f04bb704c2269755fa5aaf5cca", "shasum": "" }, "require": { @@ -10905,7 +10931,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.3.7" + "source": "https://github.com/symfony/routing/tree/v5.3.11" }, "funding": [ { @@ -10921,25 +10947,29 @@ "type": "tidelift" } ], - "time": "2021-08-04T21:42:42+00:00" + "time": "2021-11-04T16:37:19+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/container": "^1.1" + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1" + }, + "conflict": { + "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" @@ -10947,7 +10977,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -10984,7 +11014,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" }, "funding": [ { @@ -11000,20 +11030,20 @@ "type": "tidelift" } ], - "time": "2021-04-01T10:43:52+00:00" + "time": "2021-11-04T16:48:04+00:00" }, { "name": "symfony/string", - "version": "v5.3.7", + "version": "v5.3.10", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5" + "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/8d224396e28d30f81969f083a58763b8b9ceb0a5", - "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5", + "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c", + "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c", "shasum": "" }, "require": { @@ -11067,7 +11097,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.3.7" + "source": "https://github.com/symfony/string/tree/v5.3.10" }, "funding": [ { @@ -11083,20 +11113,20 @@ "type": "tidelift" } ], - "time": "2021-08-26T08:00:08+00:00" + "time": "2021-10-27T18:21:46+00:00" }, { "name": "symfony/translation", - "version": "v5.3.9", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886" + "reference": "17a965c8f3b1b348cf15d903ac53942984561f8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/6e69f3551c1a3356cf6ea8d019bf039a0f8b6886", - "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886", + "url": "https://api.github.com/repos/symfony/translation/zipball/17a965c8f3b1b348cf15d903ac53942984561f8a", + "reference": "17a965c8f3b1b348cf15d903ac53942984561f8a", "shasum": "" }, "require": { @@ -11162,7 +11192,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.3.9" + "source": "https://github.com/symfony/translation/tree/v5.3.11" }, "funding": [ { @@ -11178,20 +11208,20 @@ "type": "tidelift" } ], - "time": "2021-08-26T08:22:53+00:00" + "time": "2021-11-04T16:37:19+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "95c812666f3e91db75385749fe219c5e494c7f95" + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95", - "reference": "95c812666f3e91db75385749fe219c5e494c7f95", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", "shasum": "" }, "require": { @@ -11203,7 +11233,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -11240,7 +11270,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" }, "funding": [ { @@ -11256,20 +11286,20 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-08-17T14:20:01+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.3.8", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da" + "reference": "a029b3a11b757f9cc8693040339153b4745a913f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eaaea4098be1c90c8285543e1356a09c8aa5c8da", - "reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a029b3a11b757f9cc8693040339153b4745a913f", + "reference": "a029b3a11b757f9cc8693040339153b4745a913f", "shasum": "" }, "require": { @@ -11328,7 +11358,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.3.8" + "source": "https://github.com/symfony/var-dumper/tree/v5.3.11" }, "funding": [ { @@ -11344,7 +11374,7 @@ "type": "tidelift" } ], - "time": "2021-09-24T15:59:58+00:00" + "time": "2021-11-12T11:38:27+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -11533,16 +11563,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v5.3.1", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "accaddf133651d4b5cf81a119f25296736ffc850" + "reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850", - "reference": "accaddf133651d4b5cf81a119f25296736ffc850", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/d4394d044ed69a8f244f3445bcedf8a0d7fe2403", + "reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403", "shasum": "" }, "require": { @@ -11565,7 +11595,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.3-dev" + "dev-master": "5.4-dev" } }, "autoload": { @@ -11595,7 +11625,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.0" }, "funding": [ { @@ -11607,7 +11637,7 @@ "type": "tidelift" } ], - "time": "2021-10-02T19:24:42+00:00" + "time": "2021-11-10T01:08:39+00:00" }, { "name": "voku/portable-ascii", @@ -11905,172 +11935,6 @@ } ], "packages-dev": [ - { - "name": "amphp/amp", - "version": "v2.6.1", - "source": { - "type": "git", - "url": "https://github.com/amphp/amp.git", - "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae", - "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "amphp/php-cs-fixer-config": "dev-master", - "amphp/phpunit-util": "^1", - "ext-json": "*", - "jetbrains/phpstorm-stubs": "^2019.3", - "phpunit/phpunit": "^7 | ^8 | ^9", - "psalm/phar": "^3.11@dev", - "react/promise": "^2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Amp\\": "lib" - }, - "files": [ - "lib/functions.php", - "lib/Internal/functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Daniel Lowrey", - "email": "rdlowrey@php.net" - }, - { - "name": "Aaron Piotrowski", - "email": "aaron@trowski.com" - }, - { - "name": "Bob Weinand", - "email": "bobwei9@hotmail.com" - }, - { - "name": "Niklas Keller", - "email": "me@kelunik.com" - } - ], - "description": "A non-blocking concurrency framework for PHP applications.", - "homepage": "http://amphp.org/amp", - "keywords": [ - "async", - "asynchronous", - "awaitable", - "concurrency", - "event", - "event-loop", - "future", - "non-blocking", - "promise" - ], - "support": { - "irc": "irc://irc.freenode.org/amphp", - "issues": "https://github.com/amphp/amp/issues", - "source": "https://github.com/amphp/amp/tree/v2.6.1" - }, - "funding": [ - { - "url": "https://github.com/amphp", - "type": "github" - } - ], - "time": "2021-09-23T18:43:08+00:00" - }, - { - "name": "amphp/byte-stream", - "version": "v1.8.1", - "source": { - "type": "git", - "url": "https://github.com/amphp/byte-stream.git", - "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd", - "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd", - "shasum": "" - }, - "require": { - "amphp/amp": "^2", - "php": ">=7.1" - }, - "require-dev": { - "amphp/php-cs-fixer-config": "dev-master", - "amphp/phpunit-util": "^1.4", - "friendsofphp/php-cs-fixer": "^2.3", - "jetbrains/phpstorm-stubs": "^2019.3", - "phpunit/phpunit": "^6 || ^7 || ^8", - "psalm/phar": "^3.11.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Amp\\ByteStream\\": "lib" - }, - "files": [ - "lib/functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Aaron Piotrowski", - "email": "aaron@trowski.com" - }, - { - "name": "Niklas Keller", - "email": "me@kelunik.com" - } - ], - "description": "A stream abstraction to make working with non-blocking I/O simple.", - "homepage": "http://amphp.org/byte-stream", - "keywords": [ - "amp", - "amphp", - "async", - "io", - "non-blocking", - "stream" - ], - "support": { - "irc": "irc://irc.freenode.org/amphp", - "issues": "https://github.com/amphp/byte-stream/issues", - "source": "https://github.com/amphp/byte-stream/tree/v1.8.1" - }, - "funding": [ - { - "url": "https://github.com/amphp", - "type": "github" - } - ], - "time": "2021-03-30T17:13:30+00:00" - }, { "name": "anahkiasen/former", "version": "4.6.0", @@ -12197,23 +12061,23 @@ }, { "name": "barryvdh/laravel-debugbar", - "version": "v3.6.2", + "version": "v3.6.4", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-debugbar.git", - "reference": "70b89754913fd89fef16d0170a91dbc2a5cd633a" + "reference": "3c2d678269ba60e178bcd93e36f6a91c36b727f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/70b89754913fd89fef16d0170a91dbc2a5cd633a", - "reference": "70b89754913fd89fef16d0170a91dbc2a5cd633a", + "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/3c2d678269ba60e178bcd93e36f6a91c36b727f1", + "reference": "3c2d678269ba60e178bcd93e36f6a91c36b727f1", "shasum": "" }, "require": { "illuminate/routing": "^6|^7|^8", "illuminate/session": "^6|^7|^8", "illuminate/support": "^6|^7|^8", - "maximebf/debugbar": "^1.16.3", + "maximebf/debugbar": "^1.17.2", "php": ">=7.2", "symfony/debug": "^4.3|^5", "symfony/finder": "^4.3|^5" @@ -12227,7 +12091,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.5-dev" + "dev-master": "3.6-dev" }, "laravel": { "providers": [ @@ -12266,7 +12130,7 @@ ], "support": { "issues": "https://github.com/barryvdh/laravel-debugbar/issues", - "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.2" + "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.4" }, "funding": [ { @@ -12278,7 +12142,7 @@ "type": "github" } ], - "time": "2021-06-14T14:29:26+00:00" + "time": "2021-10-21T10:57:31+00:00" }, { "name": "beyondcode/laravel-query-detector", @@ -12342,16 +12206,16 @@ }, { "name": "brianium/paratest", - "version": "v6.3.1", + "version": "v6.3.3", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "3d81e35876f6497467310b123583cca6bd4c38f2" + "reference": "a448f456921719fdf8a2c0f6d1e2e8f63c085ffa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/3d81e35876f6497467310b123583cca6bd4c38f2", - "reference": "3d81e35876f6497467310b123583cca6bd4c38f2", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/a448f456921719fdf8a2c0f6d1e2e8f63c085ffa", + "reference": "a448f456921719fdf8a2c0f6d1e2e8f63c085ffa", "shasum": "" }, "require": { @@ -12360,28 +12224,28 @@ "ext-reflection": "*", "ext-simplexml": "*", "php": "^7.3 || ^8.0", - "phpunit/php-code-coverage": "^9.2.6", + "phpunit/php-code-coverage": "^9.2.7", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-timer": "^5.0.3", - "phpunit/phpunit": "^9.5.8", + "phpunit/phpunit": "^9.5.10", "sebastian/environment": "^5.1.3", - "symfony/console": "^4.4.23 || ^5.3.6", - "symfony/process": "^4.4.22 || ^5.3.4" + "symfony/console": "^4.4.30 || ^5.3.7", + "symfony/process": "^4.4.30 || ^5.3.7" }, "require-dev": { "doctrine/coding-standard": "^9.0.0", - "ekino/phpstan-banned-code": "^0.4.0", + "ekino/phpstan-banned-code": "^0.5.0", "ergebnis/phpstan-rules": "^0.15.3", "ext-posix": "*", - "infection/infection": "^0.24", - "phpstan/phpstan": "^0.12.94", + "infection/infection": "^0.25.3", + "phpstan/phpstan": "^0.12.99", "phpstan/phpstan-deprecation-rules": "^0.12.6", - "phpstan/phpstan-phpunit": "^0.12.21", - "phpstan/phpstan-strict-rules": "^0.12.10", + "phpstan/phpstan-phpunit": "^0.12.22", + "phpstan/phpstan-strict-rules": "^0.12.11", "squizlabs/php_codesniffer": "^3.6.0", "symfony/filesystem": "^5.3.4", "thecodingmachine/phpstan-strict-rules": "^0.12.1", - "vimeo/psalm": "^4.9.2" + "vimeo/psalm": "^4.10.0" }, "bin": [ "bin/paratest" @@ -12420,7 +12284,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v6.3.1" + "source": "https://github.com/paratestphp/paratest/tree/v6.3.3" }, "funding": [ { @@ -12432,20 +12296,20 @@ "type": "paypal" } ], - "time": "2021-08-10T07:38:58+00:00" + "time": "2021-11-19T07:41:55+00:00" }, { "name": "darkaonline/l5-swagger", - "version": "8.0.7", + "version": "8.0.9", "source": { "type": "git", "url": "https://github.com/DarkaOnLine/L5-Swagger.git", - "reference": "5e3d9c067797ebc35304d20acd94aeb40cde2825" + "reference": "c882f984236ffeaebe4bed76b223ce9c3ec032fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DarkaOnLine/L5-Swagger/zipball/5e3d9c067797ebc35304d20acd94aeb40cde2825", - "reference": "5e3d9c067797ebc35304d20acd94aeb40cde2825", + "url": "https://api.github.com/repos/DarkaOnLine/L5-Swagger/zipball/c882f984236ffeaebe4bed76b223ce9c3ec032fb", + "reference": "c882f984236ffeaebe4bed76b223ce9c3ec032fb", "shasum": "" }, "require": { @@ -12503,7 +12367,7 @@ ], "support": { "issues": "https://github.com/DarkaOnLine/L5-Swagger/issues", - "source": "https://github.com/DarkaOnLine/L5-Swagger/tree/8.0.7" + "source": "https://github.com/DarkaOnLine/L5-Swagger/tree/8.0.9" }, "funding": [ { @@ -12511,44 +12375,7 @@ "type": "github" } ], - "time": "2021-07-12T06:31:40+00:00" - }, - { - "name": "dnoegel/php-xdg-base-dir", - "version": "v0.1.1", - "source": { - "type": "git", - "url": "https://github.com/dnoegel/php-xdg-base-dir.git", - "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", - "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35" - }, - "type": "library", - "autoload": { - "psr-4": { - "XdgBaseDir\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "implementation of xdg base directory specification for php", - "support": { - "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues", - "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1" - }, - "time": "2019-12-04T15:06:13+00:00" + "time": "2021-10-18T06:28:30+00:00" }, { "name": "doctrine/annotations", @@ -12758,19 +12585,20 @@ }, { "name": "facade/ignition", - "version": "2.14.1", + "version": "2.17.0", "source": { "type": "git", "url": "https://github.com/facade/ignition.git", - "reference": "6d89c4c99537f487ad29f646d57ebf107ef714ed" + "reference": "28d12b473ffcbe326959385772fd5125c73bc974" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/facade/ignition/zipball/6d89c4c99537f487ad29f646d57ebf107ef714ed", - "reference": "6d89c4c99537f487ad29f646d57ebf107ef714ed", + "url": "https://api.github.com/repos/facade/ignition/zipball/28d12b473ffcbe326959385772fd5125c73bc974", + "reference": "28d12b473ffcbe326959385772fd5125c73bc974", "shasum": "" }, "require": { + "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "facade/flare-client-php": "^1.9.1", @@ -12783,6 +12611,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", + "livewire/livewire": "^2.4", "mockery/mockery": "^1.3", "orchestra/testbench": "^5.0|^6.0", "psalm/plugin-laravel": "^1.2" @@ -12830,7 +12659,7 @@ "issues": "https://github.com/facade/ignition/issues", "source": "https://github.com/facade/ignition" }, - "time": "2021-10-08T12:34:52+00:00" + "time": "2021-11-24T08:47:21+00:00" }, { "name": "facade/ignition-contracts", @@ -12885,107 +12714,6 @@ }, "time": "2020-10-16T08:27:54+00:00" }, - { - "name": "felixfbecker/advanced-json-rpc", - "version": "v3.2.1", - "source": { - "type": "git", - "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git", - "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447", - "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447", - "shasum": "" - }, - "require": { - "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", - "php": "^7.1 || ^8.0", - "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "AdvancedJsonRpc\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "ISC" - ], - "authors": [ - { - "name": "Felix Becker", - "email": "felix.b@outlook.com" - } - ], - "description": "A more advanced JSONRPC implementation", - "support": { - "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues", - "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1" - }, - "time": "2021-06-11T22:34:44+00:00" - }, - { - "name": "felixfbecker/language-server-protocol", - "version": "1.5.1", - "source": { - "type": "git", - "url": "https://github.com/felixfbecker/php-language-server-protocol.git", - "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/9d846d1f5cf101deee7a61c8ba7caa0a975cd730", - "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "phpstan/phpstan": "*", - "squizlabs/php_codesniffer": "^3.1", - "vimeo/psalm": "^4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "LanguageServerProtocol\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "ISC" - ], - "authors": [ - { - "name": "Felix Becker", - "email": "felix.b@outlook.com" - } - ], - "description": "PHP classes for the Language Server Protocol", - "keywords": [ - "language", - "microsoft", - "php", - "server" - ], - "support": { - "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues", - "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1" - }, - "time": "2021-02-22T14:02:09+00:00" - }, { "name": "filp/whoops", "version": "2.14.4", @@ -13059,16 +12787,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.19.2", + "version": "v2.19.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307" + "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5c737c2e18ba502b75b44832b31fe627f82e307", - "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/75ac86f33fab4714ea5a39a396784d83ae3b5ed8", + "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8", "shasum": "" }, "require": { @@ -13156,7 +12884,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.2" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.3" }, "funding": [ { @@ -13164,7 +12892,7 @@ "type": "github" } ], - "time": "2021-08-18T19:55:46+00:00" + "time": "2021-11-15T17:17:55+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -13219,16 +12947,16 @@ }, { "name": "laravel/dusk", - "version": "v6.18.1", + "version": "v6.19.2", "source": { "type": "git", "url": "https://github.com/laravel/dusk.git", - "reference": "c99116b354a93faf9e75aeeeadc73445df705570" + "reference": "c042f8d389b8fdcd9543032d1ef8dbe47c8a245f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/dusk/zipball/c99116b354a93faf9e75aeeeadc73445df705570", - "reference": "c99116b354a93faf9e75aeeeadc73445df705570", + "url": "https://api.github.com/repos/laravel/dusk/zipball/c042f8d389b8fdcd9543032d1ef8dbe47c8a245f", + "reference": "c042f8d389b8fdcd9543032d1ef8dbe47c8a245f", "shasum": "" }, "require": { @@ -13286,27 +13014,27 @@ ], "support": { "issues": "https://github.com/laravel/dusk/issues", - "source": "https://github.com/laravel/dusk/tree/v6.18.1" + "source": "https://github.com/laravel/dusk/tree/v6.19.2" }, - "time": "2021-09-07T14:28:13+00:00" + "time": "2021-10-20T10:10:26+00:00" }, { "name": "maximebf/debugbar", - "version": "v1.17.1", + "version": "v1.17.3", "source": { "type": "git", "url": "https://github.com/maximebf/php-debugbar.git", - "reference": "0a3532556be0145603f8a9de23e76dc28eed7054" + "reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0a3532556be0145603f8a9de23e76dc28eed7054", - "reference": "0a3532556be0145603f8a9de23e76dc28eed7054", + "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/e8ac3499af0ea5b440908e06cc0abe5898008b3c", + "reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c", "shasum": "" }, "require": { "php": "^7.1|^8", - "psr/log": "^1.0", + "psr/log": "^1|^2|^3", "symfony/var-dumper": "^2.6|^3|^4|^5" }, "require-dev": { @@ -13351,9 +13079,9 @@ ], "support": { "issues": "https://github.com/maximebf/php-debugbar/issues", - "source": "https://github.com/maximebf/php-debugbar/tree/v1.17.1" + "source": "https://github.com/maximebf/php-debugbar/tree/v1.17.3" }, - "time": "2021-08-01T09:19:02+00:00" + "time": "2021-10-19T12:33:27+00:00" }, { "name": "mockery/mockery", @@ -13485,57 +13213,6 @@ ], "time": "2020-11-13T09:40:50+00:00" }, - { - "name": "netresearch/jsonmapper", - "version": "v4.0.0", - "source": { - "type": "git", - "url": "https://github.com/cweiske/jsonmapper.git", - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "php": ">=7.1" - }, - "require-dev": { - "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0", - "squizlabs/php_codesniffer": "~3.5" - }, - "type": "library", - "autoload": { - "psr-0": { - "JsonMapper": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "OSL-3.0" - ], - "authors": [ - { - "name": "Christian Weiske", - "email": "cweiske@cweiske.de", - "homepage": "http://github.com/cweiske/jsonmapper/", - "role": "Developer" - } - ], - "description": "Map nested JSON structures onto PHP classes", - "support": { - "email": "cweiske@cweiske.de", - "issues": "https://github.com/cweiske/jsonmapper/issues", - "source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0" - }, - "time": "2020-12-01T19:48:11+00:00" - }, { "name": "nunomaduro/collision", "version": "v5.10.0", @@ -13623,59 +13300,6 @@ ], "time": "2021-09-20T15:06:32+00:00" }, - { - "name": "openlss/lib-array2xml", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/nullivex/lib-array2xml.git", - "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", - "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "type": "library", - "autoload": { - "psr-0": { - "LSS": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Bryan Tong", - "email": "bryan@nullivex.com", - "homepage": "https://www.nullivex.com" - }, - { - "name": "Tony Butler", - "email": "spudz76@gmail.com", - "homepage": "https://www.nullivex.com" - } - ], - "description": "Array2XML conversion library credit to lalit.org", - "homepage": "https://www.nullivex.com", - "keywords": [ - "array", - "array conversion", - "xml", - "xml conversion" - ], - "support": { - "issues": "https://github.com/nullivex/lib-array2xml/issues", - "source": "https://github.com/nullivex/lib-array2xml/tree/master" - }, - "time": "2019-03-29T20:06:56+00:00" - }, { "name": "phar-io/manifest", "version": "2.0.3", @@ -13844,16 +13468,16 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.11.1", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880" + "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/da16e39968f8dd5cfb7d07eef91dc2b731c69880", - "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", + "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", "shasum": "" }, "require": { @@ -13862,20 +13486,19 @@ "ext-zip": "*", "php": "^5.6 || ~7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.12", - "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0" + "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0" }, "replace": { "facebook/webdriver": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.0", "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", "php-coveralls/php-coveralls": "^2.4", "php-mock/php-mock-phpunit": "^1.1 || ^2.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0" + "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0" }, "suggest": { "ext-SimpleXML": "For Firefox profile creation" @@ -13904,9 +13527,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.11.1" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.0" }, - "time": "2021-05-21T15:12:49+00:00" + "time": "2021-10-14T09:30:02+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -13963,16 +13586,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.2.2", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { @@ -13983,7 +13606,8 @@ "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.2" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", "extra": { @@ -14013,9 +13637,9 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" }, - "time": "2020-09-03T19:13:55+00:00" + "time": "2021-10-19T17:43:47+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -14136,23 +13760,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.7", + "version": "9.2.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218" + "reference": "f301eb1453c9e7a1bc912ee8b0ea9db22c60223b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d4c798ed8d51506800b441f7a13ecb0f76f12218", - "reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f301eb1453c9e7a1bc912ee8b0ea9db22c60223b", + "reference": "f301eb1453c9e7a1bc912ee8b0ea9db22c60223b", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.12.0", + "nikic/php-parser": "^4.13.0", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -14201,7 +13825,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.7" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.9" }, "funding": [ { @@ -14209,7 +13833,7 @@ "type": "github" } ], - "time": "2021-09-17T05:39:03+00:00" + "time": "2021-11-19T15:21:02+00:00" }, { "name": "phpunit/php-file-iterator", @@ -14984,16 +14608,16 @@ }, { "name": "sebastian/exporter", - "version": "4.0.3", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65" + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65", - "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", "shasum": "" }, "require": { @@ -15042,14 +14666,14 @@ } ], "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", + "homepage": "https://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" }, "funding": [ { @@ -15057,7 +14681,7 @@ "type": "github" } ], - "time": "2020-09-28T05:24:23+00:00" + "time": "2021-11-11T14:18:36+00:00" }, { "name": "sebastian/global-state", @@ -15521,16 +15145,16 @@ }, { "name": "swagger-api/swagger-ui", - "version": "v3.52.3", + "version": "v3.52.5", "source": { "type": "git", "url": "https://github.com/swagger-api/swagger-ui.git", - "reference": "aa9f2e6733327b5f042f2529db76558d9c09bed2" + "reference": "f1ad60dc92e7edb0898583e16c3e66fe3e9eada2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/aa9f2e6733327b5f042f2529db76558d9c09bed2", - "reference": "aa9f2e6733327b5f042f2529db76558d9c09bed2", + "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/f1ad60dc92e7edb0898583e16c3e66fe3e9eada2", + "reference": "f1ad60dc92e7edb0898583e16c3e66fe3e9eada2", "shasum": "" }, "type": "library", @@ -15576,9 +15200,9 @@ ], "support": { "issues": "https://github.com/swagger-api/swagger-ui/issues", - "source": "https://github.com/swagger-api/swagger-ui/tree/v3.52.3" + "source": "https://github.com/swagger-api/swagger-ui/tree/v3.52.5" }, - "time": "2021-09-20T12:12:56+00:00" + "time": "2021-10-14T14:25:14+00:00" }, { "name": "symfony/debug", @@ -15780,16 +15404,16 @@ }, { "name": "symfony/yaml", - "version": "v5.3.6", + "version": "v5.3.11", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7" + "reference": "226638aa877bc4104e619a15f27d8141cd6b4e4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7", - "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7", + "url": "https://api.github.com/repos/symfony/yaml/zipball/226638aa877bc4104e619a15f27d8141cd6b4e4a", + "reference": "226638aa877bc4104e619a15f27d8141cd6b4e4a", "shasum": "" }, "require": { @@ -15835,7 +15459,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.3.6" + "source": "https://github.com/symfony/yaml/tree/v5.3.11" }, "funding": [ { @@ -15851,7 +15475,7 @@ "type": "tidelift" } ], - "time": "2021-07-29T06:20:01+00:00" + "time": "2021-11-20T16:42:42+00:00" }, { "name": "theseer/tokenizer", @@ -15903,183 +15527,30 @@ ], "time": "2021-07-28T10:34:58+00:00" }, - { - "name": "vimeo/psalm", - "version": "4.10.0", - "source": { - "type": "git", - "url": "https://github.com/vimeo/psalm.git", - "reference": "916b098b008f6de4543892b1e0651c1c3b92cbfa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/916b098b008f6de4543892b1e0651c1c3b92cbfa", - "reference": "916b098b008f6de4543892b1e0651c1c3b92cbfa", - "shasum": "" - }, - "require": { - "amphp/amp": "^2.4.2", - "amphp/byte-stream": "^1.5", - "composer/package-versions-deprecated": "^1.8.0", - "composer/semver": "^1.4 || ^2.0 || ^3.0", - "composer/xdebug-handler": "^1.1 || ^2.0", - "dnoegel/php-xdg-base-dir": "^0.1.1", - "ext-ctype": "*", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-simplexml": "*", - "ext-tokenizer": "*", - "felixfbecker/advanced-json-rpc": "^3.0.3", - "felixfbecker/language-server-protocol": "^1.5", - "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", - "nikic/php-parser": "^4.12", - "openlss/lib-array2xml": "^1.0", - "php": "^7.1|^8", - "sebastian/diff": "^3.0 || ^4.0", - "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", - "webmozart/path-util": "^2.3" - }, - "provide": { - "psalm/psalm": "self.version" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.2", - "brianium/paratest": "^4.0||^6.0", - "ext-curl": "*", - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpdocumentor/reflection-docblock": "^5", - "phpmyadmin/sql-parser": "5.1.0||dev-master", - "phpspec/prophecy": ">=1.9.0", - "phpunit/phpunit": "^9.0", - "psalm/plugin-phpunit": "^0.16", - "slevomat/coding-standard": "^7.0", - "squizlabs/php_codesniffer": "^3.5", - "symfony/process": "^4.3 || ^5.0", - "weirdan/prophecy-shim": "^1.0 || ^2.0" - }, - "suggest": { - "ext-igbinary": "^2.0.5" - }, - "bin": [ - "psalm", - "psalm-language-server", - "psalm-plugin", - "psalm-refactor", - "psalter" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.x-dev", - "dev-3.x": "3.x-dev", - "dev-2.x": "2.x-dev", - "dev-1.x": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psalm\\": "src/Psalm/" - }, - "files": [ - "src/functions.php", - "src/spl_object_id.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matthew Brown" - } - ], - "description": "A static analysis tool for finding errors in PHP applications", - "keywords": [ - "code", - "inspection", - "php" - ], - "support": { - "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.10.0" - }, - "time": "2021-09-04T21:00:09+00:00" - }, - { - "name": "webmozart/path-util", - "version": "2.3.0", - "source": { - "type": "git", - "url": "https://github.com/webmozart/path-util.git", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "webmozart/assert": "~1.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\PathUtil\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", - "support": { - "issues": "https://github.com/webmozart/path-util/issues", - "source": "https://github.com/webmozart/path-util/tree/2.3.0" - }, - "time": "2015-12-17T08:42:14+00:00" - }, { "name": "zircote/swagger-php", - "version": "3.2.3", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/zircote/swagger-php.git", - "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da" + "reference": "68c76ce2bb43fb4603315fb973d4595711dcbfd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zircote/swagger-php/zipball/41ed0eb1dacebe2c365623b3f9ab13d1531a03da", - "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/68c76ce2bb43fb4603315fb973d4595711dcbfd3", + "reference": "68c76ce2bb43fb4603315fb973d4595711dcbfd3", "shasum": "" }, "require": { "doctrine/annotations": "^1.7", "ext-json": "*", "php": ">=7.2", + "psr/log": "^1.1", "symfony/finder": ">=2.2", "symfony/yaml": ">=3.3" }, "require-dev": { + "composer/package-versions-deprecated": "1.11.99.2", "friendsofphp/php-cs-fixer": "^2.17 || ^3.0", "phpunit/phpunit": ">=8" }, @@ -16125,9 +15596,9 @@ ], "support": { "issues": "https://github.com/zircote/swagger-php/issues", - "source": "https://github.com/zircote/swagger-php/tree/3.2.3" + "source": "https://github.com/zircote/swagger-php/tree/3.3.2" }, - "time": "2021-06-25T04:08:57+00:00" + "time": "2021-11-15T20:45:42+00:00" } ], "aliases": [], diff --git a/package-lock.json b/package-lock.json index 3640ab2ddbba..f2030c2cd655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,10373 @@ { + "name": "invoiceninja", + "lockfileVersion": 2, "requires": true, - "lockfileVersion": 1, + "packages": { + "": { + "dependencies": { + "@tailwindcss/ui": "^0.7", + "autoprefixer": "^10.3.7", + "axios": "^0.24.0", + "card-js": "^1.0.13", + "card-validator": "^8.1.1", + "cross-env": "^7.0.3", + "jsignature": "^2.1.3", + "json-formatter-js": "^2.3.4", + "laravel-mix": "^6.0.34", + "linkify-urls": "^4.0.0", + "lodash": "^4.17.21", + "postcss": "^8.3.11", + "resolve-url-loader": "^4.0.0", + "sass": "^1.43.4", + "sass-loader": "^12.3.0", + "tailwindcss": "^2.2.17" + }, + "devDependencies": { + "@babel/compat-data": "7.15.0", + "@babel/plugin-proposal-class-properties": "^7.14.5", + "laravel-mix-purgecss": "^6.0.0", + "vue-template-compiler": "^2.6.14" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "dependencies": { + "@babel/highlight": "^7.12.13" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", + "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.8.tgz", + "integrity": "sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==", + "dependencies": { + "@babel/code-frame": "^7.15.8", + "@babel/generator": "^7.15.8", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-module-transforms": "^7.15.8", + "@babel/helpers": "^7.15.4", + "@babel/parser": "^7.15.8", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/@babel/code-frame": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz", + "integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", + "dependencies": { + "@babel/highlight": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/highlight": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.8.tgz", + "integrity": "sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==", + "dependencies": { + "@babel/types": "^7.15.6", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz", + "integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz", + "integrity": "sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==", + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz", + "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==", + "dependencies": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-validator-option": "^7.14.5", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/@babel/compat-data": { + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", + "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/@babel/helper-compilation-targets/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/@babel/helper-compilation-targets/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz", + "integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-member-expression-to-functions": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz", + "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.14.5", + "regexpu-core": "^4.7.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz", + "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==", + "dependencies": { + "@babel/helper-compilation-targets": "^7.13.0", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/traverse": "^7.13.0", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz", + "integrity": "sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz", + "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", + "dependencies": { + "@babel/helper-get-function-arity": "^7.15.4", + "@babel/template": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-get-function-arity": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz", + "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz", + "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz", + "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz", + "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz", + "integrity": "sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==", + "dependencies": { + "@babel/helper-module-imports": "^7.15.4", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-simple-access": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "@babel/helper-validator-identifier": "^7.15.7", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz", + "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", + "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz", + "integrity": "sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-wrap-function": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz", + "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz", + "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz", + "integrity": "sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz", + "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==", + "dependencies": { + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", + "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz", + "integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==", + "dependencies": { + "@babel/helper-function-name": "^7.15.4", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz", + "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", + "dependencies": { + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", + "integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz", + "integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4", + "@babel/plugin-proposal-optional-chaining": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz", + "integrity": "sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-remap-async-to-generator": "^7.15.4", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz", + "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/code-frame": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", + "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", + "dependencies": { + "@babel/highlight": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/generator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.5.tgz", + "integrity": "sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==", + "dependencies": { + "@babel/types": "^7.14.5", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz", + "integrity": "sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==", + "dependencies": { + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz", + "integrity": "sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.14.5", + "@babel/helper-function-name": "^7.14.5", + "@babel/helper-member-expression-to-functions": "^7.14.5", + "@babel/helper-optimise-call-expression": "^7.14.5", + "@babel/helper-replace-supers": "^7.14.5", + "@babel/helper-split-export-declaration": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-function-name": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz", + "integrity": "sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==", + "dependencies": { + "@babel/helper-get-function-arity": "^7.14.5", + "@babel/template": "^7.14.5", + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-get-function-arity": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz", + "integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==", + "dependencies": { + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-hoist-variables": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz", + "integrity": "sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==", + "dependencies": { + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz", + "integrity": "sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==", + "dependencies": { + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-optimise-call-expression": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz", + "integrity": "sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==", + "dependencies": { + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-plugin-utils": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", + "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-replace-supers": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz", + "integrity": "sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==", + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.14.5", + "@babel/helper-optimise-call-expression": "^7.14.5", + "@babel/traverse": "^7.14.5", + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-split-export-declaration": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz", + "integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==", + "dependencies": { + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/helper-validator-identifier": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz", + "integrity": "sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/highlight": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/parser": { + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.7.tgz", + "integrity": "sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/template": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz", + "integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==", + "dependencies": { + "@babel/code-frame": "^7.14.5", + "@babel/parser": "^7.14.5", + "@babel/types": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/traverse": { + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.7.tgz", + "integrity": "sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==", + "dependencies": { + "@babel/code-frame": "^7.14.5", + "@babel/generator": "^7.14.5", + "@babel/helper-function-name": "^7.14.5", + "@babel/helper-hoist-variables": "^7.14.5", + "@babel/helper-split-export-declaration": "^7.14.5", + "@babel/parser": "^7.14.7", + "@babel/types": "^7.14.5", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/@babel/types": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.5.tgz", + "integrity": "sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.5", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@babel/plugin-proposal-class-properties/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz", + "integrity": "sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz", + "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz", + "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-json-strings": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz", + "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz", + "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz", + "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-numeric-separator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz", + "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.15.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz", + "integrity": "sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==", + "dependencies": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread/node_modules/@babel/compat-data": { + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", + "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz", + "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz", + "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-methods": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz", + "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz", + "integrity": "sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-create-class-features-plugin": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz", + "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz", + "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz", + "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==", + "dependencies": { + "@babel/helper-module-imports": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-remap-async-to-generator": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz", + "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz", + "integrity": "sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz", + "integrity": "sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-optimise-call-expression": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-replace-supers": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz", + "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.14.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz", + "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz", + "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz", + "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz", + "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==", + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz", + "integrity": "sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz", + "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==", + "dependencies": { + "@babel/helper-function-name": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz", + "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz", + "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz", + "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==", + "dependencies": { + "@babel/helper-module-transforms": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz", + "integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==", + "dependencies": { + "@babel/helper-module-transforms": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-simple-access": "^7.15.4", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz", + "integrity": "sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==", + "dependencies": { + "@babel/helper-hoist-variables": "^7.15.4", + "@babel/helper-module-transforms": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-validator-identifier": "^7.14.9", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs/node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz", + "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==", + "dependencies": { + "@babel/helper-module-transforms": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.14.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz", + "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz", + "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz", + "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-replace-supers": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz", + "integrity": "sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz", + "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz", + "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==", + "dependencies": { + "regenerator-transform": "^0.14.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz", + "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz", + "integrity": "sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw==", + "dependencies": { + "@babel/helper-module-imports": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "babel-plugin-polyfill-corejs2": "^0.2.2", + "babel-plugin-polyfill-corejs3": "^0.2.5", + "babel-plugin-polyfill-regenerator": "^0.2.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz", + "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz", + "integrity": "sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz", + "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz", + "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz", + "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz", + "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz", + "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.14.5", + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.8.tgz", + "integrity": "sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==", + "dependencies": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-validator-option": "^7.14.5", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4", + "@babel/plugin-proposal-async-generator-functions": "^7.15.8", + "@babel/plugin-proposal-class-properties": "^7.14.5", + "@babel/plugin-proposal-class-static-block": "^7.15.4", + "@babel/plugin-proposal-dynamic-import": "^7.14.5", + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", + "@babel/plugin-proposal-json-strings": "^7.14.5", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", + "@babel/plugin-proposal-numeric-separator": "^7.14.5", + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", + "@babel/plugin-proposal-optional-chaining": "^7.14.5", + "@babel/plugin-proposal-private-methods": "^7.14.5", + "@babel/plugin-proposal-private-property-in-object": "^7.15.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.14.5", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.14.5", + "@babel/plugin-transform-async-to-generator": "^7.14.5", + "@babel/plugin-transform-block-scoped-functions": "^7.14.5", + "@babel/plugin-transform-block-scoping": "^7.15.3", + "@babel/plugin-transform-classes": "^7.15.4", + "@babel/plugin-transform-computed-properties": "^7.14.5", + "@babel/plugin-transform-destructuring": "^7.14.7", + "@babel/plugin-transform-dotall-regex": "^7.14.5", + "@babel/plugin-transform-duplicate-keys": "^7.14.5", + "@babel/plugin-transform-exponentiation-operator": "^7.14.5", + "@babel/plugin-transform-for-of": "^7.15.4", + "@babel/plugin-transform-function-name": "^7.14.5", + "@babel/plugin-transform-literals": "^7.14.5", + "@babel/plugin-transform-member-expression-literals": "^7.14.5", + "@babel/plugin-transform-modules-amd": "^7.14.5", + "@babel/plugin-transform-modules-commonjs": "^7.15.4", + "@babel/plugin-transform-modules-systemjs": "^7.15.4", + "@babel/plugin-transform-modules-umd": "^7.14.5", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9", + "@babel/plugin-transform-new-target": "^7.14.5", + "@babel/plugin-transform-object-super": "^7.14.5", + "@babel/plugin-transform-parameters": "^7.15.4", + "@babel/plugin-transform-property-literals": "^7.14.5", + "@babel/plugin-transform-regenerator": "^7.14.5", + "@babel/plugin-transform-reserved-words": "^7.14.5", + "@babel/plugin-transform-shorthand-properties": "^7.14.5", + "@babel/plugin-transform-spread": "^7.15.8", + "@babel/plugin-transform-sticky-regex": "^7.14.5", + "@babel/plugin-transform-template-literals": "^7.14.5", + "@babel/plugin-transform-typeof-symbol": "^7.14.5", + "@babel/plugin-transform-unicode-escapes": "^7.14.5", + "@babel/plugin-transform-unicode-regex": "^7.14.5", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.15.6", + "babel-plugin-polyfill-corejs2": "^0.2.2", + "babel-plugin-polyfill-corejs3": "^0.2.5", + "babel-plugin-polyfill-regenerator": "^0.2.2", + "core-js-compat": "^3.16.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/@babel/compat-data": { + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", + "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz", + "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==", + "dependencies": { + "@babel/code-frame": "^7.14.5", + "@babel/parser": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template/node_modules/@babel/code-frame": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz", + "integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", + "dependencies": { + "@babel/highlight": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template/node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template/node_modules/@babel/highlight": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", + "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", + "dependencies": { + "@babel/code-frame": "^7.14.5", + "@babel/generator": "^7.15.4", + "@babel/helper-function-name": "^7.15.4", + "@babel/helper-hoist-variables": "^7.15.4", + "@babel/helper-split-export-declaration": "^7.15.4", + "@babel/parser": "^7.15.4", + "@babel/types": "^7.15.4", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/code-frame": { + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz", + "integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", + "dependencies": { + "@babel/highlight": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/highlight": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.15.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", + "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.9", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.5.tgz", + "integrity": "sha512-6nFkfkmSeV/rqSaS4oWHgmpnYw194f6hmWF5is6b0J1naJZoiD0NTc9AiUwPHvWsowkjuHErCZT1wa0jg+BLIA==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/@fullhuman/postcss-purgecss": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-3.1.3.tgz", + "integrity": "sha512-kwOXw8fZ0Lt1QmeOOrd+o4Ibvp4UTEBFQbzvWldjlKv5n+G9sXfIPn1hh63IQIL8K8vbvv1oYMJiIUbuy9bGaA==", + "dev": true, + "dependencies": { + "purgecss": "^3.1.3" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@tailwindcss/custom-forms": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/custom-forms/-/custom-forms-0.2.1.tgz", + "integrity": "sha512-XdP5XY6kxo3x5o50mWUyoYWxOPV16baagLoZ5uM41gh6IhXzhz/vJYzqrTb/lN58maGIKlpkxgVsQUNSsbAS3Q==", + "dependencies": { + "lodash": "^4.17.11", + "mini-svg-data-uri": "^1.0.3", + "traverse": "^0.6.6" + }, + "peerDependencies": { + "tailwindcss": "^1.0" + } + }, + "node_modules/@tailwindcss/typography": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.2.0.tgz", + "integrity": "sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg==", + "peerDependencies": { + "tailwindcss": "^1.5.0" + } + }, + "node_modules/@tailwindcss/ui": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@tailwindcss/ui/-/ui-0.7.2.tgz", + "integrity": "sha512-7HuFoWUMfVdY8EWEIS2FSJBCj+iEWL4JfljVE6Wd5qLrQrCzH10tuE0S6697jPm7dt8ZUEslFWlJtAsU76A5Nw==", + "dependencies": { + "@tailwindcss/custom-forms": "^0.2.1", + "@tailwindcss/typography": "^0.2.0", + "hex-rgb": "^4.1.0", + "postcss-selector-parser": "^6.0.2" + }, + "peerDependencies": { + "tailwindcss": "^1.8.3" + } + }, + "node_modules/@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@types/babel__core": { + "version": "7.1.16", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.16.tgz", + "integrity": "sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.3.tgz", + "integrity": "sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", + "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/clean-css": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@types/clean-css/-/clean-css-4.2.5.tgz", + "integrity": "sha512-NEzjkGGpbs9S9fgC4abuBvTpVwE3i+Acu9BBod3PUyjDVZcNsGx61b8r2PphR61QGPnn0JHVs5ey6/I4eTrkxw==", + "dependencies": { + "@types/node": "*", + "source-map": "^0.6.0" + } + }, + "node_modules/@types/clean-css/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@types/eslint": { + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.2.tgz", + "integrity": "sha512-KubbADPkfoU75KgKeKLsFHXnU4ipH7wYg0TRT33NK3N3yiu7jlFAAoygIWBV+KbuHx/G+AvuGX6DllnK35gfJA==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.1.tgz", + "integrity": "sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz", + "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==" + }, + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "node_modules/@types/http-proxy": { + "version": "1.17.7", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.7.tgz", + "integrity": "sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/imagemin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@types/imagemin/-/imagemin-8.0.0.tgz", + "integrity": "sha512-B9X2CUeDv/uUeY9CqkzSTfmsLkeJP6PkmXlh4lODBbf9SwpmNuLS30WzUOi863dgsjY3zt3gY5q2F+UdifRi1A==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/imagemin-gifsicle": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-gifsicle/-/imagemin-gifsicle-7.0.1.tgz", + "integrity": "sha512-kUz6sUh0P95JOS0RGEaaemWUrASuw+dLsWIveK2UZJx74id/B9epgblMkCk/r5MjUWbZ83wFvacG5Rb/f97gyA==", + "dependencies": { + "@types/imagemin": "*" + } + }, + "node_modules/@types/imagemin-mozjpeg": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.1.tgz", + "integrity": "sha512-kMQWEoKxxhlnH4POI3qfW9DjXlQfi80ux3l2b3j5R3eudSCoUIzKQLkfMjNJ6eMYnMWBcB+rfQOWqIzdIwFGKw==", + "dependencies": { + "@types/imagemin": "*" + } + }, + "node_modules/@types/imagemin-optipng": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-optipng/-/imagemin-optipng-5.2.1.tgz", + "integrity": "sha512-XCM/3q+HUL7v4zOqMI+dJ5dTxT+MUukY9KU49DSnYb/4yWtSMHJyADP+WHSMVzTR63J2ZvfUOzSilzBNEQW78g==", + "dependencies": { + "@types/imagemin": "*" + } + }, + "node_modules/@types/imagemin-svgo": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@types/imagemin-svgo/-/imagemin-svgo-8.0.1.tgz", + "integrity": "sha512-YafkdrVAcr38U0Ln1C+L1n4SIZqC47VBHTyxCq7gTUSd1R9MdIvMcrljWlgU1M9O68WZDeQWUrKipKYfEOCOvQ==", + "dependencies": { + "@types/imagemin": "*", + "@types/svgo": "^1" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz", + "integrity": "sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==" + }, + "node_modules/@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" + }, + "node_modules/@types/node": { + "version": "16.11.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.6.tgz", + "integrity": "sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==" + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, + "node_modules/@types/retry": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", + "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==" + }, + "node_modules/@types/svgo": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-1.3.6.tgz", + "integrity": "sha512-AZU7vQcy/4WFEuwnwsNsJnFwupIpbllH1++LXScN6uxT1Z4zPzdrWG97w4/I7eFKFTvfy/bHFStWjdBAg2Vjug==" + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webpack-cli/configtest": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.0.tgz", + "integrity": "sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==", + "peerDependencies": { + "webpack": "4.x.x || 5.x.x", + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/info": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.4.0.tgz", + "integrity": "sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==", + "dependencies": { + "envinfo": "^7.7.3" + }, + "peerDependencies": { + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/serve": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.0.tgz", + "integrity": "sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==", + "peerDependencies": { + "webpack-cli": "4.x.x" + }, + "peerDependenciesMeta": { + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "node_modules/accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "dependencies": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-node": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", + "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "dependencies": { + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" + } + }, + "node_modules/acorn-node/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/adjust-sourcemap-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "dependencies": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + }, + "engines": { + "node": ">=8.9" + } + }, + "node_modules/adjust-sourcemap-loader/node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "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==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz", + "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==" + }, + "node_modules/array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "dependencies": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/asn1.js/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "dependencies": { + "object-assign": "^4.1.1", + "util": "0.10.3" + } + }, + "node_modules/assert/node_modules/inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "node_modules/assert/node_modules/util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "dependencies": { + "inherits": "2.0.1" + } + }, + "node_modules/async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/autoprefixer": { + "version": "10.3.7", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.3.7.tgz", + "integrity": "sha512-EmGpu0nnQVmMhX8ROoJ7Mx8mKYPlcUHuxkwrRYEYMz85lu7H09v8w6R1P0JPdn/hKU32GjpLBFEOuIlDWCRWvg==", + "dependencies": { + "browserslist": "^4.17.3", + "caniuse-lite": "^1.0.30001264", + "fraction.js": "^4.1.1", + "normalize-range": "^0.1.2", + "picocolors": "^0.2.1", + "postcss-value-parser": "^4.1.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/autoprefixer/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/autoprefixer/node_modules/browserslist/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/autoprefixer/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/autoprefixer/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/autoprefixer/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/axios": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz", + "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==", + "dependencies": { + "follow-redirects": "^1.14.4" + } + }, + "node_modules/babel-loader": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz", + "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==", + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^1.4.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz", + "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==", + "dependencies": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.2.2", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/@babel/compat-data": { + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", + "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz", + "integrity": "sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.2.2", + "core-js-compat": "^3.16.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz", + "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.2.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/bn.js": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", + "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==" + }, + "node_modules/body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "dependencies": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "dependencies": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "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==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, + "node_modules/browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dependencies": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dependencies": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "node_modules/browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dependencies": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dependencies": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "node_modules/browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "dependencies": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + } + }, + "node_modules/browserify-sign/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/browserify-sign/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dependencies": { + "pako": "~1.0.5" + } + }, + "node_modules/browserslist": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.9.1.tgz", + "integrity": "sha512-Q0DnKq20End3raFulq6Vfp1ecB9fh8yUNV55s8sekaDDeqBaCtWlRHCUdaWyUeSSBJM7IbM6HcsyaeYqgeDhnw==", + "dependencies": { + "caniuse-lite": "^1.0.30001030", + "electron-to-chromium": "^1.3.363", + "node-releases": "^1.1.50" + }, + "bin": { + "browserslist": "cli.js" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + }, + "node_modules/buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "dependencies": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" + }, + "node_modules/buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + }, + "node_modules/builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001035", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001035.tgz", + "integrity": "sha512-C1ZxgkuA4/bUEdMbU5WrGY4+UhMFFiXrgNAfxiMIqWgFTWfv/xsZCS2xEHT2LMq7xAZfuAnu6mcqyDl0ZR6wLQ==" + }, + "node_modules/card-js": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/card-js/-/card-js-1.0.13.tgz", + "integrity": "sha1-IuRZeDCG4ESlQGaE5s8p49/Ol+E=" + }, + "node_modules/card-validator": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/card-validator/-/card-validator-8.1.1.tgz", + "integrity": "sha512-cN4FsKwoTfTFnqPwVc7TQLSsH/QMDB3n/gWm0XelcApz4sKipnOQ6k33sa3bWsNnnIpgs7eXOF+mUV2UQAX2Sw==", + "dependencies": { + "credit-card-type": "^9.1.0" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/charenc": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", + "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=", + "engines": { + "node": "*" + } + }, + "node_modules/chokidar": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/ci-info": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz", + "integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==" + }, + "node_modules/cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/clean-css": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz", + "integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==", + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } + }, + "node_modules/clean-css/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/cli-table3": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz", + "integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==", + "dependencies": { + "object-assign": "^4.1.0", + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "colors": "^1.1.2" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/collect.js": { + "version": "4.29.0", + "resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.29.0.tgz", + "integrity": "sha512-yhgGYEsLEcqnLT1NmRlN1+1euoz9SDhxQ4QyDhWYsKoWsg7252PKA5++dWaDs8mdFxbkmXDXQUaHXI9J2eTPkQ==" + }, + "node_modules/color": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/color/-/color-4.0.1.tgz", + "integrity": "sha512-rpZjOKN5O7naJxkH2Rx1sZzzBgaiWECc6BYXjeCE6kF0kcASJYbUq02u7JqIHwCb/j3NhV+QhRL2683aICeGZA==", + "dependencies": { + "color-convert": "^2.0.1", + "color-string": "^1.6.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==", + "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=" + }, + "node_modules/color-string": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.6.0.tgz", + "integrity": "sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==", + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "node_modules/color/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/colord": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.1.tgz", + "integrity": "sha512-4LBMSt09vR0uLnPVkOUBnmxgoaeN4ewRbx801wY/bXcltXfpR/G46OdWn96XpYmCWuYvO46aBZP4NgX8HpNAcw==" + }, + "node_modules/colorette": { + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", + "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==" + }, + "node_modules/colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "optional": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/concat": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz", + "integrity": "sha1-QPM1MInWVGdpXLGIa0Xt1jfYzKg=", + "dependencies": { + "commander": "^2.9.0" + }, + "bin": { + "concat": "bin/concat" + }, + "engines": { + "node": ">=6" + } + }, + "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=" + }, + "node_modules/concat/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==" + }, + "node_modules/connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/consola": { + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" + }, + "node_modules/console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "node_modules/constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "node_modules/content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "node_modules/core-js-compat": { + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.19.0.tgz", + "integrity": "sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==", + "dependencies": { + "browserslist": "^4.17.5", + "semver": "7.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/core-js-compat/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/core-js-compat/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/core-js-compat/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/core-js-compat/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "dependencies": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + } + }, + "node_modules/create-ecdh/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dependencies": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "node_modules/create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dependencies": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "node_modules/create-html-element": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/create-html-element/-/create-html-element-4.0.1.tgz", + "integrity": "sha512-K/wr7TGTPh4v2m5JpxNWQ/W4/lHkVjun7rTmg8ycNjbJE0ngjxvVYSiYzgq4iiJ+H5zq2FcPu6ZehCZHHcZtfA==", + "dependencies": { + "escape-goat": "^4.0.0", + "html-tags": "^3.1.0", + "stringify-attributes": "^3.0.0", + "type-fest": "^2.5.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/credit-card-type": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/credit-card-type/-/credit-card-type-9.1.0.tgz", + "integrity": "sha512-CpNFuLxiPFxuZqhSKml3M+t0K/484pMAnfYWH14JoD7OZMnmC0Lmo+P7JX9SobqFpRoo7ifA18kOHdxJywYPEA==" + }, + "node_modules/cross-env": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", + "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "dependencies": { + "cross-spawn": "^7.0.1" + }, + "bin": { + "cross-env": "src/bin/cross-env.js", + "cross-env-shell": "src/bin/cross-env-shell.js" + }, + "engines": { + "node": ">=10.14", + "npm": ">=6", + "yarn": ">=1" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/crypt": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", + "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=", + "engines": { + "node": "*" + } + }, + "node_modules/crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dependencies": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + }, + "engines": { + "node": "*" + } + }, + "node_modules/css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=", + "engines": { + "node": "*" + } + }, + "node_modules/css-declaration-sorter": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.3.tgz", + "integrity": "sha512-SvjQjNRZgh4ULK1LDJ2AduPKUKxIqmtU7ZAyi47BTV+M90Qvxr9AB6lKlLbDUfXqI9IQeYA8LbAsCZPpJEV3aA==", + "dependencies": { + "timsort": "^0.3.0" + }, + "engines": { + "node": ">= 10" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/css-loader": { + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", + "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", + "dependencies": { + "icss-utils": "^5.1.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.15", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.27.0 || ^5.0.0" + } + }, + "node_modules/css-loader/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/css-loader/node_modules/loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/css-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/css-loader/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/css-select": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^5.0.0", + "domhandler": "^4.2.0", + "domutils": "^2.6.0", + "nth-check": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/css-tree/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/css-unit-converter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.2.tgz", + "integrity": "sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==" + }, + "node_modules/css-what": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", + "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cssnano": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.8.tgz", + "integrity": "sha512-Lda7geZU0Yu+RZi2SGpjYuQz4HI4/1Y+BhdD0jL7NXAQ5larCzVn+PUGuZbDMYz904AXXCOgO5L1teSvgu7aFg==", + "dependencies": { + "cssnano-preset-default": "^5.1.4", + "is-resolvable": "^1.1.0", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/cssnano" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-preset-default": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.4.tgz", + "integrity": "sha512-sPpQNDQBI3R/QsYxQvfB4mXeEcWuw0wGtKtmS5eg8wudyStYMgKOQT39G07EbW1LB56AOYrinRS9f0ig4Y3MhQ==", + "dependencies": { + "css-declaration-sorter": "^6.0.3", + "cssnano-utils": "^2.0.1", + "postcss-calc": "^8.0.0", + "postcss-colormin": "^5.2.0", + "postcss-convert-values": "^5.0.1", + "postcss-discard-comments": "^5.0.1", + "postcss-discard-duplicates": "^5.0.1", + "postcss-discard-empty": "^5.0.1", + "postcss-discard-overridden": "^5.0.1", + "postcss-merge-longhand": "^5.0.2", + "postcss-merge-rules": "^5.0.2", + "postcss-minify-font-values": "^5.0.1", + "postcss-minify-gradients": "^5.0.2", + "postcss-minify-params": "^5.0.1", + "postcss-minify-selectors": "^5.1.0", + "postcss-normalize-charset": "^5.0.1", + "postcss-normalize-display-values": "^5.0.1", + "postcss-normalize-positions": "^5.0.1", + "postcss-normalize-repeat-style": "^5.0.1", + "postcss-normalize-string": "^5.0.1", + "postcss-normalize-timing-functions": "^5.0.1", + "postcss-normalize-unicode": "^5.0.1", + "postcss-normalize-url": "^5.0.2", + "postcss-normalize-whitespace": "^5.0.1", + "postcss-ordered-values": "^5.0.2", + "postcss-reduce-initial": "^5.0.1", + "postcss-reduce-transforms": "^5.0.1", + "postcss-svgo": "^5.0.2", + "postcss-unique-selectors": "^5.0.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz", + "integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dependencies": { + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", + "dev": true + }, + "node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "dependencies": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "engines": { + "node": ">=8" + } + }, + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dependencies": { + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=" + }, + "node_modules/del": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz", + "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==", + "dependencies": { + "globby": "^11.0.1", + "graceful-fs": "^4.2.4", + "is-glob": "^4.0.1", + "is-path-cwd": "^2.2.0", + "is-path-inside": "^3.0.2", + "p-map": "^4.0.0", + "rimraf": "^3.0.2", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/del/node_modules/globby": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "dependencies": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" + }, + "node_modules/detective": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", + "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", + "dependencies": { + "acorn-node": "^1.6.1", + "defined": "^1.0.0", + "minimist": "^1.1.1" + }, + "bin": { + "detective": "bin/detective.js" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" + }, + "node_modules/diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dependencies": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "node_modules/diffie-hellman/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + }, + "node_modules/dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" + }, + "node_modules/dns-packet": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz", + "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==", + "dependencies": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "dependencies": { + "buffer-indexof": "^1.0.0" + } + }, + "node_modules/dom-serializer": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", + "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "engines": { + "node": ">=0.4", + "npm": ">=1.2" + } + }, + "node_modules/domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz", + "integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "engines": { + "node": ">=10" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "node_modules/electron-to-chromium": { + "version": "1.3.376", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.376.tgz", + "integrity": "sha512-cv/PYVz5szeMz192ngilmezyPNFkUjuynuL2vNdiqIrio440nfTDdc0JJU0TS2KHLSVCs9gBbt4CFqM+HcBnjw==" + }, + "node_modules/elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dependencies": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/elliptic/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz", + "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/envinfo": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", + "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", + "bin": { + "envinfo": "dist/cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "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==", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-goat": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz", + "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "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=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dependencies": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "dependencies": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + }, + "node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "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==" + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", + "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==" + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/file-loader/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/file-loader/node_modules/loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/file-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/file-type": { + "version": "12.4.2", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz", + "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/follow-redirects": { + "version": "1.14.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", + "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fraction.js": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.1.tgz", + "integrity": "sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==", + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs-extra/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/fs-extra/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==" + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "engines": { + "node": ">=6.9.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==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz", + "integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==", + "dependencies": { + "@types/glob": "^7.1.1", + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.0.3", + "glob": "^7.1.3", + "ignore": "^5.1.1", + "merge2": "^1.2.3", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha1-Ila94U02MpWMRl68ltxGfKB6Kfs=" + }, + "node_modules/growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=" + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/hash-base/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/hash-base/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=" + }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "bin": { + "he": "bin/he" + } + }, + "node_modules/hex-color-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" + }, + "node_modules/hex-rgb": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-4.2.0.tgz", + "integrity": "sha512-I7DkKeQ2kR2uyqgbxPgNgClH/rfs1ioKZhZW8VTIAirsxCR5EyhYeywgZbhMScgUbKCkgo6bb6JwA0CLTn9beA==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "dependencies": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hsl-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", + "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=" + }, + "node_modules/hsla-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", + "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=" + }, + "node_modules/html-entities": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz", + "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==" + }, + "node_modules/html-loader": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-1.3.2.tgz", + "integrity": "sha512-DEkUwSd0sijK5PF3kRWspYi56XP7bTNkyg5YWSzBdjaSDmvCufep5c4Vpb3PBf6lUL0YPtLwBfy9fL0t5hBAGA==", + "dependencies": { + "html-minifier-terser": "^5.1.1", + "htmlparser2": "^4.1.0", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/html-loader/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/html-loader/node_modules/loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/html-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dependencies": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/html-minifier-terser/node_modules/clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/html-minifier-terser/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/html-minifier-terser/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/html-minifier-terser/node_modules/terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/html-minifier-terser/node_modules/terser/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==" + }, + "node_modules/html-tags": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", + "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/htmlparser2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", + "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + }, + "node_modules/htmlparser2/node_modules/domhandler": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", + "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", + "dependencies": { + "domelementtype": "^2.0.1" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "node_modules/http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/http-errors/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/http-parser-js": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz", + "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==" + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-middleware": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.1.tgz", + "integrity": "sha512-cfaXRVoZxSed/BmkA7SwBVNI9Kj7HFltaE5rqYOub5kWzWZ+gofV2koVN1j2rMW7pEfSSlCHGJ31xmuyFyfLOg==", + "dependencies": { + "@types/http-proxy": "^1.17.5", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/imagemin": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-7.0.1.tgz", + "integrity": "sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w==", + "dependencies": { + "file-type": "^12.0.0", + "globby": "^10.0.0", + "graceful-fs": "^4.2.2", + "junk": "^3.1.0", + "make-dir": "^3.0.0", + "p-pipe": "^3.0.0", + "replace-ext": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/img-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/img-loader/-/img-loader-4.0.0.tgz", + "integrity": "sha512-UwRcPQdwdOyEHyCxe1V9s9YFwInwEWCpoO+kJGfIqDrBDqA8jZUsEZTxQ0JteNPGw/Gupmwesk2OhLTcnw6tnQ==", + "dependencies": { + "loader-utils": "^1.1.0" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "imagemin": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/import-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", + "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", + "dependencies": { + "import-from": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/import-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", + "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-local": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz", + "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==", + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=" + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "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==" + }, + "node_modules/internal-ip": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-6.2.0.tgz", + "integrity": "sha512-D8WGsR6yDt8uq7vDMu7mjcR+yRMm3dW8yufyChmszWRjcSHuxLBkR3GdS2HZAjodsaGuCvXeEJpueisXJULghg==", + "dependencies": { + "default-gateway": "^6.0.0", + "ipaddr.js": "^1.9.1", + "is-ip": "^3.1.0", + "p-event": "^4.2.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/internal-ip?sponsor=1" + } + }, + "node_modules/internal-ip/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + }, + "node_modules/ip-regex": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz", + "integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "node_modules/is-color-stop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", + "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", + "dependencies": { + "css-color-names": "^0.0.4", + "hex-color-regex": "^1.1.0", + "hsl-regex": "^1.0.0", + "hsla-regex": "^1.0.0", + "rgb-regex": "^1.0.1", + "rgba-regex": "^1.0.0" + } + }, + "node_modules/is-core-module": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", + "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-ip": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-3.1.0.tgz", + "integrity": "sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==", + "dependencies": { + "ip-regex": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==" + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jest-worker": { + "version": "27.3.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.3.1.tgz", + "integrity": "sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/jsignature": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/jsignature/-/jsignature-2.1.3.tgz", + "integrity": "sha512-J1ZXJaU+G5l4X+FDrFHUPoLtu1pmUvUqZj7pmPnDjlN5tbquQPoRJuAKuAkA3lFTa8H68aNOpY9hozZTMp0/xQ==" + }, + "node_modules/json-formatter-js": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/json-formatter-js/-/json-formatter-js-2.3.4.tgz", + "integrity": "sha512-gmAzYRtPRmYzeAT4T7+t3NhTF89JOAIioCVDddl9YDb3ls3kWcskirafw/MZGJaRhEU6fRimGJHl7CC7gaAI2Q==" + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "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==" + }, + "node_modules/json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/junk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", + "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/laravel-mix": { + "version": "6.0.34", + "resolved": "https://registry.npmjs.org/laravel-mix/-/laravel-mix-6.0.34.tgz", + "integrity": "sha512-Je9ksXGCk9ytD+OMsgir043sERPlROMv1Lw5DOvRg2599lT9jWMHQn9x7Hn83HfmFw54mc6tmPLNhSU/SdI7jw==", + "dependencies": { + "@babel/core": "^7.14.5", + "@babel/plugin-proposal-object-rest-spread": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.14.5", + "@babel/preset-env": "^7.14.5", + "@babel/runtime": "^7.14.5", + "@types/babel__core": "^7.1.14", + "@types/clean-css": "^4.2.4", + "@types/imagemin-gifsicle": "^7.0.0", + "@types/imagemin-mozjpeg": "^8.0.0", + "@types/imagemin-optipng": "^5.2.0", + "@types/imagemin-svgo": "^8.0.0", + "autoprefixer": "^10.2.6", + "babel-loader": "^8.2.2", + "chalk": "^4.1.1", + "chokidar": "^3.5.1", + "clean-css": "^4.2.3 || ^5.1.2", + "cli-table3": "^0.6.0", + "collect.js": "^4.28.5", + "commander": "^7.2.0", + "concat": "^1.0.3", + "css-loader": "^5.2.6", + "cssnano": "^5.0.6", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "file-loader": "^6.2.0", + "fs-extra": "^10.0.0", + "glob": "^7.1.7", + "html-loader": "^1.3.2", + "imagemin": "^7.0.1", + "img-loader": "^4.0.0", + "lodash": "^4.17.21", + "md5": "^2.3.0", + "mini-css-extract-plugin": "^1.6.0", + "node-libs-browser": "^2.2.1", + "postcss-load-config": "^3.0.1", + "postcss-loader": "^6.1.0", + "semver": "^7.3.5", + "strip-ansi": "^6.0.0", + "style-loader": "^2.0.0", + "terser": "^5.7.0", + "terser-webpack-plugin": "^5.1.3", + "vue-style-loader": "^4.1.3", + "webpack": "^5.38.1", + "webpack-cli": "^4.7.2", + "webpack-dev-server": "4.1.1", + "webpack-merge": "^5.8.0", + "webpack-notifier": "^1.13.0", + "webpackbar": "^5.0.0-3", + "yargs": "^17.0.1" + }, + "bin": { + "laravel-mix": "bin/cli.js", + "mix": "bin/cli.js" + }, + "engines": { + "node": ">=12.14.0" + }, + "peerDependencies": { + "postcss": "^8.3.1" + } + }, + "node_modules/laravel-mix-purgecss": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/laravel-mix-purgecss/-/laravel-mix-purgecss-6.0.0.tgz", + "integrity": "sha512-1OVy3xVVqvWrBTI+vQrr9qlrNKKqq3lFlWQpdJxKO2IeK8bMERkNab3fLtldyyOd5ApBuoMd81EqF4ew2N/NdA==", + "dev": true, + "dependencies": { + "postcss-purgecss-laravel": "^2.0.0" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "laravel-mix": "^6.0.0" + } + }, + "node_modules/laravel-mix/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/laravel-mix/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/laravel-mix/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/laravel-mix/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/laravel-mix/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/laravel-mix/node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "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/laravel-mix/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/laravel-mix/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/laravel-mix/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lilconfig": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.3.tgz", + "integrity": "sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==", + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" + }, + "node_modules/linkify-urls": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/linkify-urls/-/linkify-urls-4.0.0.tgz", + "integrity": "sha512-Kjj+9gZtj+Yf93LL1UPND6F/F5hcZAINuBfS4AKiOUh5mmfVjSiZWBg75ebCJ8onkf0lIMJhiOQXF3BCBBmCtw==", + "dependencies": { + "create-html-element": "^4.0.1" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/loader-runner": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", + "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/loader-utils/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" + }, + "node_modules/lodash.topath": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/lodash.topath/-/lodash.topath-4.5.2.tgz", + "integrity": "sha1-NhY1Hzu6YZlKCTGYlmC9AyVP0Ak=" + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/md5": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", + "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", + "dependencies": { + "charenc": "0.0.2", + "crypt": "0.0.2", + "is-buffer": "~1.1.6" + } + }, + "node_modules/md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memfs": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.3.0.tgz", + "integrity": "sha512-BEE62uMfKOavX3iG7GYX43QJ+hAeeWnwIAuJ/R6q96jaMtiLzhsxHJC8B1L7fK7Pt/vXDRwb3SG/yBpNGDPqzg==", + "dependencies": { + "fs-monkey": "1.0.3" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dependencies": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dependencies": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "bin": { + "miller-rabin": "bin/miller-rabin" + } + }, + "node_modules/miller-rabin/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz", + "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.33", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz", + "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==", + "dependencies": { + "mime-db": "1.50.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "webpack-sources": "^1.1.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.4.0 || ^5.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/mini-css-extract-plugin/node_modules/loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/mini-svg-data-uri": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.2.3.tgz", + "integrity": "sha512-zd6KCAyXgmq6FV1mR10oKXYtvmA9vRoB6xPSTUJTbFApCtkefDnYueVR1gkof3KcdLZo1Y8mjF2DFmQMIxsHNQ==" + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "node_modules/minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "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==" + }, + "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==", + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/modern-normalize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/modern-normalize/-/modern-normalize-1.1.0.tgz", + "integrity": "sha512-2lMlY1Yc1+CUy0gw4H95uNN7vjbpoED7NNRSBHE25nWfLBdmMzFCsPshlzbxHz+gYMcBEUN8V4pU16prcdPSgA==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "dependencies": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "node_modules/nanocolors": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.1.12.tgz", + "integrity": "sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==" + }, + "node_modules/nanoid": { + "version": "3.1.30", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", + "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-emoji": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz", + "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==", + "dependencies": { + "lodash": "^4.17.21" + } + }, + "node_modules/node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "dependencies": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + } + }, + "node_modules/node-libs-browser/node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "node_modules/node-notifier": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.1.tgz", + "integrity": "sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==", + "dependencies": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.2", + "shellwords": "^0.1.1", + "uuid": "^8.3.0", + "which": "^2.0.2" + } + }, + "node_modules/node-notifier/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-notifier/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/node-releases": { + "version": "1.1.52", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.52.tgz", + "integrity": "sha512-snSiT1UypkgGt2wxPqS6ImEUICbNCMb31yaxWrOLXjhlt2z2/IBpaOxzONExqSm4y5oLnAqjjRWu+wsDzK5yNQ==", + "dependencies": { + "semver": "^6.3.0" + } + }, + "node_modules/node-releases/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nth-check": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "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=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", + "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + }, + "node_modules/p-event": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz", + "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==", + "dependencies": { + "p-timeout": "^3.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-pipe": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz", + "integrity": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz", + "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==", + "dependencies": { + "@types/retry": "^0.12.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-timeout": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", + "dependencies": { + "p-finally": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "engines": { + "node": ">=6" + } + }, + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parent-module/node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "dependencies": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "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=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "dependencies": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" + }, + "node_modules/picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/portfinder": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", + "dependencies": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" + }, + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/portfinder/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/postcss": { + "version": "8.3.11", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.11.tgz", + "integrity": "sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==", + "dependencies": { + "nanoid": "^3.1.30", + "picocolors": "^1.0.0", + "source-map-js": "^0.6.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-calc": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.0.0.tgz", + "integrity": "sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==", + "dependencies": { + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.2" + }, + "peerDependencies": { + "postcss": "^8.2.2" + } + }, + "node_modules/postcss-colormin": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.0.tgz", + "integrity": "sha512-+HC6GfWU3upe5/mqmxuqYZ9B2Wl4lcoUUNkoaX59nEWV4EtADCMiBqui111Bu8R8IvaZTmqmxrqOAqjbHIwXPw==", + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-colormin/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-colormin/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-colormin/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/postcss-colormin/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/postcss-colormin/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/postcss-convert-values": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.1.tgz", + "integrity": "sha512-C3zR1Do2BkKkCgC0g3sF8TS0koF2G+mN8xxayZx3f10cIRmTaAnpgpRQZjNekTZxM2ciSPoh2IWJm0VZx8NoQg==", + "dependencies": { + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-comments": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz", + "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-duplicates": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz", + "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-empty": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz", + "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-overridden": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.1.tgz", + "integrity": "sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-js": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-3.0.3.tgz", + "integrity": "sha512-gWnoWQXKFw65Hk/mi2+WTQTHdPD5UJdDXZmX073EY/B3BWnYjO4F4t0VneTCnCGQ5E5GsCdMkzPaTXwl3r5dJw==", + "dependencies": { + "camelcase-css": "^2.0.1", + "postcss": "^8.1.6" + }, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-load-config": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.0.tgz", + "integrity": "sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==", + "dependencies": { + "import-cwd": "^3.0.0", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + }, + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.0.tgz", + "integrity": "sha512-H9hv447QjQJVDbHj3OUdciyAXY3v5+UDduzEytAlZCVHCpNAAg/mCSwhYYqZr9BiGYhmYspU8QXxZwiHTLn3yA==", + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "node_modules/postcss-loader/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/postcss-merge-longhand": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.2.tgz", + "integrity": "sha512-BMlg9AXSI5G9TBT0Lo/H3PfUy63P84rVz3BjCFE9e9Y9RXQZD3+h3YO1kgTNsNJy7bBc1YQp8DmSnwLIW5VPcw==", + "dependencies": { + "css-color-names": "^1.0.1", + "postcss-value-parser": "^4.1.0", + "stylehacks": "^5.0.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-merge-longhand/node_modules/css-color-names": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-1.0.1.tgz", + "integrity": "sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA==", + "engines": { + "node": "*" + } + }, + "node_modules/postcss-merge-rules": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.2.tgz", + "integrity": "sha512-5K+Md7S3GwBewfB4rjDeol6V/RZ8S+v4B66Zk2gChRqLTCC8yjnHQ601omj9TKftS19OPGqZ/XzoqpzNQQLwbg==", + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^2.0.1", + "postcss-selector-parser": "^6.0.5", + "vendors": "^1.0.3" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-merge-rules/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-merge-rules/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-merge-rules/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/postcss-merge-rules/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/postcss-merge-rules/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-minify-font-values": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.1.tgz", + "integrity": "sha512-7JS4qIsnqaxk+FXY1E8dHBDmraYFWmuL6cgt0T1SWGRO5bzJf8sUoelwa4P88LEWJZweHevAiDKxHlofuvtIoA==", + "dependencies": { + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-gradients": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.2.tgz", + "integrity": "sha512-7Do9JP+wqSD6Prittitt2zDLrfzP9pqKs2EcLX7HJYxsxCOwrrcLt4x/ctQTsiOw+/8HYotAoqNkrzItL19SdQ==", + "dependencies": { + "colord": "^2.6", + "cssnano-utils": "^2.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-params": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.1.tgz", + "integrity": "sha512-4RUC4k2A/Q9mGco1Z8ODc7h+A0z7L7X2ypO1B6V8057eVK6mZ6xwz6QN64nHuHLbqbclkX1wyzRnIrdZehTEHw==", + "dependencies": { + "alphanum-sort": "^1.0.2", + "browserslist": "^4.16.0", + "cssnano-utils": "^2.0.1", + "postcss-value-parser": "^4.1.0", + "uniqs": "^2.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-params/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-minify-params/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-minify-params/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/postcss-minify-params/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/postcss-minify-params/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/postcss-minify-selectors": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.0.tgz", + "integrity": "sha512-NzGBXDa7aPsAcijXZeagnJBKBPMYLaJJzB8CQh6ncvyl2sIndLVWfbcDi0SBjRWk5VqEjXvf8tYwzoKf4Z07og==", + "dependencies": { + "alphanum-sort": "^1.0.2", + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-nested": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", + "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", + "dependencies": { + "postcss-selector-parser": "^6.0.6" + }, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-nested/node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-normalize-charset": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz", + "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-display-values": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.1.tgz", + "integrity": "sha512-uupdvWk88kLDXi5HEyI9IaAJTE3/Djbcrqq8YgjvAVuzgVuqIk3SuJWUisT2gaJbZm1H9g5k2w1xXilM3x8DjQ==", + "dependencies": { + "cssnano-utils": "^2.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-positions": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.1.tgz", + "integrity": "sha512-rvzWAJai5xej9yWqlCb1OWLd9JjW2Ex2BCPzUJrbaXmtKtgfL8dBMOOMTX6TnvQMtjk3ei1Lswcs78qKO1Skrg==", + "dependencies": { + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-repeat-style": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.1.tgz", + "integrity": "sha512-syZ2itq0HTQjj4QtXZOeefomckiV5TaUO6ReIEabCh3wgDs4Mr01pkif0MeVwKyU/LHEkPJnpwFKRxqWA/7O3w==", + "dependencies": { + "cssnano-utils": "^2.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-string": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.1.tgz", + "integrity": "sha512-Ic8GaQ3jPMVl1OEn2U//2pm93AXUcF3wz+OriskdZ1AOuYV25OdgS7w9Xu2LO5cGyhHCgn8dMXh9bO7vi3i9pA==", + "dependencies": { + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-timing-functions": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.1.tgz", + "integrity": "sha512-cPcBdVN5OsWCNEo5hiXfLUnXfTGtSFiBU9SK8k7ii8UD7OLuznzgNRYkLZow11BkQiiqMcgPyh4ZqXEEUrtQ1Q==", + "dependencies": { + "cssnano-utils": "^2.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-unicode": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.1.tgz", + "integrity": "sha512-kAtYD6V3pK0beqrU90gpCQB7g6AOfP/2KIPCVBKJM2EheVsBQmx/Iof+9zR9NFKLAx4Pr9mDhogB27pmn354nA==", + "dependencies": { + "browserslist": "^4.16.0", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-unicode/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-normalize-unicode/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-normalize-unicode/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/postcss-normalize-unicode/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/postcss-normalize-unicode/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/postcss-normalize-url": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.2.tgz", + "integrity": "sha512-k4jLTPUxREQ5bpajFQZpx8bCF2UrlqOTzP9kEqcEnOfwsRshWs2+oAFIHfDQB8GO2PaUaSE0NlTAYtbluZTlHQ==", + "dependencies": { + "is-absolute-url": "^3.0.3", + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-whitespace": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.1.tgz", + "integrity": "sha512-iPklmI5SBnRvwceb/XH568yyzK0qRVuAG+a1HFUsFRf11lEJTiQQa03a4RSCQvLKdcpX7XsI1Gen9LuLoqwiqA==", + "dependencies": { + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-ordered-values": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.2.tgz", + "integrity": "sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==", + "dependencies": { + "cssnano-utils": "^2.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-purgecss-laravel": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-purgecss-laravel/-/postcss-purgecss-laravel-2.0.0.tgz", + "integrity": "sha512-vWObgEC5f0isOdumiLwzJPuZFyp7i1Go9i2Obce5qrVJWciBtCG1rrNiPEb7xp5bU3u/uk30M2P891tLL8tcQQ==", + "dev": true, + "dependencies": { + "@fullhuman/postcss-purgecss": "^3.0.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/postcss-reduce-initial": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.1.tgz", + "integrity": "sha512-zlCZPKLLTMAqA3ZWH57HlbCjkD55LX9dsRyxlls+wfuRfqCi5mSlZVan0heX5cHr154Dq9AfbH70LyhrSAezJw==", + "dependencies": { + "browserslist": "^4.16.0", + "caniuse-api": "^3.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-initial/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-reduce-initial/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/postcss-reduce-initial/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/postcss-reduce-initial/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/postcss-reduce-initial/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/postcss-reduce-transforms": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.1.tgz", + "integrity": "sha512-a//FjoPeFkRuAguPscTVmRQUODP+f3ke2HqFNgGPwdYnpeC29RZdCBvGRGTsKpMURb/I3p6jdKoBQ2zI+9Q7kA==", + "dependencies": { + "cssnano-utils": "^2.0.1", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz", + "integrity": "sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==", + "dependencies": { + "cssesc": "^3.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-svgo": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.2.tgz", + "integrity": "sha512-YzQuFLZu3U3aheizD+B1joQ94vzPfE6BNUcSYuceNxlVnKKsOtdo6hL9/zyC168Q8EwfLSgaDSalsUGa9f2C0A==", + "dependencies": { + "postcss-value-parser": "^4.1.0", + "svgo": "^2.3.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-unique-selectors": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.1.tgz", + "integrity": "sha512-gwi1NhHV4FMmPn+qwBNuot1sG1t2OmacLQ/AX29lzyggnjd+MnVD5uqQmpXO3J17KGL2WAxQruj1qTd3H0gG/w==", + "dependencies": { + "alphanum-sort": "^1.0.2", + "postcss-selector-parser": "^6.0.5", + "uniqs": "^2.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-unique-selectors/node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" + }, + "node_modules/postcss/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pretty-time": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", + "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "engines": { + "node": ">= 0.6.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==" + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dependencies": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/public-encrypt/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "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==", + "engines": { + "node": ">=6" + } + }, + "node_modules/purgecss": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-3.1.3.tgz", + "integrity": "sha512-hRSLN9mguJ2lzlIQtW4qmPS2kh6oMnA9RxdIYK8sz18QYqd6ePp4GNDl18oWHA1f2v2NEQIh51CO8s/E3YGckQ==", + "dev": true, + "dependencies": { + "commander": "^6.0.0", + "glob": "^7.0.0", + "postcss": "^8.2.1", + "postcss-selector-parser": "^6.0.2" + }, + "bin": { + "purgecss": "bin/purgecss.js" + } + }, + "node_modules/qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dependencies": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "dependencies": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "engines": { + "node": ">= 0.8" + } + }, + "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==", + "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/readable-stream/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==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/rechoir": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", + "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", + "dependencies": { + "resolve": "^1.9.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/reduce-css-calc": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-2.1.8.tgz", + "integrity": "sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg==", + "dependencies": { + "css-unit-converter": "^1.1.1", + "postcss-value-parser": "^3.3.0" + } + }, + "node_modules/reduce-css-calc/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + }, + "node_modules/regenerate-unicode-properties": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz", + "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==", + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + }, + "node_modules/regenerator-transform": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", + "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regex-parser": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", + "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==" + }, + "node_modules/regexp.prototype.flags": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz", + "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regexpu-core": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz", + "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==", + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^9.0.0", + "regjsgen": "^0.5.2", + "regjsparser": "^0.7.0", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", + "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==" + }, + "node_modules/regjsparser": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz", + "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==", + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/replace-ext": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", + "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", + "engines": { + "node": ">= 0.10" + } + }, + "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=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-url-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", + "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", + "dependencies": { + "adjust-sourcemap-loader": "^4.0.0", + "convert-source-map": "^1.7.0", + "loader-utils": "^2.0.0", + "postcss": "^7.0.35", + "source-map": "0.6.1" + }, + "engines": { + "node": ">=8.9" + }, + "peerDependencies": { + "rework": "1.0.1", + "rework-visit": "1.0.0" + }, + "peerDependenciesMeta": { + "rework": { + "optional": true + }, + "rework-visit": { + "optional": true + } + } + }, + "node_modules/resolve-url-loader/node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/resolve-url-loader/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/resolve-url-loader/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rgb-regex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", + "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=" + }, + "node_modules/rgba-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", + "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=" + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "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==" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sass": { + "version": "1.43.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz", + "integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==", + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/sass-loader": { + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.3.0.tgz", + "integrity": "sha512-6l9qwhdOb7qSrtOu96QQ81LVl8v6Dp9j1w3akOm0aWHyrTYtagDt5+kS32N4yq4hHk3M+rdqoRMH+lIdqvW6HA==", + "dependencies": { + "klona": "^2.0.4", + "neo-async": "^2.6.2" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "fibers": ">= 3.1.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0", + "sass": "^1.3.0", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "fibers": { + "optional": true + }, + "node-sass": { + "optional": true + }, + "sass": { + "optional": true + } + } + }, + "node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "node_modules/selfsigned": { + "version": "1.10.11", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz", + "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==", + "dependencies": { + "node-forge": "^0.10.0" + } + }, + "node_modules/send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "dependencies": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + }, + "node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "node_modules/serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "node_modules/setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "node_modules/sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "bin": { + "sha.js": "bin.js" + } + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==" + }, + "node_modules/signal-exit": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz", + "integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==" + }, + "node_modules/simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, + "node_modules/simple-swizzle/node_modules/is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/sockjs": { + "version": "0.3.21", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz", + "integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==", + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^3.4.0", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.20", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz", + "integrity": "sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/spdy-transport/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + }, + "node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/std-env": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-2.3.1.tgz", + "integrity": "sha512-eOsoKTWnr6C8aWrqJJ2KAReXoa7Vn5Ywyw6uCXgA/xDhxPoaIsBa5aNJmISY04dLwXPBnDHW4diGM7Sn5K4R/g==", + "dependencies": { + "ci-info": "^3.1.1" + } + }, + "node_modules/stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "dependencies": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + } + }, + "node_modules/stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "dependencies": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/stringify-attributes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/stringify-attributes/-/stringify-attributes-3.0.0.tgz", + "integrity": "sha512-tJKiThlLfog6ljT7ZTihlMh0iAtjKlu/ss9DMmBE5oOosbMqOMcuxc7zDfxP2lGzSb2Bwvbd3gQTqTSCmXyySw==", + "dependencies": { + "escape-goat": "^3.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stringify-attributes/node_modules/escape-goat": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-3.0.0.tgz", + "integrity": "sha512-w3PwNZJwRxlp47QGzhuEBldEqVHHhh8/tIPcl6ecf2Bou99cdAt0knihBV0Ecc7CGxYduXVBDheH1K2oADRlvw==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/style-loader": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", + "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/style-loader/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/style-loader/node_modules/loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/style-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/stylehacks": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz", + "integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==", + "dependencies": { + "browserslist": "^4.16.0", + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/stylehacks/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/stylehacks/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/stylehacks/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/stylehacks/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/stylehacks/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/stylehacks/node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/svgo": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.7.0.tgz", + "integrity": "sha512-aDLsGkre4fTDCWvolyW+fs8ZJFABpzLXbtdK1y71CKnHzAnpDxKXPj2mNKj+pyOXUCzFHzuxRJ94XOFygOWV3w==", + "dependencies": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "nanocolors": "^0.1.12", + "stable": "^0.1.8" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/tailwindcss": { + "version": "2.2.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.17.tgz", + "integrity": "sha512-WgRpn+Pxn7eWqlruxnxEbL9ByVRWi3iC10z4b6dW0zSdnkPVC4hPMSWLQkkW8GCyBIv/vbJ0bxIi9dVrl4CfoA==", + "dependencies": { + "arg": "^5.0.1", + "bytes": "^3.0.0", + "chalk": "^4.1.2", + "chokidar": "^3.5.2", + "color": "^4.0.1", + "cosmiconfig": "^7.0.1", + "detective": "^5.2.0", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.2.7", + "fs-extra": "^10.0.0", + "glob-parent": "^6.0.1", + "html-tags": "^3.1.0", + "is-color-stop": "^1.1.0", + "is-glob": "^4.0.1", + "lodash": "^4.17.21", + "lodash.topath": "^4.5.2", + "modern-normalize": "^1.1.0", + "node-emoji": "^1.11.0", + "normalize-path": "^3.0.0", + "object-hash": "^2.2.0", + "postcss-js": "^3.0.3", + "postcss-load-config": "^3.1.0", + "postcss-nested": "5.0.6", + "postcss-selector-parser": "^6.0.6", + "postcss-value-parser": "^4.1.0", + "pretty-hrtime": "^1.0.3", + "purgecss": "^4.0.3", + "quick-lru": "^5.1.1", + "reduce-css-calc": "^2.1.8", + "resolve": "^1.20.0", + "tmp": "^0.2.1" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=12.13.0" + }, + "peerDependencies": { + "autoprefixer": "^10.0.2", + "postcss": "^8.0.9" + } + }, + "node_modules/tailwindcss/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/tailwindcss/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/tailwindcss/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/tailwindcss/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/tailwindcss/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/tailwindcss/node_modules/glob-parent/node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tailwindcss/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/tailwindcss/node_modules/postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/tailwindcss/node_modules/purgecss": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.0.3.tgz", + "integrity": "sha512-PYOIn5ibRIP34PBU9zohUcCI09c7drPJJtTDAc0Q6QlRz2/CHQ8ywGLdE7ZhxU2VTqB7p5wkvj5Qcm05Rz3Jmw==", + "dependencies": { + "commander": "^6.0.0", + "glob": "^7.0.0", + "postcss": "^8.2.1", + "postcss-selector-parser": "^6.0.2" + }, + "bin": { + "purgecss": "bin/purgecss.js" + } + }, + "node_modules/tailwindcss/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.9.0.tgz", + "integrity": "sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==", + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.7.2", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.2.4.tgz", + "integrity": "sha512-E2CkNMN+1cho04YpdANyRrn8CyN4yMy+WdFKZIySFZrGXZxJwJP6PMNGGc/Mcr6qygQHUUqRxnAPmi0M9f00XA==", + "dependencies": { + "jest-worker": "^27.0.6", + "p-limit": "^3.1.0", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1", + "terser": "^5.7.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser-webpack-plugin/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/terser-webpack-plugin/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/terser-webpack-plugin/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/terser/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==" + }, + "node_modules/terser/node_modules/source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "node_modules/timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "dependencies": { + "setimmediate": "^1.0.4" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/timsort": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", + "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" + }, + "node_modules/tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "dependencies": { + "rimraf": "^3.0.0" + }, + "engines": { + "node": ">=8.17.0" + } + }, + "node_modules/to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/traverse": { + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz", + "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=" + }, + "node_modules/tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + }, + "node_modules/tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + }, + "node_modules/type-fest": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.5.3.tgz", + "integrity": "sha512-7VNmE7FlsrdcWjKbtuRuynZz96Gmf35p5DvoR2tbceNP0vd58ISx87PvUUInlhtRC49vSX6qlxEKc7AoiHRirg==", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", + "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", + "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=" + }, + "node_modules/uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "dependencies": { + "punycode": "1.3.2", + "querystring": "0.2.0" + } + }, + "node_modules/url/node_modules/punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + }, + "node_modules/util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "dependencies": { + "inherits": "2.0.3" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "engines": { + "node": ">= 0.4.0" + } + }, + "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.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vendors": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", + "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "node_modules/vue-style-loader": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", + "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", + "dependencies": { + "hash-sum": "^1.0.2", + "loader-utils": "^1.0.2" + } + }, + "node_modules/vue-template-compiler": { + "version": "2.6.14", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz", + "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==", + "dev": true, + "dependencies": { + "de-indent": "^1.0.2", + "he": "^1.1.0" + } + }, + "node_modules/watchpack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz", + "integrity": "sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/webpack": { + "version": "5.60.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.60.0.tgz", + "integrity": "sha512-OL5GDYi2dKxnwJPSOg2tODgzDxAffN0osgWkZaBo/l3ikCxDFP+tuJT3uF7GyBE3SDBpKML/+a8EobyWAQO3DQ==", + "dependencies": { + "@types/eslint-scope": "^3.7.0", + "@types/estree": "^0.0.50", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.4.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.8.3", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.4", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.2.0", + "webpack-sources": "^3.2.0" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-cli": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.9.1.tgz", + "integrity": "sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==", + "dependencies": { + "@discoveryjs/json-ext": "^0.5.0", + "@webpack-cli/configtest": "^1.1.0", + "@webpack-cli/info": "^1.4.0", + "@webpack-cli/serve": "^1.6.0", + "colorette": "^2.0.14", + "commander": "^7.0.0", + "execa": "^5.0.0", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^2.2.0", + "rechoir": "^0.7.0", + "webpack-merge": "^5.7.3" + }, + "bin": { + "webpack-cli": "bin/cli.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "peerDependencies": { + "webpack": "4.x.x || 5.x.x" + }, + "peerDependenciesMeta": { + "@webpack-cli/generators": { + "optional": true + }, + "@webpack-cli/migrate": { + "optional": true + }, + "webpack-bundle-analyzer": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/webpack-cli/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-dev-middleware": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.2.1.tgz", + "integrity": "sha512-Kx1X+36Rn9JaZcQMrJ7qN3PMAuKmEDD9ZISjUj3Cgq4A6PtwYsC4mpaKotSRYH3iOF6HsUa8viHKS59FlyVifQ==", + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^3.2.2", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^3.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-middleware/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.1.1.tgz", + "integrity": "sha512-Kl1mnCEw8Cy1Kw173gCxLIB242LfPKEOj9WoKhKz/MbryZTNrILzOJTk8kiczw/YUEPzn3gcltCQv6hDsLudRg==", + "dependencies": { + "ansi-html-community": "^0.0.8", + "bonjour": "^3.5.0", + "chokidar": "^3.5.1", + "colorette": "^1.2.2", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "del": "^6.0.0", + "express": "^4.17.1", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.0", + "internal-ip": "^6.2.0", + "ipaddr.js": "^2.0.1", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "portfinder": "^1.0.28", + "schema-utils": "^3.1.0", + "selfsigned": "^1.10.11", + "serve-index": "^1.9.1", + "sockjs": "^0.3.21", + "spdy": "^4.0.2", + "strip-ansi": "^7.0.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^5.0.0", + "ws": "^8.1.0" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "webpack": "^4.37.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/webpack-dev-server/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/webpack-dev-server/node_modules/colorette": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" + }, + "node_modules/webpack-dev-server/node_modules/graceful-fs": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" + }, + "node_modules/webpack-dev-server/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server/node_modules/strip-ansi": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", + "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/webpack-merge": { + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", + "dependencies": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/webpack-notifier": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.14.1.tgz", + "integrity": "sha512-OVOoiOyKHS3z9pN1nLdPY2Pf/R3wiBsN0KiPc3K6ApwMBfHbyUomQc2Mr0naeKxfqXyCBPHfQuqpL9yoL0rgkA==", + "dependencies": { + "node-notifier": "^9.0.0", + "strip-ansi": "^6.0.0" + }, + "peerDependencies": { + "@types/webpack": "^4.41.31" + }, + "peerDependenciesMeta": { + "@types/webpack": { + "optional": true + } + } + }, + "node_modules/webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dependencies": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + }, + "node_modules/webpack-sources/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack/node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/webpack/node_modules/browserslist": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", + "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", + "dependencies": { + "caniuse-lite": "^1.0.30001271", + "electron-to-chromium": "^1.3.878", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/webpack/node_modules/caniuse-lite": { + "version": "1.0.30001271", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz", + "integrity": "sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/webpack/node_modules/electron-to-chromium": { + "version": "1.3.880", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.880.tgz", + "integrity": "sha512-iwIP/6WoeSimzUKJIQtjtpVDsK8Ir8qQCMXsUBwg+rxJR2Uh3wTNSbxoYRfs+3UWx/9MAnPIxVZCyWkm8MT0uw==" + }, + "node_modules/webpack/node_modules/node-releases": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", + "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" + }, + "node_modules/webpack/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack/node_modules/webpack-sources": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.1.tgz", + "integrity": "sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpackbar": { + "version": "5.0.0-3", + "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.0-3.tgz", + "integrity": "sha512-viW6KCYjMb0NPoDrw2jAmLXU2dEOhRrtku28KmOfeE1vxbfwCYuTbTaMhnkrCZLFAFyY9Q49Z/jzYO80Dw5b8g==", + "dependencies": { + "ansi-escapes": "^4.3.1", + "chalk": "^4.1.0", + "consola": "^2.15.0", + "figures": "^3.2.0", + "pretty-time": "^1.1.0", + "std-env": "^2.2.1", + "text-table": "^0.2.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "webpack": "3 || 4 || 5" + } + }, + "node_modules/webpackbar/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/webpackbar/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/webpackbar/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/webpackbar/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/webpackbar/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/webpackbar/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==" + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/ws": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", + "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "engines": { + "node": ">=10" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + }, "dependencies": { "@babel/code-frame": { "version": "7.12.13", @@ -1385,7 +11752,8 @@ "@tailwindcss/typography": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.2.0.tgz", - "integrity": "sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg==" + "integrity": "sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg==", + "requires": {} }, "@tailwindcss/ui": { "version": "0.7.2", @@ -1701,7 +12069,8 @@ "@webpack-cli/configtest": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.0.tgz", - "integrity": "sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==" + "integrity": "sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==", + "requires": {} }, "@webpack-cli/info": { "version": "1.4.0", @@ -1714,7 +12083,8 @@ "@webpack-cli/serve": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.0.tgz", - "integrity": "sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==" + "integrity": "sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==", + "requires": {} }, "@xtuc/ieee754": { "version": "1.2.0", @@ -1743,7 +12113,8 @@ "acorn-import-assertions": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==" + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "requires": {} }, "acorn-node": { "version": "1.8.2", @@ -1811,7 +12182,8 @@ "ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "requires": {} }, "alphanum-sort": { "version": "1.0.2", @@ -2933,7 +13305,8 @@ "cssnano-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz", - "integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==" + "integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==", + "requires": {} }, "csso": { "version": "4.2.0", @@ -4009,7 +14382,8 @@ "icss-utils": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==" + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "requires": {} }, "ieee754": { "version": "1.2.1", @@ -5379,22 +15753,26 @@ "postcss-discard-comments": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz", - "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==" + "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==", + "requires": {} }, "postcss-discard-duplicates": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz", - "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==" + "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==", + "requires": {} }, "postcss-discard-empty": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz", - "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==" + "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==", + "requires": {} }, "postcss-discard-overridden": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.1.tgz", - "integrity": "sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==" + "integrity": "sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==", + "requires": {} }, "postcss-js": { "version": "3.0.3", @@ -5594,7 +15972,8 @@ "postcss-modules-extract-imports": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==" + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "requires": {} }, "postcss-modules-local-by-default": { "version": "4.0.0", @@ -5655,7 +16034,8 @@ "postcss-normalize-charset": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz", - "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==" + "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==", + "requires": {} }, "postcss-normalize-display-values": { "version": "5.0.1", @@ -6616,16 +16996,6 @@ "xtend": "^4.0.0" } }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -6641,6 +17011,16 @@ } } }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, "stringify-attributes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/stringify-attributes/-/stringify-attributes-3.0.0.tgz", @@ -7580,7 +17960,8 @@ "ws": { "version": "8.2.3", "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", - "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==" + "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "requires": {} }, "xtend": { "version": "4.0.2", From 07fdf3bc53bb9250f7931417b93862f7a576de7e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 25 Nov 2021 11:16:47 +1100 Subject: [PATCH 3/3] Content images --- VERSION.txt | 2 +- app/Http/Controllers/BaseController.php | 3 ++- app/Http/Livewire/BillingPortalPurchase.php | 16 ++++++++-------- config/ninja.php | 4 ++-- public/images/welcome/email.svg | 1 + public/images/welcome/gateways.png | Bin 0 -> 201195 bytes public/images/welcome/money_logo.png | Bin 0 -> 12288 bytes 7 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 public/images/welcome/email.svg create mode 100644 public/images/welcome/gateways.png create mode 100644 public/images/welcome/money_logo.png diff --git a/VERSION.txt b/VERSION.txt index f68965058b73..1dbc497b7583 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.3.32 \ No newline at end of file +5.3.33 \ No newline at end of file diff --git a/app/Http/Controllers/BaseController.php b/app/Http/Controllers/BaseController.php index 065d6a1aa6f8..938b69ed3fb3 100644 --- a/app/Http/Controllers/BaseController.php +++ b/app/Http/Controllers/BaseController.php @@ -346,7 +346,8 @@ class BaseController extends Controller }, 'company.subscriptions'=> function ($query) use($updated_at, $user) { - $query->where('updated_at', '>=', $updated_at); + // $query->where('updated_at', '>=', $updated_at); + $query->whereNotNull('updated_at'); if(!$user->isAdmin()) $query->where('subscriptions.user_id', $user->id); diff --git a/app/Http/Livewire/BillingPortalPurchase.php b/app/Http/Livewire/BillingPortalPurchase.php index 3aa58383834c..b7ed13d2b4f5 100644 --- a/app/Http/Livewire/BillingPortalPurchase.php +++ b/app/Http/Livewire/BillingPortalPurchase.php @@ -345,14 +345,6 @@ class BillingPortalPurchase extends Component 'quantity' => $this->quantity, ]; - $this->invoice = $this->subscription - ->service() - ->createInvoice($data) - ->service() - ->markSent() - ->fillDefaults() - ->save(); - $is_eligible = $this->subscription->service()->isEligible($this->contact); if (is_array($is_eligible) && $is_eligible['message'] != 'Success') { @@ -363,6 +355,14 @@ class BillingPortalPurchase extends Component return; } + $this->invoice = $this->subscription + ->service() + ->createInvoice($data) + ->service() + ->markSent() + ->fillDefaults() + ->save(); + Cache::put($this->hash, [ 'subscription_id' => $this->subscription->id, 'email' => $this->email ?? $this->contact->email, diff --git a/config/ninja.php b/config/ninja.php index 4dbd4f9de9d8..98fbe0157755 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -14,8 +14,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.3.32', - 'app_tag' => '5.3.32', + 'app_version' => '5.3.33', + 'app_tag' => '5.3.33', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''), diff --git a/public/images/welcome/email.svg b/public/images/welcome/email.svg new file mode 100644 index 000000000000..c6609fb4da72 --- /dev/null +++ b/public/images/welcome/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/welcome/gateways.png b/public/images/welcome/gateways.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9414a264160bc0504b29235ef13ec21038f93f GIT binary patch literal 201195 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%0ALUU6@Ka$iJO!PV__tZ-ttjFi5s4a{QEhi! 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 u{`cp97%(vW4}vFd literal 0 HcmV?d00001 diff --git a/public/images/welcome/money_logo.png b/public/images/welcome/money_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..8531d97963f8a0595cd23d7bf934b1c6d3b34d8b GIT binary patch literal 12288 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 literal 0 HcmV?d00001