From f6bd76c0c534bcd5056575cd380e0e5df400c46c Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 24 Dec 2022 21:35:29 -0500 Subject: [PATCH] =?UTF-8?q?=E2=98=81=EF=B8=8F=20chore(automation):=20Autom?= =?UTF-8?q?ated=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/assets/logo-jest-report.png | Bin 0 -> 1735 bytes .config/codeclimate.yml | 11 +- .config/common-keywords.json | 21 +- .config/docs/blueprint-contributing.md | 16 +- .config/docs/blueprint-readme-app.md | 9 + .config/docs/blueprint-readme-cli.md | 9 + .config/docs/blueprint-readme-config.md | 9 + .config/docs/blueprint-readme-docusaurus.md | 9 + .config/docs/blueprint-readme-library.md | 9 + .config/docs/blueprint-readme-misc.md | 8 + .config/docs/blueprint-readme-plugin.md | 9 + .config/docs/blueprint-readme-scoop.md | 9 + .config/docs/blueprint-readme-tap.md | 9 + .config/docs/blueprint-readme.md | 8 + .config/docs/contributing/architecture.md | 16 + .config/docs/contributing/eslint.md | 27 + .config/docs/contributing/overview.md | 47 + .config/docs/contributing/pull-requests.md | 10 +- .config/docs/contributing/testing.md | 74 +- .config/docs/contributing/tools.md | 60 + .config/docs/readme-library/install-deps.md | 7 + .config/docs/readme-misc/subheader.md | 20 + .config/docs/readme-scoop/requirements.md | 15 + .config/docs/readme-scoop/subheader.md | 32 + .config/docs/readme-tap/requirements.md | 15 + .config/docs/readme-tap/subheader.md | 32 + .config/docs/readme/overview.md | 3 + .config/docs/readme/quick-description.md | 1 + .config/docs/readme/requirements.md | 18 + .config/docs/readme/subheader.md | 47 + .config/docs/variables.json | 268 +- .config/flake8.toml | 2 +- .config/husky/commit-msg | 19 +- .config/husky/post-checkout | 19 +- .config/husky/post-commit | 19 +- .config/husky/post-merge | 19 +- .config/husky/post-rewrite | 19 +- .config/husky/pre-commit | 28 +- .config/husky/pre-push | 19 +- .config/husky/prepare-commit-msg | 17 +- .config/nodemon.jest.json | 5 + .config/nodemon.json | 3 +- .config/scripts/esbuild.js | 18 + .config/variables.json | 310 +- .devcontainer/devcontainer.json | 16 - .github/ISSUE_TEMPLATE/BugReport.yml | 16 +- .github/ISSUE_TEMPLATE/FeatureRequest.yml | 4 +- .github/ISSUE_TEMPLATE/SupportRequest.yml | 12 +- .github/ISSUE_TEMPLATE/config.yml | 4 +- .vscode/extensions.json | 53 + .vscode/tasks.json | 710 ++++ LICENSE | 24 + README.md | 114 + Taskfile.yml | 102 +- docs/CONTRIBUTING.md | 272 ++ home/dot_local/Taskfile-local.yml | 30 +- .../alacritty/alacritty.yml | 120 +- home/private_dot_config/k9s/plugin.yml | 10 +- .../oh-my-posh/Betelgeuse-minimal.omp.json | 50 +- .../oh-my-posh/Betelgeuse.omp.json | 12 +- .../theme-betelgeuse-vscode/package.json | 10 +- .../themes/themer-dark-color-theme.json | 720 ++-- .../themes/themer-light-color-theme.json | 720 ++-- .../private_Code/User/keybindings.json | 52 +- .../private_Code/User/settings.json | 18 +- local/package-lock.json | 1 + local/yarn.lock | 3022 +++++++++++++++++ package.json | 533 +-- pnpm-lock.yaml | 14 +- software.yml | 32 +- .../Resources/distribution/policies.json | 10 +- system/etc/keybase/config.json | 2 +- system/etc/timeshift/timeshift.json | 42 +- .../firefox-esr/distribution/policies.json | 10 +- .../lib/firefox/distribution/policies.json | 10 +- 75 files changed, 6167 insertions(+), 1903 deletions(-) create mode 100644 .config/assets/logo-jest-report.png create mode 100644 .config/docs/blueprint-readme-app.md create mode 100644 .config/docs/blueprint-readme-cli.md create mode 100644 .config/docs/blueprint-readme-config.md create mode 100644 .config/docs/blueprint-readme-docusaurus.md create mode 100644 .config/docs/blueprint-readme-library.md create mode 100644 .config/docs/blueprint-readme-misc.md create mode 100644 .config/docs/blueprint-readme-plugin.md create mode 100644 .config/docs/blueprint-readme-scoop.md create mode 100644 .config/docs/blueprint-readme-tap.md create mode 100644 .config/docs/blueprint-readme.md create mode 100644 .config/docs/contributing/architecture.md create mode 100644 .config/docs/contributing/eslint.md create mode 100644 .config/docs/contributing/overview.md create mode 100644 .config/docs/contributing/tools.md create mode 100644 .config/docs/readme-library/install-deps.md create mode 100644 .config/docs/readme-misc/subheader.md create mode 100644 .config/docs/readme-scoop/requirements.md create mode 100644 .config/docs/readme-scoop/subheader.md create mode 100644 .config/docs/readme-tap/requirements.md create mode 100644 .config/docs/readme-tap/subheader.md create mode 100644 .config/docs/readme/overview.md create mode 100644 .config/docs/readme/quick-description.md create mode 100644 .config/docs/readme/requirements.md create mode 100644 .config/docs/readme/subheader.md create mode 100644 .config/nodemon.jest.json create mode 100644 .config/scripts/esbuild.js create mode 100644 .vscode/extensions.json create mode 100644 .vscode/tasks.json create mode 100644 LICENSE create mode 100644 docs/CONTRIBUTING.md create mode 100644 local/package-lock.json create mode 100644 local/yarn.lock diff --git a/.config/assets/logo-jest-report.png b/.config/assets/logo-jest-report.png new file mode 100644 index 0000000000000000000000000000000000000000..06e0995af1be9583500d813820d89b2561c75194 GIT binary patch literal 1735 zcmb`I`9Bkk1IM>qGltn(Jw}YOIg`+wF>@w1SFRjMlY2=hrsf)I(M<77a>V0a?%P+c zmt?txhvb@49&%*QL%zP>@4xW<;dA`>{^j%fq!4T^AYdsl004kkS>o-F)8bh7K!V4f zlSMyu9KvCiuHgWHh~$3+9G#;a004r~R(KP~DAxDf>ml;G68(mlLzX3I>%}xI!4SC2 zpWke(i3WvJ(_yN*U7Dv}4G0U`YUILfe$YN~0r;Q;SXJ$w&e#JBT&8l@bC-S^|fIh`I zT6n>i?SiRqlED>(?JX4i$<_gmczWQfuffk7h9)$Hgf$f~V;ex#I|nCkh|Vv?_$SJ9 zUUxk((qHQr%csH4s*2$-iw4Lx(&8&w{RDXqq4qFnB(RwNcg;Bv8PQ(6L+()0@#-4= zi{-t_GOLa*kxPdcFLejt{b8D*yRkRL?lZ_tkB(Sj1)PY1Y5em${0O1X74O88wam^K z7k4mR;mr5Ca;ZDPGl`c6nf_}Rv&}wVm$uYylUD*)Pa8c}US**&S~HrZxX?zh6K(9x zc%QBlt?*eZFIbIxHGil)nUd~^;?SaER}^IOaZa!wB0uh5hR5}{VmEtN68_baAX=@%W(XU9*klyH$gX6UkZJkvWZ@Mrzbo%lTC)xzZUBG3E1DuyTvvSRzRcOr^!s33^e7O!V?-I2}SRMpS*Kj=sEin>=Y1 z`-xFoL;|)O0B(7V?d$>Q4YZ6(ur*wUg()N>1ORV4|IgerC$|uvDnFc42Mn5 zt77Qso-M?7dwQ06bi?=3q5nmE)NA5R{vYlCrG_cm!b!R9W1Z^$-CS(f>lFeL;dF`M z;QrB^9Y3#U+mo^wWXxKLAEHbtV1j3`pd9H)^3Vbl%ETX@Nl;xeQI`-H_2`m&sOf1cx;4+rExuM>SSgT-ifKQRsuDr&=*q{T&7?;z$8xO zVrAS5RZwx3DNkz#MOD%WDrHd3e=!@d3#J4V_4(T}0nDd`Qb1LfXHJ1QCze~Kd zIRsb`ay$b@nKh9$FtHw5l=7{clxr=}l4a@?@cYSxFI0^a^9n~t4&c>-9Atu`%RJX3 zGD<0p5B5oIB*?dgAhPLbv8-)x@gbzC_BXdR7rHeqy+o^2QjALw->kpz(tQxvor>q_ zm`)7itfUj`xbE{x`!$(UEQM-b`-PWwK@e?_6MJ~ke&R?TeG>$wNK7?z41I1xl0J|n z*k=Q;&S*5&r`l=Sf7{L*=Y=!FS2D9HDj-wW(}}F7A;=}3XwueQFAV!V;$VFP;>Bz1 zI2a|e450`E>K@ueO(-VbVFG|BM<-a6M>e&GfplQYg8BYJl&=FiP~~>!^iuHr(z1wy}68QlkKlUNTe5#c#wZ4Ulzw917GkS#1>k}w^%LguPMa;?|n^!O; zhF!2p@;lsuW;N-LCSTu+@IdhF*j}W$s&FR?zbA_@|Nb#OQf-3+PpuS7Ej0u2pWi!^ zD5phZ>pYKSO=XBkV)p2n2V; zp?|K6Nq&eh_hU}YRF4hU)Tu4_L(_VD9]({{ repository.project.node }}) installed). This will install the dependencies as well as perform a few maintenance tasks such as synchronizing the common development-related dotfiles and re-generating the documentation. + +### List Build Tool Commands + +After you run `npm i`, you can view the available pre-defined build tool commands by running `npm run info`. A chart will be displayed in your terminal that looks something like this: + +``` +❯ npm run info + +> {{ pkg.name }}@1.0.4 info +> npm-scripts-info + +build: + Clean and rebuild the project +commit: + Automatically fix errors and guides you through the commit process +cov: + Rebuild, run tests, then create and open the coverage report +doc:json: + Generate API documentation in typedoc JSON format +doc: + Generate HTML API documentation and open it in a browser +fix: + Try to automatically fix any linting problems +info: + Display information about the package scripts +prepare-release: + One-step: clean, build, test, publish docs, and prep a release +reset: + Delete all untracked files and reset the repo to the last commit +test: + Lint and unit test the project +version: + Bump package.json version, update CHANGELOG.md, tag release +watch: + Watch and rebuild the project on save, then rerun relevant tests +``` + +You should then realize that you can build the project by running `npm run build` or test the project by running `npm run test`. + +### Dotfiles + +As you may have noticed, this project contains many files in the root directory. Many of these files are dotfiles. These files are intended to help our team of developers create code that is consistent and also compliant with industry best practices. Most of the dotfiles (and dot-folders) are synchronized across all of [our NPM packages]({{ repository.group.npm }}). This means that any changes you make to the dotfiles will eventually be over-written. If you need to make a change to any of the dotfiles, you will have to open a pull request against our [common NPM files repository]({{ repository.group.common }}/npm). Bear in mind that any changes you make to the common NPM files will be propagated to all of our NPM repositories. diff --git a/.config/docs/contributing/pull-requests.md b/.config/docs/contributing/pull-requests.md index eec9d3a0..dc9e624f 100644 --- a/.config/docs/contributing/pull-requests.md +++ b/.config/docs/contributing/pull-requests.md @@ -1,3 +1,11 @@ ## Pull Requests -All pull requests should be associated with issues. Although not strictly required, the pull requests should be made to [the GitLab repository issues board]({{ repository.gitlab }}{{ repository.location.issues.gitlab }}) instead of the [GitHub mirror repository]({{ repository.github }}{{ repository.location.issues.github}}). This is because we use GitLab as our primary repository and mirror the changes to GitHub for the community. +All pull requests should be associated with issues. You can find the [issues board on GitLab]({{ repository.group.dockerfile }}/{{ slug }}/-/issues). The pull requests should be made to [the GitLab repository]({{ repository.group.dockerfile }}/{{ slug }}) instead of the [GitHub repository]({{ profile.github }}/npm-{{ slug }}). This is because we use GitLab as our primary repository and mirror the changes to GitHub for the community. + +### How to Commit Code + +Instead of using `git commit`, we prefer that you use `npm run commit`. You will understand why when you try it but basically it streamlines the commit process and helps us generate better CHANGELOG files. + +### Pre-Commit Hook + +Even if you decide not to use `npm run commit`, you will see that `git commit` behaves differently because there is a pre-commit hook that installs automatically after you run `npm i`. This pre-commit hook is there to test your code before committing and help you become a better coder. If you need to bypass the pre-commit hook, then you may add the `--no-verify` tag at the end of your `git commit` command (e.g. `git commit -m "Commit" --no-verify`). diff --git a/.config/docs/contributing/testing.md b/.config/docs/contributing/testing.md index 789b973e..18c06bbc 100644 --- a/.config/docs/contributing/testing.md +++ b/.config/docs/contributing/testing.md @@ -1,62 +1,22 @@ ## Testing -You can test all of the operating systems we support by running the following command in the root of the project: +For each feature in an NPM package, some basic unit tests should be added. Although it may seem trivial for a new project, the unit tests can be helpful for spotting regressions when the project grows or when it is refactored years down the line. You can check out some examples of unit tests by checking out the `*.spec.ts` files listed on [this TypeScript Starter page](https://github.com/bitjson/typescript-starter/tree/master/src/lib). -```shell -molecule test +### Using `npm link` + +If you are creating a CLI, it is possible to install the module for testing before you publish the module to npm. After running `npm i && npm run build`, you can then run `npm link` in the root of the project. You can then access the app from its' shortcut defined in `package.json` under the `"bin"` value. + +Take the following as an example: + +**package.json** + +``` +{ + "name": "@megabytelabs/myapp", + "bin": { + "myclicommand": "bin/cli" + }, +} ``` -The command `molecule test` will spin up VirtualBox VMs for all the OSes we support and run the role(s). _Do this before committing code._ If you are committing code for only one OS and can not create the fix or feature for the other operating systems then please, at the very minimum, [file an issue]({{ repository.gitlab }}{{ repository.location.issues }}) so someone else can pick it up. - -### Idempotence - -It is important to note that `molecule test` tests for idempotence. To pass the idempotence test means that if you run the role twice in a row then Ansible should not report any changes the second time around. - -### Debugging - -If you would like to shell into a container for debugging, you can do that by running: - -```shell -task common:shell -``` - -### Molecule Documentation - -For more information about Ansible Molecule, check out [the docs](https://molecule.readthedocs.io/en/latest/). - -### Testing Desktop Environments - -Some of our roles include applications like [Android Studio](https://github.com/ProfessorManhattan/ansible-androidstudio). You can not fully test Android Studio from a Docker command line. In cases like this, you should use our desktop scenarios to provision a desktop GUI-enabled VM to test things like: - -- Making sure the Android Studio shortcut is in the applications menu -- Opening Android Studio to make sure it is behaving as expected -- Seeing if there is anything we can automate (e.g. if there is a "Terms of Usage" you have to click OK at then we should automate that process if possible) - -You can specify which scenario you want to test by passing the `-s` flag with the name of the scenario you want to run. For instance, if you wanted to test on Ubuntu Desktop, you would run the following command: - -```shell -molecule test -s ubuntu-desktop -``` - -This would run the Molecule test on Ubuntu Desktop. - -By default, the `molecule test` command will destroy the VM after the test is complete. To run the Ubuntu Desktop test and then open the desktop GUI you would have to: - -1. Run `molecule converge -s ubuntu-desktop` -2. Open the VM through the VirtualBox UI (the username and password are both _vagrant_) - -You can obtain a list of all possible scenarios by looking in the `molecule/` folder. The `molecule/default/` folder is run when you do not pass a scenario. All the other scenarios can be run by manually specifying the scenario (e.g. `molecule test -s ubuntu-desktop` will run the test using the scenario in `molecule/ubuntu-desktop/`). - -### Molecule Scenario Descriptions - -The chart below provides a list of the scenarios we include in all of our Ansible projects along with a brief description of what they are included for. - -{{ molecule_descriptions }} - -### Continuous Integration (CI) - -You might have noticed that there are no CI tests in the chart above for macOS and Windows. Due to the limitations of Docker, we use other methods to test macOS and Windows automatically with CI. After a project has passed various linting tests on GitLab CI, the following methods are used to test the Ansible play: - -- Linux platforms are tested using Molecule and Docker on GitLab CI in parallel. ([Link to GitLab CI configuration]({{ repository.group.ci }}/-/blob/master/test/molecule.gitlab-ci.yml)) -- Windows is tested using GitLab CI without Molecule. ([Link to GitLab CI configuration]({{ repository.group.ci }}/-/blob/master/test/windows-ansible-test.gitlab-ci.yml)) -- macOS is tested using GitHub Actions after the code is automatically synchronized between GitLab and GitHub. ([Link to the macOS GitHub Action configuration]({{ repository.github }}/-/blob/master/.github/workflows/macOS.yml)) +Running `npm link` with the `package.json` configuration listed above will install the app so that it is accessible by running `myclicommand`. diff --git a/.config/docs/contributing/tools.md b/.config/docs/contributing/tools.md new file mode 100644 index 00000000..e4f80aab --- /dev/null +++ b/.config/docs/contributing/tools.md @@ -0,0 +1,60 @@ +## Preferred Libraries + +A lot of research has gone into determining what the best tool is for each common task that gets performed. These tasks can range from generating a CLI help menu to validating user inputs. You can browse through the dependencies in the `package.json` file of our [NPM package starting template](https://gitlab.com/megabyte-labs/templates/npm) to get a better idea of what we prefer. + +### Logger + +If you browsed through the `package.json` file mentioned above, you will see that we are including `pino` and `pino-pretty` as dependencies. Both should be used to handle all logging. There should be no `console.log` commands in the project. Instead, all of the logging should be handled by a Logger class. You can see an [example provided by the Buildr project here](https://gitlab.com/megabyte-labs/npm/buildr/-/blob/master/src/lib/log.ts). When creating a Logger class, feel free to copy and paste from the linked Buildr Logger class file. + +### CLI / Help Menu + +[Commander.js](https://www.npmjs.com/package/commander) is the leading solution for handling CLI commands and generating terminal help menus. The library is included in the aforementioned starting template and should be used in any project that includes CLI command capabilities or CLI help menus. Using this library is not a hard requirement but any deviations from it should be approved by the project's maintainer. + +### Interactive CLI Prompts + +[Inquirer.js](https://www.npmjs.com/package/inquirer) is our preferred library for providing enhanced CLI prompts. You might choose to use this library if part of the app includes prompting the user for different values. Browsing through the capabilities of Inquirer.js using the link provided is highly encouraged. If you are not utilizing this dependency then it should be removed from the `package.json`. The same goes for any package that is unused - if it is not being used then throw it out! + +### Data Model Validation + +One feature we like to include in all of our projects that rely on any input parameters is data validation. For instance, if one of the parameters that is passed in is supposed to be a FQDN and the user passes in a string that does not match the RegEx of a FQDN, then the user should be notified with a simple, well-formatted error message (which is generated by `pino`). We accomplish this by leveraging the [`class-validator`](https://www.npmjs.com/package/class-validator) library. There are tons of examples provided on their page and we highly encourage you to get comfortable using the library by checking out the link. + +In order to utilize `class-validator`, you have to assign all input data to a model. The model is then set up to use `class-validator` decorators on each attribute. With the data model populated, you can use the `class-validator` library to validate the input. Take the following as an example: + +``` +import { validate, IsInt, IsFQDN, Min, Max } from 'class-validator'; + +export class Post { + @IsInt() // This is a decorator + @Min(0) + @Max(10) + rating: number; + + @IsFQDN() + site: string; +} + +let post = new Post(); +post.rating = 11; // Should not pass validation +post.site = 'googlecom'; // Should not pass validation + +validate(post).then(errors => { + // errors is an array of validation errors + if (errors.length > 0) { + console.log('validation failed. errors: ', errors); + } else { + console.log('validation succeed'); + } +}); +``` + +Using the library above can provide real value to our users. By validating the data before running any business logic, we can save the user time by taking out the guess work required for debugging. Please note that in practice, the `Post` model/class would be seperated into a file stored in `src/models/post.model.ts`. + +**All data inputs should utilize this form of validation.** If the `class-validator` project does not provide a decorator that can properly validate the input data then you can extend the library by creating a custom validation decorator. There is an [example of how to create a custom validator in the Buildr project](https://gitlab.com/megabyte-labs/npm/buildr/-/blob/master/src/lib/validators/is-true.validator.ts). + +### Update Notifier + +As a feature meant to make our packages stand out from the crowd, we prefer that you incorporate [`update-notifier`](https://www.npmjs.com/package/update-notifier) in the project to notify users of any updates to the NPM package. + +### Environment Variables + +In some cases, a package might rely on sensitive data that should not be included in git repositories. In this case, you may choose to utilize environment variables. If that is the case, then please include support for [dotenv](https://www.npmjs.com/package/dotenv) which allows users to load environment variables by defining a `.env` file. The users can then add `.env` to their `.gitignore` file to keep the `.env` file out of their project's repository. diff --git a/.config/docs/readme-library/install-deps.md b/.config/docs/readme-library/install-deps.md new file mode 100644 index 00000000..0c457ff5 --- /dev/null +++ b/.config/docs/readme-library/install-deps.md @@ -0,0 +1,7 @@ +## Installation + +This NPM package includes all the packages it makes use of as `dependencies`. This means that you do not have to include all the [plugins it uses]({{repository.gitlab}}/-/blob/master/package.json) in your `package.json`. However, it also means that you should make sure that you do not include this package in your `package.json` `dependencies`. Instead, you should include the package in your `devDependencies`. This is accomplished by installing the package with the following command: + +```shell +npm install --save-dev @{{profile.npmjs_organization}}/{{repository.prefix.github}}{{slug}} +``` diff --git a/.config/docs/readme-misc/subheader.md b/.config/docs/readme-misc/subheader.md new file mode 100644 index 00000000..403a1d76 --- /dev/null +++ b/.config/docs/readme-misc/subheader.md @@ -0,0 +1,20 @@ + diff --git a/.config/docs/readme-scoop/requirements.md b/.config/docs/readme-scoop/requirements.md new file mode 100644 index 00000000..67cc4ab4 --- /dev/null +++ b/.config/docs/readme-scoop/requirements.md @@ -0,0 +1,15 @@ +## Requirements + +In order to leverage the software that this Scoop bucket provides, you first need to [install Scoop on your system](https://github.com/ScoopInstaller/Scoop/wiki/Quick-Start). Scoop is used to install software on Windows. If you are looking for a Linux or macOS installer, then this repository is not for you. After you have Scoop installed, you must then add our Scoop bucket to install the scoops that are housed in this repository / bucket. You can install the Scoop bucket by running: + +```shell +scoop bucket add org {{repository.github}}.git +``` + +## Example Install + +After the Scoop bucket is added, you can install software. For example, if you want to install [Bodega](https://github.com/megabyte-labs/Bodega) then you would run: + +```shell +scoop install installdoc/bodega +``` diff --git a/.config/docs/readme-scoop/subheader.md b/.config/docs/readme-scoop/subheader.md new file mode 100644 index 00000000..5bac4df0 --- /dev/null +++ b/.config/docs/readme-scoop/subheader.md @@ -0,0 +1,32 @@ + +
+ diff --git a/.config/docs/readme-tap/requirements.md b/.config/docs/readme-tap/requirements.md new file mode 100644 index 00000000..31b81342 --- /dev/null +++ b/.config/docs/readme-tap/requirements.md @@ -0,0 +1,15 @@ +## Requirements + +In order to leverage the software that this Homebrew tap provides, you first need to [install Homebrew on your system](https://brew.sh/). It is available on macOS, Linux, and you can install it on Windows with WSL. After you have Homebrew installed, you must then add our tap to install the software that is housed in this repository. You can install the tap by running: + +```shell +brew tap installdoc/tap +``` + +## Example Install + +After the tap is installed, you can install software by specifying its short name. For instance, if you wanted to install [Bodega](https://github.com/megabyte-labs/Bodega) then you would run: + +```shell +brew install bodega +``` diff --git a/.config/docs/readme-tap/subheader.md b/.config/docs/readme-tap/subheader.md new file mode 100644 index 00000000..5bac4df0 --- /dev/null +++ b/.config/docs/readme-tap/subheader.md @@ -0,0 +1,32 @@ + +
+ diff --git a/.config/docs/readme/overview.md b/.config/docs/readme/overview.md new file mode 100644 index 00000000..e59f074b --- /dev/null +++ b/.config/docs/readme/overview.md @@ -0,0 +1,3 @@ +## Overview + +{{ overview }} diff --git a/.config/docs/readme/quick-description.md b/.config/docs/readme/quick-description.md new file mode 100644 index 00000000..da4e172b --- /dev/null +++ b/.config/docs/readme/quick-description.md @@ -0,0 +1 @@ +>

**{{ pkg.description }}**


diff --git a/.config/docs/readme/requirements.md b/.config/docs/readme/requirements.md new file mode 100644 index 00000000..b6074e94 --- /dev/null +++ b/.config/docs/readme/requirements.md @@ -0,0 +1,18 @@ +## Requirements + +If you are simply including this library in your project, all you need is a recent version of Node.js. **[Node.js >14.18.0]({{ repository.project.node }})** is sometimes required and is the only version range we actively support. Albeit, it is highly probable that lower versions will work as well depending on the requirements that this project imports. + +### Developer Requirements + +The following versions of Node.js and Python are required for development: + +- **[Node.js >14.18.0]({{ repository.project.node }})** +- **[Python >3.10.0]({{ repository.project.python }})** + +Other versions may work, but only the above versions are supported. Most development dependencies are installed automatically by our `Taskfile.yml` set-up (even Node.js and Python). Run `bash start.sh` to install **[Bodega](https://github.com/ProfessorManhattan/Bodega)** (an improved fork of [go-task](https://github.com/go-task/task)) and run the initialization sequence. The taskfiles will automatically install dependencies as they are needed, based on what development tasks you are running. For more information, check out the [CONTRIBUTING.md]({{ repository.github }}/blob/main/docs/CONTRIBUTING.md) or simply run: + +```shell +npm run help +``` + +`npm run help` will ensure Bodega is installed and then open an interactive dialog where you can explore and learn about various developer commands. diff --git a/.config/docs/readme/subheader.md b/.config/docs/readme/subheader.md new file mode 100644 index 00000000..3ff7c125 --- /dev/null +++ b/.config/docs/readme/subheader.md @@ -0,0 +1,47 @@ + +
+ diff --git a/.config/docs/variables.json b/.config/docs/variables.json index c3fcea92..9e56c395 100644 --- a/.config/docs/variables.json +++ b/.config/docs/variables.json @@ -10,41 +10,17 @@ "autodoc_todo_description": "", "autodoc_variables_description": "", "badge_style": "for-the-badge", - "blueprint_requirements": [ - ["Variable Name", "Variable Description"], - [ - "`description`", - "Short description of the role, worded in such a way that it makes sense by itself and with 'An Ansible role that ' prepended to it" - ], - ["`group`", "This should always be set to 'ansible' for Ansible roles"], - [ - "`name`", - "This should be the official name for the product that the role installs/configures. It is used in the title of the repository and throughout the documentation to refer to the product." - ], - [ - "`overview`", - "This variable should be a description of what the role installs. You can usually find a good description by Googling, \"What is Android Studio,\" for example if you were populating this variable for the [Android Studio role]({{ repository.group.ansible_roles }}/androidstudio). This text is shown at the top of the README, right below the header section and before the table of contents. Whenever possible, key products/terms should be linked to using markdown. You can see an example of us hyperlinking in this variable by checking out the [Android Studio role]({{ repository.group.ansible_roles }}/androidstudio). The idea is to make it as easy as possible for our users to figure out exactly what the role does." - ], - ["`repository.github`", "The HTTPS URL of the GitHub mirror"], - ["`repository.gitlab`", "The HTTPS URL of the GitLab repository"], - [ - "`slug`", - "This should generally be the ending slug of the GitHub mirror. It is used for things like filling in the package.json name." - ], - ["`subgroup`", "This should always be set to 'role' for Ansible roles"], - ["`title`", "The title of the README.md"] - ], + "build_coverage_regex": "Lines\\s*:\\s*(\\d+.?\\d*)%", "commit_help_url": "https://megabyte.space/docs/contributing/commit-guidelines", "company": "Megabyte LLC", "copyright": "2020-2021", - "description_emojis": "👨🏻‍💻 🩺", "docker_label_authors": "Brian Zalewski ", "docs": { "header_description_post": "", "header_description_pre": "", "header_title_post": "", "header_title_pre": "", - "link": "https://megabyte.space/docs/common/ansible" + "link": "https://megabyte.space/docs/common/npm" }, "downloadLinks": { "fedora": "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-35-1.2.iso", @@ -72,7 +48,7 @@ } ], "gomodProxy": true, - "group": "ansible", + "group": "none", "groups": { "angular": ["app", "website"], "ansible": ["playbook", "role"], @@ -87,108 +63,15 @@ "name": "homebrew-tap", "owner": "installdoc" }, - "hostapp_var_chart": [ - ["App", "Description", "GitHub            "], - [ - "**[Authelia](https://www.authelia.com/)**", - "An authentication portal that supports SSO and 2FA (_[Homepage](https://www.authelia.com/) | [Documentation](https://www.authelia.com/docs/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/authelia/authelia?style=social)](https://github.com/authelia/authelia)" - ], - [ - "**[Homer](https://github.com/bastienwirtz/homer)**", - "A very simple homepage which is customized by the playbook to automatically include links to the Docker containers you choose to host on the computer (_[Demo](https://homer-demo.netlify.app/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/bastienwirtz/homer?style=social)](https://github.com/bastienwirtz/homer)" - ], - [ - "**[Portainer](https://www.portainer.io/)**", - "A Docker management tool (_[Homepage](https://www.portainer.io/) | [Documentation](https://docs.portainer.io/) | [Demo](https://github.com/portainer/portainer#demo)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/portainer/portainer?style=social)](https://github.com/portainer/portainer)" - ], - [ - "**[Serve](https://github.com/vercel/serve)**", - "Simple interface for viewing files located or symlinked to in the `/var/www/` folder of the machine", - "[![GitHub Repo stars](https://img.shields.io/github/stars/vercel/serve?style=social)](https://github.com/vercel/serve)" - ] - ], - "htpc_var_chart": [ - ["App", "Description", "GitHub            "], - [ - "**[WireGuard](https://docs.linuxserver.io/images/docker-wireguard)**", - "Dedicated WireGuard VPN for the HTPC applications which is configured in *our docker-compose.yml* file to be used as the internet connection for all the containers (_[Homepage](https://www.wireguard.com/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/linuxserver/docker-wireguard?style=social)](https://github.com/linuxserver/docker-wireguard)" - ], - [ - "**[Bazarr](https://docs.linuxserver.io/images/docker-bazarr)**", - "Manages and automatically downloads subtitles (_[Homepage](https://www.bazarr.media/) | [Documentation](https://wiki.bazarr.media/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/morpheus65535/bazarr?style=social)](https://github.com/morpheus65535/bazarr)" - ], - [ - "**[Heimdall](https://docs.linuxserver.io/images/docker-heimdall)**", - "Simple start page for all the HTPC apps (_[Homepage](https://heimdall.site/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/linuxserver/Heimdall?style=social)](https://github.com/linuxserver/Heimdall)" - ], - [ - "**[Jackett](https://docs.linuxserver.io/images/docker-jackett)**", - "Request proxy server for Radarr and Sonarr which helps speed things up", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Jackett/Jackett?style=social)](https://github.com/Jackett/Jackett)" - ], - [ - "**[Kodi Headless](https://hub.docker.com/r/linuxserver/kodi-headless)**", - "Backend for Kodi used to host a centralized database for Kodi instances (_[Homepage](https://kodi.tv/) | [Documentation](https://kodi.wiki/view/Main_Page)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/xbmc/xbmc?style=social)](https://github.com/xbmc/xbmc)" - ], - [ - "**[Lidarr](https://docs.linuxserver.io/images/docker-lidarr)**", - "Music collection manager that automatically downloads from BitTorrent and Usenet (_[Homepage](https://lidarr.audio/) | [Documentation](https://wiki.servarr.com/en/lidarr)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Lidarr/Lidarr?style=social)](https://github.com/Lidarr/Lidarr)" - ], - [ - "**[NZBGet](https://docs.linuxserver.io/images/docker-nzbget)**", - "NZBGet is a Usenet download manager used to download from NewsGroups which are supposedly more secure than torrents. **NOTE: Viruses are still prevalent on both NewsGroups and torrents - make sure you don't run anything with admin / sudo privileges.** (_[Homepage](https://nzbget.net/) | [Documentation](https://nzbget.net/documentation)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/nzbget/nzbget?style=social)](https://github.com/nzbget/nzbget)" - ], - [ - "**[Ombi](https://docs.linuxserver.io/images/docker-ombi)**", - "Plex media request and user management system which can be used to allow users who use your HTPC server to request movies, TV shows, and other media (_[Homepage](https://ombi.io/) | [Documentation](https://docs.ombi.app/) | [Demo](https://app.ombi.io/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Ombi-app/Ombi?style=social)](https://github.com/Ombi-app/Ombi)" - ], - [ - "**[Organizr](https://docs.linuxserver.io/images/docker-htpcmanager)**", - "Front end for HTPC web applications with a full-featured user interface that is full of eye candy (_[Homepage](https://organizr.app/) | [Documentation](https://docs.organizr.app/) | [Demo](https://docs.organizr.app/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/causefx/Organizr?style=social)](https://github.com/causefx/Organizr)" - ], - [ - "**[Radarr](https://docs.linuxserver.io/images/docker-radarr)**", - "Automatic movie downloader that can even be configured to download lists including the Top 250 IMBD movies (_[Homepage](https://radarr.video/) | [Documentation](https://wiki.servarr.com/radarr)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Radarr/Radarr?style=social)](https://github.com/Radarr/Radarr)" - ], - [ - "**[Sonarr](https://docs.linuxserver.io/images/docker-sonarr)**", - "Automatic TV show downloader with tons of ways to easily and automatically download TV shows (_[Homepage](https://sonarr.tv/) | [Documentation](https://wiki.servarr.com/en/sonarr)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Sonarr/Sonarr?style=social)](https://github.com/Sonarr/Sonarr)" - ], - [ - "**[Tautulli](https://docs.linuxserver.io/images/docker-tautulli)**", - "Metrics and monitoring dashboard for Plex (_[Homepage](https://tautulli.com/) | [Documentation](https://wiki.bazarr.media/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Tautulli/Tautulli?style=social)](https://github.com/Tautulli/Tautulli)" - ], - [ - "**[Transmission](https://docs.linuxserver.io/images/docker-transmission)**", - "BitTorrent client that can be used in conjunction with or as an alternative to using NewsGroups via NZBGet (_[Homepage](https://transmissionbt.com/) | [Documentation](https://github.com/transmission/transmission/blob/main/docs/README.md)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/transmission/transmission?style=social)](https://github.com/transmission/transmission)" - ] - ], "idPost": "megabyte.space", "json_top_keys": "", "license": "MIT", "link": { "chat": "https://app.slack.com/client/T01ABCG4NK1/C01NN74H0LW/details/", - "docker_role": "https://github.com/ProfessorManhattan/ansible-docker", "docs": "https://megabyte.space/docs", "gitter": "https://gitter.im/megabyte-labs/community", "home": "https://megabyte.space", "installdoctor": "https://install.doctor", - "mod_ansible_autodoc": "https://pypi.org/project/mod-ansible-autodoc/", "privacy": "https://megabyte.space/privacy", "shield": "https://shields.io", "terms": "https://megabyte.space/terms" @@ -198,31 +81,6 @@ "husky": "https://www.npmjs.com/package/husky", "tinypng": "https://tinypng.com/" }, - "molecule_descriptions": [ - ["Scenario", "Description"], - ["`default`", "Uses VirtualBox to run tests for all platforms in parallel."], - ["`docker`", "Uses Docker to run tests for all Linux platforms and versions in parallel."], - [ - "`docker-snap`", - "The same as the `docker` scenario except it excludes platforms that have trouble installing snap packages on Docker." - ], - ["`archlinux-desktop`", "Runs the test on the latest version of Archlinux desktop using VirtualBox."], - ["`centos-desktop`", "Runs the test on the latest version of CentOS desktop using VirtualBox."], - ["`debian-desktop`", "Runs the test on the latest version of Debian desktop using VirtualBox."], - ["`fedora-desktop`", "Runs the test on the latest version of Fedora desktop using VirtualBox."], - ["`macos-desktop`", "Runs the test on the latest version of macOS desktop using VirtualBox."], - ["`ubuntu-desktop`", "Runs the test on the latest version of Ubuntu desktop using VirtualBox."], - ["`windows-desktop`", "Runs the test on the latest version of Windows desktop using VirtualBox."], - ["`ci-docker-archlinux`", "Uses Docker to test Archlinux."], - ["`ci-docker-centos`", "Uses Docker to test multiple versions of CentOS."], - ["`ci-docker-debian`", "Uses Docker to test multiple versions of Debian."], - [ - "`ci-docker-debian-snap`", - "Uses Docker to test Debian just like `ci-docker-debian` except it excludes versions that cannot install snap packages." - ], - ["`ci-docker-fedora`", "Uses Docker to test multiple versions of Fedora."], - ["`ci-docker-ubuntu`", "Uses Docker to test multiple versions of Ubuntu."] - ], "name": "[[ package.json .blueprint.name - See CONTRIBUTING.md ]]", "newProjectTemplates": { "angular-app": { @@ -336,7 +194,6 @@ "npm_type": "module", "organization": "Megabyte Labs", "overview": "[[ This is a new repository without the details filled in yet. Look for the section about blueprint data in the CONTRIBUTING.md to set up the project. ]]", - "playbook_path": "megabyte-labs/gas-station", "profile": { "dockerHubUser": "professormanhattan", "dockerhub": "megabytelabs", @@ -345,7 +202,7 @@ "githubOrg": "megabyte-labs", "linkedin": "blzalewski", "npmjs": "thisismyfirstday", - "npmjs_organization": "installdoc", + "npmjs_organization": "mblabs", "opencollective": "megabytelabs", "patreon": "ProfessorManhattan", "pypi": "ProfessorManhattan", @@ -368,89 +225,6 @@ "twitter": "MegabyteLabs", "vagrant": "https://app.vagrantup.com" }, - "python_role_dependencies": [ - ["Package", "Description", "Required"], - [ - "ansible", - "A configuration management system that can remotely configure computers", - "
✔️
" - ], - [ - "docker", - "Enables the capability of provisioning Docker containers with Ansible", - "
✔️
" - ], - [ - "python-vagrant", - "Required for provisioning Vagrant VMs", - "
✔️
" - ], - [ - "pywinrm", - "Required for provisioning Windows machines that are using WinRM", - "
✔️
" - ], - [ - "ansible-lint", - "Linting tool for Ansible files", - "" - ], - [ - "ansibler", - "Custom tool used to generate advanced documentation (e.g. it generates the compatibility chart and some other charts)", - "" - ], - [ - "black", - "Python file auto-formatter included in case project utilizes Python test scripts", - "" - ], - [ - "blocklint", - "Linting tool that prevents certain words from entering the code base", - "" - ], - [ - "flake8", - "Python linter that reports Python syntax and style errors", - "" - ], - [ - "mod-ansible-autodoc", - "Custom fork of [ansible-autodoc](https://pypi.org/project/ansible-autodoc/0.5.1.1/) which allows us to auto-generate documentation based on comments in the role's YAML files", - "" - ], - [ - "molecule", - "Test framework for Ansible", - "" - ], - [ - "molecule-docker", - "Molecule plugin for provisioning Docker containers", - "" - ], - [ - "molecule-vagrant", - "Molecule plugin for provisioning Vagrant VMs", - "" - ], - [ - "pre-commit-hooks", - "Suite of tools useful for linting", - "" - ], - [ - "proselint", - "Linter used to generate English-language improvements (used to improve documentation)", - "" - ], - [ - "yamllint", - "Linter for YAML files that ensures proper syntax and styling is used", - "" - ] - ], "redditApplicationId": "O3UxD7HlPpcN88gpEkPIXQ", "redditUsername": "tsgangster", "repository": { @@ -528,7 +302,6 @@ } }, "namespace": "", - "prefix": "ansible-", "project": { "assets": "https://gitlab.com/megabyte-labs/assets/-/raw/master", "autodoc": "https://github.com/AndresBott/ansible-autodoc", @@ -536,39 +309,6 @@ "wrangler": "https://gitlab.com/megabyte-labs/wrangler" } }, - "saas_var_chart": [ - ["Service", "Description", "Price"], - [ - "**[CloudFlare](https://www.cloudflare.com/)**", - "CloudFlare is a DNS provider, edge network, and much more. Some day it might be able to replace all the services in this list but until then CloudFlare is the preferred provider for anything it offers a product for. In our configurations, CloudFlare is used for DNS, encrypted tunnels via [cloudflared](https://github.com/cloudflare/cloudflared), [CloudFlare WARP](https://1.1.1.1/), and [CloudFlare Teams](https://blog.cloudflare.com/introducing-cloudflare-for-teams/). On top of that, CloudFlare provides some other great features that can be utilized to make lightning-fast web apps. (_[Documentation](https://developers.cloudflare.com/docs/)_)", - "**Free** for the services we integrate" - ], - [ - "**[Digital Ocean](https://m.do.co/c/751743d45e36)**", - "Digital Ocean is a cloud hosting provider. Anytime CloudFlare's offerings are not enough to satisfy requirements, Digital Ocean is used. The service has a clean and simple web UI, a wide variety of CLIs/SDKs available on GitHub, and the company has been around since 2011. Digital Ocean is primarily used by our stack to host Kubernetes, S3 buckets, and cheap virtual private servers. (_[Documentation](https://docs.digitalocean.com/)_)", - "**~$40/month** for a Kubernetes cluster, S3 bucket, and a general-purpose VPS" - ], - [ - "**[Wasabi](https://wasabi.com/)**", - "Wasabi is the cheapest S3 bucket provider available. It is used as a secondary backup for any data that is backed up / saved to an S3 bucket. (_[Documentation](https://wasabi.com/help/docs/)_)", - "**$5.99/month** for S3 bucket" - ], - [ - "**[Ory](https://www.ory.sh/)**", - "Ory is the only identity platform that can scale indefinitely and is based entirely on open source. Ory is leveraged to provide a feature-rich and programmable single sign-on platform. It includes support for hardware-based tokens. (_[Documentation](https://www.ory.sh/docs/welcome)_)", - "**Free** for the developer edition" - ], - [ - "**[Proton](https://proton.me/)**", - "Proton Mail is an end-to-end encrypted email service founded in 2013 in Geneva, Switzerland. Proton Mail and ProtonVPN are used in our stack to provide secure e-mail and configure VPN profiles using ProtonVPN's unique security features. With the Business plan, you can get custom domain branded e-mail and enough VPN connections to configure your router / VPN profiles on each of your devices. (_[Documentation](https://proton.me/support)_)", - "**$12.99/month** for the Business edition" - ], - [ - "**[GMail](https://mail.google.com)**", - "GMail is a free e-mail service offered by Google. In some cases, we leverage GMail's SMTP capabilities to send notification e-mails. (_[Documentation](https://support.google.com/mail/?hl=en#topic=7065107)_)", - "**Free**" - ] - ], "scriptsBuild": "task donothing", "scriptsHelp": "task --menu", "scriptsPrepare": "npm run start && (test -f Taskfile.yml && task common:husky) || true", diff --git a/.config/flake8.toml b/.config/flake8.toml index e965bcd2..7a7ddc04 100644 --- a/.config/flake8.toml +++ b/.config/flake8.toml @@ -1,4 +1,4 @@ [flake8] -exclude = .autodoc, .cache, .common, .config, .git, .github, .gitlab, .husky, .modules, .npm, .pnpm-store, .shared, .task, .venv, .vscode, build, dist, node_modules, roles, venv +exclude = .autodoc, .cache, .common, .config, .git, .modules, .npm, .pnpm-store, .shared, .task, .venv, .vscode, build, dist, node_modules, roles, venv ignore = E402 max-line-length = 120 diff --git a/.config/husky/commit-msg b/.config/husky/commit-msg index b232317d..ba67f9ff 100755 --- a/.config/husky/commit-msg +++ b/.config/husky/commit-msg @@ -5,11 +5,18 @@ # @brief A git hook script for the `commit-msg` hook # @arg $1 Path to a temporary file that contains the commit message written by the developer (e.g. .git/COMMIT_EDITMSG) -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" - # Attempt to register Bodega/Task from common places if it is not in PATH + # Attempt to register Task from common places if it is not in PATH if ! type task > /dev/null; then PATH="$PATH:$HOME/.local/go/bin:$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.asdf/shims" if ! type task > /dev/null; then @@ -22,13 +29,13 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then fi fi - # Show warning if Bodega/Task is still not registered/installed, else proceed with hook + # Show warning if Task is still not registered/installed, else proceed with hook if ! type task > /dev/null; then - .config/log warn 'Bodega `task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' - .config/log info 'Get Bodega here -> `https://github.com/megabyte-labs/Bodega`' + logger warn '`task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' + logger info 'More on Task here -> `https://taskfile.dev`' else task git:hook:commit-msg -- "$1" fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/husky/post-checkout b/.config/husky/post-checkout index 2f85e157..166ef3bf 100755 --- a/.config/husky/post-checkout +++ b/.config/husky/post-checkout @@ -7,11 +7,18 @@ # @arg $2 The ref of the new HEAD # @arg $3 Equal to 1 if changing branches -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" - # Attempt to register Bodega/Task from common places if it is not in PATH + # Attempt to register Task from common places if it is not in PATH if ! type task > /dev/null; then PATH="$PATH:$HOME/.local/go/bin:$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.asdf/shims" if ! type task > /dev/null; then @@ -24,13 +31,13 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then fi fi - # Show warning if Bodega/Task is still not registered/installed, else proceed with hook + # Show warning if Task is still not registered/installed, else proceed with hook if ! type task > /dev/null; then - .config/log warn 'Bodega `task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' - .config/log info 'Get Bodega here -> `https://github.com/megabyte-labs/Bodega`' + logger warn '`task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' + logger info 'Get `task` here -> https://taskfile.dev' else task git:hook:post-checkout fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/husky/post-commit b/.config/husky/post-commit index 4e1f9cb3..75f9a266 100755 --- a/.config/husky/post-commit +++ b/.config/husky/post-commit @@ -5,11 +5,18 @@ # @brief A git hook script for the `post-commit` hook. There are no parameters but you can easily get the # last commit by running `git log -1 HEAD`. Generally, this script is used for notifications or something similar. -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" - # Attempt to register Bodega/Task from common places if it is not in PATH + # Attempt to register Task from common places if it is not in PATH if ! type task > /dev/null; then PATH="$PATH:$HOME/.local/go/bin:$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.asdf/shims" if ! type task > /dev/null; then @@ -22,13 +29,13 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then fi fi - # Show warning if Bodega/Task is still not registered/installed, else proceed with hook + # Show warning if Task is still not registered/installed, else proceed with hook if ! type task > /dev/null; then - .config/log warn 'Bodega `task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' - .config/log info 'Get Bodega here -> `https://github.com/megabyte-labs/Bodega`' + logger warn '`task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' + logger info 'Get `task` here -> https://taskfile.dev' else task git:hook:post-commit fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/husky/post-merge b/.config/husky/post-merge index 76fd55f6..9771b226 100755 --- a/.config/husky/post-merge +++ b/.config/husky/post-merge @@ -5,11 +5,18 @@ # @brief A git hook script for the `post-merge` hook # @arg $1 A status flag specifying whether or not the merge being done was a squash merge -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" - # Attempt to register Bodega/Task from common places if it is not in PATH + # Attempt to register Task from common places if it is not in PATH if ! type task > /dev/null; then PATH="$PATH:$HOME/.local/go/bin:$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.asdf/shims" if ! type task > /dev/null; then @@ -22,13 +29,13 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then fi fi - # Show warning if Bodega/Task is still not registered/installed, else proceed with hook + # Show warning if Task is still not registered/installed, else proceed with hook if ! type task > /dev/null; then - .config/log warn 'Bodega `task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' - .config/log info 'Get Bodega here -> `https://github.com/megabyte-labs/Bodega`' + logger warn '`task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' + logger info 'Get `task` here -> https://taskfile.dev' else task git:hook:post-merge fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/husky/post-rewrite b/.config/husky/post-rewrite index 3f44f1a7..54dbcbee 100755 --- a/.config/husky/post-rewrite +++ b/.config/husky/post-rewrite @@ -6,11 +6,18 @@ # that rewrite commits (e.g. git pull origin master --rebase) # @arg $1 Denotes the command it was invoked by: currently one of amend or rebase -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" - # Attempt to register Bodega/Task from common places if it is not in PATH + # Attempt to register Task from common places if it is not in PATH if ! type task > /dev/null; then PATH="$PATH:$HOME/.local/go/bin:$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.asdf/shims" if ! type task > /dev/null; then @@ -23,13 +30,13 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then fi fi - # Show warning if Bodega/Task is still not registered/installed, else proceed with hook + # Show warning if Task is still not registered/installed, else proceed with hook if ! type task > /dev/null; then - .config/log warn 'Bodega `task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' - .config/log info 'Get Bodega here -> `https://github.com/megabyte-labs/Bodega`' + logger warn '`task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' + logger info 'Get `task` here -> https://taskfile.dev' else task git:hook:post-rewrite fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/husky/pre-commit b/.config/husky/pre-commit index 50daca34..b6f2dd9e 100755 --- a/.config/husky/pre-commit +++ b/.config/husky/pre-commit @@ -4,11 +4,18 @@ # @file .config/husky/pre-commit # @brief A git hook script for the `pre-commit` hook -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" - # Attempt to register Bodega/Task from common places if it is not in PATH + # Attempt to register Task from common places if it is not in PATH if ! type task > /dev/null; then PATH="$PATH:$HOME/.local/go/bin:$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.asdf/shims" if ! type task > /dev/null; then @@ -21,13 +28,12 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then fi fi - # Show warning if Bodega/Task is still not registered/installed, else proceed with hook + # Show warning if Task is still not registered/installed, else proceed with hook if ! type task > /dev/null; then - .config/log warn 'Bodega `task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' - .config/log info 'Get Bodega here -> `https://github.com/megabyte-labs/Bodega`' + .config/log warn '`task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' + logger info 'Get `task` here -> https://taskfile.dev' else - .config/log info "Performing various pre-commit tasks on staged files (like autofixing, detecting private keys, etc.)" - + logger info "Performing various pre-commit tasks on staged files (like autofixing, detecting private keys, etc.)" STAGED_FILES=$(git diff --cached --name-only) for FILE in "$STAGED_FILES"; do if [ -f "$1" ]; then @@ -36,14 +42,14 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then done wait - .config/log info 'Linting and fixing the staged files with `lint-staged`' + logger info 'Linting and fixing the staged files with `lint-staged`' task lint:lint-staged - .config/log info 'Reporting possible spelling errors in the staged files with `cspell`' + logger info 'Reporting possible spelling errors in the staged files with `cspell`' task lint:spelling - .config/log success 'Pre-commit validation complete!' + logger success 'Pre-commit validation complete!' fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/husky/pre-push b/.config/husky/pre-push index 591b5378..8aac6758 100755 --- a/.config/husky/pre-push +++ b/.config/husky/pre-push @@ -6,11 +6,18 @@ # @arg $1 The name of the remote (e.g. origin) # @arg $2 The location of the remote (e.g. git@gitlab.com:megabyte-labs/common/angular.git) -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" - # Attempt to register Bodega/Task from common places if it is not in PATH + # Attempt to register Task from common places if it is not in PATH if ! type task > /dev/null; then PATH="$PATH:$HOME/.local/go/bin:$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.asdf/shims" if ! type task > /dev/null; then @@ -23,13 +30,13 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then fi fi - # Show warning if Bodega/Task is still not registered/installed, else proceed with hook + # Show warning if Task is still not registered/installed, else proceed with hook if ! type task > /dev/null; then - .config/log warn 'Bodega `task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' - .config/log info 'Get Bodega here -> `https://github.com/megabyte-labs/Bodega`' + logger warn '`task` does not appear to be installed or is not registered in the `PATH` variable - please manually include it' + logger info 'Get `task` here -> https://taskfile.dev' else task git:hook:pre-push -- "$1 $2" fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/husky/prepare-commit-msg b/.config/husky/prepare-commit-msg index 04922185..caee01ec 100755 --- a/.config/husky/prepare-commit-msg +++ b/.config/husky/prepare-commit-msg @@ -7,16 +7,23 @@ # @arg $2 string The type of the `prepare-commit-msg` event. For a `git pull origin master` # command, the event type is 'merge'. -[ -f .config/log ] && chmod +x .config/log +# @description Register appropriate logging utility +if [ -f "$(dirname "$0")/../.config/log" ]; then + alias logger="$(dirname "$0")/../.config/log" + chmod +x "$(dirname "$0")/../.config/log" +elif command -v logg > /dev/null; then + alias logger='logg' +fi + if [ -f "$(dirname "$0")/_/husky.sh" ]; then . "$(dirname "$0")/_/husky.sh" if [ "$2" != 'merge' ]; then - .config/log info 'This git hook is configured to run even when --no-verify is used. In order to bypass this prompt, use the -n flag instead.' - .config/log info 'Opening a `git commit` dialog' + logger info 'This git hook is configured to run even when --no-verify is used. In order to bypass this prompt, use the -n flag instead.' + logger info 'Opening a `git commit` dialog' if ! type pnpx > /dev/null && type npm > /dev/null; then npm install -g pnpm elif ! type pnpx > /dev/null; then - .config/log error '`pnpm` or `npm` must be installed' + logger error '`pnpm` or `npm` must be installed' fi if ! type git-cz &> /dev/null; then pnpm install -g commitizen @@ -24,5 +31,5 @@ if [ -f "$(dirname "$0")/_/husky.sh" ]; then exec < /dev/tty && (git-cz --hook || true) fi else - .config/log warn 'Husky pre-commit hooks are currently not properly setup.' + logger warn 'Husky pre-commit hooks are currently not properly setup.' fi diff --git a/.config/nodemon.jest.json b/.config/nodemon.jest.json new file mode 100644 index 00000000..bbf02897 --- /dev/null +++ b/.config/nodemon.jest.json @@ -0,0 +1,5 @@ +{ + "exec": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register jest --runInBand", + "ext": "js,jsx,ts,tsx,json,ts,yml", + "watch": [".env", "src"] +} diff --git a/.config/nodemon.json b/.config/nodemon.json index d879e11a..2440c3de 100644 --- a/.config/nodemon.json +++ b/.config/nodemon.json @@ -1,4 +1,5 @@ { "exec": "task project:livereload", - "ext": "py,yml" + "ext": "js,jsx,ts,tsx,json,ts,yml", + "watch": [".env", "src"] } diff --git a/.config/scripts/esbuild.js b/.config/scripts/esbuild.js new file mode 100644 index 00000000..62ad45ef --- /dev/null +++ b/.config/scripts/esbuild.js @@ -0,0 +1,18 @@ +import * as esbuild from 'esbuild' +import { nodeExternalsPlugin } from 'esbuild-node-externals' + +esbuild.build({ + bundle: true, + entryPoints: ['src/main.ts'], + external: [ + '@nestjs/microservices', + '@nestjs/websockets/socket-module', + 'cache-manager', + 'class-transformer', + 'class-validator' + ], + minify: true, + outfile: 'dist/main.minified.js', + platform: 'node', + plugins: [nodeExternalsPlugin()] +}) diff --git a/.config/variables.json b/.config/variables.json index f22886c1..35d2fb75 100644 --- a/.config/variables.json +++ b/.config/variables.json @@ -1,7 +1,6 @@ { "SPACE": "", "alt_badge_style": "flat-square", - "ansible_galaxy_project_id": "", "author": { "email": "brian@megabyte.space", "name": "Brian Zalewski" @@ -11,41 +10,17 @@ "autodoc_todo_description": "", "autodoc_variables_description": "", "badge_style": "for-the-badge", - "blueprint_requirements": [ - ["Variable Name", "Variable Description"], - [ - "`description`", - "Short description of the role, worded in such a way that it makes sense by itself and with 'An Ansible role that ' prepended to it" - ], - ["`group`", "This should always be set to 'ansible' for Ansible roles"], - [ - "`name`", - "This should be the official name for the product that the role installs/configures. It is used in the title of the repository and throughout the documentation to refer to the product." - ], - [ - "`overview`", - "This variable should be a description of what the role installs. You can usually find a good description by Googling, \"What is Android Studio,\" for example if you were populating this variable for the [Android Studio role]({{ repository.group.ansible_roles }}/androidstudio). This text is shown at the top of the README, right below the header section and before the table of contents. Whenever possible, key products/terms should be linked to using markdown. You can see an example of us hyperlinking in this variable by checking out the [Android Studio role]({{ repository.group.ansible_roles }}/androidstudio). The idea is to make it as easy as possible for our users to figure out exactly what the role does." - ], - ["`repository.github`", "The HTTPS URL of the GitHub mirror"], - ["`repository.gitlab`", "The HTTPS URL of the GitLab repository"], - [ - "`slug`", - "This should generally be the ending slug of the GitHub mirror. It is used for things like filling in the package.json name." - ], - ["`subgroup`", "This should always be set to 'role' for Ansible roles"], - ["`title`", "The title of the README.md"] - ], + "build_coverage_regex": "Lines\\s*:\\s*(\\d+.?\\d*)%", "commit_help_url": "https://megabyte.space/docs/contributing/commit-guidelines", "company": "Megabyte LLC", "copyright": "2020-2021", - "description_emojis": "👨🏻‍💻 🩺", "docker_label_authors": "Brian Zalewski ", "docs": { "header_description_post": "", - "header_description_pre": "Brought to you by ", + "header_description_pre": "Maintained by ", "header_title_post": "", - "header_title_pre": "Ansible Playbook: ", - "link": "https://megabyte.space/docs/ansible/playbook" + "header_title_pre": "", + "link": "https://megabyte.space/docs/common/npm" }, "downloadLinks": { "fedora": "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-35-1.2.iso", @@ -65,39 +40,12 @@ { "active": true, "cron": "0 12 * * 1", - "description": "Weekly Build Test", + "description": "Weekly Test", "ref": "master", "variable": { "WEEKLY_TEST": true } }, - { - "active": true, - "cron": "0 12 * * 1", - "description": "Weekly Linux Molecule Test", - "ref": "test/linux", - "variable": { - "WEEKLY_LINUX_TEST": true - } - }, - { - "active": true, - "cron": "0 12 * * 2", - "description": "Weekly macOS Molecule Test", - "ref": "test/darwin", - "variable": { - "WEEKLY_DARWIN_TEST": true - } - }, - { - "active": true, - "cron": "0 12 * * 4", - "description": "Weekly Windows Molecule Test", - "ref": "test/windows", - "variable": { - "WEEKLY_WINDOWS_TEST": true - } - }, { "active": true, "cron": "0 5 1 * *", @@ -124,108 +72,15 @@ "name": "homebrew-tap", "owner": "installdoc" }, - "hostapp_var_chart": [ - ["App", "Description", "GitHub            "], - [ - "**[Authelia](https://www.authelia.com/)**", - "An authentication portal that supports SSO and 2FA (_[Homepage](https://www.authelia.com/) | [Documentation](https://www.authelia.com/docs/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/authelia/authelia?style=social)](https://github.com/authelia/authelia)" - ], - [ - "**[Homer](https://github.com/bastienwirtz/homer)**", - "A very simple homepage which is customized by the playbook to automatically include links to the Docker containers you choose to host on the computer (_[Demo](https://homer-demo.netlify.app/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/bastienwirtz/homer?style=social)](https://github.com/bastienwirtz/homer)" - ], - [ - "**[Portainer](https://www.portainer.io/)**", - "A Docker management tool (_[Homepage](https://www.portainer.io/) | [Documentation](https://docs.portainer.io/) | [Demo](https://github.com/portainer/portainer#demo)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/portainer/portainer?style=social)](https://github.com/portainer/portainer)" - ], - [ - "**[Serve](https://github.com/vercel/serve)**", - "Simple interface for viewing files located or symlinked to in the `/var/www/` folder of the machine", - "[![GitHub Repo stars](https://img.shields.io/github/stars/vercel/serve?style=social)](https://github.com/vercel/serve)" - ] - ], - "htpc_var_chart": [ - ["App", "Description", "GitHub            "], - [ - "**[WireGuard](https://docs.linuxserver.io/images/docker-wireguard)**", - "Dedicated WireGuard VPN for the HTPC applications which is configured in *our docker-compose.yml* file to be used as the internet connection for all the containers (_[Homepage](https://www.wireguard.com/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/linuxserver/docker-wireguard?style=social)](https://github.com/linuxserver/docker-wireguard)" - ], - [ - "**[Bazarr](https://docs.linuxserver.io/images/docker-bazarr)**", - "Manages and automatically downloads subtitles (_[Homepage](https://www.bazarr.media/) | [Documentation](https://wiki.bazarr.media/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/morpheus65535/bazarr?style=social)](https://github.com/morpheus65535/bazarr)" - ], - [ - "**[Heimdall](https://docs.linuxserver.io/images/docker-heimdall)**", - "Simple start page for all the HTPC apps (_[Homepage](https://heimdall.site/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/linuxserver/Heimdall?style=social)](https://github.com/linuxserver/Heimdall)" - ], - [ - "**[Jackett](https://docs.linuxserver.io/images/docker-jackett)**", - "Request proxy server for Radarr and Sonarr which helps speed things up", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Jackett/Jackett?style=social)](https://github.com/Jackett/Jackett)" - ], - [ - "**[Kodi Headless](https://hub.docker.com/r/linuxserver/kodi-headless)**", - "Backend for Kodi used to host a centralized database for Kodi instances (_[Homepage](https://kodi.tv/) | [Documentation](https://kodi.wiki/view/Main_Page)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/xbmc/xbmc?style=social)](https://github.com/xbmc/xbmc)" - ], - [ - "**[Lidarr](https://docs.linuxserver.io/images/docker-lidarr)**", - "Music collection manager that automatically downloads from BitTorrent and Usenet (_[Homepage](https://lidarr.audio/) | [Documentation](https://wiki.servarr.com/en/lidarr)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Lidarr/Lidarr?style=social)](https://github.com/Lidarr/Lidarr)" - ], - [ - "**[NZBGet](https://docs.linuxserver.io/images/docker-nzbget)**", - "NZBGet is a Usenet download manager used to download from NewsGroups which are supposedly more secure than torrents. **NOTE: Viruses are still prevalent on both NewsGroups and torrents - make sure you don't run anything with admin / sudo privileges.** (_[Homepage](https://nzbget.net/) | [Documentation](https://nzbget.net/documentation)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/nzbget/nzbget?style=social)](https://github.com/nzbget/nzbget)" - ], - [ - "**[Ombi](https://docs.linuxserver.io/images/docker-ombi)**", - "Plex media request and user management system which can be used to allow users who use your HTPC server to request movies, TV shows, and other media (_[Homepage](https://ombi.io/) | [Documentation](https://docs.ombi.app/) | [Demo](https://app.ombi.io/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Ombi-app/Ombi?style=social)](https://github.com/Ombi-app/Ombi)" - ], - [ - "**[Organizr](https://docs.linuxserver.io/images/docker-htpcmanager)**", - "Front end for HTPC web applications with a full-featured user interface that is full of eye candy (_[Homepage](https://organizr.app/) | [Documentation](https://docs.organizr.app/) | [Demo](https://docs.organizr.app/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/causefx/Organizr?style=social)](https://github.com/causefx/Organizr)" - ], - [ - "**[Radarr](https://docs.linuxserver.io/images/docker-radarr)**", - "Automatic movie downloader that can even be configured to download lists including the Top 250 IMBD movies (_[Homepage](https://radarr.video/) | [Documentation](https://wiki.servarr.com/radarr)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Radarr/Radarr?style=social)](https://github.com/Radarr/Radarr)" - ], - [ - "**[Sonarr](https://docs.linuxserver.io/images/docker-sonarr)**", - "Automatic TV show downloader with tons of ways to easily and automatically download TV shows (_[Homepage](https://sonarr.tv/) | [Documentation](https://wiki.servarr.com/en/sonarr)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Sonarr/Sonarr?style=social)](https://github.com/Sonarr/Sonarr)" - ], - [ - "**[Tautulli](https://docs.linuxserver.io/images/docker-tautulli)**", - "Metrics and monitoring dashboard for Plex (_[Homepage](https://tautulli.com/) | [Documentation](https://wiki.bazarr.media/)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/Tautulli/Tautulli?style=social)](https://github.com/Tautulli/Tautulli)" - ], - [ - "**[Transmission](https://docs.linuxserver.io/images/docker-transmission)**", - "BitTorrent client that can be used in conjunction with or as an alternative to using NewsGroups via NZBGet (_[Homepage](https://transmissionbt.com/) | [Documentation](https://github.com/transmission/transmission/blob/main/docs/README.md)_)", - "[![GitHub Repo stars](https://img.shields.io/github/stars/transmission/transmission?style=social)](https://github.com/transmission/transmission)" - ] - ], "idPost": "megabyte.space", "json_top_keys": "", "license": "MIT", "link": { "chat": "https://app.slack.com/client/T01ABCG4NK1/C01NN74H0LW/details/", - "docker_role": "https://github.com/ProfessorManhattan/ansible-docker", "docs": "https://megabyte.space/docs", "gitter": "https://gitter.im/megabyte-labs/community", "home": "https://megabyte.space", "installdoctor": "https://install.doctor", - "mod_ansible_autodoc": "https://pypi.org/project/mod-ansible-autodoc/", "privacy": "https://megabyte.space/privacy", "shield": "https://shields.io", "terms": "https://megabyte.space/terms" @@ -235,31 +90,6 @@ "husky": "https://www.npmjs.com/package/husky", "tinypng": "https://tinypng.com/" }, - "molecule_descriptions": [ - ["Scenario", "Description"], - ["`default`", "Uses VirtualBox to run tests for all platforms in parallel."], - ["`docker`", "Uses Docker to run tests for all Linux platforms and versions in parallel."], - [ - "`docker-snap`", - "The same as the `docker` scenario except it excludes platforms that have trouble installing snap packages on Docker." - ], - ["`archlinux-desktop`", "Runs the test on the latest version of Archlinux desktop using VirtualBox."], - ["`centos-desktop`", "Runs the test on the latest version of CentOS desktop using VirtualBox."], - ["`debian-desktop`", "Runs the test on the latest version of Debian desktop using VirtualBox."], - ["`fedora-desktop`", "Runs the test on the latest version of Fedora desktop using VirtualBox."], - ["`macos-desktop`", "Runs the test on the latest version of macOS desktop using VirtualBox."], - ["`ubuntu-desktop`", "Runs the test on the latest version of Ubuntu desktop using VirtualBox."], - ["`windows-desktop`", "Runs the test on the latest version of Windows desktop using VirtualBox."], - ["`ci-docker-archlinux`", "Uses Docker to test Archlinux."], - ["`ci-docker-centos`", "Uses Docker to test multiple versions of CentOS."], - ["`ci-docker-debian`", "Uses Docker to test multiple versions of Debian."], - [ - "`ci-docker-debian-snap`", - "Uses Docker to test Debian just like `ci-docker-debian` except it excludes versions that cannot install snap packages." - ], - ["`ci-docker-fedora`", "Uses Docker to test multiple versions of Fedora."], - ["`ci-docker-ubuntu`", "Uses Docker to test multiple versions of Ubuntu."] - ], "name": "[[ package.json .blueprint.name - See CONTRIBUTING.md ]]", "newProjectTemplates": { "angular-app": { @@ -370,10 +200,9 @@ }, "npm_publish_config_access": "public", "npm_standard_version_prerelease": "git add --all", - "npm_type": "module", + "npm_type": "commonjs", "organization": "Megabyte Labs", "overview": "[[ This is a new repository without the details filled in yet. Look for the section about blueprint data in the CONTRIBUTING.md to set up the project. ]]", - "playbook_path": "megabyte-labs/gas-station", "profile": { "dockerHubUser": "professormanhattan", "dockerhub": "megabytelabs", @@ -382,7 +211,7 @@ "githubOrg": "megabyte-labs", "linkedin": "blzalewski", "npmjs": "thisismyfirstday", - "npmjs_organization": "installdoc", + "npmjs_organization": "mblabs", "opencollective": "megabytelabs", "patreon": "ProfessorManhattan", "pypi": "ProfessorManhattan", @@ -405,89 +234,6 @@ "twitter": "MegabyteLabs", "vagrant": "https://app.vagrantup.com" }, - "python_role_dependencies": [ - ["Package", "Description", "Required"], - [ - "ansible", - "A configuration management system that can remotely configure computers", - "
✔️
" - ], - [ - "docker", - "Enables the capability of provisioning Docker containers with Ansible", - "
✔️
" - ], - [ - "python-vagrant", - "Required for provisioning Vagrant VMs", - "
✔️
" - ], - [ - "pywinrm", - "Required for provisioning Windows machines that are using WinRM", - "
✔️
" - ], - [ - "ansible-lint", - "Linting tool for Ansible files", - "" - ], - [ - "ansibler", - "Custom tool used to generate advanced documentation (e.g. it generates the compatibility chart and some other charts)", - "" - ], - [ - "black", - "Python file auto-formatter included in case project utilizes Python test scripts", - "" - ], - [ - "blocklint", - "Linting tool that prevents certain words from entering the code base", - "" - ], - [ - "flake8", - "Python linter that reports Python syntax and style errors", - "" - ], - [ - "mod-ansible-autodoc", - "Custom fork of [ansible-autodoc](https://pypi.org/project/ansible-autodoc/0.5.1.1/) which allows us to auto-generate documentation based on comments in the role's YAML files", - "" - ], - [ - "molecule", - "Test framework for Ansible", - "" - ], - [ - "molecule-docker", - "Molecule plugin for provisioning Docker containers", - "" - ], - [ - "molecule-vagrant", - "Molecule plugin for provisioning Vagrant VMs", - "" - ], - [ - "pre-commit-hooks", - "Suite of tools useful for linting", - "" - ], - [ - "proselint", - "Linter used to generate English-language improvements (used to improve documentation)", - "" - ], - [ - "yamllint", - "Linter for YAML files that ensures proper syntax and styling is used", - "" - ] - ], "redditApplicationId": "O3UxD7HlPpcN88gpEkPIXQ", "redditUsername": "tsgangster", "repository": { @@ -565,9 +311,6 @@ } }, "namespace": "", - "prefix": { - "github": "ansible-" - }, "project": { "assets": "https://gitlab.com/megabyte-labs/assets/-/raw/master", "autodoc": "https://github.com/AndresBott/ansible-autodoc", @@ -575,46 +318,13 @@ "wrangler": "https://gitlab.com/megabyte-labs/wrangler" } }, - "saas_var_chart": [ - ["Service", "Description", "Price"], - [ - "**[CloudFlare](https://www.cloudflare.com/)**", - "CloudFlare is a DNS provider, edge network, and much more. Some day it might be able to replace all the services in this list but until then CloudFlare is the preferred provider for anything it offers a product for. In our configurations, CloudFlare is used for DNS, encrypted tunnels via [cloudflared](https://github.com/cloudflare/cloudflared), [CloudFlare WARP](https://1.1.1.1/), and [CloudFlare Teams](https://blog.cloudflare.com/introducing-cloudflare-for-teams/). On top of that, CloudFlare provides some other great features that can be utilized to make lightning-fast web apps. (_[Documentation](https://developers.cloudflare.com/docs/)_)", - "**Free** for the services we integrate" - ], - [ - "**[Digital Ocean](https://m.do.co/c/751743d45e36)**", - "Digital Ocean is a cloud hosting provider. Anytime CloudFlare's offerings are not enough to satisfy requirements, Digital Ocean is used. The service has a clean and simple web UI, a wide variety of CLIs/SDKs available on GitHub, and the company has been around since 2011. Digital Ocean is primarily used by our stack to host Kubernetes, S3 buckets, and cheap virtual private servers. (_[Documentation](https://docs.digitalocean.com/)_)", - "**~$40/month** for a Kubernetes cluster, S3 bucket, and a general-purpose VPS" - ], - [ - "**[Wasabi](https://wasabi.com/)**", - "Wasabi is the cheapest S3 bucket provider available. It is used as a secondary backup for any data that is backed up / saved to an S3 bucket. (_[Documentation](https://wasabi.com/help/docs/)_)", - "**$5.99/month** for S3 bucket" - ], - [ - "**[Ory](https://www.ory.sh/)**", - "Ory is the only identity platform that can scale indefinitely and is based entirely on open source. Ory is leveraged to provide a feature-rich and programmable single sign-on platform. It includes support for hardware-based tokens. (_[Documentation](https://www.ory.sh/docs/welcome)_)", - "**Free** for the developer edition" - ], - [ - "**[Proton](https://proton.me/)**", - "Proton Mail is an end-to-end encrypted email service founded in 2013 in Geneva, Switzerland. Proton Mail and ProtonVPN are used in our stack to provide secure e-mail and configure VPN profiles using ProtonVPN's unique security features. With the Business plan, you can get custom domain branded e-mail and enough VPN connections to configure your router / VPN profiles on each of your devices. (_[Documentation](https://proton.me/support)_)", - "**$12.99/month** for the Business edition" - ], - [ - "**[GMail](https://mail.google.com)**", - "GMail is a free e-mail service offered by Google. In some cases, we leverage GMail's SMTP capabilities to send notification e-mails. (_[Documentation](https://support.google.com/mail/?hl=en#topic=7065107)_)", - "**Free**" - ] - ], - "scriptsBuild": "task ansible:build:none", + "scriptsBuild": "task npm:build:tsconfig", "scriptsHelp": "task --menu", "scriptsPrepare": "npm run start && (test -f Taskfile.yml && task common:husky) || true", "scriptsReplaceThis": "\"", "scriptsReplaceWith": "\\\"", "scriptsStart": "bash start.sh", - "scriptsTest": "[ -z \"$PS1\" ] && task ansible:test:prompt || task ansible:test:default", + "scriptsTest": "task donothing", "sharp_instructions": [], "slackNotificationChannel": "#misc", "slackNotificationIcon": "https://gitlab.com/megabyte-labs/misc/assets/-/raw/master/logo/megabytelabs-color-icon-350x350.png", @@ -623,7 +333,7 @@ "author": "Brian Zalewski", "text": "I create open source projects out of love. Although I have a job, shelter, and as much fast food as I can handle, it would still be pretty cool to be appreciated by the community for something I have spent a lot of time and money on. Please consider sponsoring me! Who knows? Maybe I will be able to quit my job and publish open source full time." }, - "subgroup": "playbook", + "subgroup": "misc", "teamsNotificationColor": "#1DA1F2", "teamsNotificationIcon": "https://gitlab.com/megabyte-labs/misc/assets/-/raw/master/logo/megabytelabs-color-icon-350x350.png", "title": "[[ package.json .blueprint.title - See CONTRIBUTING.md ]]", diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 80965c66..8998c699 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,13 +1,8 @@ { "dockerFile": "Dockerfile", "extensions": [ - "Angular.ng-template", - "attilabuti.vscode-mjml", - "bierner.markdown-emoji", "ChakrounAnas.turbo-console-log", - "ChFlick.firecode", "chrmarti.regex", - "cweijan.vscode-mysql-client2", "DavidAnson.vscode-markdownlint", "dbaeumer.vscode-eslint", "denoland.vscode-deno", @@ -21,31 +16,22 @@ "GitHub.vscode-pull-request-github", "GitLab.gitlab-workflow", "GoogleCloudTools.cloudcode", - "golang.Go", - "HashiCorp.terraform", "hediet.vscode-drawio", "IBM.output-colorizer", "Kelvin.vscode-sshfs", "mads-hartmann.bash-ide-vscode", "ms-azuretools.vscode-docker", - "ms-kubernetes-tools.vscode-kubernetes-tools", "ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-ssh", "ms-vscode-remote.remote-wsl", - "ms-python.python", "ms-vscode.PowerShell", "MS-vsliveshare.vsliveshare", "MS-vsliveshare.vsliveshare-audio", - "njpwerner.autodocstring", - "nrwl.angular-console", - "paulvarache.vscode-taskfile", "philnash.ngrok-for-vscode", "PKief.material-icon-theme", - "pnp.polacode", "pranaygp.vscode-css-peek", "quicktype.quicktype", "rbbit.typescript-hero", - "redhat.ansible", "redhat.vscode-yaml", "richie5um2.vscode-sort-json", "Rubymaniac.vscode-paste-and-indent", @@ -55,12 +41,10 @@ "steoates.autoimport", "stylelint.vscode-stylelint", "timonwong.shellcheck", - "toba.vsfire", "tyriar.sort-lines", "usernamehw.errorlens", "valentjn.vscode-ltex", "VisualStudioExptTeam.vscodeintellicode", - "vsciot-vscode.vscode-arduino", "vsls-contrib.codetour", "vsls-contrib.gistfs", "wayou.vscode-todo-highlight", diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml index 6d0ff268..eb22dec7 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yml +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -1,5 +1,5 @@ --- -name: '🐛 Bug Report' +name: 🐛 Bug Report description: Stumbled upon an error? Submit a bug report. labels: [question] body: @@ -16,7 +16,7 @@ body: - type: dropdown id: type attributes: - label: '❔ What are you experiencing an issue with?' + label: ❔ What are you experiencing an issue with? options: - Latest Release - Prior Release @@ -29,16 +29,16 @@ body: - type: input id: version attributes: - label: '❔ Version' + label: ❔ Version description: Enter the version number, the commit ID, or a link to the release that has the issue. - placeholder: 'Version 2.4.0' + placeholder: Version 2.4.0 validations: required: true - type: textarea id: description attributes: - label: '🐞 Description' + label: 🐞 Description description: Enter a clear and concise description of the problem. validations: required: true @@ -46,7 +46,7 @@ body: - type: textarea id: steps attributes: - label: '⏺️ Steps To Reproduce' + label: ⏺️ Steps To Reproduce description: '**Optional** Enter the steps required to reproduce the behavior. Be sure to include environment information, as appropriate.' placeholder: | @@ -60,7 +60,7 @@ body: - type: textarea id: logs attributes: - label: '📒 Relevant Log Output' + label: 📒 Relevant Log Output description: '**Optional** Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.' render: shell @@ -70,7 +70,7 @@ body: - type: textarea id: solution attributes: - label: '💡 Possible Solution' + label: 💡 Possible Solution description: '**Optional** Enter suggestions on a fix/reason for the bug if you have any.' validations: required: false diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yml b/.github/ISSUE_TEMPLATE/FeatureRequest.yml index 84f18beb..be0bceef 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yml @@ -1,5 +1,5 @@ --- -name: '💡 Feature Request' +name: 💡 Feature Request description: Request a new feature or an improvement to an existing one. labels: [question] body: @@ -15,7 +15,7 @@ body: - type: textarea id: description attributes: - label: '💡 Feature/Idea' + label: 💡 Feature/Idea description: Enter a clear and concise description of the feature request/improvement. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/SupportRequest.yml b/.github/ISSUE_TEMPLATE/SupportRequest.yml index b0d35e6d..f18d0507 100644 --- a/.github/ISSUE_TEMPLATE/SupportRequest.yml +++ b/.github/ISSUE_TEMPLATE/SupportRequest.yml @@ -1,5 +1,5 @@ --- -name: '⛑️ Support Request' +name: ⛑️ Support Request description: Find out how to get answers and/or submit a support request. labels: [question] body: @@ -17,7 +17,7 @@ body: - type: textarea id: support attributes: - label: '⛑️ Support Request' + label: ⛑️ Support Request description: Add your support request here. Detail exactly what you need help with. validations: required: true @@ -25,21 +25,21 @@ body: - type: input id: contributor attributes: - label: '😀 Are you interested in paid support?' + label: 😀 Are you interested in paid support? description: '**Optional** For the fastest, most-effective support we offer paid services. If you are interested, answer *Yes* and we will get in contact with you immediately.' options: # yamllint disable-line rule:truthy - - 'Yes' + - Yes # yamllint disable-line rule:truthy - - 'No' + - No validations: required: false - type: input id: contributor attributes: - label: '💬 How can we contact you?' + label: 💬 How can we contact you? description: '**Optional** Add a way we can contact you here (especially if you want us to contact you immediately for paid support).' placeholder: 'Twitter: @MegabyteLabs, E-mail: help@megabyte.space, etc.' validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d4d550f6..ec6ff792 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,9 @@ --- blank_issues_enabled: false contact_links: - - name: '💬 Slack Channel' + - name: 💬 Slack Channel url: 'https://app.slack.com/client/T01ABCG4NK1/C01NN74H0LW/details/' about: Join our community on Slack. Get answers and share ideas with kindreds. - - name: '📟 Paid Support' + - name: 📟 Paid Support url: https://megabyte.space/commercial-support about: For the fastest, most-thorough solutions we encourage you to consider paid support. diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..88b2f47e --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,53 @@ +{ + "recommendations": [ + "ChakrounAnas.turbo-console-log", + "chrmarti.regex", + "DavidAnson.vscode-markdownlint", + "dbaeumer.vscode-eslint", + "denoland.vscode-deno", + "eamodio.gitlens", + "EditorConfig.EditorConfig", + "esbenp.prettier-vscode", + "ericadamski.carbon-now-sh", + "firsttris.vscode-jest-runner", + "formulahendry.auto-rename-tag", + "formulahendry.code-runner", + "GitHub.vscode-pull-request-github", + "GitLab.gitlab-workflow", + "GoogleCloudTools.cloudcode", + "hediet.vscode-drawio", + "IBM.output-colorizer", + "Kelvin.vscode-sshfs", + "mads-hartmann.bash-ide-vscode", + "ms-azuretools.vscode-docker", + "ms-vscode-remote.remote-containers", + "ms-vscode-remote.remote-ssh", + "ms-vscode-remote.remote-wsl", + "ms-vscode.PowerShell", + "MS-vsliveshare.vsliveshare", + "MS-vsliveshare.vsliveshare-audio", + "philnash.ngrok-for-vscode", + "PKief.material-icon-theme", + "pranaygp.vscode-css-peek", + "quicktype.quicktype", + "rbbit.typescript-hero", + "redhat.vscode-yaml", + "richie5um2.vscode-sort-json", + "Rubymaniac.vscode-paste-and-indent", + "salbert.comment-ts", + "shd101wyy.markdown-preview-enhanced", + "softwaredotcom.swdc-vscode", + "steoates.autoimport", + "stylelint.vscode-stylelint", + "timonwong.shellcheck", + "tyriar.sort-lines", + "usernamehw.errorlens", + "valentjn.vscode-ltex", + "VisualStudioExptTeam.vscodeintellicode", + "vsls-contrib.codetour", + "vsls-contrib.gistfs", + "wayou.vscode-todo-highlight", + "wix.vscode-import-cost", + "yatki.vscode-surround" + ] +} diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 00000000..74ed8a4b --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,710 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "(build): Build the project using the build script defined in `package.json`", + "type": "shell", + "command": "bash start.sh && task build" + }, + { + "label": "(clean): Removes optional folders that are cached during various tasks", + "type": "shell", + "command": "bash start.sh && task clean" + }, + { + "label": "(commit): Lint staged files, report spelling errors, and open a _required_ commit dialoge", + "type": "shell", + "command": "bash start.sh && task commit" + }, + { + "label": "(fix): Run code auto-fixers / auto-formatters", + "type": "shell", + "command": "bash start.sh && task fix" + }, + { + "label": "(init): Runs the initialization script", + "type": "shell", + "command": "bash start.sh && task init" + }, + { + "label": "(jumpusb): Creates a JumpUSB (https://jumpusb.com)", + "type": "shell", + "command": "bash start.sh && task jumpusb" + }, + { + "label": "(lint): Lints the project using all linters", + "type": "shell", + "command": "bash start.sh && task lint" + }, + { + "label": "(livereload): Start the project with live-reloading (i.e. watch mode)", + "type": "shell", + "command": "bash start.sh && task livereload" + }, + { + "label": "(preload): Set up your workstation in advance by installing commonly used programs", + "type": "shell", + "command": "bash start.sh && task preload" + }, + { + "label": "(prepare): Prepares the project for the normal start command", + "type": "shell", + "command": "bash start.sh && task prepare" + }, + { + "label": "(publish): Publish a semantic release via `semantic-release`", + "type": "shell", + "command": "bash start.sh && task publish" + }, + { + "label": "(reset): Resets the project by removing all caches and then re-generating templated files", + "type": "shell", + "command": "bash start.sh && task reset" + }, + { + "label": "(scripts): Run and view descriptions for `npm scripts` via an interactive dialog", + "type": "shell", + "command": "bash start.sh && task scripts" + }, + { + "label": "(services): Update elements of the repository that require API access", + "type": "shell", + "command": "bash start.sh && task services" + }, + { + "label": "(shell): Start a terminal session using Docker with any Linux operating system", + "type": "shell", + "command": "bash start.sh && task shell" + }, + { + "label": "(start): Start the project by installing / updating dependencies, repairing issues, and opening a tutorial", + "type": "shell", + "command": "bash start.sh && task start" + }, + { + "label": "(synchronize): Set up the project and refresh it with the latest changes", + "type": "shell", + "command": "bash start.sh && task synchronize" + }, + { + "label": "(test): Open an interactive dialog to select and run a Molecule test", + "type": "shell", + "command": "bash start.sh && task test" + }, + { + "label": "(update): Fully update the repository", + "type": "shell", + "command": "bash start.sh && task update" + }, + { + "label": "(yubikey): Create an OpenGPG-enabled YubiKey", + "type": "shell", + "command": "bash start.sh && task yubikey" + }, + { + "label": "(ansible:playbook:environment): Prompts for which environment to use and then symlinks to it", + "type": "shell", + "command": "bash start.sh && task ansible:playbook:environment" + }, + { + "label": "(ansible:playbook:find-missing:files): Find roles that are missing files", + "type": "shell", + "command": "bash start.sh && task ansible:playbook:find-missing:files" + }, + { + "label": "(ansible:populate:dependencies): Attempt to automatically populate `meta/main.yml` and `requirements.yml`", + "type": "shell", + "command": "bash start.sh && task ansible:populate:dependencies" + }, + { + "label": "(ansible:test:local): Run the Ansible play on the local machine (or via WSL - see task summary)", + "type": "shell", + "command": "bash start.sh && task ansible:test:local" + }, + { + "label": "(ansible:test:molecule:docker): Runs a Docker Molecule test", + "type": "shell", + "command": "bash start.sh && task ansible:test:molecule:docker" + }, + { + "label": "(ansible:test:molecule:local): Runs a Molecule test on the localhost", + "type": "shell", + "command": "bash start.sh && task ansible:test:molecule:local" + }, + { + "label": "(ansible:test:molecule:ssh): Runs a Molecule test over SSH", + "type": "shell", + "command": "bash start.sh && task ansible:test:molecule:ssh" + }, + { + "label": "(ansible:test:molecule:virtualbox): Runs a full E2E Molecule test for all supported operating systems", + "type": "shell", + "command": "bash start.sh && task ansible:test:molecule:virtualbox" + }, + { + "label": "(ansible:test:molecule:virtualbox:converge): Provisions a desktop VirtualBox VM and then runs a Molecule test", + "type": "shell", + "command": "bash start.sh && task ansible:test:molecule:virtualbox:converge" + }, + { + "label": "(ansible:test:vagrant): Runs the playbook using Vagrant", + "type": "shell", + "command": "bash start.sh && task ansible:test:vagrant" + }, + { + "label": "(ci:github:actions:test): Locally test the on-push GitHub Action event (only works for Linux containers)", + "type": "shell", + "command": "bash start.sh && task ci:github:actions:test" + }, + { + "label": "(commit:all): Add all the untracked changes and commit the code", + "type": "shell", + "command": "bash start.sh && task commit:all" + }, + { + "label": "(common:code:count): Display a chart detailing the lines of code for each language used", + "type": "shell", + "command": "bash start.sh && task common:code:count" + }, + { + "label": "(common:code:find:todo): Scan code base for TODOs and FIXMEs", + "type": "shell", + "command": "bash start.sh && task common:code:find:todo" + }, + { + "label": "(docker:build): Build a regular Docker image and then generate a slim build from it", + "type": "shell", + "command": "bash start.sh && task docker:build" + }, + { + "label": "(docker:build:fat:build): Build a normal Docker container from the Dockerfile", + "type": "shell", + "command": "bash start.sh && task docker:build:fat:build" + }, + { + "label": "(docker:build:slim): Build a slim version of the Docker image", + "type": "shell", + "command": "bash start.sh && task docker:build:slim" + }, + { + "label": "(docker:publish): Publish the Docker images (using `Docker*.test.yml` files)", + "type": "shell", + "command": "bash start.sh && task docker:publish" + }, + { + "label": "(docker:shell): Open the terminal of an existing Docker image", + "type": "shell", + "command": "bash start.sh && task docker:shell" + }, + { + "label": "(docker:test): Perform all available tests on the Docker image", + "type": "shell", + "command": "bash start.sh && task docker:test" + }, + { + "label": "(docker:test:container-structure-test): Runs ContainerStructureTest for Dockerfile build", + "type": "shell", + "command": "bash start.sh && task docker:test:container-structure-test" + }, + { + "label": "(docker:test:output): For each folder matching `./test/output*`, ensure slim and latest output match with default command", + "type": "shell", + "command": "bash start.sh && task docker:test:output" + }, + { + "label": "(fix:eslint): Fix ESLint errors automatically", + "type": "shell", + "command": "bash start.sh && task fix:eslint" + }, + { + "label": "(fix:eslint:staged): Auto-fix only modified files with ESLint", + "type": "shell", + "command": "bash start.sh && task fix:eslint:staged" + }, + { + "label": "(fix:go): Fix Go with all available Go fixers", + "type": "shell", + "command": "bash start.sh && task fix:go" + }, + { + "label": "(fix:json): Format and sort JSON", + "type": "shell", + "command": "bash start.sh && task fix:json" + }, + { + "label": "(fix:markdown): Auto-fixes markdown files", + "type": "shell", + "command": "bash start.sh && task fix:markdown" + }, + { + "label": "(fix:packer): Automatically fix and format Packer templates", + "type": "shell", + "command": "bash start.sh && task fix:packer" + }, + { + "label": "(fix:php): Fix PHP with all available PHP auto-fixers", + "type": "shell", + "command": "bash start.sh && task fix:php" + }, + { + "label": "(fix:prettier): Automatically format most files using Prettier", + "type": "shell", + "command": "bash start.sh && task fix:prettier" + }, + { + "label": "(fix:python): Automatically format Python files using Black", + "type": "shell", + "command": "bash start.sh && task fix:python" + }, + { + "label": "(fix:shellcheck): Automatically apply fixes to `.sh` and `.sh.j2` files using Shellcheck", + "type": "shell", + "command": "bash start.sh && task fix:shellcheck" + }, + { + "label": "(fix:spelling:markdown): Auto-fix spelling errors in markdown files using `misspell`", + "type": "shell", + "command": "bash start.sh && task fix:spelling:markdown" + }, + { + "label": "(fix:toml): Format `.toml` files by alphabetizing and flattening", + "type": "shell", + "command": "bash start.sh && task fix:toml" + }, + { + "label": "(fix:yaml): Auto-format and sort YML files", + "type": "shell", + "command": "bash start.sh && task fix:yaml" + }, + { + "label": "(get:links): Log useful links such as the current project's git repository link", + "type": "shell", + "command": "bash start.sh && task get:links" + }, + { + "label": "(git:filter): Remove large unnecessary and large files from the repository", + "type": "shell", + "command": "bash start.sh && task git:filter" + }, + { + "label": "(git:remotes): Configure the the `origin`, `gitlab`, `github`, and `all` git remotes", + "type": "shell", + "command": "bash start.sh && task git:remotes" + }, + { + "label": "(git:remove:submodules): Remove all submodules in the current directory and optionally filter by RegEx", + "type": "shell", + "command": "bash start.sh && task git:remove:submodules" + }, + { + "label": "(go:test:convey): Run tests through the browser with GoConvey", + "type": "shell", + "command": "bash start.sh && task go:test:convey" + }, + { + "label": "(group:exec): Execute group commands on any GitLab group (including repositories in sub-groups)", + "type": "shell", + "command": "bash start.sh && task group:exec" + }, + { + "label": "(image:compress): Compress JPG/PNG images via TinyPNG", + "type": "shell", + "command": "bash start.sh && task image:compress" + }, + { + "label": "(image:resize): Resize an image", + "type": "shell", + "command": "bash start.sh && task image:resize" + }, + { + "label": "(install:ansible:role): Install an Ansible role by using Docker", + "type": "shell", + "command": "bash start.sh && task install:ansible:role" + }, + { + "label": "(lint:ansible): Lint Ansible projects using Ansible Lint", + "type": "shell", + "command": "bash start.sh && task lint:ansible" + }, + { + "label": "(lint:any): Generic linting of files for things like destroyed-symlinks, merge conflicts, etc.", + "type": "shell", + "command": "bash start.sh && task lint:any" + }, + { + "label": "(lint:codeclimate): Run CodeClimate with all available linters", + "type": "shell", + "command": "bash start.sh && task lint:codeclimate" + }, + { + "label": "(lint:docker): Lint Dockerfiles using Hadolint (requires Docker)", + "type": "shell", + "command": "bash start.sh && task lint:docker" + }, + { + "label": "(lint:dockerfilelint): Lint a Dockerfile with `dockerfilelint`", + "type": "shell", + "command": "bash start.sh && task lint:dockerfilelint" + }, + { + "label": "(lint:eslint): Lint with ESLint", + "type": "shell", + "command": "bash start.sh && task lint:eslint" + }, + { + "label": "(lint:eslint:staged): Lint only modified files with ESLint", + "type": "shell", + "command": "bash start.sh && task lint:eslint:staged" + }, + { + "label": "(lint:eslint:warn-all): Convert ESLint errors into warnings by saving the modified configuration inside `package.json`", + "type": "shell", + "command": "bash start.sh && task lint:eslint:warn-all" + }, + { + "label": "(lint:go): Lint Go with `golangci-lint`", + "type": "shell", + "command": "bash start.sh && task lint:go" + }, + { + "label": "(lint:markdown:markdown): Lint markdown files with `remark`", + "type": "shell", + "command": "bash start.sh && task lint:markdown:markdown" + }, + { + "label": "(lint:markdown:markdown:links): Scan markdown files for broken links", + "type": "shell", + "command": "bash start.sh && task lint:markdown:markdown:links" + }, + { + "label": "(lint:packer): Validate the Packer templates ending with `template.json`", + "type": "shell", + "command": "bash start.sh && task lint:packer" + }, + { + "label": "(lint:php): Lint PHP with all available PHP linters", + "type": "shell", + "command": "bash start.sh && task lint:php" + }, + { + "label": "(lint:prettier): Lint formatting using Prettier", + "type": "shell", + "command": "bash start.sh && task lint:prettier" + }, + { + "label": "(lint:prose:prose): Lint text/markdown for English prose with `proselint`", + "type": "shell", + "command": "bash start.sh && task lint:prose:prose" + }, + { + "label": "(lint:python): Lint Python files using Flake8", + "type": "shell", + "command": "bash start.sh && task lint:python" + }, + { + "label": "(lint:shellcheck): Report possible errors in shell scripts", + "type": "shell", + "command": "bash start.sh && task lint:shellcheck" + }, + { + "label": "(lint:spelling): Checks for spelling errors in staged files", + "type": "shell", + "command": "bash start.sh && task lint:spelling" + }, + { + "label": "(lint:spelling:markdown): Run `misspell` (a spell-checker) on all markdown files", + "type": "shell", + "command": "bash start.sh && task lint:spelling:markdown" + }, + { + "label": "(lint:vagrant): Validate the Vagrantfile", + "type": "shell", + "command": "bash start.sh && task lint:vagrant" + }, + { + "label": "(lint:yaml): Lint `.yml` files using YAML Lint", + "type": "shell", + "command": "bash start.sh && task lint:yaml" + }, + { + "label": "(nest:benchmark): Initiate a web server benchmarking session (with `clinic`)", + "type": "shell", + "command": "bash start.sh && task nest:benchmark" + }, + { + "label": "(new:project): Create a new project", + "type": "shell", + "command": "bash start.sh && task new:project" + }, + { + "label": "(npm:build): Build the application", + "type": "shell", + "command": "bash start.sh && task npm:build" + }, + { + "label": "(npm:clean): Remove temporary folders that might conflicts with builds", + "type": "shell", + "command": "bash start.sh && task npm:clean" + }, + { + "label": "(npm:cov:open): View the code coverage report in the browser", + "type": "shell", + "command": "bash start.sh && task npm:cov:open" + }, + { + "label": "(npm:cov:upload): Upload code coverage report to `codecov.io`", + "type": "shell", + "command": "bash start.sh && task npm:cov:upload" + }, + { + "label": "(npm:depcheck:dependencies): Remove unused dependencies", + "type": "shell", + "command": "bash start.sh && task npm:depcheck:dependencies" + }, + { + "label": "(npm:doc:html): Generate TypeDoc HTML documentation", + "type": "shell", + "command": "bash start.sh && task npm:doc:html" + }, + { + "label": "(npm:doc:json): Generate TypeDoc JSON documentation", + "type": "shell", + "command": "bash start.sh && task npm:doc:json" + }, + { + "label": "(npm:start): Run the application", + "type": "shell", + "command": "bash start.sh && task npm:start" + }, + { + "label": "(npm:start:inspect): Run the application in `watch` mode and open DevTools", + "type": "shell", + "command": "bash start.sh && task npm:start:inspect" + }, + { + "label": "(npm:start:prod): Run the application in `production` mode", + "type": "shell", + "command": "bash start.sh && task npm:start:prod" + }, + { + "label": "(npm:start:prod:inspect): Run the application in `production` and `watch` mode and open DevTools", + "type": "shell", + "command": "bash start.sh && task npm:start:prod:inspect" + }, + { + "label": "(npm:test): Run the unit tests for an NPM project", + "type": "shell", + "command": "bash start.sh && task npm:test" + }, + { + "label": "(npm:test:coverage): Generate code coverage assets", + "type": "shell", + "command": "bash start.sh && task npm:test:coverage" + }, + { + "label": "(npm:test:dashboard): Run and manage test cases from a web interface (powered by `majestic`)", + "type": "shell", + "command": "bash start.sh && task npm:test:dashboard" + }, + { + "label": "(npm:test:debug): Debug tests in `watch` mode", + "type": "shell", + "command": "bash start.sh && task npm:test:debug" + }, + { + "label": "(npm:test:inspect): Debug tests with DevTools in `watch` mode", + "type": "shell", + "command": "bash start.sh && task npm:test:inspect" + }, + { + "label": "(npm:typesync): Install missing type definitions", + "type": "shell", + "command": "bash start.sh && task npm:typesync" + }, + { + "label": "(packer:build): Build Packer images for all available platforms", + "type": "shell", + "command": "bash start.sh && task packer:build" + }, + { + "label": "(packer:build:kvm): Build a Packer image for KVM", + "type": "shell", + "command": "bash start.sh && task packer:build:kvm" + }, + { + "label": "(packer:build:parallels): Build a Packer image for Parallels", + "type": "shell", + "command": "bash start.sh && task packer:build:parallels" + }, + { + "label": "(packer:build:virtualbox): Build a Packer image for VirtualBox", + "type": "shell", + "command": "bash start.sh && task packer:build:virtualbox" + }, + { + "label": "(packer:build:vmware): Build a Packer image for VMWare", + "type": "shell", + "command": "bash start.sh && task packer:build:vmware" + }, + { + "label": "(packer:install:platforms): Install all available virtualization providers", + "type": "shell", + "command": "bash start.sh && task packer:install:platforms" + }, + { + "label": "(publish:android:beta): Publishes Android app to Firebase beta channel", + "type": "shell", + "command": "bash start.sh && task publish:android:beta" + }, + { + "label": "(publish:android:release): Publishes Android app to Google Play", + "type": "shell", + "command": "bash start.sh && task publish:android:release" + }, + { + "label": "(publish:app:beta): Publish a beta release of all the release targets", + "type": "shell", + "command": "bash start.sh && task publish:app:beta" + }, + { + "label": "(publish:app:release): Publish a production release of all the targets", + "type": "shell", + "command": "bash start.sh && task publish:app:release" + }, + { + "label": "(publish:brew:cask): Publishes a Homebrew Cask", + "type": "shell", + "command": "bash start.sh && task publish:brew:cask" + }, + { + "label": "(publish:brew:formula): Publishes a Homebrew Formulae", + "type": "shell", + "command": "bash start.sh && task publish:brew:formula" + }, + { + "label": "(publish:chrome:release): Publishes Chrome extension", + "type": "shell", + "command": "bash start.sh && task publish:chrome:release" + }, + { + "label": "(publish:force): Force a `semantic-release` even if there are no new eligible commits", + "type": "shell", + "command": "bash start.sh && task publish:force" + }, + { + "label": "(publish:ios:beta): Publishes iOS app to Firebase beta channel", + "type": "shell", + "command": "bash start.sh && task publish:ios:beta" + }, + { + "label": "(publish:ios:release): Publishes iOS app to iTunes", + "type": "shell", + "command": "bash start.sh && task publish:ios:release" + }, + { + "label": "(publish:opera:release): Publishes Opera extension", + "type": "shell", + "command": "bash start.sh && task publish:opera:release" + }, + { + "label": "(pull:upstream): Pull from upstream repositories", + "type": "shell", + "command": "bash start.sh && task pull:upstream" + }, + { + "label": "(python:build): Build the project", + "type": "shell", + "command": "bash start.sh && task python:build" + }, + { + "label": "(python:build:binary): Build standalone binary", + "type": "shell", + "command": "bash start.sh && task python:build:binary" + }, + { + "label": "(python:publish): Publish the project to PyPi.org", + "type": "shell", + "command": "bash start.sh && task python:publish" + }, + { + "label": "(python:requirementstxt): Generate the requirements.txt fallback file", + "type": "shell", + "command": "bash start.sh && task python:requirementstxt" + }, + { + "label": "(python:run): Runs the project by calling `run.py`", + "type": "shell", + "command": "bash start.sh && task python:run" + }, + { + "label": "(python:test): Runs tests with `pytest` after fixing and linting", + "type": "shell", + "command": "bash start.sh && task python:test" + }, + { + "label": "(reset:force): Aggressively reset the project (**WARNING** This will wipe uncommitted work)", + "type": "shell", + "command": "bash start.sh && task reset:force" + }, + { + "label": "(security:bandit): Check for Python code security issues", + "type": "shell", + "command": "bash start.sh && task security:bandit" + }, + { + "label": "(security:dockle): Analyze and lint the Docker container using Dockle", + "type": "shell", + "command": "bash start.sh && task security:dockle" + }, + { + "label": "(security:gitleaks): Scans repository (including git history) for possible leaked keys", + "type": "shell", + "command": "bash start.sh && task security:gitleaks" + }, + { + "label": "(security:grype): Scan container images and file systems for security issues using Grype", + "type": "shell", + "command": "bash start.sh && task security:grype" + }, + { + "label": "(security:private-keys): Scan for private keys", + "type": "shell", + "command": "bash start.sh && task security:private-keys" + }, + { + "label": "(security:snyk): Analyze the Docker container for security vulnerabilities with Snyk (requires login)", + "type": "shell", + "command": "bash start.sh && task security:snyk" + }, + { + "label": "(security:trivy): Analyze the Docker container for security vulnerabilities with Trivy", + "type": "shell", + "command": "bash start.sh && task security:trivy" + }, + { + "label": "(security:yubikey:prepare): Prepares an environment by provisioning all the required software / preliminary steps", + "type": "shell", + "command": "bash start.sh && task security:yubikey:prepare" + }, + { + "label": "(symlink:playbook): Symlink all the roles in the roles/ folder to ~/.ansible/roles", + "type": "shell", + "command": "bash start.sh && task symlink:playbook" + }, + { + "label": "(symlink:role): Symlink the current role to ~/.ansible/roles/.", + "type": "shell", + "command": "bash start.sh && task symlink:role" + }, + { + "label": "(tag:deps): Inject a new command in the `Taskfile.yml` that includes all tasks matching a given tag as deps", + "type": "shell", + "command": "bash start.sh && task tag:deps" + }, + { + "label": "(vagrant:up): Select which virtualization platform to run the image on using an interactive prompt", + "type": "shell", + "command": "bash start.sh && task vagrant:up" + } + ] +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..fe2c6501 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +MIT License + +Copyright (c) 2020-2021 Brian Zalewski, Megabyte LLC (https://megabyte.space) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +GitHub: https://github.com/megabyte-labs/hiawatha-dotfiles +GitLab: https://gitlab.com/megabyte-labs/hiawatha-dotfiles diff --git a/README.md b/README.md index 8b137891..5f05fce2 100644 --- a/README.md +++ b/README.md @@ -1 +1,115 @@ +
+
+ + Hiawatha Dotfiles logo + +
+
+
+

Hiawatha Dotfiles - The Spirit of GitHub

+

Maintained by Megabyte Labs

+
+ + +>

**A glorious combination of application settings, theme files, and a performant cross-platform, desktop-oriented software installer.**


+ + + +## Table of Contents + + * [Overview](#overview) + +- [}Hiawatha](#hiawatha) + - [Contributing](#contributing) + - [Affiliates](#affiliates) + - [License](#license) + + + +## Overview + +Hiawatha Dotfiles is a glorious combination of application settings, theme files, and a performant yet flexible software installer written with [ZX](https://github.com/google/zx). The installer supports almost any operating system, just checkout the [software.yml file](https://gitlab.com/megabyte-labs/hiawatha-dotfiles/-/blob/master/software.yml). It uses [Chezmoi](https://github.com/twpayne/chezmoi) to apply file changes in an interactive way. It is not your typical Chezmoi project - it is built around the philosophy that you should be able to bash all your computers to bits with a hammer and then resurrect them the next day ✝️️ by storing stateful data to an S3 bucket and automating desktop configuration as much as possible. + + + +# }Hiawatha + +This is a decked out dotfiles repository that leverages a handful of technologies including Chezmoi, Ansible, and ZX to provision computers. It is built to support Archlinux, Fedora, CentOS, Debian, Ubuntu, macOS, and Windows but you may see code that suggests other OSes will be supported as well. It includes themeing (most of the credit going to [Sweet](https://github.com/EliverLara/Sweet)) for KDE / GNOME / apps. + +To use these dotfiles and provision your computer with prompts (which can be made headless with environment variables): + +``` +bash <(curl -sSL https://install.doctor/start) +``` + +All the source files are located in ~/.local/share/chezmoi/home for the dotfiles and ~/.local/share/chezmoi/system for the system files. The roles / playbooks from [Gas Station](https://gitlab.com/megabyte-labs/gas-station) are occasionally used to fill in gaps. The software installation (which happens when you run Chezmoi or the link above) determines which package manager to use to install the software using [this software map](https://gitlab.com/megabyte-labs/misc/dotfiles/-/blob/master/.local/share/chezmoi/software.yml). + +Many of the dotfiles (and system files) are templated. Those ones you will have to look at ~/.local/share/chezmoi to take a peek at. The static files are at the root of this repository for easy viewing. + + + +## Contributing + +Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/megabyte-labs/hiawatha-dotfiles/issues). If you would like to contribute, please take a look at the [contributing guide](https://github.com/megabyte-labs/hiawatha-dotfiles/blob/master/docs/CONTRIBUTING.md). + +
+Sponsorship +
+
+
+Dear Awesome Person,

+I create open source projects out of love. Although I have a job, shelter, and as much fast food as I can handle, it would still be pretty cool to be appreciated by the community for something I have spent a lot of time and money on. Please consider sponsoring me! Who knows? Maybe I will be able to quit my job and publish open source full time. +

Sincerely,

+ +**_Brian Zalewski_**

+ +
+ + + Open Collective sponsors + + + GitHub sponsors + + + Patreon + + +### Affiliates + +Below you will find a list of services we leverage that offer special incentives for signing up for their services through our special links: + + + MailChimp + + + DigitalOcean Referral Badge + + +
+ + + +## License + +Copyright © 2020-2021 [Megabyte LLC](https://megabyte.space). This project is [MIT](https://gitlab.com/megabyte-labs/hiawatha-dotfiles/-/blob/master/LICENSE) licensed. diff --git a/Taskfile.yml b/Taskfile.yml index 859041bd..783c6664 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,5 +1,6 @@ --- version: '3' + includes: ansible: taskfile: ./.config/taskfiles/ansible/Taskfile.yml @@ -40,6 +41,12 @@ includes: cloud: taskfile: ./.config/taskfiles/cloud/Taskfile.yml optional: true + cloud:cloudflare: + taskfile: ./.config/taskfiles/cloud/Taskfile-cloudflare.yml + optional: true + cloud:dyno: + taskfile: ./.config/taskfiles/cloud/Taskfile-dyno.yml + optional: true cloud:heroku: taskfile: ./.config/taskfiles/cloud/Taskfile-heroku.yml optional: true @@ -175,6 +182,10 @@ includes: lint:prose: taskfile: ./.config/taskfiles/lint/Taskfile-prose.yml optional: true + localhost: + taskfile: ./../../Taskfile-localhost.yml + optional: true + log: optional: true taskfile: ./.config/taskfiles/log/Taskfile.yml @@ -304,13 +315,8 @@ includes: web:profile: taskfile: ./.config/taskfiles/web/Taskfile-profile.yml optional: true - cloud:cloudflare: - taskfile: ./.config/taskfiles/cloud/Taskfile-cloudflare.yml - optional: true - cloud:dyno: - taskfile: ./.config/taskfiles/cloud/Taskfile-dyno.yml - optional: true output: interleaved + vars: DOCKERHUB_PROFILE: sh: | @@ -363,7 +369,11 @@ vars: GROUP_EXEC_ASYNC: 'false' # yamllint disable rule:line-length IGNORE_FOLDERS: >- - -path './.autodoc/*' -o -path './.cache/*' -o -path './.common*' -o -path './.config/*' -o -path './.git/*' -o -path './.modules/*' -o -path './.npm/*' -o -path './.pnpm-store/*' -o -path './.shared/*' -o -path './.task/*' -o -path './.venv/*' -o -path './.vscode/*' -o -path './build/*' -o -path './dist/*' -o -path './node_modules/*' -o -path './roles/*' -o -name pnpm-lock.yaml -o -name package-lock.json -o -name poetry.lock -o -name '.variables.json' -o -name '.git' + -path './.autodoc/*' -o -path './.cache/*' -o -path './.common*' -o -path './.config/*' -o -path './.git/*' -o + -path './.modules/*' -o -path './.npm/*' -o + -path './.pnpm-store/*' -o -path './.shared/*' -o -path './.task/*' -o -path './.venv/*' -o -path './.vscode/*' -o + -path './build/*' -o -path './dist/*' -o -path './node_modules/*' -o -path './roles/*' -o -name pnpm-lock.yaml -o + -name package-lock.json -o -name poetry.lock -o -name '.variables.json' -o -name '.git' INIT_SCRIPT: https://gitlab.com/megabyte-labs/gitlab-ci/-/raw/master/scripts/update-init.sh LOG_FIX: sh: chmod +x .config/log @@ -395,13 +405,34 @@ vars: fi PYTHON_VIRTUALENV: true REPOSITORY_SUBTYPE: - sh: if type jq &> /dev/null && [ -f package.json ]; then VER="$(jq -r .blueprint.subgroup package.json)"; if [ "$VER" == null ]; then echo "$REPOSITORY_TYPE"; else echo "$VER"; fi; else echo "$REPOSITORY_TYPE"; fi + sh: | + if [ -n "$REPOSITORY_TYPE" ]; then REPO_SUBTYPE="$REPOSITORY_TYPE"; fi + if type jq &> /dev/null && [ -f package.json ]; then + VER="$(jq -r '.blueprint.subgroup' package.json)" + if [ "$VER" == 'null' ]; then + if [ -n "$REPO_SUBTYPE" ]; then echo "$REPO_SUBTYPE"; else echo "misc"; fi + else + echo "$VER" + fi + else + if [ -n "$REPO_SUBTYPE" ]; then echo "$REPO_SUBTYPE"; else echo "misc"; fi + fi REPOSITORY_TYPE: - sh: if type jq &> /dev/null && [ -f package.json ]; then VER="$(jq -r .blueprint.group package.json)"; if [ "$VER" == null ]; then echo "$GROUP_TYPE"; else echo "$VER"; fi; else echo "$GROUP_TYPE"; fi + sh: | + if [ -n "$GROUP_TYPE" ]; then REPO_TYPE="$GROUP_TYPE"; fi + if type jq &> /dev/null && [ -f package.json ]; then + VER="$(jq -r '.blueprint.group' package.json)" + if [ "$VER" == 'null' ]; then + if [ -n "$REPO_TYPE" ]; then echo "$REPO_TYPE"; else echo "misc"; fi + else + echo "$VER" + fi + else + if [ -n "$REPO_TYPE" ]; then echo "$REPO_TYPE"; else echo "misc"; fi + fi SEMANTIC_CONFIG: semantic-release-config TIMEZONE: America/New_York - includes: - common:start: ./.config/taskfiles/common/Taskfile-start.yml + env: GOPATH: sh: | @@ -434,6 +465,7 @@ env: fi VOLTA_HOME: sh: echo "$HOME/.volta" + profile: | if [[ "$OSTYPE" == 'linux-gnu'* ]] || [[ "$OSTYPE" == 'linux-musl'* ]]; then if [ -f /home/linuxbrew/.linuxbrew/bin/brew ] && ! type brew > /dev/null; then @@ -452,6 +484,7 @@ profile: | if [ -f .venv/bin/activate ]; then . .venv/bin/activate fi + tasks: build: deps: @@ -480,6 +513,7 @@ tasks: else [[ $- == *i* ]] && task prepare || (.config/log error '{{.NONINTERACTIVE_MISSING_BUILD_CMD}}' && exit 1) fi + clean: desc: Removes optional folders that are cached during various tasks summary: | @@ -490,11 +524,13 @@ tasks: which will re-generate the project from scratch. Ideally, this task and the reset task should never be necessary. The `start` task should be used instead. vars: - CLEAN_TARGETS: .autodoc .cache .task .venv node_modules tsconfig.tsbuildinfo venv .variables.json + CLEAN_TARGETS: .autodoc .cache .task .venv node_modules tsconfig.tsbuildinfo venv + .variables.json cmds: - task: common:clean vars: CLEAN_TARGETS: '{{.CLEAN_TARGETS}}' + commit: desc: Lint staged files, report spelling errors, and open a _required_ commit dialoge summary: | @@ -511,6 +547,7 @@ tasks: to your regular `git commit -m` command to bypass the pre-commit hook. cmds: - task: common:commit + commit:all: deps: - install:software:git @@ -548,6 +585,7 @@ tasks: git add --all git commit {{end}} + commit:quick: deps: - ci:commit:config @@ -555,13 +593,16 @@ tasks: - | task --list > /dev/null || (echo "ERROR: Invalid Taskfiles!" && exit 1) git add --all - - "HUSKY=0 git commit -m '\U0001F527 chore(tweak)": quick minor update' --no-verify + - HUSKY=0 git commit -m '🔧 chore(tweak): quick minor update' --no-verify - git push origin master + devcontainer: deps: - install:npm:devcontainer - install:software:docker + donothing: 'true' + fix: desc: Run code auto-fixers / auto-formatters summary: | @@ -572,6 +613,7 @@ tasks: an error so the auto-fixes still have to be validated. cmds: - task: fix:all + fresh: summary: Initialize a new project with only the Taskfile.yml present cmds: @@ -583,6 +625,7 @@ tasks: - TMP="$(mktemp)" && jq -r 'del(.blueprint)' package.json > "$TMP" && mv "$TMP" package.json - bash start.sh - task: prepare + get:links: deps: - install:software:jq @@ -595,6 +638,7 @@ tasks: cmds: - .config/log info 'GitHub -----> `{{.GITHUB_URL}}`' - .config/log info 'GitLab -----> `{{.GITLAB_URL}}`' + group:exec: desc: Execute group commands on any GitLab group (including repositories in sub-groups) summary: | @@ -615,6 +659,7 @@ tasks: Be sure to wrap the command in quotes or you might observe some odd behavior. cmds: - task: git:gitlab:group:exec + init: deps: - install:software:jq @@ -647,10 +692,12 @@ tasks: - git init - task: repair - task: prepare + jumpusb: desc: Creates a JumpUSB (https://jumpusb.com) cmds: - task: install:ventoy + lint: desc: Lints the project using all linters summary: | @@ -664,6 +711,7 @@ tasks: `task lint` cmds: - task: lint:all + livereload: deps: - install:npm:nodemon @@ -703,10 +751,12 @@ tasks: .config/log error '`Taskfile-project.yml` must exist and have a `livereload` task to use with `nodemon`' && exit 1 fi - nodemon --config {{if .CLI_ARGS}}{{.CLI_ARGS}}{{else}}.config/nodemon.json{{end}} + new:project: desc: Create a new project cmds: - task: prepare + preload: desc: Set up your workstation in advance by installing commonly used programs summary: | @@ -749,6 +799,7 @@ tasks: - task: install:pipx:bundle - task: install:python:requirements - task: install:modules:local + prepare: desc: Prepares the project for the normal start command summary: | @@ -765,6 +816,7 @@ tasks: cmds: - task: boilerplate:check:package - task: boilerplate:clean + publish: desc: Publish a semantic release via `semantic-release` summary: | @@ -812,6 +864,7 @@ tasks: success: Successfully ran `semantic-release` via `task publish` cmds: - task: publish:semantic-release + publish:force: desc: Force a `semantic-release` even if there are no new eligible commits summary: | @@ -837,8 +890,10 @@ tasks: start: Publishing `semantic-release` update via `task publish:force` success: Successfully published update via `task publish:force` cmds: - - "HUSKY=0 git commit -a --allow-empty -m '\U0001F528 chore(bump): Forced semantic-release {{.UPDATE_LEVEL}}' -n\n" + - | + HUSKY=0 git commit -a --allow-empty -m '🔨 chore(bump): Forced semantic-release {{.UPDATE_LEVEL}}' -n - task: publish + pull:upstream: desc: Pull from upstream repositories summary: | @@ -855,6 +910,7 @@ tasks: success: Successfully pulled from `upstreamRemotes` cmds: - task: common:update:upstream:remotes:pull + repair: cmds: - task: common:repair @@ -865,6 +921,7 @@ tasks: else curl -sSL {{.INIT_SCRIPT}} > "$TMP" && bash "$TMP" && rm "$TMP" fi + reset: desc: Resets the project by removing all caches and then re-generating templated files summary: | @@ -876,6 +933,7 @@ tasks: updates, it re-generates any templated files. cmds: - task: common:reset + reset:force: desc: 'Aggressively reset the project (**WARNING** This will wipe uncommitted work)' summary: | @@ -894,6 +952,7 @@ tasks: answer: cmds: - task: common:reset:force + scripts: interactive: true deps: @@ -911,6 +970,7 @@ tasks: start: Running `NTL_RUNNER={{.NPM_PROGRAM}} ntl` cmds: - NTL_RUNNER={{.NPM_PROGRAM}} ntl + services: desc: Update elements of the repository that require API access summary: | @@ -923,6 +983,7 @@ tasks: - task: common:update:services status: - '[ -n "$GITLAB_CI" ] && [ "$REPOSITORY_UPDATE" != "true" ]' + shell: desc: Start a terminal session using Docker with any Linux operating system compile: | @@ -956,11 +1017,13 @@ tasks: * ubuntu-21.04 cmds: - task: common:shell + ssh-keys: deps: - cloud:heroku:ssh-keys - git:github:ssh-keys - git:gitlab:ssh-keys + start: desc: Start the project by installing / updating dependencies, repairing issues, and opening a tutorial summary: | @@ -983,7 +1046,8 @@ tasks: start: Starting the project.. success: Project started! cmds: - - task: upstream:project + - task: common:start + synchronize: desc: Set up the project and refresh it with the latest changes summary: | @@ -1004,6 +1068,7 @@ tasks: success: Successfully synchronized the project with upstream file changes and also bootstrapped the project cmds: - task: upstream:{{.PROJECT_TYPE}} + tag:deps: desc: Inject a new command in the `Taskfile.yml` that includes all tasks matching a given tag as deps summary: | @@ -1032,6 +1097,7 @@ tasks: ``` cmds: - task: common:util:task:tag:deps + template: deps: - install:npm:liquidjs @@ -1053,6 +1119,7 @@ tasks: preconditions: - sh: test -f .variables.json msg: This task requires that you have already spun up the project by running `task start` + test: deps: - install:software:jq @@ -1073,6 +1140,7 @@ tasks: else [[ $- == *i* ]] && task prepare || (.config/log error '{{.NONINTERACTIVE_MISSING_TEST_CMD}}' && exit 1) fi + update: desc: Fully update the repository summary: | @@ -1099,7 +1167,9 @@ tasks: cmds: - task: common:start env: - UPDATE_PROJECT: "true" + UPDATE_PROJECT: 'true' + - task: common:update:finish + yubikey: desc: Create an OpenGPG-enabled YubiKey summary: | diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md new file mode 100644 index 00000000..85584110 --- /dev/null +++ b/docs/CONTRIBUTING.md @@ -0,0 +1,272 @@ +
+

Contributing Guide

+
+ +First of all, thanks for visiting this page 😊 ❤️ ! We are _stoked_ that you may be considering contributing to this project. You should read this guide if you are considering creating a pull request or plan to modify the code for your own purposes. + + + +## Table of Contents + +- [Code of Conduct](#code-of-conduct) +- [Overview](#overview) + - [List Build Tool Commands](#list-build-tool-commands) + - [Dotfiles](#dotfiles) +- [Architecture](#architecture) +- [Preferred Libraries](#preferred-libraries) + - [Logger](#logger) + - [CLI / Help Menu](#cli--help-menu) + - [Interactive CLI Prompts](#interactive-cli-prompts) + - [Data Model Validation](#data-model-validation) + - [Update Notifier](#update-notifier) + - [Environment Variables](#environment-variables) +- [ESLint](#eslint) + - [Disabling ESLint Features](#disabling-eslint-features) +- [Testing](#testing) + - [Using `npm link`](#using-npm-link) +- [Pull Requests](#pull-requests) + - [How to Commit Code](#how-to-commit-code) + - [Pre-Commit Hook](#pre-commit-hook) +- [Style Guides](#style-guides) + - [Recommended Style Guides](#recommended-style-guides) + - [Strict Linting](#strict-linting) +- [Contributors](#contributors) + + + +## Code of Conduct + +This project and everyone participating in it is governed by the [Code of Conduct](https://github.com/megabyte-labs/hiawatha-dotfiles/blob/master/docs/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [help@megabyte.space](mailto:help@megabyte.space). + + + +## Overview + +This repository uses a customized starting template that is inspired by the [TypeScript Starter](https://github.com/bitjson/typescript-starter) project on GitHub. It includes many different build tools and files meant to improve team efficiency. All of the code and assets are stored in the `src/` folder. All of our NPM packages should follow the same format and use the same design patterns so it is important to check out a few of [our NPM repositories](https://gitlab.com/megabyte-labs/npm) before diving into the code. Our [Buildr](repository.project.buildr) project is a great example of what we are looking for. + +After you clone this repository, you can get started by running `npm i` (with [Node.js >9](repository.project.node) installed). This will install the dependencies as well as perform a few maintenance tasks such as synchronizing the common development-related dotfiles and re-generating the documentation. + +### List Build Tool Commands + +After you run `npm i`, you can view the available pre-defined build tool commands by running `npm run info`. A chart will be displayed in your terminal that looks something like this: + +``` +❯ npm run info + +> @mblabs/hiawatha-dotfiles@1.0.4 info +> npm-scripts-info + +build: + Clean and rebuild the project +commit: + Automatically fix errors and guides you through the commit process +cov: + Rebuild, run tests, then create and open the coverage report +doc:json: + Generate API documentation in typedoc JSON format +doc: + Generate HTML API documentation and open it in a browser +fix: + Try to automatically fix any linting problems +info: + Display information about the package scripts +prepare-release: + One-step: clean, build, test, publish docs, and prep a release +reset: + Delete all untracked files and reset the repo to the last commit +test: + Lint and unit test the project +version: + Bump package.json version, update CHANGELOG.md, tag release +watch: + Watch and rebuild the project on save, then rerun relevant tests +``` + +You should then realize that you can build the project by running `npm run build` or test the project by running `npm run test`. + +### Dotfiles + +As you may have noticed, this project contains many files in the root directory. Many of these files are dotfiles. These files are intended to help our team of developers create code that is consistent and also compliant with industry best practices. Most of the dotfiles (and dot-folders) are synchronized across all of [our NPM packages](https://gitlab.com/megabyte-labs/npm). This means that any changes you make to the dotfiles will eventually be over-written. If you need to make a change to any of the dotfiles, you will have to open a pull request against our [common NPM files repository](https://gitlab.com/megabyte-labs/common/npm). Bear in mind that any changes you make to the common NPM files will be propagated to all of our NPM repositories. + + + +## Architecture + +For the most part, when working on one of our NPM packages, all of the code should be placed in the `src/` folder. Usually, at the minimum, the `src/` folder will contain: + +- **`app.ts`** - This is the main starting file for the project. This is the file that should house the main logic and any bootstrapping that needs to be done. +- **`cli.ts`** - Entry point for CLI commands. If the project supports CLI commands, then you should handle the logic for the CLI and help menu in this file. +- **`index.ts`** - Entry point to the package for other packages that are including it as a dependency. This is where you would export methods that you want to expose publicly. + +We adhere to strict design-patterns across all of our NPM packages. In order for you to get a feel for what we are looking for, you should browse through our [`Buildr`](repository.project.buildr) project's files. After browsing through the Buildr project's source code, you will notice that we include other files/folders in the `src/` folder: + +- `constants/` - This folder houses all the constant variables used in the project. The constants are generally seperated out into different files based on where they are being used in the application. +- `lib/` - This folder contains all the pieces of the app that would generally be utilized by the `app.ts` file. +- `models/` - This folder contains all of the data models that are used. Data models are important to use especially in larger projects because they provide type definitions and also open the door to data validation which is touched on in the [Preferred Libraries](#preferred-libraries) section. +- `tsconfig.json` - This file is included to address a Visual Studio Code bug that occurs if you open the `src/` directory and not the root folder + +When building a new project, try to follow the same design patterns that are used by the [`Buildr`](repository.project.buildr) project. In most cases, all of the aforementioned files and folders should be part of the project. + + + +## Preferred Libraries + +A lot of research has gone into determining what the best tool is for each common task that gets performed. These tasks can range from generating a CLI help menu to validating user inputs. You can browse through the dependencies in the `package.json` file of our [NPM package starting template](https://gitlab.com/megabyte-labs/templates/npm) to get a better idea of what we prefer. + +### Logger + +If you browsed through the `package.json` file mentioned above, you will see that we are including `pino` and `pino-pretty` as dependencies. Both should be used to handle all logging. There should be no `console.log` commands in the project. Instead, all of the logging should be handled by a Logger class. You can see an [example provided by the Buildr project here](https://gitlab.com/megabyte-labs/npm/buildr/-/blob/master/src/lib/log.ts). When creating a Logger class, feel free to copy and paste from the linked Buildr Logger class file. + +### CLI / Help Menu + +[Commander.js](https://www.npmjs.com/package/commander) is the leading solution for handling CLI commands and generating terminal help menus. The library is included in the aforementioned starting template and should be used in any project that includes CLI command capabilities or CLI help menus. Using this library is not a hard requirement but any deviations from it should be approved by the project's maintainer. + +### Interactive CLI Prompts + +[Inquirer.js](https://www.npmjs.com/package/inquirer) is our preferred library for providing enhanced CLI prompts. You might choose to use this library if part of the app includes prompting the user for different values. Browsing through the capabilities of Inquirer.js using the link provided is highly encouraged. If you are not utilizing this dependency then it should be removed from the `package.json`. The same goes for any package that is unused - if it is not being used then throw it out! + +### Data Model Validation + +One feature we like to include in all of our projects that rely on any input parameters is data validation. For instance, if one of the parameters that is passed in is supposed to be a FQDN and the user passes in a string that does not match the RegEx of a FQDN, then the user should be notified with a simple, well-formatted error message (which is generated by `pino`). We accomplish this by leveraging the [`class-validator`](https://www.npmjs.com/package/class-validator) library. There are tons of examples provided on their page and we highly encourage you to get comfortable using the library by checking out the link. + +In order to utilize `class-validator`, you have to assign all input data to a model. The model is then set up to use `class-validator` decorators on each attribute. With the data model populated, you can use the `class-validator` library to validate the input. Take the following as an example: + +``` +import { validate, IsInt, IsFQDN, Min, Max } from 'class-validator'; + +export class Post { + @IsInt() // This is a decorator + @Min(0) + @Max(10) + rating: number; + + @IsFQDN() + site: string; +} + +let post = new Post(); +post.rating = 11; // Should not pass validation +post.site = 'googlecom'; // Should not pass validation + +validate(post).then(errors => { + // errors is an array of validation errors + if (errors.length > 0) { + console.log('validation failed. errors: ', errors); + } else { + console.log('validation succeed'); + } +}); +``` + +Using the library above can provide real value to our users. By validating the data before running any business logic, we can save the user time by taking out the guess work required for debugging. Please note that in practice, the `Post` model/class would be seperated into a file stored in `src/models/post.model.ts`. + +**All data inputs should utilize this form of validation.** If the `class-validator` project does not provide a decorator that can properly validate the input data then you can extend the library by creating a custom validation decorator. There is an [example of how to create a custom validator in the Buildr project](https://gitlab.com/megabyte-labs/npm/buildr/-/blob/master/src/lib/validators/is-true.validator.ts). + +### Update Notifier + +As a feature meant to make our packages stand out from the crowd, we prefer that you incorporate [`update-notifier`](https://www.npmjs.com/package/update-notifier) in the project to notify users of any updates to the NPM package. + +### Environment Variables + +In some cases, a package might rely on sensitive data that should not be included in git repositories. In this case, you may choose to utilize environment variables. If that is the case, then please include support for [dotenv](https://www.npmjs.com/package/dotenv) which allows users to load environment variables by defining a `.env` file. The users can then add `.env` to their `.gitignore` file to keep the `.env` file out of their project's repository. + + + +## ESLint + +In the root of this project, you will see a file titled `.eslintrc`. This file controls how [ESLint](https://eslint.org/) works. As mentioned in the [Overview](#overview), our `.eslintrc` file is shared across all of [our NPM packages](https://gitlab.com/megabyte-labs/npm). If you make changes to the `.eslintrc` file then they will be overwritten. Instead, if you absolutely need to change the `.eslintrc` file's definitions, then you should open up a pull request against the repository that houses all of the [common NPM package files](https://gitlab.com/megabyte-labs/common/npm). + +### Disabling ESLint Features + +Instead of changing the `.eslintrc` file, we prefer that you instruct ESLint to disable checks for a specific rule on a specific line. For example, if you want to disable the `no-console` rule for one line of code, then you could accomplish this by modifying the code to follow the format below: + +``` +/* eslint-disable no-console */ +console.log('foo'); +/* eslint-enable no-console */ +``` + +The above method is preferred over disabling all ESLint features. For example, we prefer that you never disable all checks on a line like this: + +``` +/* eslint-disable */ +console.log('bar'); +/* eslint-enable */ +``` + +It is important that you include the second `/* eslint-enable */` line so that ESLint does not remain disabled for the rest of the file. Do not do this but, for your information, you can disable ESLint for an entire file by placing `/* eslint-disable */` at the top of the file. + +**You should fix the lint error instead of using `/* eslint-disable */` whenever possible.** + +For more details, see the [official ESLint docs](https://eslint.org/docs/2.13.1/user-guide/configuring#disabling-rules-with-inline-comments). + + + +## Testing + +For each feature in an NPM package, some basic unit tests should be added. Although it may seem trivial for a new project, the unit tests can be helpful for spotting regressions when the project grows or when it is refactored years down the line. You can check out some examples of unit tests by checking out the `*.spec.ts` files listed on [this TypeScript Starter page](https://github.com/bitjson/typescript-starter/tree/master/src/lib). + +### Using `npm link` + +If you are creating a CLI, it is possible to install the module for testing before you publish the module to npm. After running `npm i && npm run build`, you can then run `npm link` in the root of the project. You can then access the app from its' shortcut defined in `package.json` under the `"bin"` value. + +Take the following as an example: + +**package.json** + +``` +{ + "name": "@megabytelabs/myapp", + "bin": { + "myclicommand": "bin/cli" + }, +} +``` + +Running `npm link` with the `package.json` configuration listed above will install the app so that it is accessible by running `myclicommand`. + + + +## Pull Requests + +All pull requests should be associated with issues. You can find the [issues board on GitLab](https://gitlab.com/megabyte-labs/docker/hiawatha-dotfiles/-/issues). The pull requests should be made to [the GitLab repository](https://gitlab.com/megabyte-labs/docker/hiawatha-dotfiles) instead of the [GitHub repository](ProfessorManhattan/npm-hiawatha-dotfiles). This is because we use GitLab as our primary repository and mirror the changes to GitHub for the community. + +### How to Commit Code + +Instead of using `git commit`, we prefer that you use `npm run commit`. You will understand why when you try it but basically it streamlines the commit process and helps us generate better CHANGELOG files. + +### Pre-Commit Hook + +Even if you decide not to use `npm run commit`, you will see that `git commit` behaves differently because there is a pre-commit hook that installs automatically after you run `npm i`. This pre-commit hook is there to test your code before committing and help you become a better coder. If you need to bypass the pre-commit hook, then you may add the `--no-verify` tag at the end of your `git commit` command (e.g. `git commit -m "Commit" --no-verify`). + + + +## Style Guides + +All code projects have their own style. Coding style will vary from coder to coder. Although we do not have a strict style guide for each project, we do require that you be well-versed in what coding style is most acceptable and _best_. To do this, you should read through style guides that are made available by organizations that have put a lot of effort into studying the reason for coding one way or another. + +### Recommended Style Guides + +Style guides are generally written for a specific language but a great place to start learning about the best coding practices is on [Google Style Guides](https://google.github.io/styleguide/). Follow the link and you will see style guides for most popular languages. We also recommend that you look through the following style guides, depending on what language you are coding with: + +- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) +- [Angular Style Guide](https://angular.io/guide/styleguide) +- [Effective Go](https://go.dev/doc/effective_go) +- [PEP 8 Python Style Guide](https://www.python.org/dev/peps/pep-0008/) +- [Git Style Guide](https://github.com/agis/git-style-guide) + +For more informative links, refer to the [GitHub Awesome Guidelines List](https://github.com/Kristories/awesome-guidelines). + +### Strict Linting + +One way we enforce code style is by including the best standard linters into our projects. We normally keep the settings pretty strict. Although it may seem pointless and annoying at first, these linters will make you a better coder since you will learn to adapt your style to the style of the group of people who spent countless hours creating the linter in the first place. + +{{ load:.config/docs/common/contributing/troubleshooting.md }} + + + +## Contributors + +Thank you so much to our contributors! + +contributors_list diff --git a/home/dot_local/Taskfile-local.yml b/home/dot_local/Taskfile-local.yml index 1e3fee80..c1a32b91 100644 --- a/home/dot_local/Taskfile-local.yml +++ b/home/dot_local/Taskfile-local.yml @@ -7,7 +7,6 @@ version: '3' # `task local:default` for example. You must keep all the tasks in this file without including other files # because the main Taskfile.yml is a symlinked one. Anyway, try `task local:default`. tasks: - default: echo "Get started on https://taskfile.dev" bitwarden: cmds: - | @@ -67,6 +66,7 @@ tasks: cmds: - tar -czpf ~/brave-profile.tar.gz {{.BrowserProfile}} + default: echo "Get started on https://taskfile.dev" font-test: cmds: - | @@ -98,6 +98,20 @@ tasks: run localhost:provision:prompt fi + provision:dev: + deps: + - :install:software:bundle + - provision:terminal + cmds: + - brew bundle --file "$HOME/.local/Brewfile.dev" + + provision:full: + deps: + - :install:software:bundle + - provision:dev + cmds: + - brew bundle --file "$HOME/.local/Brewfile.full" + provision:prompt: deps: - :install:software:gum @@ -116,20 +130,6 @@ tasks: run localhost:provision:full fi - provision:dev: - deps: - - :install:software:bundle - - provision:terminal - cmds: - - brew bundle --file "$HOME/.local/Brewfile.dev" - - provision:full: - deps: - - :install:software:bundle - - provision:dev - cmds: - - brew bundle --file "$HOME/.local/Brewfile.full" - provision:terminal: deps: - :install:software:bundle diff --git a/home/private_dot_config/alacritty/alacritty.yml b/home/private_dot_config/alacritty/alacritty.yml index 5cc1d69c..02cf2489 100644 --- a/home/private_dot_config/alacritty/alacritty.yml +++ b/home/private_dot_config/alacritty/alacritty.yml @@ -3,86 +3,86 @@ schemes: themer-dark: &dark primary: - background: "#161925" - foreground: "#aaaeb8" + background: '#161925' + foreground: '#aaaeb8' cursor: - text: "#161925" - cursor: "#c3c7d1" + text: '#161925' + cursor: '#c3c7d1' selection: - text: "#161925" - background: "#7cb7ff" + text: '#161925' + background: '#7cb7ff' normal: - black: "#474b56" - red: "#ed254e" - green: "#71f79f" - yellow: "#f9dc5c" - blue: "#7cb7ff" - magenta: "#c74d89" - cyan: "#00c1e4" - white: "#aaaeb8" + black: '#474b56' + red: '#ed254e' + green: '#71f79f' + yellow: '#f9dc5c' + blue: '#7cb7ff' + magenta: '#c74d89' + cyan: '#00c1e4' + white: '#aaaeb8' bright: - black: "#60646f" - red: "#E54568" - green: "#81EDA9" - yellow: "#EED873" - blue: "#8ABAF6" - magenta: "#C66597" - cyan: "#27C2E0" - white: "#c3c7d1" + black: '#60646f' + red: '#E54568' + green: '#81EDA9' + yellow: '#EED873' + blue: '#8ABAF6' + magenta: '#C66597' + cyan: '#27C2E0' + white: '#c3c7d1' dim: - black: "#2f323e" - red: "#C22346" - green: "#5FCB87" - yellow: "#CCB551" - blue: "#6897D3" - magenta: "#A44375" - cyan: "#049FBE" - white: "#9295a0" + black: '#2f323e' + red: '#C22346' + green: '#5FCB87' + yellow: '#CCB551' + blue: '#6897D3' + magenta: '#A44375' + cyan: '#049FBE' + white: '#9295a0' themer-light: &light primary: - background: "#ffffff" - foreground: "#666970" + background: '#ffffff' + foreground: '#666970' cursor: - text: "#ffffff" - cursor: "#4c5058" + text: '#ffffff' + cursor: '#4c5058' selection: - text: "#ffffff" - background: "#a0dbff" + text: '#ffffff' + background: '#a0dbff' normal: - black: "#666970" - red: "#ff4972" - green: "#95ffc3" - yellow: "#ffff80" - blue: "#a0dbff" - magenta: "#eb71ad" - cyan: "#24e5ff" - white: "#cccdcf" + black: '#666970' + red: '#ff4972' + green: '#95ffc3' + yellow: '#ffff80' + blue: '#a0dbff' + magenta: '#eb71ad' + cyan: '#24e5ff' + white: '#cccdcf' bright: - black: "#7f8288" - red: "#FF6D8E" - green: "#AAFFCF" - yellow: "#FFFF99" - blue: "#B3E2FF" - magenta: "#EF8DBD" - cyan: "#50EAFF" - white: "#e5e6e7" + black: '#7f8288' + red: '#FF6D8E' + green: '#AAFFCF' + yellow: '#FFFF99' + blue: '#B3E2FF' + magenta: '#EF8DBD' + cyan: '#50EAFF' + white: '#e5e6e7' dim: - black: "#4c5058" - red: "#DB4A6D" - green: "#86DCAE" - yellow: "#DBDC78" - blue: "#8FBFDE" - magenta: "#CB6A9C" - cyan: "#2CC7DE" - white: "#b2b4b7" + black: '#4c5058' + red: '#DB4A6D' + green: '#86DCAE' + yellow: '#DBDC78' + blue: '#8FBFDE' + magenta: '#CB6A9C' + cyan: '#2CC7DE' + white: '#b2b4b7' diff --git a/home/private_dot_config/k9s/plugin.yml b/home/private_dot_config/k9s/plugin.yml index 32185fa6..7416e204 100644 --- a/home/private_dot_config/k9s/plugin.yml +++ b/home/private_dot_config/k9s/plugin.yml @@ -3,7 +3,7 @@ plugin: dive: shortCut: d confirm: false - description: "Dive image" + description: Dive image scopes: - containers command: dive @@ -21,11 +21,11 @@ plugin: background: false args: - -c - - "kubectl get-all -n $NAMESPACE | less" + - 'kubectl get-all -n $NAMESPACE | less' edit-secret: shortCut: Ctrl-X confirm: false - description: "Edit Decoded Secret" + description: Edit Decoded Secret scopes: - secrets command: kubectl @@ -41,7 +41,7 @@ plugin: stern: shortCut: Ctrl-L confirm: false - description: "Logs " + description: Logs scopes: - pods command: stern @@ -67,4 +67,4 @@ plugin: background: false args: - -c - - "watch -n 5 kubectl get events --context $CONTEXT --namespace $NAMESPACE --field-selector involvedObject.name=$NAME" + - watch -n 5 kubectl get events --context $CONTEXT --namespace $NAMESPACE --field-selector involvedObject.name=$NAME diff --git a/home/private_dot_config/oh-my-posh/Betelgeuse-minimal.omp.json b/home/private_dot_config/oh-my-posh/Betelgeuse-minimal.omp.json index 3926e60b..7ce6d08d 100644 --- a/home/private_dot_config/oh-my-posh/Betelgeuse-minimal.omp.json +++ b/home/private_dot_config/oh-my-posh/Betelgeuse-minimal.omp.json @@ -1,23 +1,20 @@ { "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", - "console_title_template": "{{if .Segments.Git.RepoName}} {{.Segments.Git.RepoName}} {{else}} {{.Folder}} {{end}}", "blocks": [ { - "type": "prompt", "alignment": "left", "newline": true, "segments": [ { - "type": "session", "foreground": "#757575", "properties": { "display_host": true }, "style": "plain", - "template": "\u250c {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}@{{ .HostName }} " + "template": "\u250c {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}@{{ .HostName }} ", + "type": "session" }, { - "type": "path", "background": "#91ddff", "foreground": "#100e23", "powerline_symbol": "\ue0b0", @@ -25,13 +22,10 @@ "style": "agnoster_full" }, "style": "powerline", - "template": " {{ .Path }} " + "template": " {{ .Path }} ", + "type": "path" }, { - "type": "git", - "style": "powerline", - "powerline_symbol": "\ue0b0", - "foreground": "#100e23", "background": "#95ffa4", "background_templates": [ "{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}", @@ -39,7 +33,8 @@ "{{ if gt .Ahead 0 }}#89d1dc{{ end }}", "{{ if gt .Behind 0 }}#c5b6ad{{ end }}" ], - "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} \u2502{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }} ", + "foreground": "#100e23", + "powerline_symbol": "\ue0b0", "properties": { "branch_ahead_icon": "\u2191", "branch_behind_icon": "\u2193", @@ -57,55 +52,60 @@ "untracked_modes": { "/Users/user/Projects/oh-my-posh/": "no" } - } + }, + "style": "powerline", + "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} \u2502{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }} ", + "type": "git" }, { - "type": "terraform", "background": "#ffee58", "foreground": "#100e23", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " {{ .WorkspaceName }}{{ if .Version }} {{ .Version }}{{ end }} " + "template": " {{ .WorkspaceName }}{{ if .Version }} {{ .Version }}{{ end }} ", + "type": "terraform" }, { - "type": "exit", "background": "#ff8080", "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " {{ if gt .Code 0 }}error{{ else }}\uf42e{{ end }} " + "template": " {{ if gt .Code 0 }}error{{ else }}\uf42e{{ end }} ", + "type": "exit" }, { - "type": "time", "foreground": "#689f38", "properties": { "time_format": "15:04:05" }, "style": "plain", - "template": " <#757575,>| {{ .CurrentDate | date .Format }}" + "template": " <#757575,>| {{ .CurrentDate | date .Format }}", + "type": "time" } - ] + ], + "type": "prompt" }, { - "type": "prompt", "alignment": "left", "newline": true, "segments": [ { - "type": "text", "foreground": "#757575", "style": "plain", - "template": "\u2514" + "template": "\u2514", + "type": "text" }, { - "type": "text", "foreground": "#ffffff", "style": "plain", - "template": "$" + "template": "$", + "type": "text" } - ] + ], + "type": "prompt" } ], + "console_title_template": "{{if .Segments.Git.RepoName}} {{.Segments.Git.RepoName}} {{else}} {{.Folder}} {{end}}", "final_space": true, "version": 2 } diff --git a/home/private_dot_config/oh-my-posh/Betelgeuse.omp.json b/home/private_dot_config/oh-my-posh/Betelgeuse.omp.json index 72555fa0..1513e4df 100644 --- a/home/private_dot_config/oh-my-posh/Betelgeuse.omp.json +++ b/home/private_dot_config/oh-my-posh/Betelgeuse.omp.json @@ -18,9 +18,9 @@ "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "properties": { - "home_icon": "\uf46d", - "folder_separator_icon": " \ue0b1 ", "folder_icon": "\uf115", + "folder_separator_icon": " \ue0b1 ", + "home_icon": "\uf46d", "style": "agnoster" }, "style": "powerline", @@ -86,10 +86,8 @@ }, { "background": "#2e9599", + "background_templates": ["{{ if gt .Code 0 }}#D51111{{ end }}"], "foreground": "#fff", - "background_templates": [ - "{{ if gt .Code 0 }}#D51111{{ end }}" - ], "leading_diamond": "\ue0b6", "properties": { "time_format": "_2, 15:04:05" @@ -108,9 +106,7 @@ "segments": [ { "foreground": "#FFF", - "foreground_templates": [ - "{{ if gt .Code 0 }}#D51111{{ end }}" - ], + "foreground_templates": ["{{ if gt .Code 0 }}#D51111{{ end }}"], "style": "plain", "template": " \uf0a4 ", "type": "text" diff --git a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/package.json b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/package.json index 1807045a..4ef5c136 100644 --- a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/package.json +++ b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/package.json @@ -1,16 +1,13 @@ { "name": "betelgeuse-vscode", - "displayName": "Betelgeuse VS Code Theme", - "description": "Betelgeuse theme generated by Themer.dev", "version": "2.4.0", - "publisher": "Megabyte Labs", + "description": "Betelgeuse theme generated by Themer.dev", "engines": { "vscode": "^1.14.0" }, "categories": [ "Themes" ], - "icon": "icon.svg", "contributes": { "themes": [ { @@ -24,5 +21,8 @@ "path": "themes/themer-light-color-theme.json" } ] - } + }, + "displayName": "Betelgeuse VS Code Theme", + "icon": "icon.svg", + "publisher": "Megabyte Labs" } diff --git a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json index 3792f2d2..be1c775f 100644 --- a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json +++ b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-dark-color-theme.json @@ -1,13 +1,148 @@ { - "name": "Betelgeuse Dark", - "type": "dark", "colors": { + "activityBar.activeBackground": "#2f323e33", + "activityBar.activeBorder": "#aaaeb8", + "activityBar.activeFocusBorder": "#c3c7d1", + "activityBar.background": "#161925", + "activityBar.border": "#161925", + "activityBar.dropBorder": "#7cb7ff", + "activityBar.foreground": "#9295a0", + "activityBar.inactiveForeground": "#797c87", + "activityBarBadge.background": "#c3c7d1", + "activityBarBadge.foreground": "#161925", + "badge.background": "#c3c7d1", + "badge.foreground": "#161925", + "breadcrumb.activeSelectionForeground": "#c3c7d1", + "breadcrumb.background": "#161925", + "breadcrumb.focusForeground": "#aaaeb8", + "breadcrumb.foreground": "#9295a0", + "breadcrumbPicker.background": "#161925", + "button.background": "#7cb7ff", + "button.foreground": "#161925", + "button.hoverBackground": "#00c1e4", + "button.secondaryBackground": "#aaaeb8", + "button.secondaryForeground": "#161925", + "button.secondaryHoverBackground": "#9295a0", + "charts.blue": "#7cb7ff", + "charts.foreground": "#aaaeb8", + "charts.green": "#71f79f", + "charts.lines": "#60646f", + "charts.orange": "#dcdfe4", + "charts.purple": "#c3c7d1", + "charts.red": "#ed254e", + "charts.yellow": "#f9dc5c", + "checkbox.background": "#7cb7ff", + "checkbox.border": "#2f323e", + "checkbox.foreground": "#161925", + "debugConsole.errorForeground": "#ed254e", + "debugConsole.infoForeground": "#7cb7ff", + "debugConsole.sourceForeground": "#c3c7d1", + "debugConsole.warningForeground": "#dcdfe4", + "debugConsoleInputIcon.foreground": "#797c87", + "debugExceptionWidget.background": "#2f323e", + "debugExceptionWidget.border": "#2f323e", + "debugIcon.breakpointCurrentStackframeForeground": "#71f79f", + "debugIcon.breakpointDisabledForeground": "#797c87", + "debugIcon.breakpointForeground": "#ed254e", + "debugIcon.breakpointStackframeForeground": "#f9dc5c", + "debugIcon.breakpointUnverifiedForeground": "#9295a0", + "debugIcon.continueForeground": "#71f79f", + "debugIcon.disconnectForeground": "#dcdfe4", + "debugIcon.pauseForeground": "#7cb7ff", + "debugIcon.restartForeground": "#c74d89", + "debugIcon.startForeground": "#71f79f", + "debugIcon.stepBackForeground": "#c3c7d1", + "debugIcon.stepIntoForeground": "#c3c7d1", + "debugIcon.stepOutForeground": "#c3c7d1", + "debugIcon.stepOverForeground": "#c3c7d1", + "debugIcon.stopForeground": "#ed254e", + "debugTokenExpression.boolean": "#c3c7d1", + "debugTokenExpression.error": "#ed254e", + "debugTokenExpression.name": "#7cb7ff", + "debugTokenExpression.number": "#c74d89", + "debugTokenExpression.string": "#71f79f", + "debugTokenExpression.value": "#c3c7d1", + "debugToolBar.background": "#2f323e", + "debugToolBar.border": "#474b56", + "debugView.exceptionLabelBackground": "#2f323e", + "debugView.exceptionLabelForeground": "#f9dc5c", + "debugView.stateLabelBackground": "#2f323e", + "debugView.stateLabelForeground": "#7cb7ff", + "debugView.valueChangedHighlight": "#f9dc5c33", + "descriptionForeground": "#aaaeb8", + "diffEditor.border": "#2f323e", + "diffEditor.diagonalFill": "#2f323e7f", + "diffEditor.insertedTextBackground": "#71f79f20", + "diffEditor.removedTextBackground": "#ed254e20", + "dropdown.background": "#2f323e", + "dropdown.border": "#2f323e", + "dropdown.foreground": "#aaaeb8", + "dropdown.listBackground": "#2f323e", + "editor.background": "#161925", + "editor.findMatchBackground": "#f9dc5c3f", + "editor.findMatchHighlightBackground": "#f9dc5c33", + "editor.findRangeHighlightBackground": "#2f323e", + "editor.focusedStackFrameHighlightBackground": "#71f79f3f", + "editor.foldBackground": "#2f323e66", + "editor.foreground": "#c3c7d1", + "editor.hoverHighlightBackground": "#474b567f", + "editor.inactiveSelectionBackground": "#7cb7ff33", + "editor.lineHighlightBackground": "#161925", + "editor.lineHighlightBorder": "#2f323e", + "editor.rangeHighlightBackground": "#f9dc5c33", + "editor.selectionBackground": "#7cb7ff33", + "editor.selectionForeground": "#c3c7d1", + "editor.selectionHighlightBackground": "#2f323e", + "editor.snippetFinalTabstopHighlightBackground": "#474b567f", + "editor.snippetTabstopHighlightBackground": "#2f323e7f", + "editor.stackFrameHighlightBackground": "#00c1e43f", + "editor.symbolHighlightBackground": "#c3c7d133", + "editor.wordHighlightBackground": "#c3c7d133", + "editor.wordHighlightStrongBackground": "#c74d8933", + "editorBracketHighlight.foreground1": "#c3c7d1", + "editorBracketHighlight.foreground2": "#f9dc5c", + "editorBracketHighlight.foreground3": "#00c1e4", + "editorBracketHighlight.foreground4": "#c3c7d1", + "editorBracketHighlight.foreground5": "#71f79f", + "editorBracketHighlight.foreground6": "#7cb7ff", + "editorBracketHighlight.unexpectedBracket": "#ed254e", + "editorBracketMatch.background": "#2f323e", + "editorBracketMatch.border": "#474b56", + "editorCodeLens.foreground": "#9295a0", + "editorCursor.background": "#161925", + "editorCursor.foreground": "#c3c7d1", + "editorError.border": "#c3c7d1", + "editorError.foreground": "#ed254e", + "editorGroup.border": "#2f323e", + "editorGroup.dropBackground": "#474b567f", + "editorGroup.emptyBackground": "#161925", + "editorGroup.focusedEmptyBorder": "#2f323e", + "editorGroupHeader.border": "#161925", + "editorGroupHeader.noTabsBackground": "#161925", + "editorGroupHeader.tabsBackground": "#161925", + "editorGroupHeader.tabsBorder": "#161925", + "editorGutter.addedBackground": "#71f79f", + "editorGutter.background": "#161925", + "editorGutter.commentRangeForeground": "#60646f", + "editorGutter.deletedBackground": "#ed254e", + "editorGutter.foldingControlForeground": "#9295a0", + "editorGutter.modifiedBackground": "#f9dc5c", + "editorHint.border": "#797c87", + "editorHint.foreground": "#c74d89", + "editorHoverWidget.background": "#2f323e", + "editorHoverWidget.border": "#2f323e", + "editorHoverWidget.foreground": "#aaaeb8", + "editorHoverWidget.statusBarBackground": "#7cb7ff33", + "editorIndentGuide.activeBackground": "#474b56", + "editorIndentGuide.background": "#2f323e", + "editorInfo.border": "#9295a0", + "editorInfo.foreground": "#7cb7ff", + "editorLightBulb.foreground": "#f9dc5c", + "errorForeground": "#ed254e", "focusBorder": "#c3c7d1", "foreground": "#c3c7d1", "widget.shadow": "#161925", "selection.background": "#474b56", - "descriptionForeground": "#aaaeb8", - "errorForeground": "#ed254e", "icon.foreground": "#aaaeb8", "sash.hoverBorder": "#7cb7ff", "textBlockQuote.background": "#2f323e", @@ -17,19 +152,19 @@ "textLink.foreground": "#7cb7ff", "textPreformat.foreground": "#dcdfe4", "textSeparator.foreground": "#797c87", - "button.background": "#7cb7ff", - "button.foreground": "#161925", - "button.hoverBackground": "#00c1e4", - "button.secondaryForeground": "#161925", - "button.secondaryBackground": "#aaaeb8", - "button.secondaryHoverBackground": "#9295a0", - "checkbox.background": "#7cb7ff", - "checkbox.foreground": "#161925", - "checkbox.border": "#2f323e", - "dropdown.background": "#2f323e", - "dropdown.listBackground": "#2f323e", - "dropdown.border": "#2f323e", - "dropdown.foreground": "#aaaeb8", + "editorLightBulbAutoFix.foreground": "#7cb7ff", + "editorLineNumber.activeForeground": "#797c87", + "editorLineNumber.foreground": "#474b56", + "editorLink.activeForeground": "#00c1e4", + "editorMarkerNavigation.background": "#2f323e", + "editorMarkerNavigationError.background": "#ed254e", + "editorMarkerNavigationInfo.background": "#7cb7ff", + "editorMarkerNavigationWarning.background": "#dcdfe4", + "editorOverviewRuler.addedForeground": "#71f79f7f", + "editorOverviewRuler.border": "#2f323e", + "editorOverviewRuler.bracketMatchForeground": "#60646f", + "editorOverviewRuler.commonContentForeground": "#c3c7d1", + "editorOverviewRuler.currentContentForeground": "#00c1e4", "input.background": "#2f323e", "input.border": "#2f323e", "input.foreground": "#aaaeb8", @@ -38,24 +173,26 @@ "inputOption.activeBorder": "#00c1e4", "inputOption.activeForeground": "#c3c7d1", "inputValidation.errorBackground": "#2f323e", - "inputValidation.errorForeground": "#ed254e", "inputValidation.errorBorder": "#ed254e", + "inputValidation.errorForeground": "#ed254e", "inputValidation.infoBackground": "#2f323e", - "inputValidation.infoForeground": "#7cb7ff", "inputValidation.infoBorder": "#7cb7ff", + "inputValidation.infoForeground": "#7cb7ff", "inputValidation.warningBackground": "#2f323e", - "inputValidation.warningForeground": "#dcdfe4", "inputValidation.warningBorder": "#dcdfe4", + "inputValidation.warningForeground": "#dcdfe4", "scrollbar.shadow": "#161925", "scrollbarSlider.activeBackground": "#9295a07f", "scrollbarSlider.background": "#60646f7f", "scrollbarSlider.hoverBackground": "#797c877f", - "badge.foreground": "#161925", - "badge.background": "#c3c7d1", - "progressBar.background": "#71f79f", "list.activeSelectionBackground": "#c3c7d133", "list.activeSelectionForeground": "#c3c7d1", + "list.deemphasizedForeground": "#797c87", "list.dropBackground": "#2f323e", + "progressBar.background": "#71f79f", + "list.errorForeground": "#ed254e", + "list.filterMatchBackground": "#f9dc5c33", + "list.filterMatchBorder": "#f9dc5c33", "list.focusBackground": "#60646f3f", "list.focusForeground": "#c3c7d1", "list.highlightForeground": "#f9dc5c", @@ -65,25 +202,25 @@ "list.inactiveSelectionForeground": "#aaaeb8", "list.inactiveFocusBackground": "#2f323e3f", "list.invalidItemForeground": "#ed254e", - "list.errorForeground": "#ed254e", "list.warningForeground": "#f9dc5c", "listFilterWidget.background": "#2f323e", - "listFilterWidget.outline": "#7cb7ff", "listFilterWidget.noMatchesOutline": "#ed254e", - "list.filterMatchBackground": "#f9dc5c33", - "list.filterMatchBorder": "#f9dc5c33", + "listFilterWidget.outline": "#7cb7ff", "tree.indentGuidesStroke": "#2f323e", - "list.deemphasizedForeground": "#797c87", - "activityBar.background": "#161925", - "activityBar.dropBorder": "#7cb7ff", - "activityBar.foreground": "#9295a0", - "activityBar.inactiveForeground": "#797c87", - "activityBar.border": "#161925", - "activityBarBadge.background": "#c3c7d1", - "activityBarBadge.foreground": "#161925", - "activityBar.activeBorder": "#aaaeb8", - "activityBar.activeBackground": "#2f323e33", - "activityBar.activeFocusBorder": "#c3c7d1", + "editorOverviewRuler.deletedForeground": "#ed254e7f", + "editorOverviewRuler.errorForeground": "#ed254e7f", + "editorOverviewRuler.findMatchForeground": "#f9dc5cbf", + "editorOverviewRuler.incomingContentForeground": "#7cb7ff", + "editorOverviewRuler.infoForeground": "#7cb7ff7f", + "editorOverviewRuler.modifiedForeground": "#f9dc5c7f", + "editorOverviewRuler.rangeHighlightForeground": "#474b56bf", + "editorOverviewRuler.selectionHighlightForeground": "#2f323ebf", + "editorOverviewRuler.warningForeground": "#dcdfe47f", + "editorOverviewRuler.wordHighlightForeground": "#474b56bf", + "editorOverviewRuler.wordHighlightStrongForeground": "#60646fbf", + "minimap.background": "#161925", + "minimap.errorHighlight": "#ed254e80", + "minimap.findMatchHighlight": "#f9dc5c", "sideBar.background": "#161925", "sideBar.foreground": "#aaaeb8", "sideBar.border": "#2f323e", @@ -92,140 +229,125 @@ "sideBarSectionHeader.background": "#474b56", "sideBarSectionHeader.foreground": "#aaaeb8", "sideBarSectionHeader.border": "#161925", - "minimap.findMatchHighlight": "#f9dc5c", "minimap.selectionHighlight": "#7cb7ff80", - "minimap.errorHighlight": "#ed254e80", "minimap.warningHighlight": "#dcdfe480", - "minimap.background": "#161925", + "minimapGutter.addedBackground": "#71f79f80", + "minimapGutter.deletedBackground": "#ed254e80", + "minimapSlider.activeBackground": "#60646f33", "minimapSlider.background": "#2f323e33", "minimapSlider.hoverBackground": "#474b5633", - "minimapSlider.activeBackground": "#60646f33", - "minimapGutter.addedBackground": "#71f79f80", "minimapGutter.modifiedBackground": "#f9dc5c80", - "minimapGutter.deletedBackground": "#ed254e80", - "editorGroup.border": "#2f323e", - "editorGroup.dropBackground": "#474b567f", - "editorGroupHeader.noTabsBackground": "#161925", - "editorGroupHeader.tabsBackground": "#161925", - "editorGroupHeader.tabsBorder": "#161925", - "editorGroupHeader.border": "#161925", - "editorGroup.emptyBackground": "#161925", - "editorGroup.focusedEmptyBorder": "#2f323e", - "tab.activeBackground": "#161925", - "tab.unfocusedActiveBackground": "#161925", - "tab.activeForeground": "#aaaeb8", - "tab.border": "#161925", - "tab.lastPinnedBorder": "#c74d89", - "tab.inactiveBackground": "#2f323e", - "tab.unfocusedInactiveBackground": "#2f323e", - "tab.inactiveForeground": "#60646f", - "tab.unfocusedActiveForeground": "#60646f", - "tab.unfocusedInactiveForeground": "#474b56", - "tab.hoverBackground": "#2f323e80", - "tab.unfocusedHoverBackground": "#2f323e80", - "tab.hoverForeground": "#9295a0", - "tab.unfocusedHoverForeground": "#797c87", - "tab.activeModifiedBorder": "#f9dc5c", - "tab.inactiveModifiedBorder": "#f9dc5c", - "tab.unfocusedActiveModifiedBorder": "#f9dc5c", - "tab.unfocusedInactiveModifiedBorder": "#f9dc5c", "editorPane.background": "#161925", - "editor.background": "#161925", - "editor.foreground": "#c3c7d1", - "editorLineNumber.foreground": "#474b56", - "editorLineNumber.activeForeground": "#797c87", - "editorCursor.background": "#161925", - "editorCursor.foreground": "#c3c7d1", - "editor.selectionBackground": "#7cb7ff33", - "editor.selectionForeground": "#c3c7d1", - "editor.inactiveSelectionBackground": "#7cb7ff33", - "editor.selectionHighlightBackground": "#2f323e", - "editor.wordHighlightBackground": "#c3c7d133", - "editor.wordHighlightStrongBackground": "#c74d8933", - "editor.findMatchBackground": "#f9dc5c3f", - "editor.findMatchHighlightBackground": "#f9dc5c33", - "editor.findRangeHighlightBackground": "#2f323e", - "editor.hoverHighlightBackground": "#474b567f", - "editor.lineHighlightBackground": "#161925", - "editor.lineHighlightBorder": "#2f323e", - "editorLink.activeForeground": "#00c1e4", - "editor.rangeHighlightBackground": "#f9dc5c33", - "editor.symbolHighlightBackground": "#c3c7d133", - "editorWhitespace.foreground": "#2f323e", - "editorIndentGuide.background": "#2f323e", - "editorIndentGuide.activeBackground": "#474b56", "editorRuler.foreground": "#2f323e", - "editorCodeLens.foreground": "#9295a0", - "editorLightBulb.foreground": "#f9dc5c", - "editorLightBulbAutoFix.foreground": "#7cb7ff", - "editorBracketMatch.background": "#2f323e", - "editorBracketMatch.border": "#474b56", - "editorBracketHighlight.foreground1": "#c3c7d1", - "editorBracketHighlight.foreground2": "#f9dc5c", - "editorBracketHighlight.foreground3": "#00c1e4", - "editorBracketHighlight.foreground4": "#c3c7d1", - "editorBracketHighlight.foreground5": "#71f79f", - "editorBracketHighlight.foreground6": "#7cb7ff", - "editorBracketHighlight.unexpectedBracket": "#ed254e", - "editor.foldBackground": "#2f323e66", - "editorOverviewRuler.border": "#2f323e", - "editorOverviewRuler.findMatchForeground": "#f9dc5cbf", - "editorOverviewRuler.rangeHighlightForeground": "#474b56bf", - "editorOverviewRuler.selectionHighlightForeground": "#2f323ebf", - "editorOverviewRuler.wordHighlightForeground": "#474b56bf", - "editorOverviewRuler.wordHighlightStrongForeground": "#60646fbf", - "editorOverviewRuler.modifiedForeground": "#f9dc5c7f", - "editorOverviewRuler.addedForeground": "#71f79f7f", - "editorOverviewRuler.deletedForeground": "#ed254e7f", - "editorOverviewRuler.errorForeground": "#ed254e7f", - "editorOverviewRuler.warningForeground": "#dcdfe47f", - "editorOverviewRuler.infoForeground": "#7cb7ff7f", - "editorOverviewRuler.bracketMatchForeground": "#60646f", - "editorError.foreground": "#ed254e", - "editorError.border": "#c3c7d1", - "editorWarning.foreground": "#dcdfe4", - "editorWarning.border": "#aaaeb8", - "editorInfo.foreground": "#7cb7ff", - "editorInfo.border": "#9295a0", - "editorHint.foreground": "#c74d89", - "editorHint.border": "#797c87", - "problemsErrorIcon.foreground": "#ed254e", - "problemsWarningIcon.foreground": "#dcdfe4", - "problemsInfoIcon.foreground": "#7cb7ff", - "editorUnnecessaryCode.opacity": "#0000007f", - "editorGutter.background": "#161925", - "editorGutter.modifiedBackground": "#f9dc5c", - "editorGutter.addedBackground": "#71f79f", - "editorGutter.deletedBackground": "#ed254e", - "editorGutter.commentRangeForeground": "#60646f", - "editorGutter.foldingControlForeground": "#9295a0", - "diffEditor.insertedTextBackground": "#71f79f20", - "diffEditor.removedTextBackground": "#ed254e20", - "diffEditor.border": "#2f323e", - "diffEditor.diagonalFill": "#2f323e7f", - "editorWidget.foreground": "#aaaeb8", - "editorWidget.background": "#2f323e", - "editorWidget.border": "#2f323e", - "editorWidget.resizeBorder": "#7cb7ff", "editorSuggestWidget.background": "#2f323e", "editorSuggestWidget.border": "#2f323e", "editorSuggestWidget.foreground": "#aaaeb8", "editorSuggestWidget.highlightForeground": "#c74d89", "editorSuggestWidget.selectedBackground": "#474b56", - "editorHoverWidget.foreground": "#aaaeb8", - "editorHoverWidget.background": "#2f323e", - "editorHoverWidget.border": "#2f323e", - "editorHoverWidget.statusBarBackground": "#7cb7ff33", - "debugExceptionWidget.background": "#2f323e", - "debugExceptionWidget.border": "#2f323e", - "editorMarkerNavigation.background": "#2f323e", - "editorMarkerNavigationError.background": "#ed254e", - "editorMarkerNavigationWarning.background": "#dcdfe4", - "editorMarkerNavigationInfo.background": "#7cb7ff", + "editorUnnecessaryCode.opacity": "#0000007f", + "tab.activeBackground": "#161925", + "tab.activeForeground": "#aaaeb8", + "tab.activeModifiedBorder": "#f9dc5c", + "tab.border": "#161925", + "tab.unfocusedActiveBackground": "#161925", + "tab.inactiveBackground": "#2f323e", + "tab.inactiveForeground": "#60646f", + "tab.lastPinnedBorder": "#c74d89", + "tab.unfocusedInactiveBackground": "#2f323e", + "tab.unfocusedActiveForeground": "#60646f", + "tab.unfocusedInactiveForeground": "#474b56", + "tab.hoverBackground": "#2f323e80", + "tab.hoverForeground": "#9295a0", + "tab.unfocusedHoverBackground": "#2f323e80", + "tab.unfocusedHoverForeground": "#797c87", + "tab.inactiveModifiedBorder": "#f9dc5c", + "tab.unfocusedActiveModifiedBorder": "#f9dc5c", + "tab.unfocusedInactiveModifiedBorder": "#f9dc5c", + "editorWarning.border": "#aaaeb8", + "editorWarning.foreground": "#dcdfe4", + "editorWhitespace.foreground": "#2f323e", + "editorWidget.background": "#2f323e", + "editorWidget.border": "#2f323e", + "editorWidget.foreground": "#aaaeb8", + "editorWidget.resizeBorder": "#7cb7ff", + "extensionBadge.remoteBackground": "#c74d89", + "extensionBadge.remoteForeground": "#161925", + "extensionButton.prominentBackground": "#7cb7ff", + "extensionButton.prominentForeground": "#161925", + "extensionButton.prominentHoverBackground": "#00c1e4", + "gitDecoration.addedResourceForeground": "#71f79f", + "gitDecoration.conflictingResourceForeground": "#00c1e4", + "gitDecoration.deletedResourceForeground": "#ed254e", + "gitDecoration.ignoredResourceForeground": "#60646f", + "gitDecoration.modifiedResourceForeground": "#f9dc5c", + "gitDecoration.stageDeletedResourceForeground": "#ed254e", + "gitDecoration.stageModifiedResourceForeground": "#00c1e4", + "gitDecoration.submoduleResourceForeground": "#c74d89", + "gitDecoration.untrackedResourceForeground": "#c3c7d1", + "imagePreview.border": "#2f323e", + "menu.background": "#161925", + "menu.foreground": "#aaaeb8", + "menu.selectionBackground": "#2f323e", + "menu.selectionForeground": "#c3c7d1", + "menu.separatorBackground": "#474b56", + "menubar.selectionBackground": "#2f323e", + "menubar.selectionForeground": "#c3c7d1", + "merge.border": "#797c87", + "merge.commonContentBackground": "#c3c7d14c", + "merge.commonHeaderBackground": "#c3c7d14c", + "merge.currentContentBackground": "#00c1e44c", + "merge.currentHeaderBackground": "#00c1e44c", + "merge.incomingContentBackground": "#7cb7ff4c", + "merge.incomingHeaderBackground": "#7cb7ff4c", + "notebook.cellBorderColor": "#2f323e3f", + "notebook.cellHoverBackground": "#2f323e3f", + "notebook.cellInsertionIndicator": "#71f79f", + "notebook.cellStatusBarItemHoverBackground": "#2f323e3f", + "notebook.cellToolbarSeparator": "#2f323e3f", + "notebook.focusedCellBackground": "#2f323e7f", + "notebook.focusedCellBorder": "#c3c7d1", + "notebook.focusedCellShadow": "#0000003f", + "notebook.focusedEditorBorder": "#2f323e", + "notebook.focusedRowBorder": "#c3c7d1", + "notebook.inactiveFocusedCellBorder": "#9295a0", + "notebook.outputContainerBackgroundColor": "#161925", + "notebook.rowHoverBackground": "#2f323e7f", + "notebook.selectedCellBorder": "#797c87", + "notebook.symbolHighlightBackground": "#c3c7d13f", + "problemsErrorIcon.foreground": "#ed254e", + "problemsInfoIcon.foreground": "#7cb7ff", + "problemsWarningIcon.foreground": "#dcdfe4", + "notebookScrollbarSlider.activeBackground": "#9295a07f", + "notebookScrollbarSlider.background": "#60646f7f", + "notebookScrollbarSlider.hoverBackground": "#797c877f", + "notebookStatusErrorIcon.foreground": "#ed254e", + "notebookStatusRunningIcon.foreground": "#7cb7ff", + "notebookStatusSuccessIcon.foreground": "#71f79f", + "notificationCenterHeader.background": "#474b56", + "notificationCenterHeader.foreground": "#aaaeb8", + "notificationLink.foreground": "#7cb7ff", + "notificationToast.border": "#60646f", + "notifications.background": "#2f323e", + "notifications.border": "#60646f", + "notifications.foreground": "#c3c7d1", + "notificationsErrorIcon.foreground": "#ed254e", + "notificationsInfoIcon.foreground": "#7cb7ff", + "notificationsWarningIcon.foreground": "#dcdfe4", + "panel.background": "#161925", + "panel.border": "#2f323e", + "panel.dropBorder": "#7cb7ff", + "panelSection.border": "#2f323e", + "panelSection.dropBackground": "#2f323e3f", + "panelSectionHeader.background": "#474b56", + "panelSectionHeader.border": "#161925", + "panelSectionHeader.foreground": "#aaaeb8", + "panelTitle.activeBorder": "#60646f", + "panelTitle.activeForeground": "#aaaeb8", + "panelTitle.inactiveForeground": "#797c87", "peekView.border": "#c74d89", "peekViewEditor.background": "#2f323e7f", - "peekViewEditorGutter.background": "#2f323e7f", "peekViewEditor.matchHighlightBackground": "#f9dc5c7f", + "peekViewEditorGutter.background": "#2f323e7f", "peekViewResult.background": "#2f323e", "peekViewResult.fileForeground": "#aaaeb8", "peekViewResult.lineForeground": "#474b56", @@ -235,166 +357,42 @@ "peekViewTitle.background": "#2f323e", "peekViewTitleDescription.foreground": "#9295a0", "peekViewTitleLabel.foreground": "#c3c7d1", - "merge.currentHeaderBackground": "#00c1e44c", - "merge.currentContentBackground": "#00c1e44c", - "merge.incomingHeaderBackground": "#7cb7ff4c", - "merge.incomingContentBackground": "#7cb7ff4c", - "merge.border": "#797c87", - "merge.commonContentBackground": "#c3c7d14c", - "merge.commonHeaderBackground": "#c3c7d14c", - "editorOverviewRuler.currentContentForeground": "#00c1e4", - "editorOverviewRuler.incomingContentForeground": "#7cb7ff", - "editorOverviewRuler.commonContentForeground": "#c3c7d1", - "panel.background": "#161925", - "panel.border": "#2f323e", - "panel.dropBorder": "#7cb7ff", - "panelTitle.activeBorder": "#60646f", - "panelTitle.activeForeground": "#aaaeb8", - "panelTitle.inactiveForeground": "#797c87", - "panelSection.border": "#2f323e", - "panelSection.dropBackground": "#2f323e3f", - "panelSectionHeader.background": "#474b56", - "panelSectionHeader.foreground": "#aaaeb8", - "panelSectionHeader.border": "#161925", - "imagePreview.border": "#2f323e", - "statusBar.background": "#7cb7ff", - "statusBar.foreground": "#161925", - "statusBar.border": "#161925", - "statusBar.debuggingBackground": "#dcdfe4", - "statusBar.debuggingForeground": "#161925", - "statusBar.debuggingBorder": "#161925", - "statusBar.noFolderBackground": "#c3c7d1", - "statusBar.noFolderForeground": "#161925", - "statusBar.noFolderBorder": "#161925", - "statusBarItem.activeBackground": "#00c1e4", - "statusBarItem.hoverBackground": "#71f79f", - "statusBarItem.prominentBackground": "#00c1e4", - "statusBarItem.prominentHoverBackground": "#71f79f", - "statusBarItem.remoteBackground": "#00c1e4", - "statusBarItem.remoteForeground": "#161925", - "statusBarItem.errorBackground": "#ed254e", - "statusBarItem.errorForeground": "#161925", - "titleBar.activeBackground": "#161925", - "titleBar.activeForeground": "#9295a0", - "titleBar.inactiveBackground": "#161925", - "titleBar.inactiveForeground": "#60646f", - "menubar.selectionForeground": "#c3c7d1", - "menubar.selectionBackground": "#2f323e", - "menu.foreground": "#aaaeb8", - "menu.background": "#161925", - "menu.selectionForeground": "#c3c7d1", - "menu.selectionBackground": "#2f323e", - "menu.separatorBackground": "#474b56", - "notificationCenterHeader.foreground": "#aaaeb8", - "notificationCenterHeader.background": "#474b56", - "notificationToast.border": "#60646f", - "notifications.foreground": "#c3c7d1", - "notifications.background": "#2f323e", - "notifications.border": "#60646f", - "notificationLink.foreground": "#7cb7ff", - "notificationsErrorIcon.foreground": "#ed254e", - "notificationsWarningIcon.foreground": "#dcdfe4", - "notificationsInfoIcon.foreground": "#7cb7ff", - "extensionButton.prominentForeground": "#161925", - "extensionButton.prominentBackground": "#7cb7ff", - "extensionButton.prominentHoverBackground": "#00c1e4", - "extensionBadge.remoteBackground": "#c74d89", - "extensionBadge.remoteForeground": "#161925", "pickerGroup.border": "#474b56", "pickerGroup.foreground": "#797c87", "quickInput.background": "#2f323e", "quickInput.foreground": "#c3c7d1", "quickInputTitle.background": "#474b56", - "terminal.background": "#161925", - "terminal.foreground": "#aaaeb8", - "terminal.ansiBlack": "#161925", - "terminal.ansiBlue": "#7cb7ff", - "terminal.ansiBrightBlack": "#2f323e", - "terminal.ansiBrightBlue": "#7cb7ff", - "terminal.ansiBrightCyan": "#00c1e4", - "terminal.ansiBrightGreen": "#00c1e4", - "terminal.ansiBrightMagenta": "#c74d89", - "terminal.ansiBrightRed": "#dcdfe4", - "terminal.ansiBrightWhite": "#c3c7d1", - "terminal.ansiBrightYellow": "#f9dc5c", - "terminal.ansiCyan": "#00c1e4", - "terminal.ansiGreen": "#71f79f", - "terminal.ansiMagenta": "#c74d89", - "terminal.ansiRed": "#ed254e", - "terminal.ansiWhite": "#aaaeb8", - "terminal.ansiYellow": "#f9dc5c", - "terminal.selectionBackground": "#7cb7ff7f", - "terminalCursor.background": "#2f323e", - "terminalCursor.foreground": "#9295a0", - "debugToolBar.background": "#2f323e", - "debugToolBar.border": "#474b56", - "editor.stackFrameHighlightBackground": "#00c1e43f", - "editor.focusedStackFrameHighlightBackground": "#71f79f3f", - "debugView.exceptionLabelForeground": "#f9dc5c", - "debugView.exceptionLabelBackground": "#2f323e", - "debugView.stateLabelForeground": "#7cb7ff", - "debugView.stateLabelBackground": "#2f323e", - "debugView.valueChangedHighlight": "#f9dc5c33", - "debugTokenExpression.name": "#7cb7ff", - "debugTokenExpression.value": "#c3c7d1", - "debugTokenExpression.string": "#71f79f", - "debugTokenExpression.boolean": "#c3c7d1", - "debugTokenExpression.number": "#c74d89", - "debugTokenExpression.error": "#ed254e", - "testing.iconFailed": "#dcdfe4", - "testing.iconErrored": "#ed254e", - "testing.iconPassed": "#71f79f", - "testing.runAction": "#7cb7ff", - "testing.iconQueued": "#00c1e4", - "testing.iconUnset": "#9295a0", - "testing.iconSkipped": "#797c87", - "testing.peekBorder": "#60646f", - "testing.message.error.decorationForeground": "#ed254e", - "testing.message.error.lineBackground": "#ed254e3f", - "testing.message.warning.decorationForeground": "#dcdfe4", - "testing.message.warning.lineBackground": "#dcdfe43f", - "testing.message.info.decorationForeground": "#7cb7ff", - "testing.message.info.lineBackground": "#7cb7ff3f", - "testing.message.hint.decorationForeground": "#c74d89", - "testing.message.hint.lineBackground": "#c74d893f", - "welcomePage.background": "#161925", - "welcomePage.buttonBackground": "#2f323e", - "welcomePage.buttonHoverBackground": "#474b56", - "welcomePage.progress.background": "#7cb7ff", - "welcomePage.progress.foreground": "#161925", - "walkThrough.embeddedEditorBackground": "#161925", "scm.providerBorder": "#474b56", - "gitDecoration.addedResourceForeground": "#71f79f", - "gitDecoration.modifiedResourceForeground": "#f9dc5c", - "gitDecoration.stageModifiedResourceForeground": "#00c1e4", - "gitDecoration.deletedResourceForeground": "#ed254e", - "gitDecoration.stageDeletedResourceForeground": "#ed254e", - "gitDecoration.untrackedResourceForeground": "#c3c7d1", - "gitDecoration.ignoredResourceForeground": "#60646f", - "gitDecoration.conflictingResourceForeground": "#00c1e4", - "gitDecoration.submoduleResourceForeground": "#c74d89", - "settings.headerForeground": "#c3c7d1", - "settings.modifiedItemIndicator": "#00c1e4", + "settings.checkboxBackground": "#7cb7ff", + "settings.checkboxBorder": "#7cb7ff", + "settings.checkboxForeground": "#161925", "settings.dropdownBackground": "#2f323e", "settings.dropdownForeground": "#aaaeb8", "settings.dropdownListBorder": "#474b56", - "settings.checkboxBackground": "#7cb7ff", - "settings.checkboxForeground": "#161925", - "settings.checkboxBorder": "#7cb7ff", - "settings.textInputBackground": "#2f323e", - "settings.textInputForeground": "#aaaeb8", + "settings.focusedRowBackground": "#161925", + "settings.headerForeground": "#c3c7d1", + "settings.modifiedItemIndicator": "#00c1e4", "settings.numberInputBackground": "#2f323e", "settings.numberInputForeground": "#aaaeb8", - "settings.focusedRowBackground": "#161925", - "notebook.focusedRowBorder": "#c3c7d1", - "notebook.rowHoverBackground": "#2f323e7f", - "breadcrumb.foreground": "#9295a0", - "breadcrumb.background": "#161925", - "breadcrumb.focusForeground": "#aaaeb8", - "breadcrumb.activeSelectionForeground": "#c3c7d1", - "breadcrumbPicker.background": "#161925", - "editor.snippetTabstopHighlightBackground": "#2f323e7f", - "editor.snippetFinalTabstopHighlightBackground": "#474b567f", + "settings.textInputBackground": "#2f323e", + "settings.textInputForeground": "#aaaeb8", + "statusBar.background": "#7cb7ff", + "statusBar.border": "#161925", + "statusBar.debuggingBackground": "#dcdfe4", + "statusBar.debuggingBorder": "#161925", + "statusBar.debuggingForeground": "#161925", + "statusBar.foreground": "#161925", + "statusBar.noFolderBackground": "#c3c7d1", + "statusBar.noFolderBorder": "#161925", + "statusBar.noFolderForeground": "#161925", + "statusBarItem.activeBackground": "#00c1e4", + "statusBarItem.errorBackground": "#ed254e", + "statusBarItem.errorForeground": "#161925", + "statusBarItem.hoverBackground": "#71f79f", + "statusBarItem.prominentBackground": "#00c1e4", + "statusBarItem.prominentHoverBackground": "#71f79f", + "statusBarItem.remoteBackground": "#00c1e4", + "statusBarItem.remoteForeground": "#161925", "symbolIcon.arrayForeground": "#c74d89", "symbolIcon.booleanForeground": "#c3c7d1", "symbolIcon.classForeground": "#7cb7ff", @@ -411,6 +409,10 @@ "symbolIcon.interfaceForeground": "#ed254e", "symbolIcon.keyForeground": "#f9dc5c", "symbolIcon.keywordForeground": "#7cb7ff", + "titleBar.activeBackground": "#161925", + "titleBar.activeForeground": "#9295a0", + "titleBar.inactiveBackground": "#161925", + "titleBar.inactiveForeground": "#60646f", "symbolIcon.methodForeground": "#00c1e4", "symbolIcon.moduleForeground": "#00c1e4", "symbolIcon.namespaceForeground": "#7cb7ff", @@ -428,66 +430,63 @@ "symbolIcon.typeParameterForeground": "#7cb7ff", "symbolIcon.unitForeground": "#f9dc5c", "symbolIcon.variableForeground": "#dcdfe4", - "debugIcon.breakpointForeground": "#ed254e", - "debugIcon.breakpointDisabledForeground": "#797c87", - "debugIcon.breakpointUnverifiedForeground": "#9295a0", - "debugIcon.breakpointCurrentStackframeForeground": "#71f79f", - "debugIcon.breakpointStackframeForeground": "#f9dc5c", - "debugIcon.startForeground": "#71f79f", - "debugIcon.pauseForeground": "#7cb7ff", - "debugIcon.stopForeground": "#ed254e", - "debugIcon.disconnectForeground": "#dcdfe4", - "debugIcon.restartForeground": "#c74d89", - "debugIcon.stepOverForeground": "#c3c7d1", - "debugIcon.stepIntoForeground": "#c3c7d1", - "debugIcon.stepOutForeground": "#c3c7d1", - "debugIcon.continueForeground": "#71f79f", - "debugIcon.stepBackForeground": "#c3c7d1", - "debugConsole.infoForeground": "#7cb7ff", - "debugConsole.warningForeground": "#dcdfe4", - "debugConsole.errorForeground": "#ed254e", - "debugConsole.sourceForeground": "#c3c7d1", - "debugConsoleInputIcon.foreground": "#797c87", - "notebook.cellBorderColor": "#2f323e3f", - "notebook.focusedEditorBorder": "#2f323e", - "notebookStatusSuccessIcon.foreground": "#71f79f", - "notebookStatusErrorIcon.foreground": "#ed254e", - "notebookStatusRunningIcon.foreground": "#7cb7ff", - "notebook.outputContainerBackgroundColor": "#161925", - "notebook.cellToolbarSeparator": "#2f323e3f", - "notebook.focusedCellBackground": "#2f323e7f", - "notebook.cellHoverBackground": "#2f323e3f", - "notebook.focusedCellBorder": "#c3c7d1", - "notebook.focusedCellShadow": "#0000003f", - "notebook.selectedCellBorder": "#797c87", - "notebook.cellStatusBarItemHoverBackground": "#2f323e3f", - "notebook.cellInsertionIndicator": "#71f79f", - "notebookScrollbarSlider.background": "#60646f7f", - "notebookScrollbarSlider.hoverBackground": "#797c877f", - "notebookScrollbarSlider.activeBackground": "#9295a07f", - "notebook.symbolHighlightBackground": "#c3c7d13f", - "notebook.inactiveFocusedCellBorder": "#9295a0", - "charts.foreground": "#aaaeb8", - "charts.lines": "#60646f", - "charts.red": "#ed254e", - "charts.blue": "#7cb7ff", - "charts.yellow": "#f9dc5c", - "charts.orange": "#dcdfe4", - "charts.green": "#71f79f", - "charts.purple": "#c3c7d1" + "terminal.ansiBlack": "#161925", + "terminal.ansiBlue": "#7cb7ff", + "terminal.ansiBrightBlack": "#2f323e", + "terminal.ansiBrightBlue": "#7cb7ff", + "terminal.ansiBrightCyan": "#00c1e4", + "terminal.ansiBrightGreen": "#00c1e4", + "terminal.ansiBrightMagenta": "#c74d89", + "terminal.ansiBrightRed": "#dcdfe4", + "terminal.ansiBrightWhite": "#c3c7d1", + "terminal.ansiBrightYellow": "#f9dc5c", + "terminal.ansiCyan": "#00c1e4", + "terminal.ansiGreen": "#71f79f", + "terminal.background": "#161925", + "terminal.foreground": "#aaaeb8", + "terminal.ansiMagenta": "#c74d89", + "terminal.ansiRed": "#ed254e", + "terminal.ansiWhite": "#aaaeb8", + "terminal.ansiYellow": "#f9dc5c", + "terminal.selectionBackground": "#7cb7ff7f", + "terminalCursor.background": "#2f323e", + "terminalCursor.foreground": "#9295a0", + "testing.iconErrored": "#ed254e", + "testing.iconFailed": "#dcdfe4", + "testing.iconPassed": "#71f79f", + "testing.iconQueued": "#00c1e4", + "testing.iconSkipped": "#797c87", + "testing.iconUnset": "#9295a0", + "testing.message.error.decorationForeground": "#ed254e", + "testing.message.error.lineBackground": "#ed254e3f", + "testing.message.hint.decorationForeground": "#c74d89", + "testing.message.hint.lineBackground": "#c74d893f", + "testing.message.info.decorationForeground": "#7cb7ff", + "testing.message.info.lineBackground": "#7cb7ff3f", + "testing.message.warning.decorationForeground": "#dcdfe4", + "testing.message.warning.lineBackground": "#dcdfe43f", + "testing.peekBorder": "#60646f", + "testing.runAction": "#7cb7ff", + "walkThrough.embeddedEditorBackground": "#161925", + "welcomePage.background": "#161925", + "welcomePage.buttonBackground": "#2f323e", + "welcomePage.buttonHoverBackground": "#474b56", + "welcomePage.progress.background": "#7cb7ff", + "welcomePage.progress.foreground": "#161925" }, + "name": "Betelgeuse Dark", "tokenColors": [ { "settings": { - "background": "#161925", - "foreground": "#aaaeb8", - "selectionBorder": "#9295a0", - "findHighlight": "#f9dc5c", - "findHighlightForeground": "#161925", "activeGuide": "#dcdfe4", + "background": "#161925", + "bracketsContentsForeground": "#aaaeb87F", "bracketsForeground": "#aaaeb87F", "bracketsOptions": "stippled_underline", - "bracketsContentsForeground": "#aaaeb87F", + "findHighlight": "#f9dc5c", + "findHighlightForeground": "#161925", + "foreground": "#aaaeb8", + "selectionBorder": "#9295a0", "tagsOptions": "stippled_underline" } }, @@ -610,5 +609,6 @@ "foreground": "#c74d89" } } - ] + ], + "type": "dark" } diff --git a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json index 509cd1d9..78cea676 100644 --- a/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json +++ b/home/private_dot_config/private_Code/User/extensions/theme-betelgeuse-vscode/themes/themer-light-color-theme.json @@ -1,13 +1,148 @@ { - "name": "Betelgeuse Light", - "type": "light", "colors": { + "activityBar.activeBackground": "#e5e6e733", + "activityBar.activeBorder": "#666970", + "activityBar.activeFocusBorder": "#4c5058", + "activityBar.background": "#ffffff", + "activityBar.border": "#ffffff", + "activityBar.dropBorder": "#a0dbff", + "activityBar.foreground": "#7f8288", + "activityBar.inactiveForeground": "#999ba0", + "activityBarBadge.background": "#4c5058", + "activityBarBadge.foreground": "#ffffff", + "badge.background": "#4c5058", + "badge.foreground": "#ffffff", + "breadcrumb.activeSelectionForeground": "#4c5058", + "breadcrumb.background": "#ffffff", + "breadcrumb.focusForeground": "#666970", + "breadcrumb.foreground": "#7f8288", + "breadcrumbPicker.background": "#ffffff", + "button.background": "#a0dbff", + "button.foreground": "#ffffff", + "button.hoverBackground": "#24e5ff", + "button.secondaryBackground": "#666970", + "button.secondaryForeground": "#ffffff", + "button.secondaryHoverBackground": "#7f8288", + "charts.blue": "#a0dbff", + "charts.foreground": "#666970", + "charts.green": "#95ffc3", + "charts.lines": "#b2b4b7", + "charts.orange": "#dcdfe4", + "charts.purple": "#4c5058", + "charts.red": "#ff4972", + "charts.yellow": "#ffff80", + "checkbox.background": "#a0dbff", + "checkbox.border": "#e5e6e7", + "checkbox.foreground": "#ffffff", + "debugConsole.errorForeground": "#ff4972", + "debugConsole.infoForeground": "#a0dbff", + "debugConsole.sourceForeground": "#4c5058", + "debugConsole.warningForeground": "#dcdfe4", + "debugConsoleInputIcon.foreground": "#999ba0", + "debugExceptionWidget.background": "#e5e6e7", + "debugExceptionWidget.border": "#e5e6e7", + "debugIcon.breakpointCurrentStackframeForeground": "#95ffc3", + "debugIcon.breakpointDisabledForeground": "#999ba0", + "debugIcon.breakpointForeground": "#ff4972", + "debugIcon.breakpointStackframeForeground": "#ffff80", + "debugIcon.breakpointUnverifiedForeground": "#7f8288", + "debugIcon.continueForeground": "#95ffc3", + "debugIcon.disconnectForeground": "#dcdfe4", + "debugIcon.pauseForeground": "#a0dbff", + "debugIcon.restartForeground": "#eb71ad", + "debugIcon.startForeground": "#95ffc3", + "debugIcon.stepBackForeground": "#4c5058", + "debugIcon.stepIntoForeground": "#4c5058", + "debugIcon.stepOutForeground": "#4c5058", + "debugIcon.stepOverForeground": "#4c5058", + "debugIcon.stopForeground": "#ff4972", + "debugTokenExpression.boolean": "#4c5058", + "debugTokenExpression.error": "#ff4972", + "debugTokenExpression.name": "#a0dbff", + "debugTokenExpression.number": "#eb71ad", + "debugTokenExpression.string": "#95ffc3", + "debugTokenExpression.value": "#4c5058", + "debugToolBar.background": "#e5e6e7", + "debugToolBar.border": "#cccdcf", + "debugView.exceptionLabelBackground": "#e5e6e7", + "debugView.exceptionLabelForeground": "#ffff80", + "debugView.stateLabelBackground": "#e5e6e7", + "debugView.stateLabelForeground": "#a0dbff", + "debugView.valueChangedHighlight": "#ffff8033", + "descriptionForeground": "#666970", + "diffEditor.border": "#e5e6e7", + "diffEditor.diagonalFill": "#e5e6e77f", + "diffEditor.insertedTextBackground": "#95ffc320", + "diffEditor.removedTextBackground": "#ff497220", + "dropdown.background": "#e5e6e7", + "dropdown.border": "#e5e6e7", + "dropdown.foreground": "#666970", + "dropdown.listBackground": "#e5e6e7", + "editor.background": "#ffffff", + "editor.findMatchBackground": "#ffff803f", + "editor.findMatchHighlightBackground": "#ffff8033", + "editor.findRangeHighlightBackground": "#e5e6e7", + "editor.focusedStackFrameHighlightBackground": "#95ffc33f", + "editor.foldBackground": "#e5e6e766", + "editor.foreground": "#4c5058", + "editor.hoverHighlightBackground": "#cccdcf7f", + "editor.inactiveSelectionBackground": "#a0dbff33", + "editor.lineHighlightBackground": "#ffffff", + "editor.lineHighlightBorder": "#e5e6e7", + "editor.rangeHighlightBackground": "#ffff8033", + "editor.selectionBackground": "#a0dbff33", + "editor.selectionForeground": "#4c5058", + "editor.selectionHighlightBackground": "#e5e6e7", + "editor.snippetFinalTabstopHighlightBackground": "#cccdcf7f", + "editor.snippetTabstopHighlightBackground": "#e5e6e77f", + "editor.stackFrameHighlightBackground": "#24e5ff3f", + "editor.symbolHighlightBackground": "#4c505833", + "editor.wordHighlightBackground": "#4c505833", + "editor.wordHighlightStrongBackground": "#eb71ad33", + "editorBracketHighlight.foreground1": "#4c5058", + "editorBracketHighlight.foreground2": "#ffff80", + "editorBracketHighlight.foreground3": "#24e5ff", + "editorBracketHighlight.foreground4": "#4c5058", + "editorBracketHighlight.foreground5": "#95ffc3", + "editorBracketHighlight.foreground6": "#a0dbff", + "editorBracketHighlight.unexpectedBracket": "#ff4972", + "editorBracketMatch.background": "#e5e6e7", + "editorBracketMatch.border": "#cccdcf", + "editorCodeLens.foreground": "#7f8288", + "editorCursor.background": "#ffffff", + "editorCursor.foreground": "#4c5058", + "editorError.border": "#4c5058", + "editorError.foreground": "#ff4972", + "editorGroup.border": "#e5e6e7", + "editorGroup.dropBackground": "#cccdcf7f", + "editorGroup.emptyBackground": "#ffffff", + "editorGroup.focusedEmptyBorder": "#e5e6e7", + "editorGroupHeader.border": "#ffffff", + "editorGroupHeader.noTabsBackground": "#ffffff", + "editorGroupHeader.tabsBackground": "#ffffff", + "editorGroupHeader.tabsBorder": "#ffffff", + "editorGutter.addedBackground": "#95ffc3", + "editorGutter.background": "#ffffff", + "editorGutter.commentRangeForeground": "#b2b4b7", + "editorGutter.deletedBackground": "#ff4972", + "editorGutter.foldingControlForeground": "#7f8288", + "editorGutter.modifiedBackground": "#ffff80", + "editorHint.border": "#999ba0", + "editorHint.foreground": "#eb71ad", + "editorHoverWidget.background": "#e5e6e7", + "editorHoverWidget.border": "#e5e6e7", + "editorHoverWidget.foreground": "#666970", + "editorHoverWidget.statusBarBackground": "#a0dbff33", + "editorIndentGuide.activeBackground": "#cccdcf", + "editorIndentGuide.background": "#e5e6e7", + "editorInfo.border": "#7f8288", + "editorInfo.foreground": "#a0dbff", + "editorLightBulb.foreground": "#ffff80", + "errorForeground": "#ff4972", "focusBorder": "#4c5058", "foreground": "#4c5058", "widget.shadow": "#4c505866", "selection.background": "#cccdcf", - "descriptionForeground": "#666970", - "errorForeground": "#ff4972", "icon.foreground": "#666970", "sash.hoverBorder": "#a0dbff", "textBlockQuote.background": "#e5e6e7", @@ -17,19 +152,19 @@ "textLink.foreground": "#a0dbff", "textPreformat.foreground": "#dcdfe4", "textSeparator.foreground": "#999ba0", - "button.background": "#a0dbff", - "button.foreground": "#ffffff", - "button.hoverBackground": "#24e5ff", - "button.secondaryForeground": "#ffffff", - "button.secondaryBackground": "#666970", - "button.secondaryHoverBackground": "#7f8288", - "checkbox.background": "#a0dbff", - "checkbox.foreground": "#ffffff", - "checkbox.border": "#e5e6e7", - "dropdown.background": "#e5e6e7", - "dropdown.listBackground": "#e5e6e7", - "dropdown.border": "#e5e6e7", - "dropdown.foreground": "#666970", + "editorLightBulbAutoFix.foreground": "#a0dbff", + "editorLineNumber.activeForeground": "#999ba0", + "editorLineNumber.foreground": "#cccdcf", + "editorLink.activeForeground": "#24e5ff", + "editorMarkerNavigation.background": "#e5e6e7", + "editorMarkerNavigationError.background": "#ff4972", + "editorMarkerNavigationInfo.background": "#a0dbff", + "editorMarkerNavigationWarning.background": "#dcdfe4", + "editorOverviewRuler.addedForeground": "#95ffc37f", + "editorOverviewRuler.border": "#e5e6e7", + "editorOverviewRuler.bracketMatchForeground": "#b2b4b7", + "editorOverviewRuler.commonContentForeground": "#4c5058", + "editorOverviewRuler.currentContentForeground": "#24e5ff", "input.background": "#e5e6e7", "input.border": "#e5e6e7", "input.foreground": "#666970", @@ -38,24 +173,26 @@ "inputOption.activeBorder": "#24e5ff", "inputOption.activeForeground": "#4c5058", "inputValidation.errorBackground": "#e5e6e7", - "inputValidation.errorForeground": "#ff4972", "inputValidation.errorBorder": "#ff4972", + "inputValidation.errorForeground": "#ff4972", "inputValidation.infoBackground": "#e5e6e7", - "inputValidation.infoForeground": "#a0dbff", "inputValidation.infoBorder": "#a0dbff", + "inputValidation.infoForeground": "#a0dbff", "inputValidation.warningBackground": "#e5e6e7", - "inputValidation.warningForeground": "#dcdfe4", "inputValidation.warningBorder": "#dcdfe4", + "inputValidation.warningForeground": "#dcdfe4", "scrollbar.shadow": "#4c505866", "scrollbarSlider.activeBackground": "#7f82887f", "scrollbarSlider.background": "#b2b4b77f", "scrollbarSlider.hoverBackground": "#999ba07f", - "badge.foreground": "#ffffff", - "badge.background": "#4c5058", - "progressBar.background": "#95ffc3", "list.activeSelectionBackground": "#4c505833", "list.activeSelectionForeground": "#4c5058", + "list.deemphasizedForeground": "#999ba0", "list.dropBackground": "#e5e6e7", + "progressBar.background": "#95ffc3", + "list.errorForeground": "#ff4972", + "list.filterMatchBackground": "#ffff8033", + "list.filterMatchBorder": "#ffff8033", "list.focusBackground": "#b2b4b73f", "list.focusForeground": "#4c5058", "list.highlightForeground": "#ffff80", @@ -65,25 +202,25 @@ "list.inactiveSelectionForeground": "#666970", "list.inactiveFocusBackground": "#e5e6e73f", "list.invalidItemForeground": "#ff4972", - "list.errorForeground": "#ff4972", "list.warningForeground": "#ffff80", "listFilterWidget.background": "#e5e6e7", - "listFilterWidget.outline": "#a0dbff", "listFilterWidget.noMatchesOutline": "#ff4972", - "list.filterMatchBackground": "#ffff8033", - "list.filterMatchBorder": "#ffff8033", + "listFilterWidget.outline": "#a0dbff", "tree.indentGuidesStroke": "#e5e6e7", - "list.deemphasizedForeground": "#999ba0", - "activityBar.background": "#ffffff", - "activityBar.dropBorder": "#a0dbff", - "activityBar.foreground": "#7f8288", - "activityBar.inactiveForeground": "#999ba0", - "activityBar.border": "#ffffff", - "activityBarBadge.background": "#4c5058", - "activityBarBadge.foreground": "#ffffff", - "activityBar.activeBorder": "#666970", - "activityBar.activeBackground": "#e5e6e733", - "activityBar.activeFocusBorder": "#4c5058", + "editorOverviewRuler.deletedForeground": "#ff49727f", + "editorOverviewRuler.errorForeground": "#ff49727f", + "editorOverviewRuler.findMatchForeground": "#ffff80bf", + "editorOverviewRuler.incomingContentForeground": "#a0dbff", + "editorOverviewRuler.infoForeground": "#a0dbff7f", + "editorOverviewRuler.modifiedForeground": "#ffff807f", + "editorOverviewRuler.rangeHighlightForeground": "#cccdcfbf", + "editorOverviewRuler.selectionHighlightForeground": "#e5e6e7bf", + "editorOverviewRuler.warningForeground": "#dcdfe47f", + "editorOverviewRuler.wordHighlightForeground": "#cccdcfbf", + "editorOverviewRuler.wordHighlightStrongForeground": "#b2b4b7bf", + "minimap.background": "#ffffff", + "minimap.errorHighlight": "#ff497280", + "minimap.findMatchHighlight": "#ffff80", "sideBar.background": "#ffffff", "sideBar.foreground": "#666970", "sideBar.border": "#e5e6e7", @@ -92,140 +229,125 @@ "sideBarSectionHeader.background": "#cccdcf", "sideBarSectionHeader.foreground": "#666970", "sideBarSectionHeader.border": "#ffffff", - "minimap.findMatchHighlight": "#ffff80", "minimap.selectionHighlight": "#a0dbff80", - "minimap.errorHighlight": "#ff497280", "minimap.warningHighlight": "#dcdfe480", - "minimap.background": "#ffffff", + "minimapGutter.addedBackground": "#95ffc380", + "minimapGutter.deletedBackground": "#ff497280", + "minimapSlider.activeBackground": "#b2b4b733", "minimapSlider.background": "#e5e6e733", "minimapSlider.hoverBackground": "#cccdcf33", - "minimapSlider.activeBackground": "#b2b4b733", - "minimapGutter.addedBackground": "#95ffc380", "minimapGutter.modifiedBackground": "#ffff8080", - "minimapGutter.deletedBackground": "#ff497280", - "editorGroup.border": "#e5e6e7", - "editorGroup.dropBackground": "#cccdcf7f", - "editorGroupHeader.noTabsBackground": "#ffffff", - "editorGroupHeader.tabsBackground": "#ffffff", - "editorGroupHeader.tabsBorder": "#ffffff", - "editorGroupHeader.border": "#ffffff", - "editorGroup.emptyBackground": "#ffffff", - "editorGroup.focusedEmptyBorder": "#e5e6e7", - "tab.activeBackground": "#ffffff", - "tab.unfocusedActiveBackground": "#ffffff", - "tab.activeForeground": "#666970", - "tab.border": "#ffffff", - "tab.lastPinnedBorder": "#eb71ad", - "tab.inactiveBackground": "#e5e6e7", - "tab.unfocusedInactiveBackground": "#e5e6e7", - "tab.inactiveForeground": "#b2b4b7", - "tab.unfocusedActiveForeground": "#b2b4b7", - "tab.unfocusedInactiveForeground": "#cccdcf", - "tab.hoverBackground": "#e5e6e780", - "tab.unfocusedHoverBackground": "#e5e6e780", - "tab.hoverForeground": "#7f8288", - "tab.unfocusedHoverForeground": "#999ba0", - "tab.activeModifiedBorder": "#ffff80", - "tab.inactiveModifiedBorder": "#ffff80", - "tab.unfocusedActiveModifiedBorder": "#ffff80", - "tab.unfocusedInactiveModifiedBorder": "#ffff80", "editorPane.background": "#ffffff", - "editor.background": "#ffffff", - "editor.foreground": "#4c5058", - "editorLineNumber.foreground": "#cccdcf", - "editorLineNumber.activeForeground": "#999ba0", - "editorCursor.background": "#ffffff", - "editorCursor.foreground": "#4c5058", - "editor.selectionBackground": "#a0dbff33", - "editor.selectionForeground": "#4c5058", - "editor.inactiveSelectionBackground": "#a0dbff33", - "editor.selectionHighlightBackground": "#e5e6e7", - "editor.wordHighlightBackground": "#4c505833", - "editor.wordHighlightStrongBackground": "#eb71ad33", - "editor.findMatchBackground": "#ffff803f", - "editor.findMatchHighlightBackground": "#ffff8033", - "editor.findRangeHighlightBackground": "#e5e6e7", - "editor.hoverHighlightBackground": "#cccdcf7f", - "editor.lineHighlightBackground": "#ffffff", - "editor.lineHighlightBorder": "#e5e6e7", - "editorLink.activeForeground": "#24e5ff", - "editor.rangeHighlightBackground": "#ffff8033", - "editor.symbolHighlightBackground": "#4c505833", - "editorWhitespace.foreground": "#e5e6e7", - "editorIndentGuide.background": "#e5e6e7", - "editorIndentGuide.activeBackground": "#cccdcf", "editorRuler.foreground": "#e5e6e7", - "editorCodeLens.foreground": "#7f8288", - "editorLightBulb.foreground": "#ffff80", - "editorLightBulbAutoFix.foreground": "#a0dbff", - "editorBracketMatch.background": "#e5e6e7", - "editorBracketMatch.border": "#cccdcf", - "editorBracketHighlight.foreground1": "#4c5058", - "editorBracketHighlight.foreground2": "#ffff80", - "editorBracketHighlight.foreground3": "#24e5ff", - "editorBracketHighlight.foreground4": "#4c5058", - "editorBracketHighlight.foreground5": "#95ffc3", - "editorBracketHighlight.foreground6": "#a0dbff", - "editorBracketHighlight.unexpectedBracket": "#ff4972", - "editor.foldBackground": "#e5e6e766", - "editorOverviewRuler.border": "#e5e6e7", - "editorOverviewRuler.findMatchForeground": "#ffff80bf", - "editorOverviewRuler.rangeHighlightForeground": "#cccdcfbf", - "editorOverviewRuler.selectionHighlightForeground": "#e5e6e7bf", - "editorOverviewRuler.wordHighlightForeground": "#cccdcfbf", - "editorOverviewRuler.wordHighlightStrongForeground": "#b2b4b7bf", - "editorOverviewRuler.modifiedForeground": "#ffff807f", - "editorOverviewRuler.addedForeground": "#95ffc37f", - "editorOverviewRuler.deletedForeground": "#ff49727f", - "editorOverviewRuler.errorForeground": "#ff49727f", - "editorOverviewRuler.warningForeground": "#dcdfe47f", - "editorOverviewRuler.infoForeground": "#a0dbff7f", - "editorOverviewRuler.bracketMatchForeground": "#b2b4b7", - "editorError.foreground": "#ff4972", - "editorError.border": "#4c5058", - "editorWarning.foreground": "#dcdfe4", - "editorWarning.border": "#666970", - "editorInfo.foreground": "#a0dbff", - "editorInfo.border": "#7f8288", - "editorHint.foreground": "#eb71ad", - "editorHint.border": "#999ba0", - "problemsErrorIcon.foreground": "#ff4972", - "problemsWarningIcon.foreground": "#dcdfe4", - "problemsInfoIcon.foreground": "#a0dbff", - "editorUnnecessaryCode.opacity": "#0000007f", - "editorGutter.background": "#ffffff", - "editorGutter.modifiedBackground": "#ffff80", - "editorGutter.addedBackground": "#95ffc3", - "editorGutter.deletedBackground": "#ff4972", - "editorGutter.commentRangeForeground": "#b2b4b7", - "editorGutter.foldingControlForeground": "#7f8288", - "diffEditor.insertedTextBackground": "#95ffc320", - "diffEditor.removedTextBackground": "#ff497220", - "diffEditor.border": "#e5e6e7", - "diffEditor.diagonalFill": "#e5e6e77f", - "editorWidget.foreground": "#666970", - "editorWidget.background": "#e5e6e7", - "editorWidget.border": "#e5e6e7", - "editorWidget.resizeBorder": "#a0dbff", "editorSuggestWidget.background": "#e5e6e7", "editorSuggestWidget.border": "#e5e6e7", "editorSuggestWidget.foreground": "#666970", "editorSuggestWidget.highlightForeground": "#eb71ad", "editorSuggestWidget.selectedBackground": "#cccdcf", - "editorHoverWidget.foreground": "#666970", - "editorHoverWidget.background": "#e5e6e7", - "editorHoverWidget.border": "#e5e6e7", - "editorHoverWidget.statusBarBackground": "#a0dbff33", - "debugExceptionWidget.background": "#e5e6e7", - "debugExceptionWidget.border": "#e5e6e7", - "editorMarkerNavigation.background": "#e5e6e7", - "editorMarkerNavigationError.background": "#ff4972", - "editorMarkerNavigationWarning.background": "#dcdfe4", - "editorMarkerNavigationInfo.background": "#a0dbff", + "editorUnnecessaryCode.opacity": "#0000007f", + "tab.activeBackground": "#ffffff", + "tab.activeForeground": "#666970", + "tab.activeModifiedBorder": "#ffff80", + "tab.border": "#ffffff", + "tab.unfocusedActiveBackground": "#ffffff", + "tab.inactiveBackground": "#e5e6e7", + "tab.inactiveForeground": "#b2b4b7", + "tab.lastPinnedBorder": "#eb71ad", + "tab.unfocusedInactiveBackground": "#e5e6e7", + "tab.unfocusedActiveForeground": "#b2b4b7", + "tab.unfocusedInactiveForeground": "#cccdcf", + "tab.hoverBackground": "#e5e6e780", + "tab.hoverForeground": "#7f8288", + "tab.unfocusedHoverBackground": "#e5e6e780", + "tab.unfocusedHoverForeground": "#999ba0", + "tab.inactiveModifiedBorder": "#ffff80", + "tab.unfocusedActiveModifiedBorder": "#ffff80", + "tab.unfocusedInactiveModifiedBorder": "#ffff80", + "editorWarning.border": "#666970", + "editorWarning.foreground": "#dcdfe4", + "editorWhitespace.foreground": "#e5e6e7", + "editorWidget.background": "#e5e6e7", + "editorWidget.border": "#e5e6e7", + "editorWidget.foreground": "#666970", + "editorWidget.resizeBorder": "#a0dbff", + "extensionBadge.remoteBackground": "#eb71ad", + "extensionBadge.remoteForeground": "#ffffff", + "extensionButton.prominentBackground": "#a0dbff", + "extensionButton.prominentForeground": "#ffffff", + "extensionButton.prominentHoverBackground": "#24e5ff", + "gitDecoration.addedResourceForeground": "#95ffc3", + "gitDecoration.conflictingResourceForeground": "#24e5ff", + "gitDecoration.deletedResourceForeground": "#ff4972", + "gitDecoration.ignoredResourceForeground": "#b2b4b7", + "gitDecoration.modifiedResourceForeground": "#ffff80", + "gitDecoration.stageDeletedResourceForeground": "#ff4972", + "gitDecoration.stageModifiedResourceForeground": "#24e5ff", + "gitDecoration.submoduleResourceForeground": "#eb71ad", + "gitDecoration.untrackedResourceForeground": "#4c5058", + "imagePreview.border": "#e5e6e7", + "menu.background": "#ffffff", + "menu.foreground": "#666970", + "menu.selectionBackground": "#e5e6e7", + "menu.selectionForeground": "#4c5058", + "menu.separatorBackground": "#cccdcf", + "menubar.selectionBackground": "#e5e6e7", + "menubar.selectionForeground": "#4c5058", + "merge.border": "#999ba0", + "merge.commonContentBackground": "#4c50584c", + "merge.commonHeaderBackground": "#4c50584c", + "merge.currentContentBackground": "#24e5ff4c", + "merge.currentHeaderBackground": "#24e5ff4c", + "merge.incomingContentBackground": "#a0dbff4c", + "merge.incomingHeaderBackground": "#a0dbff4c", + "notebook.cellBorderColor": "#e5e6e73f", + "notebook.cellHoverBackground": "#e5e6e73f", + "notebook.cellInsertionIndicator": "#95ffc3", + "notebook.cellStatusBarItemHoverBackground": "#e5e6e73f", + "notebook.cellToolbarSeparator": "#e5e6e73f", + "notebook.focusedCellBackground": "#e5e6e77f", + "notebook.focusedCellBorder": "#4c5058", + "notebook.focusedCellShadow": "#0000003f", + "notebook.focusedEditorBorder": "#e5e6e7", + "notebook.focusedRowBorder": "#4c5058", + "notebook.inactiveFocusedCellBorder": "#7f8288", + "notebook.outputContainerBackgroundColor": "#ffffff", + "notebook.rowHoverBackground": "#e5e6e77f", + "notebook.selectedCellBorder": "#999ba0", + "notebook.symbolHighlightBackground": "#4c50583f", + "problemsErrorIcon.foreground": "#ff4972", + "problemsInfoIcon.foreground": "#a0dbff", + "problemsWarningIcon.foreground": "#dcdfe4", + "notebookScrollbarSlider.activeBackground": "#7f82887f", + "notebookScrollbarSlider.background": "#b2b4b77f", + "notebookScrollbarSlider.hoverBackground": "#999ba07f", + "notebookStatusErrorIcon.foreground": "#ff4972", + "notebookStatusRunningIcon.foreground": "#a0dbff", + "notebookStatusSuccessIcon.foreground": "#95ffc3", + "notificationCenterHeader.background": "#cccdcf", + "notificationCenterHeader.foreground": "#666970", + "notificationLink.foreground": "#a0dbff", + "notificationToast.border": "#b2b4b7", + "notifications.background": "#e5e6e7", + "notifications.border": "#b2b4b7", + "notifications.foreground": "#4c5058", + "notificationsErrorIcon.foreground": "#ff4972", + "notificationsInfoIcon.foreground": "#a0dbff", + "notificationsWarningIcon.foreground": "#dcdfe4", + "panel.background": "#ffffff", + "panel.border": "#e5e6e7", + "panel.dropBorder": "#a0dbff", + "panelSection.border": "#e5e6e7", + "panelSection.dropBackground": "#e5e6e73f", + "panelSectionHeader.background": "#cccdcf", + "panelSectionHeader.border": "#ffffff", + "panelSectionHeader.foreground": "#666970", + "panelTitle.activeBorder": "#b2b4b7", + "panelTitle.activeForeground": "#666970", + "panelTitle.inactiveForeground": "#999ba0", "peekView.border": "#eb71ad", "peekViewEditor.background": "#e5e6e77f", - "peekViewEditorGutter.background": "#e5e6e77f", "peekViewEditor.matchHighlightBackground": "#ffff807f", + "peekViewEditorGutter.background": "#e5e6e77f", "peekViewResult.background": "#e5e6e7", "peekViewResult.fileForeground": "#666970", "peekViewResult.lineForeground": "#cccdcf", @@ -235,166 +357,42 @@ "peekViewTitle.background": "#e5e6e7", "peekViewTitleDescription.foreground": "#7f8288", "peekViewTitleLabel.foreground": "#4c5058", - "merge.currentHeaderBackground": "#24e5ff4c", - "merge.currentContentBackground": "#24e5ff4c", - "merge.incomingHeaderBackground": "#a0dbff4c", - "merge.incomingContentBackground": "#a0dbff4c", - "merge.border": "#999ba0", - "merge.commonContentBackground": "#4c50584c", - "merge.commonHeaderBackground": "#4c50584c", - "editorOverviewRuler.currentContentForeground": "#24e5ff", - "editorOverviewRuler.incomingContentForeground": "#a0dbff", - "editorOverviewRuler.commonContentForeground": "#4c5058", - "panel.background": "#ffffff", - "panel.border": "#e5e6e7", - "panel.dropBorder": "#a0dbff", - "panelTitle.activeBorder": "#b2b4b7", - "panelTitle.activeForeground": "#666970", - "panelTitle.inactiveForeground": "#999ba0", - "panelSection.border": "#e5e6e7", - "panelSection.dropBackground": "#e5e6e73f", - "panelSectionHeader.background": "#cccdcf", - "panelSectionHeader.foreground": "#666970", - "panelSectionHeader.border": "#ffffff", - "imagePreview.border": "#e5e6e7", - "statusBar.background": "#a0dbff", - "statusBar.foreground": "#ffffff", - "statusBar.border": "#ffffff", - "statusBar.debuggingBackground": "#dcdfe4", - "statusBar.debuggingForeground": "#ffffff", - "statusBar.debuggingBorder": "#ffffff", - "statusBar.noFolderBackground": "#4c5058", - "statusBar.noFolderForeground": "#ffffff", - "statusBar.noFolderBorder": "#ffffff", - "statusBarItem.activeBackground": "#24e5ff", - "statusBarItem.hoverBackground": "#95ffc3", - "statusBarItem.prominentBackground": "#24e5ff", - "statusBarItem.prominentHoverBackground": "#95ffc3", - "statusBarItem.remoteBackground": "#24e5ff", - "statusBarItem.remoteForeground": "#ffffff", - "statusBarItem.errorBackground": "#ff4972", - "statusBarItem.errorForeground": "#ffffff", - "titleBar.activeBackground": "#ffffff", - "titleBar.activeForeground": "#7f8288", - "titleBar.inactiveBackground": "#ffffff", - "titleBar.inactiveForeground": "#b2b4b7", - "menubar.selectionForeground": "#4c5058", - "menubar.selectionBackground": "#e5e6e7", - "menu.foreground": "#666970", - "menu.background": "#ffffff", - "menu.selectionForeground": "#4c5058", - "menu.selectionBackground": "#e5e6e7", - "menu.separatorBackground": "#cccdcf", - "notificationCenterHeader.foreground": "#666970", - "notificationCenterHeader.background": "#cccdcf", - "notificationToast.border": "#b2b4b7", - "notifications.foreground": "#4c5058", - "notifications.background": "#e5e6e7", - "notifications.border": "#b2b4b7", - "notificationLink.foreground": "#a0dbff", - "notificationsErrorIcon.foreground": "#ff4972", - "notificationsWarningIcon.foreground": "#dcdfe4", - "notificationsInfoIcon.foreground": "#a0dbff", - "extensionButton.prominentForeground": "#ffffff", - "extensionButton.prominentBackground": "#a0dbff", - "extensionButton.prominentHoverBackground": "#24e5ff", - "extensionBadge.remoteBackground": "#eb71ad", - "extensionBadge.remoteForeground": "#ffffff", "pickerGroup.border": "#cccdcf", "pickerGroup.foreground": "#999ba0", "quickInput.background": "#e5e6e7", "quickInput.foreground": "#4c5058", "quickInputTitle.background": "#cccdcf", - "terminal.background": "#ffffff", - "terminal.foreground": "#666970", - "terminal.ansiBlack": "#ffffff", - "terminal.ansiBlue": "#a0dbff", - "terminal.ansiBrightBlack": "#e5e6e7", - "terminal.ansiBrightBlue": "#a0dbff", - "terminal.ansiBrightCyan": "#24e5ff", - "terminal.ansiBrightGreen": "#24e5ff", - "terminal.ansiBrightMagenta": "#eb71ad", - "terminal.ansiBrightRed": "#dcdfe4", - "terminal.ansiBrightWhite": "#4c5058", - "terminal.ansiBrightYellow": "#ffff80", - "terminal.ansiCyan": "#24e5ff", - "terminal.ansiGreen": "#95ffc3", - "terminal.ansiMagenta": "#eb71ad", - "terminal.ansiRed": "#ff4972", - "terminal.ansiWhite": "#666970", - "terminal.ansiYellow": "#ffff80", - "terminal.selectionBackground": "#a0dbff7f", - "terminalCursor.background": "#e5e6e7", - "terminalCursor.foreground": "#7f8288", - "debugToolBar.background": "#e5e6e7", - "debugToolBar.border": "#cccdcf", - "editor.stackFrameHighlightBackground": "#24e5ff3f", - "editor.focusedStackFrameHighlightBackground": "#95ffc33f", - "debugView.exceptionLabelForeground": "#ffff80", - "debugView.exceptionLabelBackground": "#e5e6e7", - "debugView.stateLabelForeground": "#a0dbff", - "debugView.stateLabelBackground": "#e5e6e7", - "debugView.valueChangedHighlight": "#ffff8033", - "debugTokenExpression.name": "#a0dbff", - "debugTokenExpression.value": "#4c5058", - "debugTokenExpression.string": "#95ffc3", - "debugTokenExpression.boolean": "#4c5058", - "debugTokenExpression.number": "#eb71ad", - "debugTokenExpression.error": "#ff4972", - "testing.iconFailed": "#dcdfe4", - "testing.iconErrored": "#ff4972", - "testing.iconPassed": "#95ffc3", - "testing.runAction": "#a0dbff", - "testing.iconQueued": "#24e5ff", - "testing.iconUnset": "#7f8288", - "testing.iconSkipped": "#999ba0", - "testing.peekBorder": "#b2b4b7", - "testing.message.error.decorationForeground": "#ff4972", - "testing.message.error.lineBackground": "#ff49723f", - "testing.message.warning.decorationForeground": "#dcdfe4", - "testing.message.warning.lineBackground": "#dcdfe43f", - "testing.message.info.decorationForeground": "#a0dbff", - "testing.message.info.lineBackground": "#a0dbff3f", - "testing.message.hint.decorationForeground": "#eb71ad", - "testing.message.hint.lineBackground": "#eb71ad3f", - "welcomePage.background": "#ffffff", - "welcomePage.buttonBackground": "#e5e6e7", - "welcomePage.buttonHoverBackground": "#cccdcf", - "welcomePage.progress.background": "#a0dbff", - "welcomePage.progress.foreground": "#ffffff", - "walkThrough.embeddedEditorBackground": "#ffffff", "scm.providerBorder": "#cccdcf", - "gitDecoration.addedResourceForeground": "#95ffc3", - "gitDecoration.modifiedResourceForeground": "#ffff80", - "gitDecoration.stageModifiedResourceForeground": "#24e5ff", - "gitDecoration.deletedResourceForeground": "#ff4972", - "gitDecoration.stageDeletedResourceForeground": "#ff4972", - "gitDecoration.untrackedResourceForeground": "#4c5058", - "gitDecoration.ignoredResourceForeground": "#b2b4b7", - "gitDecoration.conflictingResourceForeground": "#24e5ff", - "gitDecoration.submoduleResourceForeground": "#eb71ad", - "settings.headerForeground": "#4c5058", - "settings.modifiedItemIndicator": "#24e5ff", + "settings.checkboxBackground": "#a0dbff", + "settings.checkboxBorder": "#a0dbff", + "settings.checkboxForeground": "#ffffff", "settings.dropdownBackground": "#e5e6e7", "settings.dropdownForeground": "#666970", "settings.dropdownListBorder": "#cccdcf", - "settings.checkboxBackground": "#a0dbff", - "settings.checkboxForeground": "#ffffff", - "settings.checkboxBorder": "#a0dbff", - "settings.textInputBackground": "#e5e6e7", - "settings.textInputForeground": "#666970", + "settings.focusedRowBackground": "#ffffff", + "settings.headerForeground": "#4c5058", + "settings.modifiedItemIndicator": "#24e5ff", "settings.numberInputBackground": "#e5e6e7", "settings.numberInputForeground": "#666970", - "settings.focusedRowBackground": "#ffffff", - "notebook.focusedRowBorder": "#4c5058", - "notebook.rowHoverBackground": "#e5e6e77f", - "breadcrumb.foreground": "#7f8288", - "breadcrumb.background": "#ffffff", - "breadcrumb.focusForeground": "#666970", - "breadcrumb.activeSelectionForeground": "#4c5058", - "breadcrumbPicker.background": "#ffffff", - "editor.snippetTabstopHighlightBackground": "#e5e6e77f", - "editor.snippetFinalTabstopHighlightBackground": "#cccdcf7f", + "settings.textInputBackground": "#e5e6e7", + "settings.textInputForeground": "#666970", + "statusBar.background": "#a0dbff", + "statusBar.border": "#ffffff", + "statusBar.debuggingBackground": "#dcdfe4", + "statusBar.debuggingBorder": "#ffffff", + "statusBar.debuggingForeground": "#ffffff", + "statusBar.foreground": "#ffffff", + "statusBar.noFolderBackground": "#4c5058", + "statusBar.noFolderBorder": "#ffffff", + "statusBar.noFolderForeground": "#ffffff", + "statusBarItem.activeBackground": "#24e5ff", + "statusBarItem.errorBackground": "#ff4972", + "statusBarItem.errorForeground": "#ffffff", + "statusBarItem.hoverBackground": "#95ffc3", + "statusBarItem.prominentBackground": "#24e5ff", + "statusBarItem.prominentHoverBackground": "#95ffc3", + "statusBarItem.remoteBackground": "#24e5ff", + "statusBarItem.remoteForeground": "#ffffff", "symbolIcon.arrayForeground": "#eb71ad", "symbolIcon.booleanForeground": "#4c5058", "symbolIcon.classForeground": "#a0dbff", @@ -411,6 +409,10 @@ "symbolIcon.interfaceForeground": "#ff4972", "symbolIcon.keyForeground": "#ffff80", "symbolIcon.keywordForeground": "#a0dbff", + "titleBar.activeBackground": "#ffffff", + "titleBar.activeForeground": "#7f8288", + "titleBar.inactiveBackground": "#ffffff", + "titleBar.inactiveForeground": "#b2b4b7", "symbolIcon.methodForeground": "#24e5ff", "symbolIcon.moduleForeground": "#24e5ff", "symbolIcon.namespaceForeground": "#a0dbff", @@ -428,66 +430,63 @@ "symbolIcon.typeParameterForeground": "#a0dbff", "symbolIcon.unitForeground": "#ffff80", "symbolIcon.variableForeground": "#dcdfe4", - "debugIcon.breakpointForeground": "#ff4972", - "debugIcon.breakpointDisabledForeground": "#999ba0", - "debugIcon.breakpointUnverifiedForeground": "#7f8288", - "debugIcon.breakpointCurrentStackframeForeground": "#95ffc3", - "debugIcon.breakpointStackframeForeground": "#ffff80", - "debugIcon.startForeground": "#95ffc3", - "debugIcon.pauseForeground": "#a0dbff", - "debugIcon.stopForeground": "#ff4972", - "debugIcon.disconnectForeground": "#dcdfe4", - "debugIcon.restartForeground": "#eb71ad", - "debugIcon.stepOverForeground": "#4c5058", - "debugIcon.stepIntoForeground": "#4c5058", - "debugIcon.stepOutForeground": "#4c5058", - "debugIcon.continueForeground": "#95ffc3", - "debugIcon.stepBackForeground": "#4c5058", - "debugConsole.infoForeground": "#a0dbff", - "debugConsole.warningForeground": "#dcdfe4", - "debugConsole.errorForeground": "#ff4972", - "debugConsole.sourceForeground": "#4c5058", - "debugConsoleInputIcon.foreground": "#999ba0", - "notebook.cellBorderColor": "#e5e6e73f", - "notebook.focusedEditorBorder": "#e5e6e7", - "notebookStatusSuccessIcon.foreground": "#95ffc3", - "notebookStatusErrorIcon.foreground": "#ff4972", - "notebookStatusRunningIcon.foreground": "#a0dbff", - "notebook.outputContainerBackgroundColor": "#ffffff", - "notebook.cellToolbarSeparator": "#e5e6e73f", - "notebook.focusedCellBackground": "#e5e6e77f", - "notebook.cellHoverBackground": "#e5e6e73f", - "notebook.focusedCellBorder": "#4c5058", - "notebook.focusedCellShadow": "#0000003f", - "notebook.selectedCellBorder": "#999ba0", - "notebook.cellStatusBarItemHoverBackground": "#e5e6e73f", - "notebook.cellInsertionIndicator": "#95ffc3", - "notebookScrollbarSlider.background": "#b2b4b77f", - "notebookScrollbarSlider.hoverBackground": "#999ba07f", - "notebookScrollbarSlider.activeBackground": "#7f82887f", - "notebook.symbolHighlightBackground": "#4c50583f", - "notebook.inactiveFocusedCellBorder": "#7f8288", - "charts.foreground": "#666970", - "charts.lines": "#b2b4b7", - "charts.red": "#ff4972", - "charts.blue": "#a0dbff", - "charts.yellow": "#ffff80", - "charts.orange": "#dcdfe4", - "charts.green": "#95ffc3", - "charts.purple": "#4c5058" + "terminal.ansiBlack": "#ffffff", + "terminal.ansiBlue": "#a0dbff", + "terminal.ansiBrightBlack": "#e5e6e7", + "terminal.ansiBrightBlue": "#a0dbff", + "terminal.ansiBrightCyan": "#24e5ff", + "terminal.ansiBrightGreen": "#24e5ff", + "terminal.ansiBrightMagenta": "#eb71ad", + "terminal.ansiBrightRed": "#dcdfe4", + "terminal.ansiBrightWhite": "#4c5058", + "terminal.ansiBrightYellow": "#ffff80", + "terminal.ansiCyan": "#24e5ff", + "terminal.ansiGreen": "#95ffc3", + "terminal.background": "#ffffff", + "terminal.foreground": "#666970", + "terminal.ansiMagenta": "#eb71ad", + "terminal.ansiRed": "#ff4972", + "terminal.ansiWhite": "#666970", + "terminal.ansiYellow": "#ffff80", + "terminal.selectionBackground": "#a0dbff7f", + "terminalCursor.background": "#e5e6e7", + "terminalCursor.foreground": "#7f8288", + "testing.iconErrored": "#ff4972", + "testing.iconFailed": "#dcdfe4", + "testing.iconPassed": "#95ffc3", + "testing.iconQueued": "#24e5ff", + "testing.iconSkipped": "#999ba0", + "testing.iconUnset": "#7f8288", + "testing.message.error.decorationForeground": "#ff4972", + "testing.message.error.lineBackground": "#ff49723f", + "testing.message.hint.decorationForeground": "#eb71ad", + "testing.message.hint.lineBackground": "#eb71ad3f", + "testing.message.info.decorationForeground": "#a0dbff", + "testing.message.info.lineBackground": "#a0dbff3f", + "testing.message.warning.decorationForeground": "#dcdfe4", + "testing.message.warning.lineBackground": "#dcdfe43f", + "testing.peekBorder": "#b2b4b7", + "testing.runAction": "#a0dbff", + "walkThrough.embeddedEditorBackground": "#ffffff", + "welcomePage.background": "#ffffff", + "welcomePage.buttonBackground": "#e5e6e7", + "welcomePage.buttonHoverBackground": "#cccdcf", + "welcomePage.progress.background": "#a0dbff", + "welcomePage.progress.foreground": "#ffffff" }, + "name": "Betelgeuse Light", "tokenColors": [ { "settings": { - "background": "#ffffff", - "foreground": "#666970", - "selectionBorder": "#7f8288", - "findHighlight": "#ffff80", - "findHighlightForeground": "#ffffff", "activeGuide": "#dcdfe4", + "background": "#ffffff", + "bracketsContentsForeground": "#6669707F", "bracketsForeground": "#6669707F", "bracketsOptions": "stippled_underline", - "bracketsContentsForeground": "#6669707F", + "findHighlight": "#ffff80", + "findHighlightForeground": "#ffffff", + "foreground": "#666970", + "selectionBorder": "#7f8288", "tagsOptions": "stippled_underline" } }, @@ -610,5 +609,6 @@ "foreground": "#eb71ad" } } - ] + ], + "type": "light" } diff --git a/home/private_dot_config/private_Code/User/keybindings.json b/home/private_dot_config/private_Code/User/keybindings.json index cebb44f5..19d870b3 100644 --- a/home/private_dot_config/private_Code/User/keybindings.json +++ b/home/private_dot_config/private_Code/User/keybindings.json @@ -1,48 +1,48 @@ [ { - "key": "tab", "command": "selectNextQuickFix", + "key": "tab", "when": "editorFocus && quickFixWidgetVisible" }, { - "key": "shift+tab", "command": "selectPrevQuickFix", + "key": "shift+tab", "when": "editorFocus && quickFixWidgetVisible" }, { - "key": "tab", "command": "selectNextSuggestion", - "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible" - }, - { - "key": "shift+tab", - "command": "selectPrevSuggestion", - "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible" - }, - { - "key": "ctrl+j", - "command": "editor.action.inlineSuggest.commit", - "when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorTabMovesFocus" - }, - { "key": "tab", - "command": "-editor.action.inlineSuggest.commit", + "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible" + }, + { + "command": "selectPrevSuggestion", + "key": "shift+tab", + "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible" + }, + { + "command": "editor.action.inlineSuggest.commit", + "key": "ctrl+j", "when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorTabMovesFocus" }, { - "key": "alt+right", - "command": "workbench.action.nextEditor" + "command": "-editor.action.inlineSuggest.commit", + "key": "tab", + "when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorTabMovesFocus" }, { - "key": "ctrl+pagedown", - "command": "-workbench.action.nextEditor" + "command": "workbench.action.nextEditor", + "key": "alt+right" }, { - "key": "alt+left", - "command": "workbench.action.previousEditor" + "command": "-workbench.action.nextEditor", + "key": "ctrl+pagedown" }, { - "key": "ctrl+pageup", - "command": "-workbench.action.previousEditor" + "command": "workbench.action.previousEditor", + "key": "alt+left" + }, + { + "command": "-workbench.action.previousEditor", + "key": "ctrl+pageup" } -] \ No newline at end of file +] diff --git a/home/private_dot_config/private_Code/User/settings.json b/home/private_dot_config/private_Code/User/settings.json index 6c476eca..ecb945f2 100644 --- a/home/private_dot_config/private_Code/User/settings.json +++ b/home/private_dot_config/private_Code/User/settings.json @@ -65,8 +65,8 @@ "explorer.confirmDelete": false, "extensions.ignoreRecommendations": true, "files.trimTrailingWhitespace": true, - "git.autofetch": true, "git.autoStash": true, + "git.autofetch": true, "github.codespaces.showPerformanceExplorer": true, "gitlab.showPipelineUpdateNotifications": true, "gitlens.showWelcomeOnInstall": false, @@ -140,16 +140,8 @@ "vsicons.dontShowNewVersionMessage": true, "window.menuBarVisibility": "toggle", "workbench.colorCustomizations": { - "terminal.foreground": "#708284", - "terminal.background": "#001e27", "terminal.ansiBlack": "#002831", "terminal.ansiBlue": "#2176c7", - "terminal.ansiCyan": "#259286", - "terminal.ansiGreen": "#738a05", - "terminal.ansiMagenta": "#c61c6f", - "terminal.ansiRed": "#d11c24", - "terminal.ansiWhite": "#eae3cb", - "terminal.ansiYellow": "#a57706", "terminal.ansiBrightBlack": "#475b62", "terminal.ansiBrightBlue": "#708284", "terminal.ansiBrightCyan": "#819090", @@ -158,6 +150,14 @@ "terminal.ansiBrightRed": "#bd3613", "terminal.ansiBrightWhite": "#fcf4dc", "terminal.ansiBrightYellow": "#536870", + "terminal.ansiCyan": "#259286", + "terminal.ansiGreen": "#738a05", + "terminal.ansiMagenta": "#c61c6f", + "terminal.ansiRed": "#d11c24", + "terminal.ansiWhite": "#eae3cb", + "terminal.ansiYellow": "#a57706", + "terminal.background": "#001e27", + "terminal.foreground": "#708284", "terminal.selectionBackground": "#002831", "terminalCursor.foreground": "#708284" }, diff --git a/local/package-lock.json b/local/package-lock.json new file mode 100644 index 00000000..d716b71d --- /dev/null +++ b/local/package-lock.json @@ -0,0 +1 @@ +{"name":"@mblabs/hiawatha-dotfiles","preserveSymlinks":false,"version":"0.0.1","lockfileVersion":1,"dependencies":{"@ampproject/remapping":{"version":"2.2.0","dev":true,"integrity":"sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==","requires":{"@jridgewell/gen-mapping":"0.1.1","@jridgewell/trace-mapping":"0.3.17"}},"@babel/code-frame":{"version":"7.18.6","dev":true,"integrity":"sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==","requires":{"@babel/highlight":"7.18.6"},"dependencies":{"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}}}},"@babel/compat-data":{"version":"7.20.10","dev":true,"integrity":"sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg=="},"@babel/core":{"version":"7.20.7","dev":true,"integrity":"sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==","requires":{"@ampproject/remapping":"2.2.0","@babel/code-frame":"7.18.6","@babel/generator":"7.20.7","@babel/helper-compilation-targets":"7.20.7","@babel/helper-module-transforms":"7.20.11","@babel/helpers":"7.20.7","@babel/parser":"7.20.7","@babel/template":"7.20.7","@babel/traverse":"7.20.10","@babel/types":"7.20.7","convert-source-map":"1.9.0","debug":"4.3.4","gensync":"1.0.0-beta.2","json5":"2.2.2","semver":"6.3.0"}},"@babel/eslint-parser":{"version":"7.19.1","dev":true,"integrity":"sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==","requires":{"@babel/core":"7.20.7","@nicolo-ribaudo/eslint-scope-5-internals":"5.1.1-v1","eslint":"8.30.0","eslint-visitor-keys":"2.1.0","semver":"6.3.0"}},"@babel/generator":{"version":"7.20.7","dev":true,"integrity":"sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==","requires":{"@babel/types":"7.20.7","@jridgewell/gen-mapping":"0.3.2","jsesc":"2.5.2"}},"@babel/helper-annotate-as-pure":{"version":"7.18.6","dev":true,"integrity":"sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-builder-binary-assignment-operator-visitor":{"version":"7.18.9","dev":true,"integrity":"sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==","requires":{"@babel/helper-explode-assignable-expression":"7.18.6","@babel/types":"7.20.7"}},"@babel/helper-compilation-targets":{"version":"7.20.7","dev":true,"integrity":"sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==","requires":{"@babel/compat-data":"7.20.10","@babel/core":"7.20.7","@babel/helper-validator-option":"7.18.6","browserslist":"4.21.4","lru-cache":"5.1.1","semver":"6.3.0"}},"@babel/helper-create-class-features-plugin":{"version":"7.20.7","dev":true,"integrity":"sha512-LtoWbDXOaidEf50hmdDqn9g8VEzsorMexoWMQdQODbvmqYmaF23pBP5VNPAGIFHsFQCIeKokDiz3CH5Y2jlY6w==","requires":{"@babel/core":"7.20.7","@babel/helper-annotate-as-pure":"7.18.6","@babel/helper-environment-visitor":"7.18.9","@babel/helper-function-name":"7.19.0","@babel/helper-member-expression-to-functions":"7.20.7","@babel/helper-optimise-call-expression":"7.18.6","@babel/helper-replace-supers":"7.20.7","@babel/helper-split-export-declaration":"7.18.6"}},"@babel/helper-create-regexp-features-plugin":{"version":"7.20.5","dev":true,"integrity":"sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==","requires":{"@babel/core":"7.20.7","@babel/helper-annotate-as-pure":"7.18.6","regexpu-core":"5.2.2"}},"@babel/helper-define-polyfill-provider":{"version":"0.3.3","dev":true,"integrity":"sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==","requires":{"@babel/core":"7.20.7","@babel/helper-compilation-targets":"7.20.7","@babel/helper-plugin-utils":"7.20.2","debug":"4.3.4","lodash.debounce":"4.0.8","resolve":"1.22.1","semver":"6.3.0"}},"@babel/helper-environment-visitor":{"version":"7.18.9","dev":true,"integrity":"sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg=="},"@babel/helper-explode-assignable-expression":{"version":"7.18.6","dev":true,"integrity":"sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-function-name":{"version":"7.19.0","dev":true,"integrity":"sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==","requires":{"@babel/template":"7.20.7","@babel/types":"7.20.7"}},"@babel/helper-hoist-variables":{"version":"7.18.6","dev":true,"integrity":"sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-member-expression-to-functions":{"version":"7.20.7","dev":true,"integrity":"sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-module-imports":{"version":"7.18.6","dev":true,"integrity":"sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-module-transforms":{"version":"7.20.11","dev":true,"integrity":"sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==","requires":{"@babel/helper-environment-visitor":"7.18.9","@babel/helper-module-imports":"7.18.6","@babel/helper-simple-access":"7.20.2","@babel/helper-split-export-declaration":"7.18.6","@babel/helper-validator-identifier":"7.19.1","@babel/template":"7.20.7","@babel/traverse":"7.20.10","@babel/types":"7.20.7"}},"@babel/helper-optimise-call-expression":{"version":"7.18.6","dev":true,"integrity":"sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-plugin-utils":{"version":"7.20.2","dev":true,"integrity":"sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ=="},"@babel/helper-remap-async-to-generator":{"version":"7.18.9","dev":true,"integrity":"sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==","requires":{"@babel/core":"7.20.7","@babel/helper-annotate-as-pure":"7.18.6","@babel/helper-environment-visitor":"7.18.9","@babel/helper-wrap-function":"7.20.5","@babel/types":"7.20.7"}},"@babel/helper-replace-supers":{"version":"7.20.7","dev":true,"integrity":"sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==","requires":{"@babel/helper-environment-visitor":"7.18.9","@babel/helper-member-expression-to-functions":"7.20.7","@babel/helper-optimise-call-expression":"7.18.6","@babel/template":"7.20.7","@babel/traverse":"7.20.10","@babel/types":"7.20.7"}},"@babel/helper-simple-access":{"version":"7.20.2","dev":true,"integrity":"sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-skip-transparent-expression-wrappers":{"version":"7.20.0","dev":true,"integrity":"sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-split-export-declaration":{"version":"7.18.6","dev":true,"integrity":"sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==","requires":{"@babel/types":"7.20.7"}},"@babel/helper-string-parser":{"version":"7.19.4","dev":true,"integrity":"sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw=="},"@babel/helper-validator-identifier":{"version":"7.19.1","dev":true,"integrity":"sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="},"@babel/helper-validator-option":{"version":"7.18.6","dev":true,"integrity":"sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw=="},"@babel/helper-wrap-function":{"version":"7.20.5","dev":true,"integrity":"sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==","requires":{"@babel/helper-function-name":"7.19.0","@babel/template":"7.20.7","@babel/traverse":"7.20.10","@babel/types":"7.20.7"}},"@babel/helpers":{"version":"7.20.7","dev":true,"integrity":"sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==","requires":{"@babel/template":"7.20.7","@babel/traverse":"7.20.10","@babel/types":"7.20.7"}},"@babel/highlight":{"version":"7.18.6","dev":true,"integrity":"sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==","requires":{"@babel/helper-validator-identifier":"7.19.1","chalk":"2.4.2","js-tokens":"4.0.0"}},"@babel/parser":{"version":"7.20.7","dev":true,"integrity":"sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==","requires":{"@babel/types":"7.20.7"}},"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression":{"version":"7.18.6","dev":true,"integrity":"sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining":{"version":"7.20.7","dev":true,"integrity":"sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-skip-transparent-expression-wrappers":"7.20.0","@babel/plugin-proposal-optional-chaining":"7.20.7"}},"@babel/plugin-proposal-async-generator-functions":{"version":"7.20.7","dev":true,"integrity":"sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==","requires":{"@babel/core":"7.20.7","@babel/helper-environment-visitor":"7.18.9","@babel/helper-plugin-utils":"7.20.2","@babel/helper-remap-async-to-generator":"7.18.9","@babel/plugin-syntax-async-generators":"7.8.4"}},"@babel/plugin-proposal-class-properties":{"version":"7.18.6","dev":true,"integrity":"sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==","requires":{"@babel/core":"7.20.7","@babel/helper-create-class-features-plugin":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-proposal-class-static-block":{"version":"7.20.7","dev":true,"integrity":"sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==","requires":{"@babel/core":"7.20.7","@babel/helper-create-class-features-plugin":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-class-static-block":"7.14.5"}},"@babel/plugin-proposal-decorators":{"version":"7.20.7","dev":true,"integrity":"sha512-JB45hbUweYpwAGjkiM7uCyXMENH2lG+9r3G2E+ttc2PRXAoEkpfd/KW5jDg4j8RS6tLtTG1jZi9LbHZVSfs1/A==","requires":{"@babel/core":"7.20.7","@babel/helper-create-class-features-plugin":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-replace-supers":"7.20.7","@babel/helper-split-export-declaration":"7.18.6","@babel/plugin-syntax-decorators":"7.19.0"}},"@babel/plugin-proposal-dynamic-import":{"version":"7.18.6","dev":true,"integrity":"sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-dynamic-import":"7.8.3"}},"@babel/plugin-proposal-export-default-from":{"version":"7.18.10","dev":true,"integrity":"sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-export-default-from":"7.18.6"}},"@babel/plugin-proposal-export-namespace-from":{"version":"7.18.9","dev":true,"integrity":"sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-export-namespace-from":"7.8.3"}},"@babel/plugin-proposal-json-strings":{"version":"7.18.6","dev":true,"integrity":"sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-json-strings":"7.8.3"}},"@babel/plugin-proposal-logical-assignment-operators":{"version":"7.20.7","dev":true,"integrity":"sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-logical-assignment-operators":"7.10.4"}},"@babel/plugin-proposal-nullish-coalescing-operator":{"version":"7.18.6","dev":true,"integrity":"sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-nullish-coalescing-operator":"7.8.3"}},"@babel/plugin-proposal-numeric-separator":{"version":"7.18.6","dev":true,"integrity":"sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-numeric-separator":"7.10.4"}},"@babel/plugin-proposal-object-rest-spread":{"version":"7.20.7","dev":true,"integrity":"sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==","requires":{"@babel/compat-data":"7.20.10","@babel/core":"7.20.7","@babel/helper-compilation-targets":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-object-rest-spread":"7.8.3","@babel/plugin-transform-parameters":"7.20.7"}},"@babel/plugin-proposal-optional-catch-binding":{"version":"7.18.6","dev":true,"integrity":"sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-optional-catch-binding":"7.8.3"}},"@babel/plugin-proposal-optional-chaining":{"version":"7.20.7","dev":true,"integrity":"sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-skip-transparent-expression-wrappers":"7.20.0","@babel/plugin-syntax-optional-chaining":"7.8.3"}},"@babel/plugin-proposal-private-methods":{"version":"7.18.6","dev":true,"integrity":"sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==","requires":{"@babel/core":"7.20.7","@babel/helper-create-class-features-plugin":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-proposal-private-property-in-object":{"version":"7.20.5","dev":true,"integrity":"sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==","requires":{"@babel/core":"7.20.7","@babel/helper-annotate-as-pure":"7.18.6","@babel/helper-create-class-features-plugin":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-private-property-in-object":"7.14.5"}},"@babel/plugin-proposal-unicode-property-regex":{"version":"7.18.6","dev":true,"integrity":"sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==","requires":{"@babel/core":"7.20.7","@babel/helper-create-regexp-features-plugin":"7.20.5","@babel/helper-plugin-utils":"7.20.2"},"dependencies":{"jsesc":{"version":"0.5.0","dev":true,"integrity":"sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="}}},"@babel/plugin-syntax-async-generators":{"version":"7.8.4","dev":true,"integrity":"sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-bigint":{"version":"7.8.3","dev":true,"integrity":"sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-class-properties":{"version":"7.12.13","dev":true,"integrity":"sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-class-static-block":{"version":"7.14.5","dev":true,"integrity":"sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-decorators":{"version":"7.19.0","dev":true,"integrity":"sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-dynamic-import":{"version":"7.8.3","dev":true,"integrity":"sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-export-default-from":{"version":"7.18.6","dev":true,"integrity":"sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-export-namespace-from":{"version":"7.8.3","dev":true,"integrity":"sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-flow":{"version":"7.18.6","dev":true,"integrity":"sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-import-assertions":{"version":"7.20.0","dev":true,"integrity":"sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-import-meta":{"version":"7.10.4","dev":true,"integrity":"sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-json-strings":{"version":"7.8.3","dev":true,"integrity":"sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-jsx":{"version":"7.18.6","dev":true,"integrity":"sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-logical-assignment-operators":{"version":"7.10.4","dev":true,"integrity":"sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-nullish-coalescing-operator":{"version":"7.8.3","dev":true,"integrity":"sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-numeric-separator":{"version":"7.10.4","dev":true,"integrity":"sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-object-rest-spread":{"version":"7.8.3","dev":true,"integrity":"sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-optional-catch-binding":{"version":"7.8.3","dev":true,"integrity":"sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-optional-chaining":{"version":"7.8.3","dev":true,"integrity":"sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-private-property-in-object":{"version":"7.14.5","dev":true,"integrity":"sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-top-level-await":{"version":"7.14.5","dev":true,"integrity":"sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-syntax-typescript":{"version":"7.20.0","dev":true,"integrity":"sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-arrow-functions":{"version":"7.20.7","dev":true,"integrity":"sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-async-to-generator":{"version":"7.20.7","dev":true,"integrity":"sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==","requires":{"@babel/core":"7.20.7","@babel/helper-module-imports":"7.18.6","@babel/helper-plugin-utils":"7.20.2","@babel/helper-remap-async-to-generator":"7.18.9"}},"@babel/plugin-transform-block-scoped-functions":{"version":"7.18.6","dev":true,"integrity":"sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-block-scoping":{"version":"7.20.11","dev":true,"integrity":"sha512-tA4N427a7fjf1P0/2I4ScsHGc5jcHPbb30xMbaTke2gxDuWpUfXDuX1FEymJwKk4tuGUvGcejAR6HdZVqmmPyw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-classes":{"version":"7.20.7","dev":true,"integrity":"sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==","requires":{"@babel/core":"7.20.7","@babel/helper-annotate-as-pure":"7.18.6","@babel/helper-compilation-targets":"7.20.7","@babel/helper-environment-visitor":"7.18.9","@babel/helper-function-name":"7.19.0","@babel/helper-optimise-call-expression":"7.18.6","@babel/helper-plugin-utils":"7.20.2","@babel/helper-replace-supers":"7.20.7","@babel/helper-split-export-declaration":"7.18.6","globals":"11.12.0"}},"@babel/plugin-transform-computed-properties":{"version":"7.20.7","dev":true,"integrity":"sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/template":"7.20.7"}},"@babel/plugin-transform-destructuring":{"version":"7.20.7","dev":true,"integrity":"sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-dotall-regex":{"version":"7.18.6","dev":true,"integrity":"sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==","requires":{"@babel/core":"7.20.7","@babel/helper-create-regexp-features-plugin":"7.20.5","@babel/helper-plugin-utils":"7.20.2"},"dependencies":{"jsesc":{"version":"0.5.0","dev":true,"integrity":"sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="}}},"@babel/plugin-transform-duplicate-keys":{"version":"7.18.9","dev":true,"integrity":"sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-exponentiation-operator":{"version":"7.18.6","dev":true,"integrity":"sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==","requires":{"@babel/core":"7.20.7","@babel/helper-builder-binary-assignment-operator-visitor":"7.18.9","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-flow-strip-types":{"version":"7.19.0","dev":true,"integrity":"sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-flow":"7.18.6"}},"@babel/plugin-transform-for-of":{"version":"7.18.8","dev":true,"integrity":"sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-function-name":{"version":"7.18.9","dev":true,"integrity":"sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==","requires":{"@babel/core":"7.20.7","@babel/helper-compilation-targets":"7.20.7","@babel/helper-function-name":"7.19.0","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-literals":{"version":"7.18.9","dev":true,"integrity":"sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-member-expression-literals":{"version":"7.18.6","dev":true,"integrity":"sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-modules-amd":{"version":"7.20.11","dev":true,"integrity":"sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==","requires":{"@babel/core":"7.20.7","@babel/helper-module-transforms":"7.20.11","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-modules-commonjs":{"version":"7.20.11","dev":true,"integrity":"sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==","requires":{"@babel/core":"7.20.7","@babel/helper-module-transforms":"7.20.11","@babel/helper-plugin-utils":"7.20.2","@babel/helper-simple-access":"7.20.2"}},"@babel/plugin-transform-modules-systemjs":{"version":"7.20.11","dev":true,"integrity":"sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==","requires":{"@babel/core":"7.20.7","@babel/helper-hoist-variables":"7.18.6","@babel/helper-module-transforms":"7.20.11","@babel/helper-plugin-utils":"7.20.2","@babel/helper-validator-identifier":"7.19.1"}},"@babel/plugin-transform-modules-umd":{"version":"7.18.6","dev":true,"integrity":"sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==","requires":{"@babel/core":"7.20.7","@babel/helper-module-transforms":"7.20.11","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-named-capturing-groups-regex":{"version":"7.20.5","dev":true,"integrity":"sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==","requires":{"@babel/core":"7.20.7","@babel/helper-create-regexp-features-plugin":"7.20.5","@babel/helper-plugin-utils":"7.20.2"},"dependencies":{"jsesc":{"version":"0.5.0","dev":true,"integrity":"sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="}}},"@babel/plugin-transform-new-target":{"version":"7.18.6","dev":true,"integrity":"sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-object-super":{"version":"7.18.6","dev":true,"integrity":"sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-replace-supers":"7.20.7"}},"@babel/plugin-transform-parameters":{"version":"7.20.7","dev":true,"integrity":"sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-property-literals":{"version":"7.18.6","dev":true,"integrity":"sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-react-display-name":{"version":"7.18.6","dev":true,"integrity":"sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-react-jsx":{"version":"7.20.7","dev":true,"integrity":"sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==","requires":{"@babel/core":"7.20.7","@babel/helper-annotate-as-pure":"7.18.6","@babel/helper-module-imports":"7.18.6","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-jsx":"7.18.6","@babel/types":"7.20.7"}},"@babel/plugin-transform-react-jsx-development":{"version":"7.18.6","dev":true,"integrity":"sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==","requires":{"@babel/core":"7.20.7","@babel/plugin-transform-react-jsx":"7.20.7"}},"@babel/plugin-transform-react-pure-annotations":{"version":"7.18.6","dev":true,"integrity":"sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==","requires":{"@babel/core":"7.20.7","@babel/helper-annotate-as-pure":"7.18.6","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-regenerator":{"version":"7.20.5","dev":true,"integrity":"sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","regenerator-transform":"0.15.1"}},"@babel/plugin-transform-reserved-words":{"version":"7.18.6","dev":true,"integrity":"sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-shorthand-properties":{"version":"7.18.6","dev":true,"integrity":"sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-spread":{"version":"7.20.7","dev":true,"integrity":"sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-skip-transparent-expression-wrappers":"7.20.0"}},"@babel/plugin-transform-sticky-regex":{"version":"7.18.6","dev":true,"integrity":"sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-template-literals":{"version":"7.18.9","dev":true,"integrity":"sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-typeof-symbol":{"version":"7.18.9","dev":true,"integrity":"sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-typescript":{"version":"7.20.7","dev":true,"integrity":"sha512-m3wVKEvf6SoszD8pu4NZz3PvfKRCMgk6D6d0Qi9hNnlM5M6CFS92EgF4EiHVLKbU0r/r7ty1hg7NPZwE7WRbYw==","requires":{"@babel/core":"7.20.7","@babel/helper-create-class-features-plugin":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-typescript":"7.20.0"}},"@babel/plugin-transform-unicode-escapes":{"version":"7.18.10","dev":true,"integrity":"sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2"}},"@babel/plugin-transform-unicode-regex":{"version":"7.18.6","dev":true,"integrity":"sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==","requires":{"@babel/core":"7.20.7","@babel/helper-create-regexp-features-plugin":"7.20.5","@babel/helper-plugin-utils":"7.20.2"},"dependencies":{"jsesc":{"version":"0.5.0","dev":true,"integrity":"sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="}}},"@babel/preset-env":{"version":"7.20.2","dev":true,"integrity":"sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==","requires":{"@babel/compat-data":"7.20.10","@babel/core":"7.20.7","@babel/helper-compilation-targets":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-validator-option":"7.18.6","@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression":"7.18.6","@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining":"7.20.7","@babel/plugin-proposal-async-generator-functions":"7.20.7","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-class-static-block":"7.20.7","@babel/plugin-proposal-dynamic-import":"7.18.6","@babel/plugin-proposal-export-namespace-from":"7.18.9","@babel/plugin-proposal-json-strings":"7.18.6","@babel/plugin-proposal-logical-assignment-operators":"7.20.7","@babel/plugin-proposal-nullish-coalescing-operator":"7.18.6","@babel/plugin-proposal-numeric-separator":"7.18.6","@babel/plugin-proposal-object-rest-spread":"7.20.7","@babel/plugin-proposal-optional-catch-binding":"7.18.6","@babel/plugin-proposal-optional-chaining":"7.20.7","@babel/plugin-proposal-private-methods":"7.18.6","@babel/plugin-proposal-private-property-in-object":"7.20.5","@babel/plugin-proposal-unicode-property-regex":"7.18.6","@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-import-assertions":"7.20.0","@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.20.7","@babel/plugin-transform-async-to-generator":"7.20.7","@babel/plugin-transform-block-scoped-functions":"7.18.6","@babel/plugin-transform-block-scoping":"7.20.11","@babel/plugin-transform-classes":"7.20.7","@babel/plugin-transform-computed-properties":"7.20.7","@babel/plugin-transform-destructuring":"7.20.7","@babel/plugin-transform-dotall-regex":"7.18.6","@babel/plugin-transform-duplicate-keys":"7.18.9","@babel/plugin-transform-exponentiation-operator":"7.18.6","@babel/plugin-transform-for-of":"7.18.8","@babel/plugin-transform-function-name":"7.18.9","@babel/plugin-transform-literals":"7.18.9","@babel/plugin-transform-member-expression-literals":"7.18.6","@babel/plugin-transform-modules-amd":"7.20.11","@babel/plugin-transform-modules-commonjs":"7.20.11","@babel/plugin-transform-modules-systemjs":"7.20.11","@babel/plugin-transform-modules-umd":"7.18.6","@babel/plugin-transform-named-capturing-groups-regex":"7.20.5","@babel/plugin-transform-new-target":"7.18.6","@babel/plugin-transform-object-super":"7.18.6","@babel/plugin-transform-parameters":"7.20.7","@babel/plugin-transform-property-literals":"7.18.6","@babel/plugin-transform-regenerator":"7.20.5","@babel/plugin-transform-reserved-words":"7.18.6","@babel/plugin-transform-shorthand-properties":"7.18.6","@babel/plugin-transform-spread":"7.20.7","@babel/plugin-transform-sticky-regex":"7.18.6","@babel/plugin-transform-template-literals":"7.18.9","@babel/plugin-transform-typeof-symbol":"7.18.9","@babel/plugin-transform-unicode-escapes":"7.18.10","@babel/plugin-transform-unicode-regex":"7.18.6","@babel/preset-modules":"0.1.5","@babel/types":"7.20.7","babel-plugin-polyfill-corejs2":"0.3.3","babel-plugin-polyfill-corejs3":"0.6.0","babel-plugin-polyfill-regenerator":"0.4.1","core-js-compat":"3.26.1","semver":"6.3.0"}},"@babel/preset-flow":{"version":"7.18.6","dev":true,"integrity":"sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-validator-option":"7.18.6","@babel/plugin-transform-flow-strip-types":"7.19.0"}},"@babel/preset-modules":{"version":"0.1.5","dev":true,"integrity":"sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-proposal-unicode-property-regex":"7.18.6","@babel/plugin-transform-dotall-regex":"7.18.6","@babel/types":"7.20.7","esutils":"2.0.3"}},"@babel/preset-react":{"version":"7.18.6","dev":true,"integrity":"sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-validator-option":"7.18.6","@babel/plugin-transform-react-display-name":"7.18.6","@babel/plugin-transform-react-jsx":"7.20.7","@babel/plugin-transform-react-jsx-development":"7.18.6","@babel/plugin-transform-react-pure-annotations":"7.18.6"}},"@babel/preset-typescript":{"version":"7.18.6","dev":true,"integrity":"sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==","requires":{"@babel/core":"7.20.7","@babel/helper-plugin-utils":"7.20.2","@babel/helper-validator-option":"7.18.6","@babel/plugin-transform-typescript":"7.20.7"}},"@babel/register":{"version":"7.18.9","dev":true,"integrity":"sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==","requires":{"@babel/core":"7.20.7","clone-deep":"4.0.1","find-cache-dir":"2.1.0","make-dir":"2.1.0","pirates":"4.0.5","source-map-support":"0.5.21"},"dependencies":{"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="}}},"@babel/runtime":{"version":"7.20.7","dev":true,"integrity":"sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==","requires":{"regenerator-runtime":"0.13.11"}},"@babel/runtime-corejs3":{"version":"7.20.7","dev":true,"integrity":"sha512-jr9lCZ4RbRQmCR28Q8U8Fu49zvFqLxTY9AMOUz+iyMohMoAgpEcVxY+wJNay99oXOpOcCTODkk70NDN2aaJEeg==","requires":{"core-js-pure":"3.26.1","regenerator-runtime":"0.13.11"}},"@babel/template":{"version":"7.20.7","dev":true,"integrity":"sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==","requires":{"@babel/code-frame":"7.18.6","@babel/parser":"7.20.7","@babel/types":"7.20.7"}},"@babel/traverse":{"version":"7.20.10","dev":true,"integrity":"sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg==","requires":{"@babel/code-frame":"7.18.6","@babel/generator":"7.20.7","@babel/helper-environment-visitor":"7.18.9","@babel/helper-function-name":"7.19.0","@babel/helper-hoist-variables":"7.18.6","@babel/helper-split-export-declaration":"7.18.6","@babel/parser":"7.20.7","@babel/types":"7.20.7","debug":"4.3.4","globals":"11.12.0"},"dependencies":{"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}}}},"@babel/types":{"version":"7.20.7","dev":true,"integrity":"sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==","requires":{"@babel/helper-string-parser":"7.19.4","@babel/helper-validator-identifier":"7.19.1","to-fast-properties":"2.0.0"}},"@bcoe/v8-coverage":{"version":"0.2.3","dev":true,"integrity":"sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="},"@cnakazawa/watch":{"version":"1.0.4","dev":true,"integrity":"sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==","requires":{"exec-sh":"0.3.6","minimist":"1.2.7"}},"@commitlint/config-conventional":{"version":"17.3.0","dev":true,"integrity":"sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==","requires":{"conventional-changelog-conventionalcommits":"5.0.0"}},"@discoveryjs/json-ext":{"version":"0.5.7","dev":true,"integrity":"sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw=="},"@es-joy/jsdoccomment":{"version":"0.20.1","dev":true,"integrity":"sha512-oeJK41dcdqkvdZy/HctKklJNkt/jh+av3PZARrZEl+fs/8HaHeeYoAvEwOV0u5I6bArTF17JEsTZMY359e/nfQ==","requires":{"comment-parser":"1.3.0","esquery":"1.4.0","jsdoc-type-pratt-parser":"2.2.5"}},"@eslint/eslintrc":{"version":"1.4.0","dev":true,"integrity":"sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==","requires":{"ajv":"6.12.6","debug":"4.3.4","espree":"9.4.1","globals":"13.19.0","ignore":"5.2.4","import-fresh":"3.3.0","js-yaml":"4.1.0","minimatch":"3.1.2","strip-json-comments":"3.1.1"}},"@gar/promisify":{"version":"1.1.3","dev":true,"integrity":"sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw=="},"@gitmoji/commit-types":{"version":"1.1.5","dev":true,"integrity":"sha512-8D3FZMRY+gtYpTcHG1SOGmm9CFqxNh6rI9xDoCydxHxnWgqInbdF3nk9gibW5gXA58Hf2cVcJaLEcGOKLRAtmw=="},"@gitmoji/parser-opts":{"version":"1.3.1","dev":true,"integrity":"sha512-5r0EocA6sWoAm6eQYIkKRLtSZpSu6sPVSQmGkjgbV60AE0FBX16usHbrF6phKoy2sY9mGeCYvENNiCq6xUsntQ=="},"@hapi/hoek":{"version":"9.3.0","dev":true,"integrity":"sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="},"@hapi/topo":{"version":"5.1.0","dev":true,"integrity":"sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==","requires":{"@hapi/hoek":"9.3.0"}},"@humanwhocodes/config-array":{"version":"0.11.8","dev":true,"integrity":"sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==","requires":{"@humanwhocodes/object-schema":"1.2.1","debug":"4.3.4","minimatch":"3.1.2"}},"@humanwhocodes/module-importer":{"version":"1.0.1","dev":true,"integrity":"sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="},"@humanwhocodes/object-schema":{"version":"1.2.1","dev":true,"integrity":"sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="},"@istanbuljs/load-nyc-config":{"version":"1.1.0","dev":true,"integrity":"sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==","requires":{"camelcase":"5.3.1","find-up":"4.1.0","get-package-type":"0.1.0","js-yaml":"3.14.1","resolve-from":"5.0.0"}},"@istanbuljs/schema":{"version":"0.1.3","dev":true,"integrity":"sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="},"@jest-runner/core":{"version":"3.0.0","dev":true,"integrity":"sha512-frsV83vLDNEYvBcoUa5aizV3JyG8GPTB/eUN9MhX+0rAuP2H0tFceoNj16evufDsNFJY9VKlTkZZUY5tfmiGcw==","requires":{"jest-message-util":"24.9.0","node-ipc":"9.2.1"}},"@jest-runner/electron":{"version":"3.0.1","dev":true,"integrity":"sha512-5OFLQXPQ5OzojGgsBdHnTRnLyCoRapyjFWo1N6pqbTOwANVlKeha0VCc6JNrJyckz5WRZ4rVRZZ9Z7p6VfhhsA==","requires":{"@jest-runner/core":"3.0.0","@jest-runner/rpc":"3.0.0","jest-haste-map":"25.5.1","jest-mock":"25.5.0","jest-runner":"25.5.4","jest-runtime":"25.5.4","jest-util":"25.5.0","throat":"4.1.0"},"dependencies":{"is-ci":{"version":"2.0.0","dev":true,"integrity":"sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==","requires":{"ci-info":"2.0.0"}}}},"@jest-runner/rpc":{"version":"3.0.0","dev":true,"integrity":"sha512-Q+zMLgG8wWqaBCt5vXE9C/A8L4gWFLlt8w7RW3CmbrBF5S5vVoO/zdGZbrS2nB6xCAey7rMAWsxosDPGmsn/9w==","requires":{"@jest-runner/core":"3.0.0","glob":"7.2.3","jscodeshift":"0.6.4","node-ipc":"9.2.1","prettier":"1.19.1","uuid":"3.4.0","yargs":"15.4.1"}},"@jest/console":{"version":"24.9.0","dev":true,"integrity":"sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==","requires":{"@jest/source-map":"24.9.0","chalk":"2.4.2","slash":"2.0.0"}},"@jest/core":{"version":"27.5.1","dev":true,"integrity":"sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==","requires":{"@jest/console":"27.5.1","@jest/reporters":"27.5.1","@jest/test-result":"27.5.1","@jest/transform":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","ansi-escapes":"4.3.2","chalk":"4.1.2","emittery":"0.8.1","exit":"0.1.2","graceful-fs":"4.2.10","jest-changed-files":"27.5.1","jest-config":"27.5.1","jest-haste-map":"27.5.1","jest-message-util":"27.5.1","jest-regex-util":"27.5.1","jest-resolve":"27.5.1","jest-resolve-dependencies":"27.5.1","jest-runner":"27.5.1","jest-runtime":"27.5.1","jest-snapshot":"27.5.1","jest-util":"27.5.1","jest-validate":"27.5.1","jest-watcher":"27.5.1","micromatch":"4.0.5","rimraf":"3.0.2","slash":"3.0.0","strip-ansi":"6.0.1"}},"@jest/environment":{"version":"25.5.0","dev":true,"integrity":"sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA==","requires":{"@jest/fake-timers":"25.5.0","@jest/types":"25.5.0","jest-mock":"25.5.0"}},"@jest/expect-utils":{"version":"29.3.1","dev":true,"integrity":"sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==","requires":{"jest-get-type":"29.2.0"}},"@jest/fake-timers":{"version":"25.5.0","dev":true,"integrity":"sha512-9y2+uGnESw/oyOI3eww9yaxdZyHq7XvprfP/eeoCsjqKYts2yRlsHS/SgjPDV8FyMfn2nbMy8YzUk6nyvdLOpQ==","requires":{"@jest/types":"25.5.0","jest-message-util":"25.5.0","jest-mock":"25.5.0","jest-util":"25.5.0","lolex":"5.1.2"}},"@jest/globals":{"version":"25.5.2","dev":true,"integrity":"sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA==","requires":{"@jest/environment":"25.5.0","@jest/types":"25.5.0","expect":"25.5.0"}},"@jest/reporters":{"version":"27.5.1","dev":true,"integrity":"sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==","requires":{"@bcoe/v8-coverage":"0.2.3","@jest/console":"27.5.1","@jest/test-result":"27.5.1","@jest/transform":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","collect-v8-coverage":"1.0.1","exit":"0.1.2","glob":"7.2.3","graceful-fs":"4.2.10","istanbul-lib-coverage":"3.2.0","istanbul-lib-instrument":"5.2.1","istanbul-lib-report":"3.0.0","istanbul-lib-source-maps":"4.0.1","istanbul-reports":"3.1.5","jest-haste-map":"27.5.1","jest-resolve":"27.5.1","jest-util":"27.5.1","jest-worker":"27.5.1","slash":"3.0.0","source-map":"0.6.1","string-length":"4.0.2","terminal-link":"2.1.1","v8-to-istanbul":"8.1.1"}},"@jest/schemas":{"version":"29.0.0","dev":true,"integrity":"sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==","requires":{"@sinclair/typebox":"0.24.51"}},"@jest/source-map":{"version":"24.9.0","dev":true,"integrity":"sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==","requires":{"callsites":"3.1.0","graceful-fs":"4.2.10","source-map":"0.6.1"}},"@jest/test-result":{"version":"24.9.0","dev":true,"integrity":"sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==","requires":{"@jest/console":"24.9.0","@jest/types":"24.9.0","@types/istanbul-lib-coverage":"2.0.4"}},"@jest/test-sequencer":{"version":"25.5.4","dev":true,"integrity":"sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA==","requires":{"@jest/test-result":"25.5.0","graceful-fs":"4.2.10","jest-haste-map":"25.5.1","jest-runner":"25.5.4","jest-runtime":"25.5.4"}},"@jest/transform":{"version":"25.5.1","dev":true,"integrity":"sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg==","requires":{"@babel/core":"7.20.7","@jest/types":"25.5.0","babel-plugin-istanbul":"6.1.1","chalk":"3.0.0","convert-source-map":"1.9.0","fast-json-stable-stringify":"2.1.0","graceful-fs":"4.2.10","jest-haste-map":"25.5.1","jest-regex-util":"25.2.6","jest-util":"25.5.0","micromatch":"4.0.5","pirates":"4.0.5","realpath-native":"2.0.0","slash":"3.0.0","source-map":"0.6.1","write-file-atomic":"3.0.3"}},"@jest/types":{"version":"26.6.2","dev":true,"integrity":"sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"15.0.14","chalk":"4.1.2"}},"@jridgewell/gen-mapping":{"version":"0.3.2","dev":true,"integrity":"sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==","requires":{"@jridgewell/set-array":"1.1.2","@jridgewell/sourcemap-codec":"1.4.14","@jridgewell/trace-mapping":"0.3.17"}},"@jridgewell/resolve-uri":{"version":"3.1.0","dev":true,"integrity":"sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w=="},"@jridgewell/set-array":{"version":"1.1.2","dev":true,"integrity":"sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw=="},"@jridgewell/source-map":{"version":"0.3.2","dev":true,"integrity":"sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==","requires":{"@jridgewell/gen-mapping":"0.3.2","@jridgewell/trace-mapping":"0.3.17"}},"@jridgewell/sourcemap-codec":{"version":"1.4.14","dev":true,"integrity":"sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="},"@jridgewell/trace-mapping":{"version":"0.3.17","dev":true,"integrity":"sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==","requires":{"@jridgewell/resolve-uri":"3.1.0","@jridgewell/sourcemap-codec":"1.4.14"}},"@mdx-js/mdx":{"version":"1.6.22","dev":true,"integrity":"sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==","requires":{"@babel/core":"7.12.9","@babel/plugin-syntax-jsx":"7.12.1","@babel/plugin-syntax-object-rest-spread":"7.8.3","@mdx-js/util":"1.6.22","babel-plugin-apply-mdx-type-prop":"1.6.22","babel-plugin-extract-import-names":"1.6.22","camelcase-css":"2.0.1","detab":"2.0.4","hast-util-raw":"6.0.1","lodash.uniq":"4.5.0","mdast-util-to-hast":"10.0.1","remark-footnotes":"2.0.0","remark-mdx":"1.6.22","remark-parse":"8.0.3","remark-squeeze-paragraphs":"4.0.0","style-to-object":"0.3.0","unified":"9.2.0","unist-builder":"2.0.3","unist-util-visit":"2.0.3"}},"@mdx-js/util":{"version":"1.6.22","dev":true,"integrity":"sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA=="},"@microsoft/tsdoc":{"version":"0.14.2","dev":true,"integrity":"sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug=="},"@microsoft/tsdoc-config":{"version":"0.16.2","dev":true,"integrity":"sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==","requires":{"@microsoft/tsdoc":"0.14.2","ajv":"6.12.6","jju":"1.4.0","resolve":"1.19.0"}},"@mrmlnc/readdir-enhanced":{"version":"2.2.1","dev":true,"integrity":"sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==","requires":{"call-me-maybe":"1.0.2","glob-to-regexp":"0.3.0"}},"@nicolo-ribaudo/eslint-scope-5-internals":{"version":"5.1.1-v1","dev":true,"integrity":"sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==","requires":{"eslint-scope":"5.1.1"}},"@nodelib/fs.scandir":{"version":"2.1.5","dev":true,"integrity":"sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==","requires":{"@nodelib/fs.stat":"2.0.5","run-parallel":"1.2.0"}},"@nodelib/fs.stat":{"version":"2.0.5","dev":true,"integrity":"sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="},"@nodelib/fs.walk":{"version":"1.2.8","dev":true,"integrity":"sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==","requires":{"@nodelib/fs.scandir":"2.1.5","fastq":"1.14.0"}},"@npmcli/fs":{"version":"1.1.1","dev":true,"integrity":"sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==","requires":{"@gar/promisify":"1.1.3","semver":"7.3.8"}},"@npmcli/move-file":{"version":"1.1.2","dev":true,"integrity":"sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==","requires":{"mkdirp":"1.0.4","rimraf":"3.0.2"}},"@octokit/auth-token":{"version":"3.0.2","dev":true,"integrity":"sha512-pq7CwIMV1kmzkFTimdwjAINCXKTajZErLB4wMLYapR2nuB/Jpr66+05wOTZMSCBXP6n4DdDWT2W19Bm17vU69Q==","requires":{"@octokit/types":"8.0.0"}},"@octokit/core":{"version":"4.1.0","dev":true,"integrity":"sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ==","requires":{"@octokit/auth-token":"3.0.2","@octokit/graphql":"5.0.4","@octokit/request":"6.2.2","@octokit/request-error":"3.0.2","@octokit/types":"8.0.0","before-after-hook":"2.2.3","universal-user-agent":"6.0.0"}},"@octokit/endpoint":{"version":"7.0.3","dev":true,"integrity":"sha512-57gRlb28bwTsdNXq+O3JTQ7ERmBTuik9+LelgcLIVfYwf235VHbN9QNo4kXExtp/h8T423cR5iJThKtFYxC7Lw==","requires":{"@octokit/types":"8.0.0","is-plain-object":"5.0.0","universal-user-agent":"6.0.0"}},"@octokit/graphql":{"version":"5.0.4","dev":true,"integrity":"sha512-amO1M5QUQgYQo09aStR/XO7KAl13xpigcy/kI8/N1PnZYSS69fgte+xA4+c2DISKqUZfsh0wwjc2FaCt99L41A==","requires":{"@octokit/request":"6.2.2","@octokit/types":"8.0.0","universal-user-agent":"6.0.0"}},"@octokit/openapi-types":{"version":"14.0.0","dev":true,"integrity":"sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw=="},"@octokit/plugin-paginate-rest":{"version":"5.0.1","dev":true,"integrity":"sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw==","requires":{"@octokit/core":"4.1.0","@octokit/types":"8.0.0"}},"@octokit/plugin-request-log":{"version":"1.0.4","dev":true,"integrity":"sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==","requires":{"@octokit/core":"4.1.0"}},"@octokit/plugin-rest-endpoint-methods":{"version":"6.7.0","dev":true,"integrity":"sha512-orxQ0fAHA7IpYhG2flD2AygztPlGYNAdlzYz8yrD8NDgelPfOYoRPROfEyIe035PlxvbYrgkfUZIhSBKju/Cvw==","requires":{"@octokit/core":"4.1.0","@octokit/types":"8.0.0","deprecation":"2.3.1"}},"@octokit/request":{"version":"6.2.2","dev":true,"integrity":"sha512-6VDqgj0HMc2FUX2awIs+sM6OwLgwHvAi4KCK3mT2H2IKRt6oH9d0fej5LluF5mck1lRR/rFWN0YIDSYXYSylbw==","requires":{"@octokit/endpoint":"7.0.3","@octokit/request-error":"3.0.2","@octokit/types":"8.0.0","is-plain-object":"5.0.0","node-fetch":"2.6.7","universal-user-agent":"6.0.0"}},"@octokit/request-error":{"version":"3.0.2","dev":true,"integrity":"sha512-WMNOFYrSaX8zXWoJg9u/pKgWPo94JXilMLb2VManNOby9EZxrQaBe/QSC4a1TzpAlpxofg2X/jMnCyZgL6y7eg==","requires":{"@octokit/types":"8.0.0","deprecation":"2.3.1","once":"1.4.0"}},"@octokit/rest":{"version":"19.0.5","dev":true,"integrity":"sha512-+4qdrUFq2lk7Va+Qff3ofREQWGBeoTKNqlJO+FGjFP35ZahP+nBenhZiGdu8USSgmq4Ky3IJ/i4u0xbLqHaeow==","requires":{"@octokit/core":"4.1.0","@octokit/plugin-paginate-rest":"5.0.1","@octokit/plugin-request-log":"1.0.4","@octokit/plugin-rest-endpoint-methods":"6.7.0"}},"@octokit/types":{"version":"8.0.0","dev":true,"integrity":"sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==","requires":{"@octokit/openapi-types":"14.0.0"}},"@phenomnomnominal/tsquery":{"version":"4.2.0","dev":true,"integrity":"sha512-hR2U3uVcrrdkuG30ItQ+uFDs4ncZAybxWG0OjTE8ptPzVoU7GVeXpy+vMU8zX9EbmjGeITPw/su5HjYQyAH8bA==","requires":{"esquery":"1.4.0","typescript":"4.9.4"}},"@prettier/plugin-php":{"version":"0.17.6","dev":true,"integrity":"sha512-Nxkq+Gl8bGbutRV7e3/p5d+Bcftn75oH61RT8xzk44T5ET7fVP50pUdaOdvt704GSNr6wwmfBW8MhBz5IKt+fA==","requires":{"linguist-languages":"7.21.0","mem":"8.1.1","php-parser":"3.0.2","prettier":"2.8.1"}},"@prettier/plugin-pug":{"version":"1.20.1","dev":true,"integrity":"sha512-pMAfomxIiPHKn01idtsnDJFEqTGMzMzJajo52lWw3urDasJyf5gwQKqyOp1gB1yIbC5K3OBvsFtSMrOTbxHo6w==","requires":{"prettier":"2.8.1","pug-lexer":"5.0.1"}},"@prettier/plugin-ruby":{"version":"2.1.0","dev":true,"integrity":"sha512-lAoYFoDnwlxM3jl+dS7yrmxD49d3nbKFTBuhHx3VTPoAwmOOKOIO4nRJTTBWF+rS7KUAVn2XPLwRR0Obh/KW6A==","requires":{"prettier":"2.8.1"}},"@prettier/plugin-xml":{"version":"1.2.0","dev":true,"integrity":"sha512-bFvVAZKs59XNmntYjyefn3K4TBykS6E+d6ZW8IcylAs88ZO+TzLhp0dPpi0VKfPzq1Nb+kpDnPRTiwb4zY6NgA==","requires":{"@xml-tools/parser":"1.0.11","prettier":"2.8.1"}},"@semantic-release/changelog":{"version":"6.0.2","dev":true,"integrity":"sha512-jHqfTkoPbDEOAgAP18mGP53IxeMwxTISN+GwTRy9uLu58UjARoZU8ScCgWGeO2WPkEsm57H8AkyY02W2ntIlIw==","requires":{"@semantic-release/error":"3.0.0","aggregate-error":"3.1.0","fs-extra":"11.1.0","lodash":"4.17.21","semantic-release":"19.0.5"}},"@semantic-release/commit-analyzer":{"version":"9.0.2","dev":true,"integrity":"sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==","requires":{"conventional-changelog-angular":"5.0.13","conventional-commits-filter":"2.0.7","conventional-commits-parser":"3.2.4","debug":"4.3.4","import-from":"4.0.0","lodash":"4.17.21","micromatch":"4.0.5","semantic-release":"19.0.5"}},"@semantic-release/error":{"version":"3.0.0","dev":true,"integrity":"sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw=="},"@semantic-release/exec":{"version":"6.0.3","dev":true,"integrity":"sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==","requires":{"@semantic-release/error":"3.0.0","aggregate-error":"3.1.0","debug":"4.3.4","execa":"5.1.1","lodash":"4.17.21","parse-json":"5.2.0","semantic-release":"19.0.5"}},"@semantic-release/git":{"version":"10.0.1","dev":true,"integrity":"sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==","requires":{"@semantic-release/error":"3.0.0","aggregate-error":"3.1.0","debug":"4.3.4","dir-glob":"3.0.1","execa":"5.1.1","lodash":"4.17.21","micromatch":"4.0.5","p-reduce":"2.1.0","semantic-release":"19.0.5"}},"@semantic-release/github":{"version":"8.0.7","dev":true,"integrity":"sha512-VtgicRIKGvmTHwm//iqTh/5NGQwsncOMR5vQK9pMT92Aem7dv37JFKKRuulUsAnUOIlO4G8wH3gPiBAA0iW0ww==","requires":{"@octokit/rest":"19.0.5","@semantic-release/error":"3.0.0","aggregate-error":"3.1.0","bottleneck":"2.19.5","debug":"4.3.4","dir-glob":"3.0.1","fs-extra":"11.1.0","globby":"11.1.0","http-proxy-agent":"5.0.0","https-proxy-agent":"5.0.1","issue-parser":"6.0.0","lodash":"4.17.21","mime":"3.0.0","p-filter":"2.1.0","p-retry":"4.6.2","semantic-release":"19.0.5","url-join":"4.0.1"}},"@semantic-release/gitlab":{"version":"7.2.1","dev":true,"integrity":"sha512-Ljkz8jGmxfhqu4wNEjO8m13Hsr0wT56CPXheZbXXbk/+zVYWVjSVhXwGHtmnEJqjlUQTG3Yi3iSetvSFFVPd5w==","requires":{"@semantic-release/error":"3.0.0","aggregate-error":"3.1.0","debug":"4.3.4","dir-glob":"3.0.1","escape-string-regexp":"3.0.0","form-data":"4.0.0","fs-extra":"10.1.0","globby":"11.1.0","got":"11.8.6","lodash":"4.17.21","parse-path":"4.0.4","semantic-release":"19.0.5","url-join":"4.0.1"},"dependencies":{"escape-string-regexp":{"version":"3.0.0","dev":true,"integrity":"sha512-11dXIUC3umvzEViLP117d0KN6LJzZxh5+9F4E/7WLAAw7GrHk8NpUR+g9iJi/pe9C0py4F8rs0hreyRCwlAuZg=="},"fs-extra":{"version":"10.1.0","dev":true,"integrity":"sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==","requires":{"graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}},"get-stream":{"version":"5.2.0","dev":true,"integrity":"sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==","requires":{"pump":"3.0.0"}},"quick-lru":{"version":"5.1.1","dev":true,"integrity":"sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA=="}}},"@semantic-release/npm":{"version":"9.0.1","dev":true,"integrity":"sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==","requires":{"@semantic-release/error":"3.0.0","aggregate-error":"3.1.0","execa":"5.1.1","fs-extra":"10.1.0","lodash":"4.17.21","nerf-dart":"1.0.0","normalize-url":"6.1.0","npm":"8.19.3","rc":"1.2.8","read-pkg":"5.2.0","registry-auth-token":"4.2.2","semantic-release":"19.0.5","semver":"7.3.8","tempy":"1.0.1"},"dependencies":{"fs-extra":{"version":"10.1.0","dev":true,"integrity":"sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==","requires":{"graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}},"type-fest":{"version":"0.6.0","dev":true,"integrity":"sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="}}},"@semantic-release/release-notes-generator":{"version":"10.0.3","dev":true,"integrity":"sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==","requires":{"conventional-changelog-angular":"5.0.13","conventional-changelog-writer":"5.0.1","conventional-commits-filter":"2.0.7","conventional-commits-parser":"3.2.4","debug":"4.3.4","get-stream":"6.0.1","import-from":"4.0.0","into-stream":"6.0.0","lodash":"4.17.21","read-pkg-up":"7.0.1","semantic-release":"19.0.5"},"dependencies":{"semver":{"version":"6.3.0","dev":true,"integrity":"sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="}}},"@sideway/address":{"version":"4.1.4","dev":true,"integrity":"sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==","requires":{"@hapi/hoek":"9.3.0"}},"@sideway/formula":{"version":"3.0.1","dev":true,"integrity":"sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="},"@sideway/pinpoint":{"version":"2.0.0","dev":true,"integrity":"sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="},"@sinclair/typebox":{"version":"0.24.51","dev":true,"integrity":"sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA=="},"@sindresorhus/is":{"version":"4.6.0","dev":true,"integrity":"sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw=="},"@sinonjs/commons":{"version":"1.8.6","dev":true,"integrity":"sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==","requires":{"type-detect":"4.0.8"}},"@sinonjs/fake-timers":{"version":"8.1.0","dev":true,"integrity":"sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==","requires":{"@sinonjs/commons":"1.8.6"}},"@solidity-parser/parser":{"version":"0.14.5","dev":true,"integrity":"sha512-6dKnHZn7fg/iQATVEzqyUOyEidbn05q7YA2mQ9hC0MMXhhV3/JrsxmFSYZAcr7j1yUP700LLhTruvJ3MiQmjJg==","requires":{"antlr4ts":"0.5.0-alpha.4"}},"@storybook/addon-storyshots":{"version":"6.5.15","dev":true,"integrity":"sha512-tM8y4yyW5dEEp/6EU5HlmCESU4fUs6ETyv9FzdEn2oCNfaBYUvQcJKkd6xkm32LkhTyeg2Ry/IXEswQFSOXSIQ==","requires":{"@jest/transform":"26.6.2","@storybook/addons":"6.5.15","@storybook/babel-plugin-require-context-hook":"1.0.1","@storybook/client-api":"6.5.15","@storybook/core":"6.5.15","@storybook/core-client":"6.5.15","@storybook/core-common":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@types/glob":"7.2.0","@types/jest":"26.0.24","@types/jest-specific-snapshot":"0.5.6","core-js":"3.26.1","glob":"7.2.3","global":"4.4.0","jest":"27.5.1","jest-preset-angular":"10.1.0","jest-specific-snapshot":"4.0.0","preact-render-to-string":"5.2.6","pretty-format":"26.6.2","react-test-renderer":"17.0.2","read-pkg-up":"7.0.1","regenerator-runtime":"0.13.11","ts-dedent":"2.2.0"},"dependencies":{"@jest/transform":{"version":"26.6.2","dev":true,"integrity":"sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==","requires":{"@babel/core":"7.20.7","@jest/types":"26.6.2","babel-plugin-istanbul":"6.1.1","chalk":"4.1.2","convert-source-map":"1.9.0","fast-json-stable-stringify":"2.1.0","graceful-fs":"4.2.10","jest-haste-map":"26.6.2","jest-regex-util":"26.0.0","jest-util":"26.6.2","micromatch":"4.0.5","pirates":"4.0.5","slash":"3.0.0","source-map":"0.6.1","write-file-atomic":"3.0.3"}},"@types/prettier":{"version":"2.7.2","dev":true,"integrity":"sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg=="},"@types/stack-utils":{"version":"2.0.1","dev":true,"integrity":"sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="},"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"ansi-regex":{"version":"2.1.1","dev":true,"integrity":"sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA=="},"diff-sequences":{"version":"26.6.2","dev":true,"integrity":"sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q=="},"expect":{"version":"29.3.1","dev":true,"integrity":"sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==","requires":{"@jest/expect-utils":"29.3.1","jest-get-type":"29.2.0","jest-matcher-utils":"29.3.1","jest-message-util":"29.3.1","jest-util":"29.3.1"}},"find-cache-dir":{"version":"3.3.2","dev":true,"integrity":"sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==","requires":{"commondir":"1.0.1","make-dir":"3.1.0","pkg-dir":"4.2.0"}},"find-up":{"version":"4.1.0","dev":true,"integrity":"sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==","requires":{"locate-path":"5.0.0","path-exists":"4.0.0"}},"form-data":{"version":"3.0.1","dev":true,"integrity":"sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==","requires":{"asynckit":"0.4.0","combined-stream":"1.0.8","mime-types":"2.1.35"}},"is-ci":{"version":"2.0.0","dev":true,"integrity":"sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==","requires":{"ci-info":"2.0.0"}},"jest-diff":{"version":"26.6.2","dev":true,"integrity":"sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==","requires":{"chalk":"4.1.2","diff-sequences":"26.6.2","jest-get-type":"26.3.0","pretty-format":"26.6.2"}},"jest-get-type":{"version":"26.3.0","dev":true,"integrity":"sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig=="},"jest-haste-map":{"version":"26.6.2","dev":true,"integrity":"sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==","requires":{"@jest/types":"26.6.2","@types/graceful-fs":"4.1.5","@types/node":"16.18.10","anymatch":"3.1.3","fb-watchman":"2.0.2","graceful-fs":"4.2.10","jest-regex-util":"26.0.0","jest-serializer":"26.6.2","jest-util":"26.6.2","jest-worker":"26.6.2","micromatch":"4.0.5","sane":"4.1.0","walker":"1.0.8"},"dependencies":{"debug":{"version":"2.6.9","dev":true,"integrity":"sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==","requires":{"ms":"2.0.0"}},"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"micromatch":{"version":"3.1.10","dev":true,"integrity":"sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==","requires":{"arr-diff":"4.0.0","array-unique":"0.3.2","braces":"2.3.2","define-property":"2.0.2","extend-shallow":"3.0.2","extglob":"2.0.4","fragment-cache":"0.2.1","kind-of":"6.0.3","nanomatch":"1.2.13","object.pick":"1.3.0","regex-not":"1.0.2","snapdragon":"0.8.2","to-regex":"3.0.2"}},"ms":{"version":"2.0.0","dev":true,"integrity":"sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="},"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="},"source-map":{"version":"0.5.7","dev":true,"integrity":"sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="},"supports-color":{"version":"7.2.0","dev":true,"integrity":"sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==","requires":{"has-flag":"4.0.0"}}}},"jest-matcher-utils":{"version":"29.3.1","dev":true,"integrity":"sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==","requires":{"chalk":"4.1.2","jest-diff":"29.3.1","jest-get-type":"29.2.0","pretty-format":"29.3.1"}},"jest-message-util":{"version":"29.3.1","dev":true,"integrity":"sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"29.3.1","@types/stack-utils":"2.0.1","chalk":"4.1.2","graceful-fs":"4.2.10","micromatch":"4.0.5","pretty-format":"29.3.1","slash":"3.0.0","stack-utils":"2.0.6"}},"jest-regex-util":{"version":"26.0.0","dev":true,"integrity":"sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A=="},"jest-resolve":{"version":"26.6.2","dev":true,"integrity":"sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==","requires":{"@jest/types":"26.6.2","chalk":"4.1.2","graceful-fs":"4.2.10","jest-pnp-resolver":"1.2.3","jest-util":"26.6.2","read-pkg-up":"7.0.1","resolve":"1.22.1","slash":"3.0.0"}},"jest-serializer":{"version":"26.6.2","dev":true,"integrity":"sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==","requires":{"@types/node":"16.18.10","graceful-fs":"4.2.10"}},"jest-snapshot":{"version":"26.6.2","dev":true,"integrity":"sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==","requires":{"@babel/types":"7.20.7","@jest/types":"26.6.2","@types/babel__traverse":"7.18.3","@types/prettier":"2.7.2","chalk":"4.1.2","expect":"26.6.2","graceful-fs":"4.2.10","jest-diff":"26.6.2","jest-get-type":"26.3.0","jest-haste-map":"26.6.2","jest-matcher-utils":"26.6.2","jest-message-util":"26.6.2","jest-resolve":"26.6.2","natural-compare":"1.4.0","pretty-format":"26.6.2","semver":"7.3.8"}},"jest-util":{"version":"26.6.2","dev":true,"integrity":"sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==","requires":{"@jest/types":"26.6.2","@types/node":"16.18.10","chalk":"4.1.2","graceful-fs":"4.2.10","is-ci":"2.0.0","micromatch":"4.0.5"}},"jest-worker":{"version":"26.6.2","dev":true,"integrity":"sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==","requires":{"@types/node":"16.18.10","merge-stream":"2.0.0","supports-color":"7.2.0"}},"locate-path":{"version":"5.0.0","dev":true,"integrity":"sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==","requires":{"p-locate":"4.1.0"}},"make-dir":{"version":"3.1.0","dev":true,"integrity":"sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==","requires":{"semver":"6.3.0"}},"p-locate":{"version":"4.1.0","dev":true,"integrity":"sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==","requires":{"p-limit":"2.3.0"}},"parse5":{"version":"6.0.1","dev":true,"integrity":"sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="},"pkg-dir":{"version":"4.2.0","dev":true,"integrity":"sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==","requires":{"find-up":"4.1.0"}},"prettier":{"version":"2.3.0","dev":true,"integrity":"sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w=="},"qs":{"version":"6.11.0","dev":true,"integrity":"sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==","requires":{"side-channel":"1.0.4"}},"react-is":{"version":"18.2.0","dev":true,"integrity":"sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="},"stack-utils":{"version":"2.0.6","dev":true,"integrity":"sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==","requires":{"escape-string-regexp":"2.0.0"},"dependencies":{"escape-string-regexp":{"version":"2.0.0","dev":true,"integrity":"sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="}}},"strip-ansi":{"version":"3.0.1","dev":true,"integrity":"sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==","requires":{"ansi-regex":"2.1.1"}},"tr46":{"version":"0.0.3","dev":true,"integrity":"sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="},"webidl-conversions":{"version":"3.0.1","dev":true,"integrity":"sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="},"whatwg-url":{"version":"5.0.0","dev":true,"integrity":"sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==","requires":{"tr46":"0.0.3","webidl-conversions":"3.0.1"}},"which":{"version":"1.3.1","dev":true,"integrity":"sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==","requires":{"isexe":"2.0.0"}},"write-file-atomic":{"version":"3.0.3","dev":true,"integrity":"sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==","requires":{"imurmurhash":"0.1.4","is-typedarray":"1.0.0","signal-exit":"3.0.7","typedarray-to-buffer":"3.1.5"}},"ws":{"version":"8.11.0","dev":true,"integrity":"sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg=="}}},"@storybook/addons":{"version":"6.5.15","dev":true,"integrity":"sha512-xT31SuSX+kYGyxCNK2nqL7WTxucs3rSmhiCLovJcUjYk+QquV3c2c53Ki7lwwdDbzfXFcNAe0HJ4hoTN4jhn0Q==","requires":{"@storybook/api":"6.5.15","@storybook/channels":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/core-events":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/router":"6.5.15","@storybook/theming":"6.5.15","@types/webpack-env":"1.18.0","core-js":"3.26.1","global":"4.4.0","regenerator-runtime":"0.13.11"},"dependencies":{"isobject":{"version":"4.0.0","dev":true,"integrity":"sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA=="}}},"@storybook/api":{"version":"6.5.15","dev":true,"integrity":"sha512-BBE0KXKvj1/3jTghbIoWfrcDM0t+xO7EYtWWAXD6XlhGsZVD2Dy82Z52ONyLulMDRpMWl0OYy3h6A1YnFUH25w==","requires":{"@storybook/channels":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/core-events":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/router":"6.5.15","@storybook/semver":"7.3.2","@storybook/theming":"6.5.15","core-js":"3.26.1","fast-deep-equal":"3.1.3","global":"4.4.0","lodash":"4.17.21","memoizerific":"1.11.3","regenerator-runtime":"0.13.11","store2":"2.14.2","telejson":"6.0.8","ts-dedent":"2.2.0","util-deprecate":"1.0.2"}},"@storybook/babel-plugin-require-context-hook":{"version":"1.0.1","dev":true,"integrity":"sha512-WM4vjgSVi8epvGiYfru7BtC3f0tGwNs7QK3Uc4xQn4t5hHQvISnCqbNrHdDYmNW56Do+bBztE8SwP6NGUvd7ww=="},"@storybook/builder-webpack4":{"version":"6.5.15","dev":true,"integrity":"sha512-1ZkMECUUdiYplhlgyUF5fqW3XU7eWNDJbuPUguyDOeidgJ111WZzBcLuKj+SNrzdNNgXwROCWAFybiNnX33YHQ==","requires":{"@babel/core":"7.20.7","@storybook/addons":"6.5.15","@storybook/api":"6.5.15","@storybook/channel-postmessage":"6.5.15","@storybook/channels":"6.5.15","@storybook/client-api":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/components":"6.5.15","@storybook/core-common":"6.5.15","@storybook/core-events":"6.5.15","@storybook/node-logger":"6.5.15","@storybook/preview-web":"6.5.15","@storybook/router":"6.5.15","@storybook/semver":"7.3.2","@storybook/store":"6.5.15","@storybook/theming":"6.5.15","@storybook/ui":"6.5.15","@types/node":"16.18.10","@types/webpack":"4.41.33","autoprefixer":"9.8.8","babel-loader":"8.3.0","case-sensitive-paths-webpack-plugin":"2.4.0","core-js":"3.26.1","css-loader":"3.6.0","file-loader":"6.2.0","find-up":"5.0.0","fork-ts-checker-webpack-plugin":"4.1.6","glob":"7.2.3","glob-promise":"3.4.0","global":"4.4.0","html-webpack-plugin":"4.5.2","pnp-webpack-plugin":"1.6.4","postcss":"7.0.39","postcss-flexbugs-fixes":"4.2.1","postcss-loader":"4.3.0","raw-loader":"4.0.2","stable":"0.1.8","style-loader":"1.3.0","terser-webpack-plugin":"4.2.3","ts-dedent":"2.2.0","typescript":"4.9.4","url-loader":"4.1.1","util-deprecate":"1.0.2","webpack":"4.46.0","webpack-dev-middleware":"3.7.3","webpack-filter-warnings-plugin":"1.2.1","webpack-hot-middleware":"2.25.3","webpack-virtual-modules":"0.2.2"},"dependencies":{"commander":{"version":"4.1.1","dev":true,"integrity":"sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="}}},"@storybook/channel-postmessage":{"version":"6.5.15","dev":true,"integrity":"sha512-gMpA8LWT8lC4z5KWnaMh03aazEwtDO7GtY5kZVru+EEMgExGmaR82qgekwmLmgLj2nRJEv0o138o9IqYUcou8w==","requires":{"@storybook/channels":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/core-events":"6.5.15","core-js":"3.26.1","global":"4.4.0","qs":"6.11.0","telejson":"6.0.8"}},"@storybook/channel-websocket":{"version":"6.5.15","dev":true,"integrity":"sha512-K85KEgzo5ahzJNJjyUbSNyuRmkeC8glJX2hCg2j9HiJ9rasX53qugkODrKDlWAeheulo3kR13VSuAqIuwVbmbw==","requires":{"@storybook/channels":"6.5.15","@storybook/client-logger":"6.5.15","core-js":"3.26.1","global":"4.4.0","telejson":"6.0.8"}},"@storybook/channels":{"version":"6.5.15","dev":true,"integrity":"sha512-gPpsBgirv2NCXbH4WbYqdkI0JLE96aiVuu7UEWfn9yu071pQ9CLHbhXGD9fSFNrfOkyBBY10ppSE7uCXw3Wexg==","requires":{"core-js":"3.26.1","ts-dedent":"2.2.0","util-deprecate":"1.0.2"}},"@storybook/client-api":{"version":"6.5.15","dev":true,"integrity":"sha512-0ZGpRgVz7rdbCguBqBpwObXbsVY5qlSTWDzzIBpmz8EkxW/MtK5wEyeq+0L0O+DTn41FwvH5yCGLAENpzWD8BQ==","requires":{"@storybook/addons":"6.5.15","@storybook/channel-postmessage":"6.5.15","@storybook/channels":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/core-events":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/store":"6.5.15","@types/qs":"6.9.7","@types/webpack-env":"1.18.0","core-js":"3.26.1","fast-deep-equal":"3.1.3","global":"4.4.0","lodash":"4.17.21","memoizerific":"1.11.3","qs":"6.11.0","regenerator-runtime":"0.13.11","store2":"2.14.2","synchronous-promise":"2.0.16","ts-dedent":"2.2.0","util-deprecate":"1.0.2"},"dependencies":{"isobject":{"version":"4.0.0","dev":true,"integrity":"sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA=="}}},"@storybook/client-logger":{"version":"6.5.15","dev":true,"integrity":"sha512-0uyxKvodq+FycGv6aUwC1wUR6suXf2+7ywMFAOlYolI4UvNj8NyU/5AfgKT5XnxYAgPmoCiAjOE700TrfHrosw==","requires":{"core-js":"3.26.1","global":"4.4.0"}},"@storybook/components":{"version":"6.5.15","dev":true,"integrity":"sha512-bHTT0Oa3s4g+MBMaLBbX9ofMtb1AW59AzIUNGrfqW1XqJMGuUHMiJ7TSo+i5dRSFpbFygnwMEG9LfHxpR2Z0Dw==","requires":{"@storybook/client-logger":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/theming":"6.5.15","core-js":"3.26.1","memoizerific":"1.11.3","qs":"6.11.0","regenerator-runtime":"0.13.11","util-deprecate":"1.0.2"}},"@storybook/core":{"version":"6.5.15","dev":true,"integrity":"sha512-T9TjLxbb5P/XvLEoj0dnbtexJa0V3pqCifRlIUNkTJO0nU3PdGLMcKMSyIYWjkthAJ9oBrajnodV0UveM/epTg==","requires":{"@storybook/core-client":"6.5.15","@storybook/core-server":"6.5.15","typescript":"4.9.4"},"dependencies":{"execa":{"version":"5.1.1","dev":true,"integrity":"sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==","requires":{"cross-spawn":"7.0.3","get-stream":"6.0.1","human-signals":"2.1.0","is-stream":"2.0.1","merge-stream":"2.0.0","npm-run-path":"4.0.1","onetime":"5.1.2","signal-exit":"3.0.7","strip-final-newline":"2.0.0"}},"get-stream":{"version":"6.0.1","dev":true,"integrity":"sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="},"npm-run-path":{"version":"4.0.1","dev":true,"integrity":"sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==","requires":{"path-key":"3.1.1"}},"source-map":{"version":"0.5.7","dev":true,"integrity":"sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="}}},"@storybook/core-client":{"version":"6.5.15","dev":true,"integrity":"sha512-i9t4WONy2MxJwLI1FIp5ck7b52EXyJfALnxUn4O/3GTkw09J0NOKi2DPjefUsi7IB5MzFpDjDH9vw/XiTM+OZw==","requires":{"@storybook/addons":"6.5.15","@storybook/channel-postmessage":"6.5.15","@storybook/channel-websocket":"6.5.15","@storybook/client-api":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/core-events":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/preview-web":"6.5.15","@storybook/store":"6.5.15","@storybook/ui":"6.5.15","airbnb-js-shims":"2.2.1","ansi-to-html":"0.6.15","core-js":"3.26.1","global":"4.4.0","lodash":"4.17.21","qs":"6.11.0","regenerator-runtime":"0.13.11","ts-dedent":"2.2.0","typescript":"4.9.4","unfetch":"4.2.0","util-deprecate":"1.0.2"},"dependencies":{"isarray":{"version":"2.0.5","dev":true,"integrity":"sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="},"isobject":{"version":"4.0.0","dev":true,"integrity":"sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA=="}}},"@storybook/core-common":{"version":"6.5.15","dev":true,"integrity":"sha512-uits9o6qwHTPnjsNZP25f7hWmUBGRJ7FXtxxtEaNSmtiwk50KWxBaro7wt505lJ1Gb9vOhpNPhS7y3IxdsXNmQ==","requires":{"@babel/core":"7.20.7","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-decorators":"7.20.7","@babel/plugin-proposal-export-default-from":"7.18.10","@babel/plugin-proposal-nullish-coalescing-operator":"7.18.6","@babel/plugin-proposal-object-rest-spread":"7.20.7","@babel/plugin-proposal-optional-chaining":"7.20.7","@babel/plugin-proposal-private-methods":"7.18.6","@babel/plugin-proposal-private-property-in-object":"7.20.5","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-transform-arrow-functions":"7.20.7","@babel/plugin-transform-block-scoping":"7.20.11","@babel/plugin-transform-classes":"7.20.7","@babel/plugin-transform-destructuring":"7.20.7","@babel/plugin-transform-for-of":"7.18.8","@babel/plugin-transform-parameters":"7.20.7","@babel/plugin-transform-shorthand-properties":"7.18.6","@babel/plugin-transform-spread":"7.20.7","@babel/preset-env":"7.20.2","@babel/preset-react":"7.18.6","@babel/preset-typescript":"7.18.6","@babel/register":"7.18.9","@storybook/node-logger":"6.5.15","@storybook/semver":"7.3.2","@types/node":"16.18.10","@types/pretty-hrtime":"1.0.1","babel-loader":"8.3.0","babel-plugin-macros":"3.1.0","babel-plugin-polyfill-corejs3":"0.1.7","chalk":"4.1.2","core-js":"3.26.1","express":"4.18.2","file-system-cache":"1.1.0","find-up":"5.0.0","fork-ts-checker-webpack-plugin":"6.5.2","fs-extra":"9.1.0","glob":"7.2.3","handlebars":"4.7.7","interpret":"2.2.0","json5":"2.2.2","lazy-universal-dotenv":"3.0.1","picomatch":"2.3.1","pkg-dir":"5.0.0","pretty-hrtime":"1.0.3","resolve-from":"5.0.0","slash":"3.0.0","telejson":"6.0.8","ts-dedent":"2.2.0","typescript":"4.9.4","util-deprecate":"1.0.2","webpack":"4.46.0"},"dependencies":{"acorn":{"version":"6.4.2","dev":true,"integrity":"sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="},"babel-plugin-polyfill-corejs3":{"version":"0.1.7","dev":true,"integrity":"sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==","requires":{"@babel/core":"7.20.7","@babel/helper-define-polyfill-provider":"0.1.5","core-js-compat":"3.26.1"},"dependencies":{"@babel/helper-define-polyfill-provider":{"version":"0.1.5","dev":true,"integrity":"sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==","requires":{"@babel/core":"7.20.7","@babel/helper-compilation-targets":"7.20.7","@babel/helper-module-imports":"7.18.6","@babel/helper-plugin-utils":"7.20.2","@babel/traverse":"7.20.10","debug":"4.3.4","lodash.debounce":"4.0.8","resolve":"1.22.1","semver":"6.3.0"}},"@jridgewell/gen-mapping":{"version":"0.3.2","dev":true,"integrity":"sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==","requires":{"@jridgewell/set-array":"1.1.2","@jridgewell/sourcemap-codec":"1.4.14","@jridgewell/trace-mapping":"0.3.17"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}}}},"bytes":{"version":"3.1.2","dev":true,"integrity":"sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="},"cacache":{"version":"12.0.4","dev":true,"integrity":"sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==","requires":{"bluebird":"3.7.2","chownr":"1.1.4","figgy-pudding":"3.5.2","glob":"7.2.3","graceful-fs":"4.2.10","infer-owner":"1.0.4","lru-cache":"5.1.1","mississippi":"3.0.0","mkdirp":"0.5.6","move-concurrently":"1.0.1","promise-inflight":"1.0.1","rimraf":"2.7.1","ssri":"6.0.2","unique-filename":"1.1.1","y18n":"4.0.3"}},"chownr":{"version":"1.1.4","dev":true,"integrity":"sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="},"fork-ts-checker-webpack-plugin":{"version":"6.5.2","dev":true,"integrity":"sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==","requires":{"@babel/code-frame":"7.18.6","@types/json-schema":"7.0.11","chalk":"4.1.2","chokidar":"3.5.3","cosmiconfig":"6.0.0","deepmerge":"4.2.2","fs-extra":"9.1.0","glob":"7.2.3","memfs":"3.4.12","minimatch":"3.1.2","schema-utils":"2.7.0","semver":"7.3.8","tapable":"1.1.3","typescript":"4.9.4","webpack":"4.46.0"},"dependencies":{"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"cosmiconfig":{"version":"6.0.0","dev":true,"integrity":"sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==","requires":{"@types/parse-json":"4.0.0","import-fresh":"3.3.0","parse-json":"5.2.0","path-type":"4.0.0","yaml":"1.10.2"}},"lru-cache":{"version":"6.0.0","dev":true,"integrity":"sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==","requires":{"yallist":"4.0.0"}},"resolve-from":{"version":"4.0.0","dev":true,"integrity":"sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="},"schema-utils":{"version":"2.7.0","dev":true,"integrity":"sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==","requires":{"@types/json-schema":"7.0.11","ajv":"6.12.6","ajv-keywords":"3.5.2"}},"semver":{"version":"7.3.8","dev":true,"integrity":"sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==","requires":{"lru-cache":"6.0.0"}},"yallist":{"version":"4.0.0","dev":true,"integrity":"sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="}}},"is-wsl":{"version":"1.1.0","dev":true,"integrity":"sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw=="},"mime":{"version":"1.6.0","dev":true,"integrity":"sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="},"mkdirp":{"version":"0.5.6","dev":true,"integrity":"sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==","requires":{"minimist":"1.2.7"}},"pkg-dir":{"version":"5.0.0","dev":true,"integrity":"sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==","requires":{"find-up":"5.0.0"}},"rimraf":{"version":"2.7.1","dev":true,"integrity":"sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==","requires":{"glob":"7.2.3"}},"serialize-javascript":{"version":"4.0.0","dev":true,"integrity":"sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==","requires":{"randombytes":"2.1.0"}},"ssri":{"version":"6.0.2","dev":true,"integrity":"sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==","requires":{"figgy-pudding":"3.5.2"}},"terser-webpack-plugin":{"version":"1.4.5","dev":true,"integrity":"sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==","requires":{"cacache":"12.0.4","find-cache-dir":"2.1.0","is-wsl":"1.1.0","schema-utils":"1.0.0","serialize-javascript":"4.0.0","source-map":"0.6.1","terser":"4.8.1","webpack":"4.46.0","webpack-sources":"1.4.3","worker-farm":"1.7.0"},"dependencies":{"acorn":{"version":"8.8.1","dev":true,"integrity":"sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA=="}}},"watchpack":{"version":"1.7.5","dev":true,"integrity":"sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==","requires":{"graceful-fs":"4.2.10","neo-async":"2.6.2"}}}},"@storybook/core-events":{"version":"6.5.15","dev":true,"integrity":"sha512-B1Ba6l5W7MeNclclqMMTMHgYgfdpB5SIhNCQFnzIz8blynzRhNFMdxvbAl6Je5G0S4xydYYd7Lno2kXQebs7HA==","requires":{"core-js":"3.26.1"}},"@storybook/core-server":{"version":"6.5.15","dev":true,"integrity":"sha512-m+pZwHhCjwryeqTptyyKHSbIjnnPGKoRSnkqLTOpKQf8llZMnNQWUFrn4fx6UDKzxFQ2st2+laV8O2QbMs8qwQ==","requires":{"@discoveryjs/json-ext":"0.5.7","@storybook/builder-webpack4":"6.5.15","@storybook/core-client":"6.5.15","@storybook/core-common":"6.5.15","@storybook/core-events":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/csf-tools":"6.5.15","@storybook/manager-webpack4":"6.5.15","@storybook/node-logger":"6.5.15","@storybook/semver":"7.3.2","@storybook/store":"6.5.15","@storybook/telemetry":"6.5.15","@types/node":"16.18.10","@types/node-fetch":"2.6.2","@types/pretty-hrtime":"1.0.1","@types/webpack":"4.41.33","better-opn":"2.1.1","boxen":"5.1.2","chalk":"4.1.2","cli-table3":"0.6.3","commander":"6.2.1","compression":"1.7.4","core-js":"3.26.1","cpy":"8.1.2","detect-port":"1.5.1","express":"4.18.2","fs-extra":"9.1.0","global":"4.4.0","globby":"11.1.0","ip":"2.0.0","lodash":"4.17.21","node-fetch":"2.6.7","open":"8.4.0","pretty-hrtime":"1.0.3","prompts":"2.4.2","regenerator-runtime":"0.13.11","serve-favicon":"2.5.0","slash":"3.0.0","telejson":"6.0.8","ts-dedent":"2.2.0","typescript":"4.9.4","util-deprecate":"1.0.2","watchpack":"2.4.0","webpack":"4.46.0","ws":"8.11.0","x-default-browser":"0.4.0"}},"@storybook/csf":{"version":"0.0.2--canary.4566f4d.1","dev":true,"integrity":"sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==","requires":{"lodash":"4.17.21"}},"@storybook/csf-tools":{"version":"6.5.15","dev":true,"integrity":"sha512-2LwSD7yE/ccXBc58K4vdKw/oJJg6IpC4WD51rBt2mAl5JUCkxhOq7wG/Z8Wy1lZw2LVuKNTmjVou5blGRI/bTg==","requires":{"@babel/core":"7.20.7","@babel/generator":"7.20.7","@babel/parser":"7.20.7","@babel/plugin-transform-react-jsx":"7.20.7","@babel/preset-env":"7.20.2","@babel/traverse":"7.20.10","@babel/types":"7.20.7","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/mdx1-csf":"0.0.1","core-js":"3.26.1","fs-extra":"9.1.0","global":"4.4.0","regenerator-runtime":"0.13.11","ts-dedent":"2.2.0"},"dependencies":{"is-buffer":{"version":"2.0.5","dev":true,"integrity":"sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ=="}}},"@storybook/manager-webpack4":{"version":"6.5.15","dev":true,"integrity":"sha512-zRvBTMoaFO6MvHDsDLnt3tsFENhpY3k+e/UIPdqbIDMbUPGGQzxJucAM9aS/kbVSO5IVs8IflVxbeeB/uTIIfA==","requires":{"@babel/core":"7.20.7","@babel/plugin-transform-template-literals":"7.18.9","@babel/preset-react":"7.18.6","@storybook/addons":"6.5.15","@storybook/core-client":"6.5.15","@storybook/core-common":"6.5.15","@storybook/node-logger":"6.5.15","@storybook/theming":"6.5.15","@storybook/ui":"6.5.15","@types/node":"16.18.10","@types/webpack":"4.41.33","babel-loader":"8.3.0","case-sensitive-paths-webpack-plugin":"2.4.0","chalk":"4.1.2","core-js":"3.26.1","css-loader":"3.6.0","express":"4.18.2","file-loader":"6.2.0","find-up":"5.0.0","fs-extra":"9.1.0","html-webpack-plugin":"4.5.2","node-fetch":"2.6.7","pnp-webpack-plugin":"1.6.4","read-pkg-up":"7.0.1","regenerator-runtime":"0.13.11","resolve-from":"5.0.0","style-loader":"1.3.0","telejson":"6.0.8","terser-webpack-plugin":"4.2.3","ts-dedent":"2.2.0","typescript":"4.9.4","url-loader":"4.1.1","util-deprecate":"1.0.2","webpack":"4.46.0","webpack-dev-middleware":"3.7.3","webpack-virtual-modules":"0.2.2"},"dependencies":{"commander":{"version":"4.1.1","dev":true,"integrity":"sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="}}},"@storybook/mdx1-csf":{"version":"0.0.1","dev":true,"integrity":"sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==","requires":{"@babel/generator":"7.20.7","@babel/parser":"7.20.7","@babel/preset-env":"7.20.2","@babel/types":"7.20.7","@mdx-js/mdx":"1.6.22","@types/lodash":"4.14.191","js-string-escape":"1.0.1","loader-utils":"2.0.4","lodash":"4.17.21","prettier":"2.3.0","ts-dedent":"2.2.0"},"dependencies":{"@babel/core":{"version":"7.12.9","dev":true,"integrity":"sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==","requires":{"@babel/code-frame":"7.18.6","@babel/generator":"7.20.7","@babel/helper-module-transforms":"7.20.11","@babel/helpers":"7.20.7","@babel/parser":"7.20.7","@babel/template":"7.20.7","@babel/traverse":"7.20.10","@babel/types":"7.20.7","convert-source-map":"1.9.0","debug":"4.3.4","gensync":"1.0.0-beta.2","json5":"2.2.2","lodash":"4.17.21","resolve":"1.22.1","semver":"5.7.1","source-map":"0.5.7"}},"@babel/plugin-proposal-object-rest-spread":{"version":"7.12.1","dev":true,"integrity":"sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==","requires":{"@babel/core":"7.12.9","@babel/helper-plugin-utils":"7.20.2","@babel/plugin-syntax-object-rest-spread":"7.8.3","@babel/plugin-transform-parameters":"7.20.7"}},"@babel/plugin-syntax-jsx":{"version":"7.12.1","dev":true,"integrity":"sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==","requires":{"@babel/core":"7.12.9","@babel/helper-plugin-utils":"7.20.2"}},"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="}}},"@storybook/node-logger":{"version":"6.5.15","dev":true,"integrity":"sha512-LQjjbfMuUXm7wZTBKb+iGeCNnej4r1Jb2NxG3Svu2bVhaoB6u33jHAcbmhXpXW1jghzW3kQwOU7BoLuJiRRFIw==","requires":{"@types/npmlog":"4.1.4","chalk":"4.1.2","core-js":"3.26.1","npmlog":"5.0.1","pretty-hrtime":"1.0.3"}},"@storybook/preview-web":{"version":"6.5.15","dev":true,"integrity":"sha512-gIHABSAD0JS0iRaG67BnSDq/q8Zf4fFwEWBQOSYgcEx2TzhAUeSkhGZUQHdlOTCwuA2PpXT0/cWDH8u2Ev+msg==","requires":{"@storybook/addons":"6.5.15","@storybook/channel-postmessage":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/core-events":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","@storybook/store":"6.5.15","ansi-to-html":"0.6.15","core-js":"3.26.1","global":"4.4.0","lodash":"4.17.21","qs":"6.11.0","regenerator-runtime":"0.13.11","synchronous-promise":"2.0.16","ts-dedent":"2.2.0","unfetch":"4.2.0","util-deprecate":"1.0.2"}},"@storybook/router":{"version":"6.5.15","dev":true,"integrity":"sha512-9t8rI8t7/Krolau29gsdjdbRQ66orONIyP0efp0EukVgv6reNFzb/U14ARrl0uHys6Tl5Xyece9FoakQUdn8Kg==","requires":{"@storybook/client-logger":"6.5.15","core-js":"3.26.1","memoizerific":"1.11.3","qs":"6.11.0","regenerator-runtime":"0.13.11"}},"@storybook/semver":{"version":"7.3.2","dev":true,"integrity":"sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg==","requires":{"core-js":"3.26.1","find-up":"4.1.0"}},"@storybook/store":{"version":"6.5.15","dev":true,"integrity":"sha512-r6cYTf6GtbqgdI4ZG3xuWdJAAu5fJ3xAWMiDkHyoK2u+R2TeYXIsJvgn0BPrW87sZhELIkg4ckdFECmATs3kpQ==","requires":{"@storybook/addons":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/core-events":"6.5.15","@storybook/csf":"0.0.2--canary.4566f4d.1","core-js":"3.26.1","fast-deep-equal":"3.1.3","global":"4.4.0","lodash":"4.17.21","memoizerific":"1.11.3","regenerator-runtime":"0.13.11","slash":"3.0.0","stable":"0.1.8","synchronous-promise":"2.0.16","ts-dedent":"2.2.0","util-deprecate":"1.0.2"}},"@storybook/telemetry":{"version":"6.5.15","dev":true,"integrity":"sha512-WHMRG6xMkEGscn1q4SotwzV8hxM1g3zHyXPN77iosY5zpOIn/qAzvkmW28V1DPH9jPWMZMizBgG1TIQvUpduXg==","requires":{"@storybook/client-logger":"6.5.15","@storybook/core-common":"6.5.15","chalk":"4.1.2","core-js":"3.26.1","detect-package-manager":"2.0.1","fetch-retry":"5.0.3","fs-extra":"9.1.0","global":"4.4.0","isomorphic-unfetch":"3.1.0","nanoid":"3.3.4","read-pkg-up":"7.0.1","regenerator-runtime":"0.13.11"}},"@storybook/theming":{"version":"6.5.15","dev":true,"integrity":"sha512-pgdW0lVZKKXQ4VhIfLHycMmwFSVOY7vLTKnytag4Y8Yz+aXm0bwDN/QxPntFzDH47F1Rcy2ywNnvty8ooDTvuA==","requires":{"@storybook/client-logger":"6.5.15","core-js":"3.26.1","memoizerific":"1.11.3","regenerator-runtime":"0.13.11"}},"@storybook/ui":{"version":"6.5.15","dev":true,"integrity":"sha512-OO+TWZmI8ebWA1C3JBKNvbUbsgvt4GppqsGlkf5CTBZrT/MzmMlYiooLAtlY1ZPcMtTd5ynLxvroHWBEnMOk2A==","requires":{"@storybook/addons":"6.5.15","@storybook/api":"6.5.15","@storybook/channels":"6.5.15","@storybook/client-logger":"6.5.15","@storybook/components":"6.5.15","@storybook/core-events":"6.5.15","@storybook/router":"6.5.15","@storybook/semver":"7.3.2","@storybook/theming":"6.5.15","core-js":"3.26.1","memoizerific":"1.11.3","qs":"6.11.0","regenerator-runtime":"0.13.11","resolve-from":"5.0.0"}},"@szmarczak/http-timer":{"version":"4.0.6","dev":true,"integrity":"sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==","requires":{"defer-to-connect":"2.0.1"}},"@testing-library/dom":{"version":"7.31.2","dev":true,"integrity":"sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==","requires":{"@babel/code-frame":"7.18.6","@babel/runtime":"7.20.7","@types/aria-query":"4.2.2","aria-query":"4.2.2","chalk":"4.1.2","dom-accessibility-api":"0.5.14","lz-string":"1.4.4","pretty-format":"26.6.2"}},"@toml-tools/lexer":{"version":"0.3.1","dev":true,"integrity":"sha512-CCKHQb5OWpgFu47MQ2rcql4AnE9GaehNk/c1oJOyOBovED6XmdzQPXsvPSu+NJ9lToqJNoX+nLXQsB8WyQGdzQ==","requires":{"chevrotain":"4.1.1"}},"@toml-tools/parser":{"version":"0.3.1","dev":true,"integrity":"sha512-vadwVx5TkgByt19dbp/rfIUKPkDdn5werANYvziiGK9wHlqPA0BWnvOloQw/dPDxF31+Ag0+zarXJpPDdRsPPg==","requires":{"@toml-tools/lexer":"0.3.1","chevrotain":"4.1.1"}},"@tootallnate/once":{"version":"1.1.2","dev":true,"integrity":"sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="},"@types/aria-query":{"version":"4.2.2","dev":true,"integrity":"sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig=="},"@types/babel__core":{"version":"7.1.20","dev":true,"integrity":"sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==","requires":{"@babel/parser":"7.20.7","@babel/types":"7.20.7","@types/babel__generator":"7.6.4","@types/babel__template":"7.4.1","@types/babel__traverse":"7.18.3"}},"@types/babel__generator":{"version":"7.6.4","dev":true,"integrity":"sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==","requires":{"@babel/types":"7.20.7"}},"@types/babel__template":{"version":"7.4.1","dev":true,"integrity":"sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==","requires":{"@babel/parser":"7.20.7","@babel/types":"7.20.7"}},"@types/babel__traverse":{"version":"7.18.3","dev":true,"integrity":"sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==","requires":{"@babel/types":"7.20.7"}},"@types/cacheable-request":{"version":"6.0.3","dev":true,"integrity":"sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==","requires":{"@types/http-cache-semantics":"4.0.1","@types/keyv":"3.1.4","@types/node":"16.18.10","@types/responselike":"1.0.0"}},"@types/debug":{"version":"4.1.7","dev":true,"integrity":"sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==","requires":{"@types/ms":"0.7.31"}},"@types/eslint":{"version":"7.29.0","dev":true,"integrity":"sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==","requires":{"@types/estree":"1.0.0","@types/json-schema":"7.0.11"}},"@types/estree":{"version":"1.0.0","dev":true,"integrity":"sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ=="},"@types/glob":{"version":"7.2.0","dev":true,"integrity":"sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==","requires":{"@types/minimatch":"5.1.2","@types/node":"16.18.10"}},"@types/graceful-fs":{"version":"4.1.5","dev":true,"integrity":"sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==","requires":{"@types/node":"16.18.10"}},"@types/hast":{"version":"2.3.4","dev":true,"integrity":"sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==","requires":{"@types/unist":"2.0.6"}},"@types/html-minifier-terser":{"version":"5.1.2","dev":true,"integrity":"sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w=="},"@types/http-cache-semantics":{"version":"4.0.1","dev":true,"integrity":"sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="},"@types/is-function":{"version":"1.0.1","dev":true,"integrity":"sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q=="},"@types/istanbul-lib-coverage":{"version":"2.0.4","dev":true,"integrity":"sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="},"@types/istanbul-lib-report":{"version":"3.0.0","dev":true,"integrity":"sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==","requires":{"@types/istanbul-lib-coverage":"2.0.4"}},"@types/istanbul-reports":{"version":"3.0.1","dev":true,"integrity":"sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==","requires":{"@types/istanbul-lib-report":"3.0.0"}},"@types/jest":{"version":"26.0.24","dev":true,"integrity":"sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==","requires":{"jest-diff":"26.6.2","pretty-format":"26.6.2"}},"@types/jest-json-schema":{"version":"2.1.4","dev":true,"integrity":"sha512-jAvF/IsPhF1bEqJxMR90z4vTCbuJAqDMG0stfsBceSInu1NphLKMR1HhjkDC54KvfAIGDlNHA1jyRCcSFqvPfg==","requires":{"@types/jest":"29.2.4","ajv":"6.12.6"},"dependencies":{"@jest/types":{"version":"29.3.1","dev":true,"integrity":"sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==","requires":{"@jest/schemas":"29.0.0","@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"17.0.17","chalk":"4.1.2"}},"@types/jest":{"version":"29.2.4","dev":true,"integrity":"sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==","requires":{"expect":"29.3.1","pretty-format":"29.3.1"}},"@types/stack-utils":{"version":"2.0.1","dev":true,"integrity":"sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="},"diff-sequences":{"version":"29.3.1","dev":true,"integrity":"sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ=="},"expect":{"version":"29.3.1","dev":true,"integrity":"sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==","requires":{"@jest/expect-utils":"29.3.1","jest-get-type":"29.2.0","jest-matcher-utils":"29.3.1","jest-message-util":"29.3.1","jest-util":"29.3.1"}},"jest-diff":{"version":"29.3.1","dev":true,"integrity":"sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==","requires":{"chalk":"4.1.2","diff-sequences":"29.3.1","jest-get-type":"29.2.0","pretty-format":"29.3.1"}},"jest-get-type":{"version":"29.2.0","dev":true,"integrity":"sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA=="},"jest-matcher-utils":{"version":"29.3.1","dev":true,"integrity":"sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==","requires":{"chalk":"4.1.2","jest-diff":"29.3.1","jest-get-type":"29.2.0","pretty-format":"29.3.1"}},"jest-message-util":{"version":"29.3.1","dev":true,"integrity":"sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"29.3.1","@types/stack-utils":"2.0.1","chalk":"4.1.2","graceful-fs":"4.2.10","micromatch":"4.0.5","pretty-format":"29.3.1","slash":"3.0.0","stack-utils":"2.0.6"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"jest-util":{"version":"29.3.1","dev":true,"integrity":"sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==","requires":{"@jest/types":"29.3.1","@types/node":"16.18.10","chalk":"4.1.2","ci-info":"3.7.0","graceful-fs":"4.2.10","picomatch":"2.3.1"}},"pretty-format":{"version":"29.3.1","dev":true,"integrity":"sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==","requires":{"@jest/schemas":"29.0.0","ansi-styles":"5.2.0","react-is":"18.2.0"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}},"react-is":{"version":"18.2.0","dev":true,"integrity":"sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="},"stack-utils":{"version":"2.0.6","dev":true,"integrity":"sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==","requires":{"escape-string-regexp":"2.0.0"},"dependencies":{"escape-string-regexp":{"version":"2.0.0","dev":true,"integrity":"sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="}}}}},"@types/jest-specific-snapshot":{"version":"0.5.6","dev":true,"integrity":"sha512-AQdUbEyTwO6JR2yZK7PTXDzK32AlkviDZJZEukZnrZtBjITYBtExFh59HTNTZeFSs+k1b1bqCHmWUwj3VHeh/A==","requires":{"@types/jest":"29.2.4"},"dependencies":{"@jest/types":{"version":"29.3.1","dev":true,"integrity":"sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==","requires":{"@jest/schemas":"29.0.0","@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"17.0.17","chalk":"4.1.2"}},"@types/jest":{"version":"29.2.4","dev":true,"integrity":"sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==","requires":{"expect":"29.3.1","pretty-format":"29.3.1"}},"diff-sequences":{"version":"29.3.1","dev":true,"integrity":"sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ=="},"jest-diff":{"version":"29.3.1","dev":true,"integrity":"sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==","requires":{"chalk":"4.1.2","diff-sequences":"29.3.1","jest-get-type":"29.2.0","pretty-format":"29.3.1"}},"jest-get-type":{"version":"29.2.0","dev":true,"integrity":"sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA=="},"jest-util":{"version":"29.3.1","dev":true,"integrity":"sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==","requires":{"@jest/types":"29.3.1","@types/node":"16.18.10","chalk":"4.1.2","ci-info":"3.7.0","graceful-fs":"4.2.10","picomatch":"2.3.1"}},"pretty-format":{"version":"29.3.1","dev":true,"integrity":"sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==","requires":{"@jest/schemas":"29.0.0","ansi-styles":"5.2.0","react-is":"18.2.0"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}}}},"@types/json-schema":{"version":"7.0.11","dev":true,"integrity":"sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="},"@types/json5":{"version":"0.0.29","dev":true,"integrity":"sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="},"@types/keyv":{"version":"3.1.4","dev":true,"integrity":"sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==","requires":{"@types/node":"16.18.10"}},"@types/lodash":{"version":"4.14.191","dev":true,"integrity":"sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ=="},"@types/mdast":{"version":"3.0.10","dev":true,"integrity":"sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==","requires":{"@types/unist":"2.0.6"}},"@types/minimatch":{"version":"5.1.2","dev":true,"integrity":"sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA=="},"@types/minimist":{"version":"1.2.2","dev":true,"integrity":"sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ=="},"@types/ms":{"version":"0.7.31","dev":true,"integrity":"sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="},"@types/node":{"version":"16.18.10","dev":true,"integrity":"sha512-XU1+v7h81p7145ddPfjv7jtWvkSilpcnON3mQ+bDi9Yuf7OI56efOglXRyXWgQ57xH3fEQgh7WOJMncRHVew5w=="},"@types/node-fetch":{"version":"2.6.2","dev":true,"integrity":"sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==","requires":{"@types/node":"16.18.10","form-data":"3.0.1"}},"@types/normalize-package-data":{"version":"2.4.1","dev":true,"integrity":"sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="},"@types/npmlog":{"version":"4.1.4","dev":true,"integrity":"sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ=="},"@types/parse-json":{"version":"4.0.0","dev":true,"integrity":"sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="},"@types/parse5":{"version":"5.0.3","dev":true,"integrity":"sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="},"@types/prettier":{"version":"1.19.1","dev":true,"integrity":"sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ=="},"@types/pretty-hrtime":{"version":"1.0.1","dev":true,"integrity":"sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ=="},"@types/qs":{"version":"6.9.7","dev":true,"integrity":"sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="},"@types/responselike":{"version":"1.0.0","dev":true,"integrity":"sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==","requires":{"@types/node":"16.18.10"}},"@types/retry":{"version":"0.12.0","dev":true,"integrity":"sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="},"@types/semver":{"version":"7.3.13","dev":true,"integrity":"sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw=="},"@types/source-list-map":{"version":"0.1.2","dev":true,"integrity":"sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA=="},"@types/stack-utils":{"version":"1.0.1","dev":true,"integrity":"sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw=="},"@types/tapable":{"version":"1.0.8","dev":true,"integrity":"sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ=="},"@types/uglify-js":{"version":"3.17.1","dev":true,"integrity":"sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==","requires":{"source-map":"0.6.1"}},"@types/unist":{"version":"2.0.6","dev":true,"integrity":"sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ=="},"@types/webpack":{"version":"4.41.33","dev":true,"integrity":"sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==","requires":{"@types/node":"16.18.10","@types/tapable":"1.0.8","@types/uglify-js":"3.17.1","@types/webpack-sources":"3.2.0","anymatch":"3.1.3","source-map":"0.6.1"}},"@types/webpack-env":{"version":"1.18.0","dev":true,"integrity":"sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg=="},"@types/webpack-sources":{"version":"3.2.0","dev":true,"integrity":"sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==","requires":{"@types/node":"16.18.10","@types/source-list-map":"0.1.2","source-map":"0.7.4"},"dependencies":{"source-map":{"version":"0.7.4","dev":true,"integrity":"sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA=="}}},"@types/yargs":{"version":"17.0.17","dev":true,"integrity":"sha512-72bWxFKTK6uwWJAVT+3rF6Jo6RTojiJ27FQo8Rf60AL+VZbzoVPnMFhKsUnbjR8A3BTCYQ7Mv3hnl8T0A+CX9g==","requires":{"@types/yargs-parser":"21.0.0"}},"@types/yargs-parser":{"version":"21.0.0","dev":true,"integrity":"sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="},"@typescript-eslint/eslint-plugin":{"version":"5.47.0","dev":true,"integrity":"sha512-AHZtlXAMGkDmyLuLZsRpH3p4G/1iARIwc/T0vIem2YB+xW6pZaXYXzCBnZSF/5fdM97R9QqZWZ+h3iW10XgevQ==","requires":{"@typescript-eslint/parser":"5.47.0","@typescript-eslint/scope-manager":"5.47.0","@typescript-eslint/type-utils":"5.47.0","@typescript-eslint/utils":"5.47.0","debug":"4.3.4","eslint":"8.30.0","ignore":"5.2.4","natural-compare-lite":"1.4.0","regexpp":"3.2.0","semver":"7.3.8","tsutils":"3.21.0","typescript":"4.9.4"}},"@typescript-eslint/experimental-utils":{"version":"5.47.0","dev":true,"integrity":"sha512-DAP8xOaTAJLxouU0QrATiw8o/OHxxbUBXtkf9v+bCCU6tbJUn24xwB1dHFw3b5wYq4XvC1z5lYEN0g/Rx1sjzA==","requires":{"@typescript-eslint/utils":"5.47.0","eslint":"8.30.0"}},"@typescript-eslint/parser":{"version":"5.47.0","dev":true,"integrity":"sha512-udPU4ckK+R1JWCGdQC4Qa27NtBg7w020ffHqGyAK8pAgOVuNw7YaKXGChk+udh+iiGIJf6/E/0xhVXyPAbsczw==","requires":{"@typescript-eslint/scope-manager":"5.47.0","@typescript-eslint/types":"5.47.0","@typescript-eslint/typescript-estree":"5.47.0","debug":"4.3.4","eslint":"8.30.0","typescript":"4.9.4"}},"@typescript-eslint/scope-manager":{"version":"5.47.0","dev":true,"integrity":"sha512-dvJab4bFf7JVvjPuh3sfBUWsiD73aiftKBpWSfi3sUkysDQ4W8x+ZcFpNp7Kgv0weldhpmMOZBjx1wKN8uWvAw==","requires":{"@typescript-eslint/types":"5.47.0","@typescript-eslint/visitor-keys":"5.47.0"}},"@typescript-eslint/type-utils":{"version":"5.47.0","dev":true,"integrity":"sha512-1J+DFFrYoDUXQE1b7QjrNGARZE6uVhBqIvdaXTe5IN+NmEyD68qXR1qX1g2u4voA+nCaelQyG8w30SAOihhEYg==","requires":{"@typescript-eslint/typescript-estree":"5.47.0","@typescript-eslint/utils":"5.47.0","debug":"4.3.4","eslint":"8.30.0","tsutils":"3.21.0","typescript":"4.9.4"}},"@typescript-eslint/types":{"version":"5.47.0","dev":true,"integrity":"sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg=="},"@typescript-eslint/typescript-estree":{"version":"5.47.0","dev":true,"integrity":"sha512-LxfKCG4bsRGq60Sqqu+34QT5qT2TEAHvSCCJ321uBWywgE2dS0LKcu5u+3sMGo+Vy9UmLOhdTw5JHzePV/1y4Q==","requires":{"@typescript-eslint/types":"5.47.0","@typescript-eslint/visitor-keys":"5.47.0","debug":"4.3.4","globby":"11.1.0","is-glob":"4.0.3","semver":"7.3.8","tsutils":"3.21.0","typescript":"4.9.4"}},"@typescript-eslint/utils":{"version":"5.47.0","dev":true,"integrity":"sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw==","requires":{"@types/json-schema":"7.0.11","@types/semver":"7.3.13","@typescript-eslint/scope-manager":"5.47.0","@typescript-eslint/types":"5.47.0","@typescript-eslint/typescript-estree":"5.47.0","eslint":"8.30.0","eslint-scope":"5.1.1","eslint-utils":"3.0.0","semver":"7.3.8"}},"@typescript-eslint/visitor-keys":{"version":"5.47.0","dev":true,"integrity":"sha512-ByPi5iMa6QqDXe/GmT/hR6MZtVPi0SqMQPDx15FczCBXJo/7M8T88xReOALAfpBLm+zxpPfmhuEvPb577JRAEg==","requires":{"@typescript-eslint/types":"5.47.0","eslint-visitor-keys":"3.3.0"}},"@webassemblyjs/ast":{"version":"1.9.0","dev":true,"integrity":"sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==","requires":{"@webassemblyjs/helper-module-context":"1.9.0","@webassemblyjs/helper-wasm-bytecode":"1.9.0","@webassemblyjs/wast-parser":"1.9.0"}},"@webassemblyjs/floating-point-hex-parser":{"version":"1.9.0","dev":true,"integrity":"sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA=="},"@webassemblyjs/helper-api-error":{"version":"1.9.0","dev":true,"integrity":"sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw=="},"@webassemblyjs/helper-buffer":{"version":"1.9.0","dev":true,"integrity":"sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA=="},"@webassemblyjs/helper-code-frame":{"version":"1.9.0","dev":true,"integrity":"sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==","requires":{"@webassemblyjs/wast-printer":"1.9.0"}},"@webassemblyjs/helper-fsm":{"version":"1.9.0","dev":true,"integrity":"sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw=="},"@webassemblyjs/helper-module-context":{"version":"1.9.0","dev":true,"integrity":"sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==","requires":{"@webassemblyjs/ast":"1.9.0"}},"@webassemblyjs/helper-wasm-bytecode":{"version":"1.9.0","dev":true,"integrity":"sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw=="},"@webassemblyjs/helper-wasm-section":{"version":"1.9.0","dev":true,"integrity":"sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/helper-buffer":"1.9.0","@webassemblyjs/helper-wasm-bytecode":"1.9.0","@webassemblyjs/wasm-gen":"1.9.0"}},"@webassemblyjs/ieee754":{"version":"1.9.0","dev":true,"integrity":"sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==","requires":{"@xtuc/ieee754":"1.2.0"}},"@webassemblyjs/leb128":{"version":"1.9.0","dev":true,"integrity":"sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==","requires":{"@xtuc/long":"4.2.2"}},"@webassemblyjs/utf8":{"version":"1.9.0","dev":true,"integrity":"sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w=="},"@webassemblyjs/wasm-edit":{"version":"1.9.0","dev":true,"integrity":"sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/helper-buffer":"1.9.0","@webassemblyjs/helper-wasm-bytecode":"1.9.0","@webassemblyjs/helper-wasm-section":"1.9.0","@webassemblyjs/wasm-gen":"1.9.0","@webassemblyjs/wasm-opt":"1.9.0","@webassemblyjs/wasm-parser":"1.9.0","@webassemblyjs/wast-printer":"1.9.0"}},"@webassemblyjs/wasm-gen":{"version":"1.9.0","dev":true,"integrity":"sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/helper-wasm-bytecode":"1.9.0","@webassemblyjs/ieee754":"1.9.0","@webassemblyjs/leb128":"1.9.0","@webassemblyjs/utf8":"1.9.0"}},"@webassemblyjs/wasm-opt":{"version":"1.9.0","dev":true,"integrity":"sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/helper-buffer":"1.9.0","@webassemblyjs/wasm-gen":"1.9.0","@webassemblyjs/wasm-parser":"1.9.0"}},"@webassemblyjs/wasm-parser":{"version":"1.9.0","dev":true,"integrity":"sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/helper-api-error":"1.9.0","@webassemblyjs/helper-wasm-bytecode":"1.9.0","@webassemblyjs/ieee754":"1.9.0","@webassemblyjs/leb128":"1.9.0","@webassemblyjs/utf8":"1.9.0"}},"@webassemblyjs/wast-parser":{"version":"1.9.0","dev":true,"integrity":"sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/floating-point-hex-parser":"1.9.0","@webassemblyjs/helper-api-error":"1.9.0","@webassemblyjs/helper-code-frame":"1.9.0","@webassemblyjs/helper-fsm":"1.9.0","@xtuc/long":"4.2.2"}},"@webassemblyjs/wast-printer":{"version":"1.9.0","dev":true,"integrity":"sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/wast-parser":"1.9.0","@xtuc/long":"4.2.2"}},"@xml-tools/parser":{"version":"1.0.11","dev":true,"integrity":"sha512-aKqQ077XnR+oQtHJlrAflaZaL7qZsulWc/i/ZEooar5JiWj1eLt0+Wg28cpa+XLney107wXqneC+oG1IZvxkTA==","requires":{"chevrotain":"7.1.1"}},"@xtuc/ieee754":{"version":"1.2.0","dev":true,"integrity":"sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="},"@xtuc/long":{"version":"4.2.2","dev":true,"integrity":"sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="},"JSONStream":{"version":"1.3.5","dev":true,"integrity":"sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==","requires":{"jsonparse":"1.3.1","through":"2.3.8"}},"abab":{"version":"2.0.6","dev":true,"integrity":"sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="},"accepts":{"version":"1.3.8","dev":true,"integrity":"sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==","requires":{"mime-types":"2.1.35","negotiator":"0.6.3"}},"acorn":{"version":"8.8.1","dev":true,"integrity":"sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA=="},"acorn-globals":{"version":"4.3.4","dev":true,"integrity":"sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==","requires":{"acorn":"6.4.2","acorn-walk":"6.2.0"},"dependencies":{"acorn":{"version":"6.4.2","dev":true,"integrity":"sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="}}},"acorn-jsx":{"version":"5.3.2","dev":true,"integrity":"sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==","requires":{"acorn":"8.8.1"}},"acorn-walk":{"version":"6.2.0","dev":true,"integrity":"sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA=="},"address":{"version":"1.2.2","dev":true,"integrity":"sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA=="},"agent-base":{"version":"6.0.2","dev":true,"integrity":"sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==","requires":{"debug":"4.3.4"}},"aggregate-error":{"version":"3.1.0","dev":true,"integrity":"sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==","requires":{"clean-stack":"2.2.0","indent-string":"4.0.0"}},"airbnb-js-shims":{"version":"2.2.1","dev":true,"integrity":"sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==","requires":{"array-includes":"3.1.6","array.prototype.flat":"1.3.1","array.prototype.flatmap":"1.3.1","es5-shim":"4.6.7","es6-shim":"0.35.7","function.prototype.name":"1.1.5","globalthis":"1.0.3","object.entries":"1.1.6","object.fromentries":"2.0.6","object.getownpropertydescriptors":"2.1.5","object.values":"1.1.6","promise.allsettled":"1.0.6","promise.prototype.finally":"3.1.4","string.prototype.matchall":"4.0.8","string.prototype.padend":"3.1.4","string.prototype.padstart":"3.1.4","symbol.prototype.description":"1.0.5"}},"ajv":{"version":"6.12.6","dev":true,"integrity":"sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==","requires":{"fast-deep-equal":"3.1.3","fast-json-stable-stringify":"2.1.0","json-schema-traverse":"0.4.1","uri-js":"4.4.1"}},"ajv-errors":{"version":"1.0.1","dev":true,"integrity":"sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==","requires":{"ajv":"6.12.6"}},"ajv-keywords":{"version":"3.5.2","dev":true,"integrity":"sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==","requires":{"ajv":"6.12.6"}},"ansi-align":{"version":"3.0.1","dev":true,"integrity":"sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==","requires":{"string-width":"4.2.3"}},"ansi-bgblack":{"version":"0.1.1","dev":true,"integrity":"sha512-tp8M/NCmSr6/skdteeo9UgJ2G1rG88X3ZVNZWXUxFw4Wh0PAGaAAWQS61sfBt/1QNcwMTY3EBKOMPujwioJLaw==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bgblue":{"version":"0.1.1","dev":true,"integrity":"sha512-R8JmX2Xv3+ichUQE99oL+LvjsyK+CDWo/BtVb4QUz3hOfmf2bdEmiDot3fQcpn2WAHW3toSRdjSLm6bgtWRDlA==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bgcyan":{"version":"0.1.1","dev":true,"integrity":"sha512-6SByK9q2H978bmqzuzA5NPT1lRDXl3ODLz/DjC4URO5f/HqK7dnRKfoO/xQLx/makOz7zWIbRf6+Uf7bmaPSkQ==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bggreen":{"version":"0.1.1","dev":true,"integrity":"sha512-8TRtOKmIPOuxjpklrkhUbqD2NnVb4WZQuIjXrT+TGKFKzl7NrL7wuNvEap3leMt2kQaCngIN1ZzazSbJNzF+Aw==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bgmagenta":{"version":"0.1.1","dev":true,"integrity":"sha512-UZYhobiGAlV4NiwOlKAKbkCyxOl1PPZNvdIdl/Ce5by45vwiyNdBetwHk/AjIpo1Ji9z+eE29PUBAjjfVmz5SA==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bgred":{"version":"0.1.1","dev":true,"integrity":"sha512-BpPHMnYmRBhcjY5knRWKjQmPDPvYU7wrgBSW34xj7JCH9+a/SEIV7+oSYVOgMFopRIadOz9Qm4zIy+mEBvUOPA==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bgwhite":{"version":"0.1.1","dev":true,"integrity":"sha512-KIF19t+HOYOorUnHTOhZpeZ3bJsjzStBG2hSGM0WZ8YQQe4c7lj9CtwnucscJDPrNwfdz6GBF+pFkVfvHBq6uw==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bgyellow":{"version":"0.1.1","dev":true,"integrity":"sha512-WyRoOFSIvOeM7e7YdlSjfAV82Z6K1+VUVbygIQ7C/VGzWYuO/d30F0PG7oXeo4uSvSywR0ozixDQvtXJEorq4Q==","requires":{"ansi-wrap":"0.1.0"}},"ansi-black":{"version":"0.1.1","dev":true,"integrity":"sha512-hl7re02lWus7lFOUG6zexhoF5gssAfG5whyr/fOWK9hxNjUFLTjhbU/b4UHWOh2dbJu9/STSUv+80uWYzYkbTQ==","requires":{"ansi-wrap":"0.1.0"}},"ansi-blue":{"version":"0.1.1","dev":true,"integrity":"sha512-8Um59dYNDdQyoczlf49RgWLzYgC2H/28W3JAIyOAU/+WkMcfZmaznm+0i1ikrE0jME6Ypk9CJ9CY2+vxbPs7Fg==","requires":{"ansi-wrap":"0.1.0"}},"ansi-bold":{"version":"0.1.1","dev":true,"integrity":"sha512-wWKwcViX1E28U6FohtWOP4sHFyArELHJ2p7+3BzbibqJiuISeskq6t7JnrLisUngMF5zMhgmXVw8Equjzz9OlA==","requires":{"ansi-wrap":"0.1.0"}},"ansi-colors":{"version":"0.2.0","dev":true,"integrity":"sha512-ScRNUT0TovnYw6+Xo3iKh6G+VXDw2Ds7ZRnMIuKBgHY02DgvT2T2K22/tc/916Fi0W/5Z1RzDaHQwnp75hqdbA==","requires":{"ansi-bgblack":"0.1.1","ansi-bgblue":"0.1.1","ansi-bgcyan":"0.1.1","ansi-bggreen":"0.1.1","ansi-bgmagenta":"0.1.1","ansi-bgred":"0.1.1","ansi-bgwhite":"0.1.1","ansi-bgyellow":"0.1.1","ansi-black":"0.1.1","ansi-blue":"0.1.1","ansi-bold":"0.1.1","ansi-cyan":"0.1.1","ansi-dim":"0.1.1","ansi-gray":"0.1.1","ansi-green":"0.1.1","ansi-grey":"0.1.1","ansi-hidden":"0.1.1","ansi-inverse":"0.1.1","ansi-italic":"0.1.1","ansi-magenta":"0.1.1","ansi-red":"0.1.1","ansi-reset":"0.1.1","ansi-strikethrough":"0.1.1","ansi-underline":"0.1.1","ansi-white":"0.1.1","ansi-yellow":"0.1.1","lazy-cache":"2.0.2"}},"ansi-cyan":{"version":"0.1.1","dev":true,"integrity":"sha512-eCjan3AVo/SxZ0/MyIYRtkpxIu/H3xZN7URr1vXVrISxeyz8fUFz0FJziamK4sS8I+t35y4rHg1b2PklyBe/7A==","requires":{"ansi-wrap":"0.1.0"}},"ansi-dim":{"version":"0.1.1","dev":true,"integrity":"sha512-zAfb1fokXsq4BoZBkL0eK+6MfFctbzX3R4UMcoWrL1n2WHewFKentTvOZv2P11u6P4NtW/V47hVjaN7fJiefOg==","requires":{"ansi-wrap":"0.1.0"}},"ansi-escapes":{"version":"4.3.2","dev":true,"integrity":"sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==","requires":{"type-fest":"0.21.3"}},"ansi-gray":{"version":"0.1.1","dev":true,"integrity":"sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==","requires":{"ansi-wrap":"0.1.0"}},"ansi-green":{"version":"0.1.1","dev":true,"integrity":"sha512-WJ70OI4jCaMy52vGa/ypFSKFb/TrYNPaQ2xco5nUwE0C5H8piume/uAZNNdXXiMQ6DbRmiE7l8oNBHu05ZKkrw==","requires":{"ansi-wrap":"0.1.0"}},"ansi-grey":{"version":"0.1.1","dev":true,"integrity":"sha512-+J1nM4lC+whSvf3T4jsp1KR+C63lypb+VkkwtLQMc1Dlt+nOvdZpFT0wwFTYoSlSwCcLUAaOpHF6kPkYpSa24A==","requires":{"ansi-wrap":"0.1.0"}},"ansi-hidden":{"version":"0.1.1","dev":true,"integrity":"sha512-8gB1bo9ym9qZ/Obvrse1flRsfp2RE+40B23DhQcKxY+GSeaOJblLnzBOxzvmLTWbi5jNON3as7wd9rC0fNK73Q==","requires":{"ansi-wrap":"0.1.0"}},"ansi-html-community":{"version":"0.0.8","dev":true,"integrity":"sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw=="},"ansi-inverse":{"version":"0.1.1","dev":true,"integrity":"sha512-Kq8Z0dBRhQhDMN/Rso1Nu9niwiTsRkJncfJZXiyj7ApbfJrGrrubHXqXI37feJZkYcIx6SlTBdNCeK0OQ6X6ag==","requires":{"ansi-wrap":"0.1.0"}},"ansi-italic":{"version":"0.1.1","dev":true,"integrity":"sha512-jreCxifSAqbaBvcibeQxcwhQDbEj7gF69XnpA6x83qbECEBaRBD1epqskrmov1z4B+zzQuEdwbWxgzvhKa+PkA==","requires":{"ansi-wrap":"0.1.0"}},"ansi-magenta":{"version":"0.1.1","dev":true,"integrity":"sha512-A1Giu+HRwyWuiXKyXPw2AhG1yWZjNHWO+5mpt+P+VWYkmGRpLPry0O5gmlJQEvpjNpl4RjFV7DJQ4iozWOmkbQ==","requires":{"ansi-wrap":"0.1.0"}},"ansi-red":{"version":"0.1.1","dev":true,"integrity":"sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==","requires":{"ansi-wrap":"0.1.0"}},"ansi-regex":{"version":"5.0.1","dev":true,"integrity":"sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="},"ansi-reset":{"version":"0.1.1","dev":true,"integrity":"sha512-n+D0qD3B+h/lP0dSwXX1SZMoXufdUVotLMwUuvXa50LtBAh3f+WV8b5nFMfLL/hgoPBUt+rG/pqqzF8krlZKcw==","requires":{"ansi-wrap":"0.1.0"}},"ansi-strikethrough":{"version":"0.1.1","dev":true,"integrity":"sha512-gWkLPDvHH2pC9YEKqp8dIl0mg3sRglMPvioqGDIOXiwxjxUwIJ1gF86E2o4R5yLNh8IAkwHbaMtASkJfkQ2hIA==","requires":{"ansi-wrap":"0.1.0"}},"ansi-styles":{"version":"4.3.0","dev":true,"integrity":"sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==","requires":{"color-convert":"2.0.1"}},"ansi-to-html":{"version":"0.6.15","dev":true,"integrity":"sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==","requires":{"entities":"2.2.0"}},"ansi-underline":{"version":"0.1.1","dev":true,"integrity":"sha512-D+Bzwio/0/a0Fu5vJzrIT6bFk43TW46vXfSvzysOTEHcXOAUJTVMHWDbELIzGU4AVxVw2rCTb7YyWS4my2cSKQ==","requires":{"ansi-wrap":"0.1.0"}},"ansi-white":{"version":"0.1.1","dev":true,"integrity":"sha512-DJHaF2SRzBb9wZBgqIJNjjTa7JUJTO98sHeTS1sDopyKKRopL1KpaJ20R6W2f/ZGras8bYyIZDtNwYOVXNgNFg==","requires":{"ansi-wrap":"0.1.0"}},"ansi-wrap":{"version":"0.1.0","dev":true,"integrity":"sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw=="},"ansi-yellow":{"version":"0.1.1","dev":true,"integrity":"sha512-6E3D4BQLXHLl3c/NwirWVZ+BCkMq2qsYxdeAGGOijKrx09FaqU+HktFL6QwAwNvgJiMLnv6AQ2C1gFZx0h1CBg==","requires":{"ansi-wrap":"0.1.0"}},"ansicolors":{"version":"0.3.2","dev":true,"integrity":"sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg=="},"antlr4ts":{"version":"0.5.0-alpha.4","dev":true,"integrity":"sha512-WPQDt1B74OfPv/IMS2ekXAKkTZIHl88uMetg6q3OTqgFxZ/dxDXI0EWLyZid/1Pe6hTftyg5N7gel5wNAGxXyQ=="},"any-promise":{"version":"1.3.0","dev":true,"integrity":"sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="},"anymatch":{"version":"3.1.3","dev":true,"integrity":"sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==","requires":{"normalize-path":"3.0.0","picomatch":"2.3.1"}},"app-root-dir":{"version":"1.0.2","dev":true,"integrity":"sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g=="},"aproba":{"version":"2.0.0","dev":true,"integrity":"sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="},"are-we-there-yet":{"version":"2.0.0","dev":true,"integrity":"sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==","requires":{"delegates":"1.0.0","readable-stream":"3.6.0"}},"argparse":{"version":"2.0.1","dev":true,"integrity":"sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="},"argv-formatter":{"version":"1.0.0","dev":true,"integrity":"sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw=="},"aria-query":{"version":"4.2.2","dev":true,"integrity":"sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==","requires":{"@babel/runtime":"7.20.7","@babel/runtime-corejs3":"7.20.7"}},"arr-diff":{"version":"4.0.0","dev":true,"integrity":"sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA=="},"arr-flatten":{"version":"1.1.0","dev":true,"integrity":"sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="},"arr-union":{"version":"3.1.0","dev":true,"integrity":"sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q=="},"array-equal":{"version":"1.0.0","dev":true,"integrity":"sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA=="},"array-flatten":{"version":"1.1.1","dev":true,"integrity":"sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="},"array-ify":{"version":"1.0.0","dev":true,"integrity":"sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng=="},"array-includes":{"version":"3.1.6","dev":true,"integrity":"sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","get-intrinsic":"1.1.3","is-string":"1.0.7"}},"array-sort":{"version":"0.1.4","dev":true,"integrity":"sha512-BNcM+RXxndPxiZ2rd76k6nyQLRZr2/B/sdi8pQ+Joafr5AH279L40dfokSUTp8O+AaqYjXWhblBWa2st2nc4fQ==","requires":{"default-compare":"1.0.0","get-value":"2.0.6","kind-of":"5.1.0"},"dependencies":{"kind-of":{"version":"5.1.0","dev":true,"integrity":"sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="}}},"array-union":{"version":"2.1.0","dev":true,"integrity":"sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="},"array-uniq":{"version":"1.0.3","dev":true,"integrity":"sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q=="},"array-unique":{"version":"0.3.2","dev":true,"integrity":"sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ=="},"array.prototype.flat":{"version":"1.3.1","dev":true,"integrity":"sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","es-shim-unscopables":"1.0.0"}},"array.prototype.flatmap":{"version":"1.3.1","dev":true,"integrity":"sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","es-shim-unscopables":"1.0.0"}},"array.prototype.map":{"version":"1.0.5","dev":true,"integrity":"sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","es-array-method-boxes-properly":"1.0.0","is-string":"1.0.7"}},"array.prototype.reduce":{"version":"1.0.5","dev":true,"integrity":"sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","es-array-method-boxes-properly":"1.0.0","is-string":"1.0.7"}},"arrify":{"version":"2.0.1","dev":true,"integrity":"sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="},"asn1":{"version":"0.2.6","dev":true,"integrity":"sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==","requires":{"safer-buffer":"2.1.2"}},"asn1.js":{"version":"5.4.1","dev":true,"integrity":"sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==","requires":{"bn.js":"4.12.0","inherits":"2.0.4","minimalistic-assert":"1.0.1","safer-buffer":"2.1.2"}},"assert":{"version":"1.5.0","dev":true,"integrity":"sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==","requires":{"object-assign":"4.1.1","util":"0.10.3"},"dependencies":{"util":{"version":"0.10.3","dev":true,"integrity":"sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==","requires":{"inherits":"2.0.1"}}}},"assert-plus":{"version":"1.0.0","dev":true,"integrity":"sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw=="},"assign-symbols":{"version":"1.0.0","dev":true,"integrity":"sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw=="},"ast-types":{"version":"0.11.7","dev":true,"integrity":"sha512-2mP3TwtkY/aTv5X3ZsMpNAbOnyoC/aMJwJSoaELPkHId0nSQgFcnU4dRW3isxiz7+zBexk0ym3WNVjMiQBnJSw=="},"asynckit":{"version":"0.4.0","dev":true,"integrity":"sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="},"at-least-node":{"version":"1.0.0","dev":true,"integrity":"sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="},"atob":{"version":"2.1.2","dev":true,"integrity":"sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="},"author-regex":{"version":"1.0.0","dev":true,"integrity":"sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g=="},"autolinker":{"version":"0.28.1","dev":true,"integrity":"sha512-zQAFO1Dlsn69eXaO6+7YZc+v84aquQKbwpzCE3L0stj56ERn9hutFxPopViLjo9G+rWwjozRhgS5KJ25Xy19cQ==","requires":{"gulp-header":"1.8.12"}},"autoprefixer":{"version":"9.8.8","dev":true,"integrity":"sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==","requires":{"browserslist":"4.21.4","caniuse-lite":"1.0.30001441","normalize-range":"0.1.2","num2fraction":"1.2.2","picocolors":"0.2.1","postcss":"7.0.39","postcss-value-parser":"4.2.0"},"dependencies":{"picocolors":{"version":"0.2.1","dev":true,"integrity":"sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="}}},"aws-sign2":{"version":"0.7.0","dev":true,"integrity":"sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA=="},"aws4":{"version":"1.11.0","dev":true,"integrity":"sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="},"axios":{"version":"0.25.0","dev":true,"integrity":"sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==","requires":{"follow-redirects":"1.15.2"}},"babel-core":{"version":"7.0.0-bridge.0","dev":true,"integrity":"sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==","requires":{"@babel/core":"7.20.7"}},"babel-jest":{"version":"25.5.1","dev":true,"integrity":"sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==","requires":{"@babel/core":"7.20.7","@jest/transform":"25.5.1","@jest/types":"25.5.0","@types/babel__core":"7.1.20","babel-plugin-istanbul":"6.1.1","babel-preset-jest":"25.5.0","chalk":"3.0.0","graceful-fs":"4.2.10","slash":"3.0.0"}},"babel-loader":{"version":"8.3.0","dev":true,"integrity":"sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==","requires":{"@babel/core":"7.20.7","find-cache-dir":"3.3.2","loader-utils":"2.0.4","make-dir":"3.1.0","schema-utils":"2.7.1","webpack":"4.46.0"}},"babel-plugin-apply-mdx-type-prop":{"version":"1.6.22","dev":true,"integrity":"sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==","requires":{"@babel/core":"7.12.9","@babel/helper-plugin-utils":"7.10.4","@mdx-js/util":"1.6.22"},"dependencies":{"@babel/helper-plugin-utils":{"version":"7.10.4","dev":true,"integrity":"sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="}}},"babel-plugin-extract-import-names":{"version":"1.6.22","dev":true,"integrity":"sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==","requires":{"@babel/helper-plugin-utils":"7.10.4"},"dependencies":{"@babel/helper-plugin-utils":{"version":"7.10.4","dev":true,"integrity":"sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="}}},"babel-plugin-istanbul":{"version":"6.1.1","dev":true,"integrity":"sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==","requires":{"@babel/helper-plugin-utils":"7.20.2","@istanbuljs/load-nyc-config":"1.1.0","@istanbuljs/schema":"0.1.3","istanbul-lib-instrument":"5.2.1","test-exclude":"6.0.0"}},"babel-plugin-jest-hoist":{"version":"25.5.0","dev":true,"integrity":"sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g==","requires":{"@babel/template":"7.20.7","@babel/types":"7.20.7","@types/babel__traverse":"7.18.3"}},"babel-plugin-macros":{"version":"3.1.0","dev":true,"integrity":"sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==","requires":{"@babel/runtime":"7.20.7","cosmiconfig":"7.1.0","resolve":"1.22.1"}},"babel-plugin-polyfill-corejs2":{"version":"0.3.3","dev":true,"integrity":"sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==","requires":{"@babel/compat-data":"7.20.10","@babel/core":"7.20.7","@babel/helper-define-polyfill-provider":"0.3.3","semver":"6.3.0"}},"babel-plugin-polyfill-corejs3":{"version":"0.6.0","dev":true,"integrity":"sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==","requires":{"@babel/core":"7.20.7","@babel/helper-define-polyfill-provider":"0.3.3","core-js-compat":"3.26.1"}},"babel-plugin-polyfill-regenerator":{"version":"0.4.1","dev":true,"integrity":"sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==","requires":{"@babel/core":"7.20.7","@babel/helper-define-polyfill-provider":"0.3.3"}},"babel-preset-current-node-syntax":{"version":"0.1.4","dev":true,"integrity":"sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==","requires":{"@babel/core":"7.20.7","@babel/plugin-syntax-async-generators":"7.8.4","@babel/plugin-syntax-bigint":"7.8.3","@babel/plugin-syntax-class-properties":"7.12.13","@babel/plugin-syntax-import-meta":"7.10.4","@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-preset-jest":{"version":"25.5.0","dev":true,"integrity":"sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==","requires":{"@babel/core":"7.20.7","babel-plugin-jest-hoist":"25.5.0","babel-preset-current-node-syntax":"0.1.4"}},"bail":{"version":"1.0.5","dev":true,"integrity":"sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ=="},"balanced-match":{"version":"1.0.2","dev":true,"integrity":"sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="},"base":{"version":"0.11.2","dev":true,"integrity":"sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==","requires":{"cache-base":"1.0.1","class-utils":"0.3.6","component-emitter":"1.3.0","define-property":"1.0.0","isobject":"3.0.1","mixin-deep":"1.3.2","pascalcase":"0.1.1"}},"base64-js":{"version":"1.5.1","dev":true,"integrity":"sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="},"bcrypt-pbkdf":{"version":"1.0.2","dev":true,"integrity":"sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==","requires":{"tweetnacl":"0.14.5"}},"before-after-hook":{"version":"2.2.3","dev":true,"integrity":"sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="},"bent":{"version":"7.3.12","dev":true,"integrity":"sha512-T3yrKnVGB63zRuoco/7Ybl7BwwGZR0lceoVG5XmQyMIH9s19SV5m+a8qam4if0zQuAmOQTyPTPmsQBdAorGK3w==","requires":{"bytesish":"0.4.4","caseless":"0.12.0","is-stream":"2.0.1"}},"better-opn":{"version":"2.1.1","dev":true,"integrity":"sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==","requires":{"open":"7.4.2"},"dependencies":{"open":{"version":"7.4.2","dev":true,"integrity":"sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==","requires":{"is-docker":"2.2.1","is-wsl":"2.2.0"}}}},"big-integer":{"version":"1.6.51","dev":true,"integrity":"sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg=="},"big.js":{"version":"5.2.2","dev":true,"integrity":"sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="},"binary-extensions":{"version":"2.2.0","dev":true,"integrity":"sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="},"binary-searching":{"version":"2.0.5","dev":true,"integrity":"sha512-v4N2l3RxL+m4zDxyxz3Ne2aTmiPn8ZUpKFpdPtO+ItW1NcTCXA7JeHG5GMBSvoKSkQZ9ycS+EouDVxYB9ufKWA=="},"bl":{"version":"4.1.0","dev":true,"integrity":"sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==","requires":{"buffer":"5.7.1","inherits":"2.0.4","readable-stream":"3.6.0"}},"bluebird":{"version":"3.7.2","dev":true,"integrity":"sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="},"bn.js":{"version":"5.2.1","dev":true,"integrity":"sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="},"body-parser":{"version":"1.20.1","dev":true,"integrity":"sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==","requires":{"bytes":"3.1.2","content-type":"1.0.4","debug":"2.6.9","depd":"2.0.0","destroy":"1.2.0","http-errors":"2.0.0","iconv-lite":"0.4.24","on-finished":"2.4.1","qs":"6.11.0","raw-body":"2.5.1","type-is":"1.6.18","unpipe":"1.0.0"}},"boolbase":{"version":"1.0.0","dev":true,"integrity":"sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="},"bottleneck":{"version":"2.19.5","dev":true,"integrity":"sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw=="},"boxen":{"version":"5.1.2","dev":true,"integrity":"sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==","requires":{"ansi-align":"3.0.1","camelcase":"6.3.0","chalk":"4.1.2","cli-boxes":"2.2.1","string-width":"4.2.3","type-fest":"0.20.2","widest-line":"3.1.0","wrap-ansi":"7.0.0"},"dependencies":{"camelcase":{"version":"6.3.0","dev":true,"integrity":"sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="}}},"brace-expansion":{"version":"1.1.11","dev":true,"integrity":"sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==","requires":{"balanced-match":"1.0.2","concat-map":"0.0.1"}},"braces":{"version":"3.0.2","dev":true,"integrity":"sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==","requires":{"fill-range":"7.0.1"}},"brorand":{"version":"1.1.0","dev":true,"integrity":"sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="},"browser-process-hrtime":{"version":"1.0.0","dev":true,"integrity":"sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="},"browser-resolve":{"version":"1.11.3","dev":true,"integrity":"sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==","requires":{"resolve":"1.1.7"},"dependencies":{"resolve":{"version":"1.1.7","dev":true,"integrity":"sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg=="}}},"browserify-aes":{"version":"1.2.0","dev":true,"integrity":"sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==","requires":{"buffer-xor":"1.0.3","cipher-base":"1.0.4","create-hash":"1.2.0","evp_bytestokey":"1.0.3","inherits":"2.0.4","safe-buffer":"5.2.1"}},"browserify-cipher":{"version":"1.0.1","dev":true,"integrity":"sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==","requires":{"browserify-aes":"1.2.0","browserify-des":"1.0.2","evp_bytestokey":"1.0.3"}},"browserify-des":{"version":"1.0.2","dev":true,"integrity":"sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==","requires":{"cipher-base":"1.0.4","des.js":"1.0.1","inherits":"2.0.4","safe-buffer":"5.2.1"}},"browserify-rsa":{"version":"4.1.0","dev":true,"integrity":"sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==","requires":{"bn.js":"5.2.1","randombytes":"2.1.0"}},"browserify-sign":{"version":"4.2.1","dev":true,"integrity":"sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==","requires":{"bn.js":"5.2.1","browserify-rsa":"4.1.0","create-hash":"1.2.0","create-hmac":"1.1.7","elliptic":"6.5.4","inherits":"2.0.4","parse-asn1":"5.1.6","readable-stream":"3.6.0","safe-buffer":"5.2.1"}},"browserify-zlib":{"version":"0.2.0","dev":true,"integrity":"sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==","requires":{"pako":"1.0.11"}},"browserslist":{"version":"4.21.4","dev":true,"integrity":"sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==","requires":{"caniuse-lite":"1.0.30001441","electron-to-chromium":"1.4.284","node-releases":"2.0.8","update-browserslist-db":"1.0.10"}},"bs-logger":{"version":"0.2.6","dev":true,"integrity":"sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==","requires":{"fast-json-stable-stringify":"2.1.0"}},"bser":{"version":"2.1.1","dev":true,"integrity":"sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==","requires":{"node-int64":"0.4.0"}},"buffer":{"version":"5.7.1","dev":true,"integrity":"sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==","requires":{"base64-js":"1.5.1","ieee754":"1.2.1"}},"buffer-from":{"version":"1.1.2","dev":true,"integrity":"sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="},"buffer-xor":{"version":"1.0.3","dev":true,"integrity":"sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ=="},"builtin-modules":{"version":"3.3.0","dev":true,"integrity":"sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw=="},"builtin-status-codes":{"version":"3.0.0","dev":true,"integrity":"sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ=="},"bytes":{"version":"3.0.0","dev":true,"integrity":"sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw=="},"bytesish":{"version":"0.4.4","dev":true,"integrity":"sha512-i4uu6M4zuMUiyfZN4RU2+i9+peJh//pXhd9x1oSe1LBkZ3LEbCoygu8W0bXTukU1Jme2txKuotpCZRaC3FLxcQ=="},"cacache":{"version":"15.3.0","dev":true,"integrity":"sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==","requires":{"@npmcli/fs":"1.1.1","@npmcli/move-file":"1.1.2","chownr":"2.0.0","fs-minipass":"2.1.0","glob":"7.2.3","infer-owner":"1.0.4","lru-cache":"6.0.0","minipass":"3.3.6","minipass-collect":"1.0.2","minipass-flush":"1.0.5","minipass-pipeline":"1.2.4","mkdirp":"1.0.4","p-map":"4.0.0","promise-inflight":"1.0.1","rimraf":"3.0.2","ssri":"8.0.1","tar":"6.1.13","unique-filename":"1.1.1"}},"cache-base":{"version":"1.0.1","dev":true,"integrity":"sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==","requires":{"collection-visit":"1.0.0","component-emitter":"1.3.0","get-value":"2.0.6","has-value":"1.0.0","isobject":"3.0.1","set-value":"2.0.1","to-object-path":"0.3.0","union-value":"1.0.1","unset-value":"1.0.0"},"dependencies":{"isobject":{"version":"2.1.0","dev":true,"integrity":"sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==","requires":{"isarray":"1.0.0"}}}},"cacheable-lookup":{"version":"5.0.4","dev":true,"integrity":"sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA=="},"cacheable-request":{"version":"7.0.2","dev":true,"integrity":"sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==","requires":{"clone-response":"1.0.3","get-stream":"5.2.0","http-cache-semantics":"4.1.0","keyv":"4.5.2","lowercase-keys":"2.0.0","normalize-url":"6.1.0","responselike":"2.0.1"}},"cachedir":{"version":"2.3.0","dev":true,"integrity":"sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw=="},"call-bind":{"version":"1.0.2","dev":true,"integrity":"sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==","requires":{"function-bind":"1.1.1","get-intrinsic":"1.1.3"}},"call-me-maybe":{"version":"1.0.2","dev":true,"integrity":"sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ=="},"caller-callsite":{"version":"2.0.0","dev":true,"integrity":"sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==","requires":{"callsites":"2.0.0"}},"caller-path":{"version":"2.0.0","dev":true,"integrity":"sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==","requires":{"caller-callsite":"2.0.0"}},"callsites":{"version":"3.1.0","dev":true,"integrity":"sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="},"camel-case":{"version":"4.1.2","dev":true,"integrity":"sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==","requires":{"pascal-case":"3.1.2","tslib":"2.4.1"}},"camelcase":{"version":"5.3.1","dev":true,"integrity":"sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="},"camelcase-css":{"version":"2.0.1","dev":true,"integrity":"sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="},"camelcase-keys":{"version":"6.2.2","dev":true,"integrity":"sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==","requires":{"camelcase":"5.3.1","map-obj":"4.3.0","quick-lru":"4.0.1"}},"caniuse-lite":{"version":"1.0.30001441","dev":true,"integrity":"sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg=="},"capture-exit":{"version":"2.0.0","dev":true,"integrity":"sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==","requires":{"rsvp":"4.8.5"}},"cardinal":{"version":"2.1.1","dev":true,"integrity":"sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==","requires":{"ansicolors":"0.3.2","redeyed":"2.1.1"}},"case-sensitive-paths-webpack-plugin":{"version":"2.4.0","dev":true,"integrity":"sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw=="},"caseless":{"version":"0.12.0","dev":true,"integrity":"sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="},"ccount":{"version":"1.1.0","dev":true,"integrity":"sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg=="},"chalk":{"version":"4.1.2","dev":true,"integrity":"sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}},"char-regex":{"version":"1.0.2","dev":true,"integrity":"sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="},"character-entities":{"version":"1.2.4","dev":true,"integrity":"sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw=="},"character-entities-legacy":{"version":"1.1.4","dev":true,"integrity":"sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA=="},"character-parser":{"version":"2.2.0","dev":true,"integrity":"sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==","requires":{"is-regex":"1.1.4"}},"character-reference-invalid":{"version":"1.1.4","dev":true,"integrity":"sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg=="},"chardet":{"version":"0.7.0","dev":true,"integrity":"sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="},"chevrotain":{"version":"7.1.1","dev":true,"integrity":"sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==","requires":{"regexp-to-ast":"0.5.0"}},"chokidar":{"version":"3.5.3","dev":true,"integrity":"sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==","requires":{"anymatch":"3.1.3","braces":"3.0.2","glob-parent":"5.1.2","is-binary-path":"2.1.0","is-glob":"4.0.3","normalize-path":"3.0.0","readdirp":"3.6.0"}},"chownr":{"version":"2.0.0","dev":true,"integrity":"sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="},"chrome-trace-event":{"version":"1.0.3","dev":true,"integrity":"sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg=="},"ci-info":{"version":"3.7.0","dev":true,"integrity":"sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog=="},"cipher-base":{"version":"1.0.4","dev":true,"integrity":"sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==","requires":{"inherits":"2.0.4","safe-buffer":"5.2.1"}},"cjs-module-lexer":{"version":"1.2.2","dev":true,"integrity":"sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="},"class-utils":{"version":"0.3.6","dev":true,"integrity":"sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==","requires":{"arr-union":"3.1.0","define-property":"0.2.5","isobject":"3.0.1","static-extend":"0.1.2"},"dependencies":{"kind-of":{"version":"5.1.0","dev":true,"integrity":"sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="}}},"clean-css":{"version":"4.2.4","dev":true,"integrity":"sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==","requires":{"source-map":"0.6.1"}},"clean-regexp":{"version":"1.0.0","dev":true,"integrity":"sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==","requires":{"escape-string-regexp":"1.0.5"}},"clean-stack":{"version":"2.2.0","dev":true,"integrity":"sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="},"cli-boxes":{"version":"2.2.1","dev":true,"integrity":"sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw=="},"cli-cursor":{"version":"3.1.0","dev":true,"integrity":"sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==","requires":{"restore-cursor":"3.1.0"}},"cli-highlight":{"version":"2.1.11","dev":true,"integrity":"sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==","requires":{"chalk":"4.1.2","highlight.js":"10.7.3","mz":"2.7.0","parse5":"5.1.1","parse5-htmlparser2-tree-adapter":"6.0.1","yargs":"16.2.0"}},"cli-spinners":{"version":"2.7.0","dev":true,"integrity":"sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw=="},"cli-table3":{"version":"0.6.3","dev":true,"integrity":"sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==","requires":{"string-width":"4.2.3"}},"cli-width":{"version":"3.0.0","dev":true,"integrity":"sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw=="},"cliui":{"version":"8.0.1","dev":true,"integrity":"sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==","requires":{"string-width":"4.2.3","strip-ansi":"6.0.1","wrap-ansi":"7.0.0"}},"clone":{"version":"1.0.4","dev":true,"integrity":"sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="},"clone-deep":{"version":"4.0.1","dev":true,"integrity":"sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==","requires":{"is-plain-object":"2.0.4","kind-of":"6.0.3","shallow-clone":"3.0.1"}},"clone-response":{"version":"1.0.3","dev":true,"integrity":"sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==","requires":{"mimic-response":"1.0.1"}},"co":{"version":"4.6.0","dev":true,"integrity":"sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ=="},"collapse-white-space":{"version":"1.0.6","dev":true,"integrity":"sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ=="},"collect-v8-coverage":{"version":"1.0.1","dev":true,"integrity":"sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="},"collection-visit":{"version":"1.0.0","dev":true,"integrity":"sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==","requires":{"map-visit":"1.0.0","object-visit":"1.0.1"}},"color-convert":{"version":"2.0.1","dev":true,"integrity":"sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==","requires":{"color-name":"1.1.4"}},"color-name":{"version":"1.1.4","dev":true,"integrity":"sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="},"color-support":{"version":"1.1.3","dev":true,"integrity":"sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="},"colors":{"version":"1.4.0","dev":true,"integrity":"sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA=="},"combined-stream":{"version":"1.0.8","dev":true,"integrity":"sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==","requires":{"delayed-stream":"1.0.0"}},"comma-separated-tokens":{"version":"1.0.8","dev":true,"integrity":"sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw=="},"commander":{"version":"2.20.3","dev":true,"integrity":"sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="},"comment-parser":{"version":"1.3.0","dev":true,"integrity":"sha512-hRpmWIKgzd81vn0ydoWoyPoALEOnF4wt8yKD35Ib1D6XC2siLiYaiqfGkYrunuKdsXGwpBpHU3+9r+RVw2NZfA=="},"commitizen":{"version":"4.2.6","dev":true,"integrity":"sha512-RyTM+EiD9GO01DJUn9MRRAet3XUHGfoUZoksLfr+1ym1Xt2q5EYJs9Fg2BtKSb5Mo53i0BtMBmWMHQXVlZ/L9w==","requires":{"cachedir":"2.3.0","cz-conventional-changelog":"3.3.0","dedent":"0.7.0","detect-indent":"6.1.0","find-node-modules":"2.1.3","find-root":"1.1.0","fs-extra":"9.1.0","glob":"7.2.3","inquirer":"8.2.4","is-utf8":"0.2.1","lodash":"4.17.21","minimist":"1.2.6","strip-bom":"4.0.0","strip-json-comments":"3.1.1"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"common-tags":{"version":"1.8.2","dev":true,"integrity":"sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA=="},"commondir":{"version":"1.0.1","dev":true,"integrity":"sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="},"compare-func":{"version":"2.0.0","dev":true,"integrity":"sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==","requires":{"array-ify":"1.0.0","dot-prop":"5.3.0"}},"component-emitter":{"version":"1.3.0","dev":true,"integrity":"sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="},"compressible":{"version":"2.0.18","dev":true,"integrity":"sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==","requires":{"mime-db":"1.52.0"}},"compression":{"version":"1.7.4","dev":true,"integrity":"sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==","requires":{"accepts":"1.3.8","bytes":"3.0.0","compressible":"2.0.18","debug":"2.6.9","on-headers":"1.0.2","safe-buffer":"5.1.2","vary":"1.1.2"},"dependencies":{"safe-buffer":{"version":"5.1.2","dev":true,"integrity":"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="}}},"concat-map":{"version":"0.0.1","dev":true,"integrity":"sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="},"concat-stream":{"version":"1.6.2","dev":true,"integrity":"sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==","requires":{"buffer-from":"1.1.2","inherits":"2.0.4","readable-stream":"2.3.7","typedarray":"0.0.6"}},"concat-with-sourcemaps":{"version":"1.1.0","dev":true,"integrity":"sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==","requires":{"source-map":"0.6.1"}},"console-browserify":{"version":"1.2.0","dev":true,"integrity":"sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA=="},"console-control-strings":{"version":"1.1.0","dev":true,"integrity":"sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="},"constants-browserify":{"version":"1.0.0","dev":true,"integrity":"sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ=="},"content-disposition":{"version":"0.5.4","dev":true,"integrity":"sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==","requires":{"safe-buffer":"5.2.1"}},"content-type":{"version":"1.0.4","dev":true,"integrity":"sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="},"conventional-changelog-angular":{"version":"5.0.13","dev":true,"integrity":"sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==","requires":{"compare-func":"2.0.0","q":"1.5.1"}},"conventional-changelog-conventionalcommits":{"version":"5.0.0","dev":true,"integrity":"sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==","requires":{"compare-func":"2.0.0","lodash":"4.17.21","q":"1.5.1"}},"conventional-changelog-emoji-config":{"version":"1.4.8","dev":true,"integrity":"sha512-YssHA4Xcbha2h+tbq25f3apS6AsLSQSQJVPcgic5i09DNfiOnWhxdBIn/GcmoT+TS7+DlzCMufE2j6dMiuYOWg==","requires":{"conventional-changelog-gitmoji-config":"1.4.4","conventional-changelog-writer":"5.0.1","conventional-commits-parser":"3.2.4","cosmiconfig":"7.1.0","git-cz-emoji":"1.1.24","semantic-release":"19.0.5","tslib":"2.4.1"},"dependencies":{"semver":{"version":"6.3.0","dev":true,"integrity":"sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="}}},"conventional-changelog-gitmoji-config":{"version":"1.4.4","dev":true,"integrity":"sha512-U3mKW1+Rf3jFksukRx37H4OebxAMqj4LVEYw09+cs6nQXm06I3pESlskLaZzzu/EGDHBfKCniCK9zPLyCGABPg==","requires":{"@gitmoji/commit-types":"1.1.5","@gitmoji/parser-opts":"1.3.1","cosmiconfig":"7.1.0"}},"conventional-changelog-writer":{"version":"5.0.1","dev":true,"integrity":"sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==","requires":{"conventional-commits-filter":"2.0.7","dateformat":"3.0.3","handlebars":"4.7.7","json-stringify-safe":"5.0.1","lodash":"4.17.21","meow":"8.1.2","semver":"6.3.0","split":"1.0.1","through2":"4.0.2"}},"conventional-commit-types":{"version":"3.0.0","dev":true,"integrity":"sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg=="},"conventional-commits-filter":{"version":"2.0.7","dev":true,"integrity":"sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==","requires":{"lodash.ismatch":"4.4.0","modify-values":"1.0.1"}},"conventional-commits-parser":{"version":"3.2.4","dev":true,"integrity":"sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==","requires":{"JSONStream":"1.3.5","is-text-path":"1.0.1","lodash":"4.17.21","meow":"8.1.2","split2":"3.2.2","through2":"4.0.2"}},"convert-source-map":{"version":"1.9.0","dev":true,"integrity":"sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="},"cookie":{"version":"0.5.0","dev":true,"integrity":"sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw=="},"cookie-signature":{"version":"1.0.6","dev":true,"integrity":"sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="},"copy-concurrently":{"version":"1.0.5","dev":true,"integrity":"sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==","requires":{"aproba":"1.2.0","fs-write-stream-atomic":"1.0.10","iferr":"0.1.5","mkdirp":"0.5.6","rimraf":"2.7.1","run-queue":"1.0.3"}},"copy-descriptor":{"version":"0.1.1","dev":true,"integrity":"sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw=="},"core-js":{"version":"3.26.1","dev":true,"integrity":"sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA=="},"core-js-compat":{"version":"3.26.1","dev":true,"integrity":"sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==","requires":{"browserslist":"4.21.4"}},"core-js-pure":{"version":"3.26.1","dev":true,"integrity":"sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ=="},"core-util-is":{"version":"1.0.3","dev":true,"integrity":"sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="},"cosmiconfig":{"version":"7.1.0","dev":true,"integrity":"sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==","requires":{"@types/parse-json":"4.0.0","import-fresh":"3.3.0","parse-json":"5.2.0","path-type":"4.0.0","yaml":"1.10.2"}},"cp-file":{"version":"7.0.0","dev":true,"integrity":"sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==","requires":{"graceful-fs":"4.2.10","make-dir":"3.1.0","nested-error-stacks":"2.1.1","p-event":"4.2.0"}},"cpy":{"version":"8.1.2","dev":true,"integrity":"sha512-dmC4mUesv0OYH2kNFEidtf/skUwv4zePmGeepjyyJ0qTo5+8KhA1o99oIAwVVLzQMAeDJml74d6wPPKb6EZUTg==","requires":{"arrify":"2.0.1","cp-file":"7.0.0","globby":"9.2.0","has-glob":"1.0.0","junk":"3.1.0","nested-error-stacks":"2.1.1","p-all":"2.1.0","p-filter":"2.1.0","p-map":"3.0.0"},"dependencies":{"globby":{"version":"9.2.0","dev":true,"integrity":"sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==","requires":{"@types/glob":"7.2.0","array-union":"1.0.2","dir-glob":"2.2.2","fast-glob":"2.2.7","glob":"7.2.3","ignore":"4.0.6","pify":"4.0.1","slash":"2.0.0"}},"p-map":{"version":"3.0.0","dev":true,"integrity":"sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==","requires":{"aggregate-error":"3.1.0"}},"path-type":{"version":"3.0.0","dev":true,"integrity":"sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==","requires":{"pify":"3.0.0"}}}},"create-ecdh":{"version":"4.0.4","dev":true,"integrity":"sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==","requires":{"bn.js":"4.12.0","elliptic":"6.5.4"},"dependencies":{"bn.js":{"version":"4.12.0","dev":true,"integrity":"sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="}}},"create-eslint-index":{"version":"1.0.0","dev":true,"integrity":"sha512-nXvJjnfDytOOaPOonX0h0a1ggMoqrhdekGeZkD6hkcWYvlCWhU719tKFVh8eU04CnMwu3uwe1JjwuUF2C3k2qg==","requires":{"lodash.get":"4.4.2"}},"create-frame":{"version":"1.0.0","dev":true,"integrity":"sha512-SnJYqAwa5Jon3cP8e3LMFBoRG2m/hX20vtOnC3ynhyAa6jmy+BqrPoicBtmKUutnJuphXPj7C54yOXF58Tl71Q==","requires":{"define-property":"0.2.5","extend-shallow":"2.0.1","isobject":"3.0.1","lazy-cache":"2.0.2"},"dependencies":{"define-property":{"version":"0.2.5","dev":true,"integrity":"sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==","requires":{"is-descriptor":"0.1.6"}},"kind-of":{"version":"5.1.0","dev":true,"integrity":"sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="}}},"create-hash":{"version":"1.2.0","dev":true,"integrity":"sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==","requires":{"cipher-base":"1.0.4","inherits":"2.0.4","md5.js":"1.3.5","ripemd160":"2.0.2","sha.js":"2.4.11"}},"create-hmac":{"version":"1.1.7","dev":true,"integrity":"sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==","requires":{"cipher-base":"1.0.4","create-hash":"1.2.0","inherits":"2.0.4","ripemd160":"2.0.2","safe-buffer":"5.2.1","sha.js":"2.4.11"}},"create-jest-runner":{"version":"0.6.0","dev":true,"integrity":"sha512-9ibH8XA4yOJwDLRlzIUv5Ceg2DZFrQFjEtRKplVP6scGKwoz28V27xPHTbXziq2LePAD/xXlJlywhUq1dtF+nw==","requires":{"chalk":"3.0.0","jest-worker":"25.5.0","throat":"5.0.0"}},"cross-spawn":{"version":"7.0.3","dev":true,"integrity":"sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==","requires":{"path-key":"3.1.1","shebang-command":"2.0.0","which":"2.0.2"}},"crypto-browserify":{"version":"3.12.0","dev":true,"integrity":"sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==","requires":{"browserify-cipher":"1.0.1","browserify-sign":"4.2.1","create-ecdh":"4.0.4","create-hash":"1.2.0","create-hmac":"1.1.7","diffie-hellman":"5.0.3","inherits":"2.0.4","pbkdf2":"3.1.2","public-encrypt":"4.0.3","randombytes":"2.1.0","randomfill":"1.0.4"}},"crypto-random-string":{"version":"2.0.0","dev":true,"integrity":"sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="},"css-loader":{"version":"3.6.0","dev":true,"integrity":"sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==","requires":{"camelcase":"5.3.1","cssesc":"3.0.0","icss-utils":"4.1.1","loader-utils":"1.4.2","normalize-path":"3.0.0","postcss":"7.0.39","postcss-modules-extract-imports":"2.0.0","postcss-modules-local-by-default":"3.0.3","postcss-modules-scope":"2.2.0","postcss-modules-values":"3.0.0","postcss-value-parser":"4.2.0","schema-utils":"2.7.1","semver":"6.3.0","webpack":"4.46.0"},"dependencies":{"loader-utils":{"version":"1.4.2","dev":true,"integrity":"sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==","requires":{"big.js":"5.2.2","emojis-list":"3.0.0","json5":"1.0.1"}}}},"css-select":{"version":"4.3.0","dev":true,"integrity":"sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==","requires":{"boolbase":"1.0.0","css-what":"6.1.0","domhandler":"4.3.1","domutils":"2.8.0","nth-check":"2.1.1"}},"css-what":{"version":"6.1.0","dev":true,"integrity":"sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="},"cssesc":{"version":"3.0.0","dev":true,"integrity":"sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="},"cssom":{"version":"0.4.4","dev":true,"integrity":"sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="},"cssstyle":{"version":"2.3.0","dev":true,"integrity":"sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==","requires":{"cssom":"0.3.8"},"dependencies":{"cssom":{"version":"0.3.8","dev":true,"integrity":"sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="}}},"cwd":{"version":"0.10.0","dev":true,"integrity":"sha512-YGZxdTTL9lmLkCUTpg4j0zQ7IhRB5ZmqNBbGCl3Tg6MP/d5/6sY7L5mmTjzbc6JKgVZYiqTQTNhPFsbXNGlRaA==","requires":{"find-pkg":"0.1.2","fs-exists-sync":"0.1.0"}},"cyclist":{"version":"1.0.1","dev":true,"integrity":"sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A=="},"cz-conventional-changelog":{"version":"3.3.0","dev":true,"integrity":"sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==","requires":{"chalk":"2.4.2","commitizen":"4.2.6","conventional-commit-types":"3.0.0","lodash.map":"4.6.0","longest":"2.0.1","word-wrap":"1.2.3"}},"dashdash":{"version":"1.14.1","dev":true,"integrity":"sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==","requires":{"assert-plus":"1.0.0"}},"data-urls":{"version":"1.1.0","dev":true,"integrity":"sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==","requires":{"abab":"2.0.6","whatwg-mimetype":"2.3.0","whatwg-url":"7.1.0"}},"date.js":{"version":"0.3.3","dev":true,"integrity":"sha512-HgigOS3h3k6HnW011nAb43c5xx5rBXk8P2v/WIT9Zv4koIaVXiH2BURguI78VVp+5Qc076T7OR378JViCnZtBw==","requires":{"debug":"3.1.0"}},"dateformat":{"version":"3.0.3","dev":true,"integrity":"sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q=="},"debug":{"version":"4.3.4","dev":true,"integrity":"sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==","requires":{"ms":"2.1.2"}},"decamelize":{"version":"5.0.1","dev":true,"integrity":"sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA=="},"decamelize-keys":{"version":"1.1.1","dev":true,"integrity":"sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==","requires":{"decamelize":"1.2.0","map-obj":"1.0.1"},"dependencies":{"map-obj":{"version":"1.0.1","dev":true,"integrity":"sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg=="}}},"decimal.js":{"version":"10.4.3","dev":true,"integrity":"sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="},"decode-named-character-reference":{"version":"1.0.2","dev":true,"integrity":"sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==","requires":{"character-entities":"2.0.2"}},"decode-uri-component":{"version":"0.2.2","dev":true,"integrity":"sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ=="},"decompress-response":{"version":"6.0.0","dev":true,"integrity":"sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==","requires":{"mimic-response":"3.1.0"},"dependencies":{"mimic-response":{"version":"3.1.0","dev":true,"integrity":"sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ=="}}},"dedent":{"version":"0.7.0","dev":true,"integrity":"sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="},"deep-extend":{"version":"0.6.0","dev":true,"integrity":"sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA=="},"deep-is":{"version":"0.1.4","dev":true,"integrity":"sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="},"deepmerge":{"version":"4.2.2","dev":true,"integrity":"sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="},"deepmerge-ts":{"version":"4.2.2","dev":true,"integrity":"sha512-Ka3Kb21tiWjvQvS9U+1Dx+aqFAHsdTnMdYptLTmC2VAmDFMugWMY1e15aTODstipmCun8iNuqeSfcx6rsUUk0Q=="},"default-compare":{"version":"1.0.0","dev":true,"integrity":"sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==","requires":{"kind-of":"5.1.0"}},"defaults":{"version":"1.0.4","dev":true,"integrity":"sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==","requires":{"clone":"1.0.4"}},"defer-to-connect":{"version":"2.0.1","dev":true,"integrity":"sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg=="},"define-lazy-prop":{"version":"2.0.0","dev":true,"integrity":"sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="},"define-properties":{"version":"1.1.4","dev":true,"integrity":"sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==","requires":{"has-property-descriptors":"1.0.0","object-keys":"1.1.1"}},"define-property":{"version":"1.0.0","dev":true,"integrity":"sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==","requires":{"is-descriptor":"1.0.2"},"dependencies":{"is-accessor-descriptor":{"version":"1.0.0","dev":true,"integrity":"sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==","requires":{"kind-of":"6.0.3"}},"is-data-descriptor":{"version":"1.0.0","dev":true,"integrity":"sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==","requires":{"kind-of":"6.0.3"}},"is-descriptor":{"version":"1.0.2","dev":true,"integrity":"sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==","requires":{"is-accessor-descriptor":"1.0.0","is-data-descriptor":"1.0.0","kind-of":"6.0.3"}}}},"del":{"version":"6.1.1","dev":true,"integrity":"sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==","requires":{"globby":"11.1.0","graceful-fs":"4.2.10","is-glob":"4.0.3","is-path-cwd":"2.2.0","is-path-inside":"3.0.3","p-map":"4.0.0","rimraf":"3.0.2","slash":"3.0.0"}},"delayed-stream":{"version":"1.0.0","dev":true,"integrity":"sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="},"delegates":{"version":"1.0.0","dev":true,"integrity":"sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="},"depd":{"version":"2.0.0","dev":true,"integrity":"sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="},"deprecation":{"version":"2.3.1","dev":true,"integrity":"sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="},"dequal":{"version":"2.0.3","dev":true,"integrity":"sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="},"des.js":{"version":"1.0.1","dev":true,"integrity":"sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==","requires":{"inherits":"2.0.4","minimalistic-assert":"1.0.1"}},"destroy":{"version":"1.2.0","dev":true,"integrity":"sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg=="},"detab":{"version":"2.0.4","dev":true,"integrity":"sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==","requires":{"repeat-string":"1.6.1"}},"detect-file":{"version":"1.0.0","dev":true,"integrity":"sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q=="},"detect-indent":{"version":"6.1.0","dev":true,"integrity":"sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA=="},"detect-newline":{"version":"3.1.0","dev":true,"integrity":"sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="},"detect-package-manager":{"version":"2.0.1","dev":true,"integrity":"sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==","requires":{"execa":"5.1.1"}},"detect-port":{"version":"1.5.1","dev":true,"integrity":"sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==","requires":{"address":"1.2.2","debug":"4.3.4"}},"diff":{"version":"5.1.0","dev":true,"integrity":"sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw=="},"diff-sequences":{"version":"25.2.6","dev":true,"integrity":"sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg=="},"diffie-hellman":{"version":"5.0.3","dev":true,"integrity":"sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==","requires":{"bn.js":"4.12.0","miller-rabin":"4.0.1","randombytes":"2.1.0"},"dependencies":{"bn.js":{"version":"4.12.0","dev":true,"integrity":"sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="}}},"dir-glob":{"version":"3.0.1","dev":true,"integrity":"sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==","requires":{"path-type":"4.0.0"}},"doctrine":{"version":"3.0.0","dev":true,"integrity":"sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==","requires":{"esutils":"2.0.3"}},"dom-accessibility-api":{"version":"0.5.14","dev":true,"integrity":"sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg=="},"dom-converter":{"version":"0.2.0","dev":true,"integrity":"sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==","requires":{"utila":"0.4.0"}},"dom-serializer":{"version":"1.4.1","dev":true,"integrity":"sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==","requires":{"domelementtype":"2.3.0","domhandler":"4.3.1","entities":"2.2.0"}},"dom-walk":{"version":"0.1.2","dev":true,"integrity":"sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="},"domain-browser":{"version":"1.2.0","dev":true,"integrity":"sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA=="},"domelementtype":{"version":"2.3.0","dev":true,"integrity":"sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw=="},"domexception":{"version":"1.0.1","dev":true,"integrity":"sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==","requires":{"webidl-conversions":"4.0.2"}},"domhandler":{"version":"4.3.1","dev":true,"integrity":"sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==","requires":{"domelementtype":"2.3.0"}},"domutils":{"version":"2.8.0","dev":true,"integrity":"sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==","requires":{"dom-serializer":"1.4.1","domelementtype":"2.3.0","domhandler":"4.3.1"},"dependencies":{"entities":{"version":"2.2.0","dev":true,"integrity":"sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="}}},"dot-case":{"version":"3.0.4","dev":true,"integrity":"sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==","requires":{"no-case":"3.0.4","tslib":"2.4.1"}},"dot-prop":{"version":"5.3.0","dev":true,"integrity":"sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==","requires":{"is-obj":"2.0.0"}},"dot-properties":{"version":"1.0.1","dev":true,"integrity":"sha512-cjIHHKlf2dPINJ5Io3lPocWvWmthXn3ztqyHVzUfufRiCiPECb0oiEqEGbEGaunFZtcMvwgUcxP9CTpLG4KCsA=="},"dotenv":{"version":"8.6.0","dev":true,"integrity":"sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g=="},"dotenv-expand":{"version":"5.1.0","dev":true,"integrity":"sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="},"duplexer2":{"version":"0.1.4","dev":true,"integrity":"sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==","requires":{"readable-stream":"2.3.7"}},"duplexify":{"version":"3.7.1","dev":true,"integrity":"sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==","requires":{"end-of-stream":"1.4.4","inherits":"2.0.4","readable-stream":"2.3.7","stream-shift":"1.0.1"}},"easy-stack":{"version":"1.0.1","dev":true,"integrity":"sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w=="},"ecc-jsbn":{"version":"0.1.2","dev":true,"integrity":"sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==","requires":{"jsbn":"0.1.1","safer-buffer":"2.1.2"}},"editorconfig":{"version":"0.15.3","dev":true,"integrity":"sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==","requires":{"commander":"2.20.3","lru-cache":"4.1.5","semver":"5.7.1","sigmund":"1.0.1"}},"ee-first":{"version":"1.1.1","dev":true,"integrity":"sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="},"electron-to-chromium":{"version":"1.4.284","dev":true,"integrity":"sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA=="},"elliptic":{"version":"6.5.4","dev":true,"integrity":"sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==","requires":{"bn.js":"4.12.0","brorand":"1.1.0","hash.js":"1.1.7","hmac-drbg":"1.0.1","inherits":"2.0.4","minimalistic-assert":"1.0.1","minimalistic-crypto-utils":"1.0.1"},"dependencies":{"bn.js":{"version":"4.12.0","dev":true,"integrity":"sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="}}},"emittery":{"version":"0.8.1","dev":true,"integrity":"sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="},"emoji-regex":{"version":"8.0.0","dev":true,"integrity":"sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="},"emojis-list":{"version":"3.0.0","dev":true,"integrity":"sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="},"encodeurl":{"version":"1.0.2","dev":true,"integrity":"sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w=="},"end-of-stream":{"version":"1.4.4","dev":true,"integrity":"sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==","requires":{"once":"1.4.0"}},"enhanced-resolve":{"version":"4.5.0","dev":true,"integrity":"sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==","requires":{"graceful-fs":"4.2.10","memory-fs":"0.5.0","tapable":"1.1.3"},"dependencies":{"memory-fs":{"version":"0.5.0","dev":true,"integrity":"sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==","requires":{"errno":"0.1.8","readable-stream":"2.3.7"}}}},"ent":{"version":"2.2.0","dev":true,"integrity":"sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA=="},"entities":{"version":"3.0.1","dev":true,"integrity":"sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q=="},"env-ci":{"version":"5.5.0","dev":true,"integrity":"sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==","requires":{"execa":"5.1.1","fromentries":"1.3.2","java-properties":"1.0.2"}},"errno":{"version":"0.1.8","dev":true,"integrity":"sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==","requires":{"prr":"1.0.1"}},"error-ex":{"version":"1.3.2","dev":true,"integrity":"sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==","requires":{"is-arrayish":"0.2.1"}},"error-symbol":{"version":"0.1.0","dev":true,"integrity":"sha512-VyjaKxUmeDX/m2lxm/aknsJ1GWDWUO2Ze2Ad8S1Pb9dykAm9TjSKp5CjrNyltYqZ5W/PO6TInAmO2/BfwMyT1g=="},"es-abstract":{"version":"1.20.5","dev":true,"integrity":"sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==","requires":{"call-bind":"1.0.2","es-to-primitive":"1.2.1","function-bind":"1.1.1","function.prototype.name":"1.1.5","get-intrinsic":"1.1.3","get-symbol-description":"1.0.0","gopd":"1.0.1","has":"1.0.3","has-property-descriptors":"1.0.0","has-symbols":"1.0.3","internal-slot":"1.0.4","is-callable":"1.2.7","is-negative-zero":"2.0.2","is-regex":"1.1.4","is-shared-array-buffer":"1.0.2","is-string":"1.0.7","is-weakref":"1.0.2","object-inspect":"1.12.2","object-keys":"1.1.1","object.assign":"4.1.4","regexp.prototype.flags":"1.4.3","safe-regex-test":"1.0.0","string.prototype.trimend":"1.0.6","string.prototype.trimstart":"1.0.6","unbox-primitive":"1.0.2"}},"es-array-method-boxes-properly":{"version":"1.0.0","dev":true,"integrity":"sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA=="},"es-get-iterator":{"version":"1.1.2","dev":true,"integrity":"sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==","requires":{"call-bind":"1.0.2","get-intrinsic":"1.1.3","has-symbols":"1.0.3","is-arguments":"1.1.1","is-map":"2.0.2","is-set":"2.0.2","is-string":"1.0.7","isarray":"2.0.5"}},"es-shim-unscopables":{"version":"1.0.0","dev":true,"integrity":"sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==","requires":{"has":"1.0.3"}},"es-to-primitive":{"version":"1.2.1","dev":true,"integrity":"sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==","requires":{"is-callable":"1.2.7","is-date-object":"1.0.5","is-symbol":"1.0.4"}},"es5-shim":{"version":"4.6.7","dev":true,"integrity":"sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ=="},"es6-shim":{"version":"0.35.7","dev":true,"integrity":"sha512-baZkUfTDSx7X69+NA8imbvGrsPfqH0MX7ADdIDjqwsI8lkTgLIiD2QWrUCSGsUQ0YMnSCA/4pNgSyXdnLHWf3A=="},"esbuild":{"version":"0.12.29","dev":true,"integrity":"sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g=="},"esbuild-node-externals":{"version":"1.6.0","dev":true,"integrity":"sha512-LmQnnDVMVTvMmPBpBDrCtub7CVW9aavBvF4ZjOLRNy/+ODoHz3kLjvDdMS/UKn1eJ5WrlAImiYsD3hF4YKyGkw==","requires":{"esbuild":"0.12.29","find-up":"5.0.0","tslib":"2.4.1"}},"escalade":{"version":"3.1.1","dev":true,"integrity":"sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="},"escape-html":{"version":"1.0.3","dev":true,"integrity":"sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="},"escape-string-regexp":{"version":"4.0.0","dev":true,"integrity":"sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="},"escodegen":{"version":"1.14.3","dev":true,"integrity":"sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==","requires":{"esprima":"4.0.1","estraverse":"4.3.0","esutils":"2.0.3","optionator":"0.8.3"}},"eslint":{"version":"8.30.0","dev":true,"integrity":"sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==","requires":{"@eslint/eslintrc":"1.4.0","@humanwhocodes/config-array":"0.11.8","@humanwhocodes/module-importer":"1.0.1","@nodelib/fs.walk":"1.2.8","ajv":"6.12.6","chalk":"4.1.2","cross-spawn":"7.0.3","debug":"4.3.4","doctrine":"3.0.0","escape-string-regexp":"4.0.0","eslint-scope":"7.1.1","eslint-utils":"3.0.0","eslint-visitor-keys":"3.3.0","espree":"9.4.1","esquery":"1.4.0","esutils":"2.0.3","fast-deep-equal":"3.1.3","file-entry-cache":"6.0.1","find-up":"5.0.0","glob-parent":"6.0.2","globals":"13.19.0","grapheme-splitter":"1.0.4","ignore":"5.2.4","import-fresh":"3.3.0","imurmurhash":"0.1.4","is-glob":"4.0.3","is-path-inside":"3.0.3","js-sdsl":"4.2.0","js-yaml":"4.1.0","json-stable-stringify-without-jsonify":"1.0.1","levn":"0.4.1","lodash.merge":"4.6.2","minimatch":"3.1.2","natural-compare":"1.4.0","optionator":"0.9.1","regexpp":"3.2.0","strip-ansi":"6.0.1","strip-json-comments":"3.1.1","text-table":"0.2.0"},"dependencies":{"eslint-scope":{"version":"7.1.1","dev":true,"integrity":"sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==","requires":{"esrecurse":"4.3.0","estraverse":"5.3.0"}},"estraverse":{"version":"5.3.0","dev":true,"integrity":"sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="},"glob-parent":{"version":"6.0.2","dev":true,"integrity":"sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==","requires":{"is-glob":"4.0.3"}}}},"eslint-ast-utils":{"version":"1.1.0","dev":true,"integrity":"sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==","requires":{"lodash.get":"4.4.2","lodash.zip":"4.2.0"}},"eslint-config-prettier":{"version":"8.5.0","dev":true,"integrity":"sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==","requires":{"eslint":"8.30.0"}},"eslint-config-strict-mode":{"version":"1.2.1","dev":true,"integrity":"sha512-hlzSWJVrbCYKmHLdbXa278svY3A5K7prJndl2YnkpvH2ED8mzZbd1VXorGCOfolt5JngJal0Tq/WrNIkPj46ZA==","requires":{"@typescript-eslint/eslint-plugin":"5.47.0","@typescript-eslint/parser":"5.47.0","eslint":"8.30.0","eslint-config-prettier":"8.5.0","eslint-formatter-git-log":"0.5.4","eslint-formatter-gitlab":"3.0.0","eslint-formatter-pretty":"4.1.0","eslint-formatter-summary":"1.1.0","eslint-plugin-angular":"4.1.0","eslint-plugin-array-func":"3.1.7","eslint-plugin-diff":"1.0.15","eslint-plugin-editorconfig":"3.2.0","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-etc":"2.0.2","eslint-plugin-ext":"0.1.0","eslint-plugin-filenames":"1.3.2","eslint-plugin-fp":"2.3.0","eslint-plugin-functional":"4.4.1","eslint-plugin-html":"6.2.0","eslint-plugin-import":"2.26.0","eslint-plugin-jest":"25.7.0","eslint-plugin-jest-async":"1.0.3","eslint-plugin-jest-dom":"3.9.4","eslint-plugin-jest-formatting":"3.1.0","eslint-plugin-jsdoc":"37.9.7","eslint-plugin-jsonc":"1.7.0","eslint-plugin-no-constructor-bind":"2.0.4","eslint-plugin-no-explicit-type-exports":"0.12.1","eslint-plugin-no-secrets":"0.8.9","eslint-plugin-no-unsanitized":"3.2.0","eslint-plugin-no-use-extend-native":"0.5.0","eslint-plugin-node":"11.1.0","eslint-plugin-optimize-regex":"1.2.1","eslint-plugin-prefer-arrow":"1.2.3","eslint-plugin-prettier":"4.2.1","eslint-plugin-promise":"5.2.0","eslint-plugin-regexp":"1.11.0","eslint-plugin-rxjs":"4.0.4","eslint-plugin-security":"1.5.0","eslint-plugin-sonarjs":"0.10.0","eslint-plugin-sort-class-members":"1.16.0","eslint-plugin-sort-keys-fix":"1.1.2","eslint-plugin-switch-case":"1.1.2","eslint-plugin-toml":"0.2.0","eslint-plugin-tsdoc":"0.2.17","eslint-plugin-typescript-sort-keys":"2.1.0","eslint-plugin-unicorn":"37.0.1","eslint-plugin-unused-imports":"1.1.5","eslint-plugin-woke":"1.0.1","eslint-plugin-yml":"0.10.1","glob":"7.2.3","parse-gitignore":"1.0.1","tslib":"2.4.1","yaml":"1.10.2"},"dependencies":{"tslib":{"version":"1.14.1","dev":true,"integrity":"sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="}}},"eslint-etc":{"version":"5.2.0","dev":true,"integrity":"sha512-Gcm/NMa349FOXb1PEEfNMMyIANuorIc2/mI5Vfu1zENNsz+FBVhF62uY6gPUCigm/xDOc8JOnl+71WGnlzlDag==","requires":{"@typescript-eslint/experimental-utils":"5.47.0","eslint":"8.30.0","tsutils":"3.21.0","tsutils-etc":"1.4.1","typescript":"4.9.4"}},"eslint-formatter-git-log":{"version":"0.5.4","dev":true,"integrity":"sha512-jNAfbYsNTZgT/P/25+EPV5QjTjyKmlZU9dFR1hTF/woE9ClIyKiBXlhs0k+e5UPL5K0BbtbHoSGseWk6fdGCfQ==","requires":{"chalk":"4.1.2","eslint":"8.30.0"}},"eslint-formatter-gitlab":{"version":"3.0.0","dev":true,"integrity":"sha512-fqZ2G45rgbrHcFunqmwuG5Qo6QAOlxEsR+KdOP08T1Xegw5tJhHh9KFWMSct8q6x8xCMUyYGHypZd342bLUttA==","requires":{"chalk":"4.1.2","eslint":"8.30.0","js-yaml":"4.1.0"}},"eslint-formatter-pretty":{"version":"4.1.0","dev":true,"integrity":"sha512-IsUTtGxF1hrH6lMWiSl1WbGaiP01eT6kzywdY1U+zLc0MP+nwEnUiS9UI8IaOTUhTeQJLlCEWIbXINBH4YJbBQ==","requires":{"@types/eslint":"7.29.0","ansi-escapes":"4.3.2","chalk":"4.1.2","eslint-rule-docs":"1.1.235","log-symbols":"4.1.0","plur":"4.0.0","string-width":"4.2.3","supports-hyperlinks":"2.3.0"},"dependencies":{"type-fest":{"version":"0.21.3","dev":true,"integrity":"sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="}}},"eslint-formatter-summary":{"version":"1.1.0","dev":true,"integrity":"sha512-teOh471ZYeEShXhBFb16X87buUjNZa2TMNn3CSf//DIKLNneqbk7u5i9hDDiIaQVvZbBXJHkgYxj8urcNKWbXw==","requires":{"chalk":"4.1.2","core-js":"3.26.1"}},"eslint-import-resolver-node":{"version":"0.3.6","dev":true,"integrity":"sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==","requires":{"debug":"3.2.7","resolve":"1.22.1"},"dependencies":{"debug":{"version":"3.2.7","dev":true,"integrity":"sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==","requires":{"ms":"2.1.3"}},"ms":{"version":"2.1.3","dev":true,"integrity":"sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="}}},"eslint-module-utils":{"version":"2.7.4","dev":true,"integrity":"sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==","requires":{"@typescript-eslint/parser":"5.47.0","debug":"3.2.7","eslint":"8.30.0","eslint-import-resolver-node":"0.3.6"},"dependencies":{"debug":{"version":"3.2.7","dev":true,"integrity":"sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==","requires":{"ms":"2.1.3"}},"ms":{"version":"2.1.3","dev":true,"integrity":"sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="}}},"eslint-plugin-angular":{"version":"4.1.0","dev":true,"integrity":"sha512-dacledMPxVOZA3T0xcYFuvrMCy5dHxg0ZTMWUaHqSBQef3/XLyXJ9s1LNj0NikJ/dYx6OhqlnnNpKmrJhEUB+Q=="},"eslint-plugin-array-func":{"version":"3.1.7","dev":true,"integrity":"sha512-fB5TBICjHSTGToNTbCCgR8zsngpUkoCM31EMh/M/NEAyNg90i5rUuG0dnNNBML2n0BzM0nBE3sPvo2SEWf6jlA==","requires":{"eslint":"8.30.0"}},"eslint-plugin-diff":{"version":"1.0.15","dev":true,"integrity":"sha512-74TAfyn7OeIS2/VUIQm4U00/A8BAE7JjB+fwr4/azAG08zhBeWSCHsw/HXUfJ/Gz2QjA8Y+p16AW/JY3mYkMqg==","requires":{"eslint":"8.30.0"}},"eslint-plugin-editorconfig":{"version":"3.2.0","dev":true,"integrity":"sha512-XiUg69+qgv6BekkPCjP8+2DMODzPqtLV5i0Q9FO1v40P62pfodG1vjIihVbw/338hS5W26S+8MTtXaAlrg37QQ==","requires":{"@typescript-eslint/eslint-plugin":"5.47.0","editorconfig":"0.15.3","eslint":"8.30.0","klona":"2.0.5"},"dependencies":{"lru-cache":{"version":"4.1.5","dev":true,"integrity":"sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==","requires":{"pseudomap":"1.0.2","yallist":"2.1.2"}},"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="},"yallist":{"version":"2.1.2","dev":true,"integrity":"sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="}}},"eslint-plugin-es":{"version":"3.0.1","dev":true,"integrity":"sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==","requires":{"eslint":"8.30.0","eslint-utils":"2.1.0","regexpp":"3.2.0"}},"eslint-plugin-eslint-comments":{"version":"3.2.0","dev":true,"integrity":"sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==","requires":{"escape-string-regexp":"1.0.5","eslint":"8.30.0","ignore":"5.2.4"},"dependencies":{"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="}}},"eslint-plugin-etc":{"version":"2.0.2","dev":true,"integrity":"sha512-g3b95LCdTCwZA8On9EICYL8m1NMWaiGfmNUd/ftZTeGZDXrwujKXUr+unYzqKjKFo1EbqJ31vt+Dqzrdm/sUcw==","requires":{"@phenomnomnominal/tsquery":"4.2.0","@typescript-eslint/experimental-utils":"5.47.0","eslint":"8.30.0","eslint-etc":"5.2.0","requireindex":"1.2.0","tslib":"2.4.1","tsutils":"3.21.0","typescript":"4.9.4"},"dependencies":{"estraverse":{"version":"5.3.0","dev":true,"integrity":"sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="}}},"eslint-plugin-ext":{"version":"0.1.0","dev":true,"integrity":"sha512-CbZgte+kC8u6uymkwtgDPHLgA3IRbhermH88o9VXDh4Pa1ds1QIo0ojJc+mvq5zjf3mm4GT/pTTFYZT9nQORyg=="},"eslint-plugin-filenames":{"version":"1.3.2","dev":true,"integrity":"sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==","requires":{"eslint":"8.30.0","lodash.camelcase":"4.3.0","lodash.kebabcase":"4.1.1","lodash.snakecase":"4.1.1","lodash.upperfirst":"4.3.1"}},"eslint-plugin-fp":{"version":"2.3.0","dev":true,"integrity":"sha512-3n2oHibwoIxAht9/+ZaTldhI6brXORgl8oNXqZd+d9xuAQt2SBJ2/aml0oQRMWvXrgsz2WG6wfC++NjzSG3prA==","requires":{"create-eslint-index":"1.0.0","eslint":"8.30.0","eslint-ast-utils":"1.1.0","lodash":"4.17.21","req-all":"0.1.0"}},"eslint-plugin-functional":{"version":"4.4.1","dev":true,"integrity":"sha512-YhSfHS52Si62Sn126g9wGx+XnWMoWhwEt6ctVXfcJj+xMUiggjOqUVMca7fuLNzX8jYiNBIeU1Y0teHGePZ3NA==","requires":{"@typescript-eslint/utils":"5.47.0","deepmerge-ts":"4.2.2","escape-string-regexp":"4.0.0","eslint":"8.30.0","semver":"7.3.8","typescript":"4.9.4"}},"eslint-plugin-html":{"version":"6.2.0","dev":true,"integrity":"sha512-vi3NW0E8AJombTvt8beMwkL1R/fdRWl4QSNRNMhVQKWm36/X0KF0unGNAY4mqUF06mnwVWZcIcerrCnfn9025g==","requires":{"htmlparser2":"7.2.0"}},"eslint-plugin-import":{"version":"2.26.0","dev":true,"integrity":"sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==","requires":{"@typescript-eslint/parser":"5.47.0","array-includes":"3.1.6","array.prototype.flat":"1.3.1","debug":"2.6.9","doctrine":"2.1.0","eslint":"8.30.0","eslint-import-resolver-node":"0.3.6","eslint-module-utils":"2.7.4","has":"1.0.3","is-core-module":"2.11.0","is-glob":"4.0.3","minimatch":"3.1.2","object.values":"1.1.6","resolve":"1.22.1","tsconfig-paths":"3.14.1"},"dependencies":{"debug":{"version":"2.6.9","dev":true,"integrity":"sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==","requires":{"ms":"2.0.0"}},"doctrine":{"version":"2.1.0","dev":true,"integrity":"sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==","requires":{"esutils":"2.0.3"}},"ms":{"version":"2.0.0","dev":true,"integrity":"sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="}}},"eslint-plugin-jest":{"version":"25.7.0","dev":true,"integrity":"sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==","requires":{"@typescript-eslint/eslint-plugin":"5.47.0","@typescript-eslint/experimental-utils":"5.47.0","eslint":"8.30.0"}},"eslint-plugin-jest-async":{"version":"1.0.3","dev":true,"integrity":"sha512-NgpO6L9IWWgxxqbqvN+mCbGs4MMBsALpvagOFnWJgsQSkyYVmMzYwVe2b4Wpak3sfl8sPK13vnpqsEBNlpyTlQ==","requires":{"requireindex":"1.1.0"},"dependencies":{"requireindex":{"version":"1.1.0","dev":true,"integrity":"sha512-LBnkqsDE7BZKvqylbmn7lTIVdpx4K/QCduRATpO5R+wtPmky/a8pN1bO2D6wXppn1497AJF9mNjqAXr6bdl9jg=="}}},"eslint-plugin-jest-dom":{"version":"3.9.4","dev":true,"integrity":"sha512-VRkaALGIhyxinnewZFHe2WJsRWp3TONpXysVXK1IUNJHCpJAIM9yRrI7fQ8i5F6UYE7+DAnvNhSSJZesLTonug==","requires":{"@babel/runtime":"7.20.7","@testing-library/dom":"7.31.2","eslint":"8.30.0","requireindex":"1.2.0"},"dependencies":{"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"eslint-plugin-jest-formatting":{"version":"3.1.0","dev":true,"integrity":"sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A==","requires":{"eslint":"8.30.0"}},"eslint-plugin-jsdoc":{"version":"37.9.7","dev":true,"integrity":"sha512-8alON8yYcStY94o0HycU2zkLKQdcS+qhhOUNQpfONHHwvI99afbmfpYuPqf6PbLz5pLZldG3Te5I0RbAiTN42g==","requires":{"@es-joy/jsdoccomment":"0.20.1","comment-parser":"1.3.0","debug":"4.3.4","escape-string-regexp":"4.0.0","eslint":"8.30.0","esquery":"1.4.0","regextras":"0.8.0","semver":"7.3.8","spdx-expression-parse":"3.0.1"},"dependencies":{"estraverse":{"version":"5.3.0","dev":true,"integrity":"sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="}}},"eslint-plugin-jsonc":{"version":"1.7.0","dev":true,"integrity":"sha512-pb3CAD9B0zhv3r9Bg9AdzswL50I3mbIq1ys+tNeuaDeibFlweo84SBNm22oqaFx/Dka+YZw2SLukAkQlJzSHMQ==","requires":{"eslint":"8.30.0","eslint-utils":"3.0.0","jsonc-eslint-parser":"1.4.1","natural-compare":"1.4.0"},"dependencies":{"acorn":{"version":"7.4.1","dev":true,"integrity":"sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="},"eslint-visitor-keys":{"version":"2.1.0","dev":true,"integrity":"sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="},"espree":{"version":"6.2.1","dev":true,"integrity":"sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==","requires":{"acorn":"7.4.1","acorn-jsx":"5.3.2","eslint-visitor-keys":"1.3.0"}},"semver":{"version":"6.3.0","dev":true,"integrity":"sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="}}},"eslint-plugin-no-constructor-bind":{"version":"2.0.4","dev":true,"integrity":"sha512-r0CGAE5SrRYt1OdACNiZGiOcBbFslKIPnMrFo3kPmX3iKZOm8HRD2eIbqhlc9lSSiBWcPZxXErXnroqgt+dKBg==","requires":{"requireindex":"1.2.0"}},"eslint-plugin-no-explicit-type-exports":{"version":"0.12.1","dev":true,"integrity":"sha512-m1v/f+LYVygCY735KfCovkoXYPbZH5zxEj/tuLOnMwX/qbJEJoRb9evul88Ois5HidvKbiMdMg/tXU55Ki++jg==","requires":{"@typescript-eslint/experimental-utils":"2.34.0","@typescript-eslint/parser":"5.47.0","eslint":"8.30.0","eslint-import-resolver-node":"0.3.6","eslint-module-utils":"2.7.4"},"dependencies":{"@typescript-eslint/experimental-utils":{"version":"2.34.0","dev":true,"integrity":"sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==","requires":{"@types/json-schema":"7.0.11","@typescript-eslint/typescript-estree":"2.34.0","eslint":"8.30.0","eslint-scope":"5.1.1","eslint-utils":"2.1.0"}},"@typescript-eslint/typescript-estree":{"version":"2.34.0","dev":true,"integrity":"sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==","requires":{"debug":"4.3.4","eslint-visitor-keys":"1.3.0","glob":"7.2.3","is-glob":"4.0.3","lodash":"4.17.21","semver":"7.3.8","tsutils":"3.21.0","typescript":"4.9.4"}},"eslint-utils":{"version":"2.1.0","dev":true,"integrity":"sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==","requires":{"eslint-visitor-keys":"1.3.0"}},"eslint-visitor-keys":{"version":"1.3.0","dev":true,"integrity":"sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="}}},"eslint-plugin-no-secrets":{"version":"0.8.9","dev":true,"integrity":"sha512-CqaBxXrImABCtxMWspAnm8d5UKkpNylC7zqVveb+fJHEvsSiNGJlSWzdSIvBUnW1XhJXkzifNIZQC08rEII5Ng==","requires":{"eslint":"8.30.0"}},"eslint-plugin-no-unsanitized":{"version":"3.2.0","dev":true,"integrity":"sha512-92opuXbjWmXcod94EyCKhp36V1QHLM/ArAST2ssgKOojALne0eZvSPfrg4oyr0EwTXvy0RJNe/Tkm33VkDUrKQ==","requires":{"eslint":"8.30.0"}},"eslint-plugin-no-use-extend-native":{"version":"0.5.0","dev":true,"integrity":"sha512-dBNjs8hor8rJgeXLH4HTut5eD3RGWf9JUsadIfuL7UosVQ/dnvOKwxEcRrXrFxrMZ8llUVWT+hOimxJABsAUzQ==","requires":{"is-get-set-prop":"1.0.0","is-js-type":"2.0.0","is-obj-prop":"1.0.0","is-proto-prop":"2.0.0"}},"eslint-plugin-node":{"version":"11.1.0","dev":true,"integrity":"sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==","requires":{"eslint":"8.30.0","eslint-plugin-es":"3.0.1","eslint-utils":"2.1.0","ignore":"5.2.4","minimatch":"3.1.2","resolve":"1.22.1","semver":"6.3.0"},"dependencies":{"eslint-utils":{"version":"2.1.0","dev":true,"integrity":"sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==","requires":{"eslint-visitor-keys":"1.3.0"}},"eslint-visitor-keys":{"version":"1.3.0","dev":true,"integrity":"sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="},"semver":{"version":"6.3.0","dev":true,"integrity":"sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="}}},"eslint-plugin-optimize-regex":{"version":"1.2.1","dev":true,"integrity":"sha512-fUaU7Tj1G/KSTDTABJw4Wp427Rl7RPl9ViYTu1Jrv36fJw4DFhd4elPdXiuYtdPsNsvzn9GcVlKEssGIVjw0UQ==","requires":{"regexp-tree":"0.1.24"}},"eslint-plugin-prefer-arrow":{"version":"1.2.3","dev":true,"integrity":"sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==","requires":{"eslint":"8.30.0"}},"eslint-plugin-prettier":{"version":"4.2.1","dev":true,"integrity":"sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==","requires":{"eslint":"8.30.0","eslint-config-prettier":"8.5.0","prettier":"2.8.1","prettier-linter-helpers":"1.0.0"}},"eslint-plugin-promise":{"version":"5.2.0","dev":true,"integrity":"sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==","requires":{"eslint":"8.30.0"}},"eslint-plugin-regexp":{"version":"1.11.0","dev":true,"integrity":"sha512-xSFARZrg0LMIp6g7XXUByS52w0fBp3lucoDi347BbeN9XqkGNFdsN+nDzNZIJbJJ1tWB08h3Pd8RfA5p7Kezhg==","requires":{"comment-parser":"1.3.1","eslint":"8.30.0","eslint-utils":"3.0.0","grapheme-splitter":"1.0.4","jsdoctypeparser":"9.0.0","refa":"0.9.1","regexp-ast-analysis":"0.5.1","regexpp":"3.2.0","scslre":"0.1.6"},"dependencies":{"comment-parser":{"version":"1.3.1","dev":true,"integrity":"sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA=="},"eslint-visitor-keys":{"version":"2.1.0","dev":true,"integrity":"sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="}}},"eslint-plugin-rxjs":{"version":"4.0.4","dev":true,"integrity":"sha512-7JopYQRqS5TYBNXioTLtS+W6+IKC1rsC7q8Dtou8E5gMuPxuEFqxU1x2161bwadaK3+h6sR+xiGjEhiE6JwjUA==","requires":{"@typescript-eslint/experimental-utils":"5.47.0","common-tags":"1.8.2","decamelize":"5.0.1","eslint":"8.30.0","eslint-etc":"5.2.0","requireindex":"1.2.0","rxjs-report-usage":"1.0.6","tslib":"2.4.1","tsutils":"3.21.0","tsutils-etc":"1.4.1","typescript":"4.9.4"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="},"globals":{"version":"11.12.0","dev":true,"integrity":"sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"eslint-plugin-security":{"version":"1.5.0","dev":true,"integrity":"sha512-hAFVwLZ/UeXrlyVD2TDarv/x00CoFVpaY0IUZhKjPjiFxqkuQVixsK4f2rxngeQOqSxi6OUjzJM/jMwKEVjJ8g==","requires":{"safe-regex":"2.1.1"}},"eslint-plugin-sonarjs":{"version":"0.10.0","dev":true,"integrity":"sha512-FBRIBmWQh2UAfuLSnuYEfmle33jIup9hfkR0X8pkfjeCKNpHUG8qyZI63ahs3aw8CJrv47QJ9ccdK3ZxKH016A==","requires":{"eslint":"8.30.0"}},"eslint-plugin-sort-class-members":{"version":"1.16.0","dev":true,"integrity":"sha512-8l0IqUmoupk9PvO5D4I5zJqirVe9sax5Hpfv9xQmnrSpLYkc8BSYGnUjuHGMSSe4jKuC73NIr38kQv1tPbO+Xg==","requires":{"eslint":"8.30.0"}},"eslint-plugin-sort-keys-fix":{"version":"1.1.2","dev":true,"integrity":"sha512-DNPHFGCA0/hZIsfODbeLZqaGY/+q3vgtshF85r+YWDNCQ2apd9PNs/zL6ttKm0nD1IFwvxyg3YOTI7FHl4unrw==","requires":{"espree":"6.2.1","esutils":"2.0.3","natural-compare":"1.4.0","requireindex":"1.2.0"},"dependencies":{"acorn":{"version":"7.4.1","dev":true,"integrity":"sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="},"eslint-visitor-keys":{"version":"1.3.0","dev":true,"integrity":"sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="},"espree":{"version":"6.2.1","dev":true,"integrity":"sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==","requires":{"acorn":"7.4.1","acorn-jsx":"5.3.2","eslint-visitor-keys":"1.3.0"}}}},"eslint-plugin-switch-case":{"version":"1.1.2","dev":true,"integrity":"sha512-mhDdJ6WX5LKv0PccziefBGPhIryJamgd3vTNqhEZUBeTGUeGdsgttwU/68xOViyScwr8RqCwTGC2Pd1cPYGNRg==","requires":{"lodash.last":"3.0.0","lodash.zipobject":"4.1.3"}},"eslint-plugin-toml":{"version":"0.2.0","dev":true,"integrity":"sha512-Y4eGb9q7i0i+UyZAXl3QAqcxkds2X7tfctXPllL7X+PpBXD/3wiqq1RNeoiLmHI9evpO1BjyuakffJZuGM7ElA==","requires":{"debug":"4.3.4","eslint":"8.30.0","lodash":"4.17.21","toml-eslint-parser":"0.2.1"},"dependencies":{"eslint-visitor-keys":{"version":"2.1.0","dev":true,"integrity":"sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="}}},"eslint-plugin-tsdoc":{"version":"0.2.17","dev":true,"integrity":"sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==","requires":{"@microsoft/tsdoc":"0.14.2","@microsoft/tsdoc-config":"0.16.2"},"dependencies":{"resolve":{"version":"1.19.0","dev":true,"integrity":"sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==","requires":{"is-core-module":"2.11.0","path-parse":"1.0.7"}}}},"eslint-plugin-typescript-sort-keys":{"version":"2.1.0","dev":true,"integrity":"sha512-ET7ABypdz19m47QnKynzNfWPi4CTNQ5jQQC1X5d0gojIwblkbGiCa5IilsqzBTmqxZ0yXDqKBO/GBkBFQCOFsg==","requires":{"@typescript-eslint/experimental-utils":"5.47.0","@typescript-eslint/parser":"5.47.0","eslint":"8.30.0","json-schema":"0.4.0","natural-compare-lite":"1.4.0","typescript":"4.9.4"}},"eslint-plugin-unicorn":{"version":"37.0.1","dev":true,"integrity":"sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==","requires":{"@babel/helper-validator-identifier":"7.19.1","ci-info":"3.7.0","clean-regexp":"1.0.0","eslint":"8.30.0","eslint-template-visitor":"2.3.2","eslint-utils":"3.0.0","esquery":"1.4.0","indent-string":"4.0.0","is-builtin-module":"3.2.0","lodash":"4.17.21","pluralize":"8.0.0","read-pkg-up":"7.0.1","regexp-tree":"0.1.24","safe-regex":"2.1.1","semver":"7.3.8","strip-indent":"3.0.0"},"dependencies":{"@jridgewell/gen-mapping":{"version":"0.1.1","dev":true,"integrity":"sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==","requires":{"@jridgewell/set-array":"1.1.2","@jridgewell/sourcemap-codec":"1.4.14"}},"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="},"eslint-visitor-keys":{"version":"2.1.0","dev":true,"integrity":"sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="},"find-up":{"version":"4.1.0","dev":true,"integrity":"sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==","requires":{"locate-path":"5.0.0","path-exists":"4.0.0"}},"globals":{"version":"11.12.0","dev":true,"integrity":"sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"json5":{"version":"2.2.2","dev":true,"integrity":"sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ=="},"locate-path":{"version":"5.0.0","dev":true,"integrity":"sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==","requires":{"p-locate":"4.1.0"}},"lru-cache":{"version":"5.1.1","dev":true,"integrity":"sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==","requires":{"yallist":"3.1.1"}},"p-limit":{"version":"2.3.0","dev":true,"integrity":"sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==","requires":{"p-try":"2.2.0"}},"p-locate":{"version":"4.1.0","dev":true,"integrity":"sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==","requires":{"p-limit":"2.3.0"}},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}},"type-fest":{"version":"0.8.1","dev":true,"integrity":"sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="},"yallist":{"version":"3.1.1","dev":true,"integrity":"sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="}}},"eslint-plugin-unused-imports":{"version":"1.1.5","dev":true,"integrity":"sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==","requires":{"@typescript-eslint/eslint-plugin":"5.47.0","eslint":"8.30.0","eslint-rule-composer":"0.3.0"}},"eslint-plugin-woke":{"version":"1.0.1","dev":true,"integrity":"sha512-cDRyZMNJkrbycju6OKhGnF29j0kbzV9AnLk3IPz6Kn0vWrSf8RyUdS5at97o/CJ8SEN2e6furQch1o/0LIrfMg==","requires":{"eslint":"8.30.0","requireindex":"1.1.0"},"dependencies":{"requireindex":{"version":"1.1.0","dev":true,"integrity":"sha512-LBnkqsDE7BZKvqylbmn7lTIVdpx4K/QCduRATpO5R+wtPmky/a8pN1bO2D6wXppn1497AJF9mNjqAXr6bdl9jg=="}}},"eslint-plugin-yml":{"version":"0.10.1","dev":true,"integrity":"sha512-af0WgO3qaH+RW6jv1s6RzXKlg2NZLisN95lqGUf1KqBT6rEJyGSCpM49QYaSTvzmMaB/gcdbrnAfNoYwUn0Yig==","requires":{"debug":"4.3.4","eslint":"8.30.0","lodash":"4.17.21","natural-compare":"1.4.0","yaml-eslint-parser":"0.4.1"},"dependencies":{"eslint-visitor-keys":{"version":"2.1.0","dev":true,"integrity":"sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="}}},"eslint-rule-composer":{"version":"0.3.0","dev":true,"integrity":"sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg=="},"eslint-rule-docs":{"version":"1.1.235","dev":true,"integrity":"sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A=="},"eslint-scope":{"version":"5.1.1","dev":true,"integrity":"sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==","requires":{"esrecurse":"4.3.0","estraverse":"4.3.0"}},"eslint-template-visitor":{"version":"2.3.2","dev":true,"integrity":"sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==","requires":{"@babel/core":"7.20.7","@babel/eslint-parser":"7.19.1","eslint":"8.30.0","eslint-visitor-keys":"2.1.0","esquery":"1.4.0","multimap":"1.1.0"},"dependencies":{"semver":{"version":"6.3.0","dev":true,"integrity":"sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="}}},"eslint-utils":{"version":"3.0.0","dev":true,"integrity":"sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==","requires":{"eslint":"8.30.0","eslint-visitor-keys":"2.1.0"},"dependencies":{"eslint-visitor-keys":{"version":"2.1.0","dev":true,"integrity":"sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="}}},"eslint-visitor-keys":{"version":"3.3.0","dev":true,"integrity":"sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="},"espree":{"version":"9.4.1","dev":true,"integrity":"sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==","requires":{"acorn":"8.8.1","acorn-jsx":"5.3.2","eslint-visitor-keys":"3.3.0"}},"esprima":{"version":"4.0.1","dev":true,"integrity":"sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="},"esquery":{"version":"1.4.0","dev":true,"integrity":"sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==","requires":{"estraverse":"5.3.0"}},"esrecurse":{"version":"4.3.0","dev":true,"integrity":"sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==","requires":{"estraverse":"5.3.0"},"dependencies":{"estraverse":{"version":"5.3.0","dev":true,"integrity":"sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="}}},"estraverse":{"version":"4.3.0","dev":true,"integrity":"sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="},"esutils":{"version":"2.0.3","dev":true,"integrity":"sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="},"etag":{"version":"1.8.1","dev":true,"integrity":"sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="},"event-pubsub":{"version":"4.3.0","dev":true,"integrity":"sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ=="},"events":{"version":"3.3.0","dev":true,"integrity":"sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="},"evp_bytestokey":{"version":"1.0.3","dev":true,"integrity":"sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==","requires":{"md5.js":"1.3.5","safe-buffer":"5.2.1"}},"exec-sh":{"version":"0.3.6","dev":true,"integrity":"sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w=="},"execa":{"version":"1.0.0","dev":true,"integrity":"sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==","requires":{"cross-spawn":"6.0.5","get-stream":"4.1.0","is-stream":"1.1.0","npm-run-path":"2.0.2","p-finally":"1.0.0","signal-exit":"3.0.7","strip-eof":"1.0.0"}},"exit":{"version":"0.1.2","dev":true,"integrity":"sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ=="},"expand-brackets":{"version":"2.1.4","dev":true,"integrity":"sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==","requires":{"debug":"2.6.9","define-property":"0.2.5","extend-shallow":"2.0.1","posix-character-classes":"0.1.1","regex-not":"1.0.2","snapdragon":"0.8.2","to-regex":"3.0.2"},"dependencies":{"define-property":{"version":"0.2.5","dev":true,"integrity":"sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==","requires":{"is-descriptor":"0.1.6"}}}},"expand-tilde":{"version":"2.0.2","dev":true,"integrity":"sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==","requires":{"homedir-polyfill":"1.0.3"}},"expect":{"version":"25.5.0","dev":true,"integrity":"sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA==","requires":{"@jest/types":"25.5.0","ansi-styles":"4.3.0","jest-get-type":"25.2.6","jest-matcher-utils":"25.5.0","jest-message-util":"25.5.0","jest-regex-util":"25.2.6"}},"expect-puppeteer":{"version":"6.1.1","dev":true,"integrity":"sha512-cnQF96qdoEcOD63j5NQMc0RtW9WRMW/WHKXEKsuDQ2tszhVH3qC7zkXXS4D0LTt9qCB3DEExioqylsQXvqPrUw=="},"express":{"version":"4.18.2","dev":true,"integrity":"sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==","requires":{"accepts":"1.3.8","array-flatten":"1.1.1","body-parser":"1.20.1","content-disposition":"0.5.4","content-type":"1.0.4","cookie":"0.5.0","cookie-signature":"1.0.6","debug":"2.6.9","depd":"2.0.0","encodeurl":"1.0.2","escape-html":"1.0.3","etag":"1.8.1","finalhandler":"1.2.0","fresh":"0.5.2","http-errors":"2.0.0","merge-descriptors":"1.0.1","methods":"1.1.2","on-finished":"2.4.1","parseurl":"1.3.3","path-to-regexp":"0.1.7","proxy-addr":"2.0.7","qs":"6.11.0","range-parser":"1.2.1","safe-buffer":"5.2.1","send":"0.18.0","serve-static":"1.15.0","setprototypeof":"1.2.0","statuses":"2.0.1","type-is":"1.6.18","utils-merge":"1.0.1","vary":"1.1.2"},"dependencies":{"bytes":{"version":"3.1.2","dev":true,"integrity":"sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="},"mime":{"version":"1.6.0","dev":true,"integrity":"sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="}}},"extend":{"version":"3.0.2","dev":true,"integrity":"sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="},"extend-shallow":{"version":"2.0.1","dev":true,"integrity":"sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==","requires":{"is-extendable":"0.1.1"}},"external-editor":{"version":"3.1.0","dev":true,"integrity":"sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==","requires":{"chardet":"0.7.0","iconv-lite":"0.4.24","tmp":"0.0.33"}},"extglob":{"version":"2.0.4","dev":true,"integrity":"sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==","requires":{"array-unique":"0.3.2","define-property":"1.0.0","expand-brackets":"2.1.4","extend-shallow":"2.0.1","fragment-cache":"0.2.1","regex-not":"1.0.2","snapdragon":"0.8.2","to-regex":"3.0.2"},"dependencies":{"kind-of":{"version":"5.1.0","dev":true,"integrity":"sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="}}},"extsprintf":{"version":"1.3.0","dev":true,"integrity":"sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g=="},"falsey":{"version":"0.3.2","dev":true,"integrity":"sha512-lxEuefF5MBIVDmE6XeqCdM4BWk1+vYmGZtkbKZ/VFcg6uBBw6fXNEbWmxCjDdQlFc9hy450nkiWwM3VAW6G1qg==","requires":{"kind-of":"5.1.0"},"dependencies":{"kind-of":{"version":"5.1.0","dev":true,"integrity":"sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="}}},"fast-deep-equal":{"version":"3.1.3","dev":true,"integrity":"sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="},"fast-diff":{"version":"1.2.0","dev":true,"integrity":"sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w=="},"fast-glob":{"version":"3.2.12","dev":true,"integrity":"sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==","requires":{"@nodelib/fs.stat":"2.0.5","@nodelib/fs.walk":"1.2.8","glob-parent":"5.1.2","merge2":"1.4.1","micromatch":"4.0.5"}},"fast-json-stable-stringify":{"version":"2.1.0","dev":true,"integrity":"sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="},"fast-levenshtein":{"version":"2.0.6","dev":true,"integrity":"sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="},"fastq":{"version":"1.14.0","dev":true,"integrity":"sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==","requires":{"reusify":"1.0.4"}},"fb-watchman":{"version":"2.0.2","dev":true,"integrity":"sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==","requires":{"bser":"2.1.1"}},"fetch-retry":{"version":"5.0.3","dev":true,"integrity":"sha512-uJQyMrX5IJZkhoEUBQ3EjxkeiZkppBd5jS/fMTJmfZxLSiaQjv2zD0kTvuvkSH89uFvgSlB6ueGpjD3HWN7Bxw=="},"figgy-pudding":{"version":"3.5.2","dev":true,"integrity":"sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw=="},"figures":{"version":"3.2.0","dev":true,"integrity":"sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==","requires":{"escape-string-regexp":"1.0.5"}},"file-entry-cache":{"version":"6.0.1","dev":true,"integrity":"sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==","requires":{"flat-cache":"3.0.4"}},"file-loader":{"version":"6.2.0","dev":true,"integrity":"sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==","requires":{"loader-utils":"2.0.4","schema-utils":"3.1.1","webpack":"4.46.0"},"dependencies":{"schema-utils":{"version":"3.1.1","dev":true,"integrity":"sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==","requires":{"@types/json-schema":"7.0.11","ajv":"6.12.6","ajv-keywords":"3.5.2"}}}},"file-system-cache":{"version":"1.1.0","dev":true,"integrity":"sha512-IzF5MBq+5CR0jXx5RxPe4BICl/oEhBSXKaL9fLhAXrIfIUS77Hr4vzrYyqYMHN6uTt+BOqi3fDCTjjEBCjERKw==","requires":{"fs-extra":"10.1.0","ramda":"0.28.0"},"dependencies":{"fs-extra":{"version":"10.1.0","dev":true,"integrity":"sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==","requires":{"graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}}}},"fill-range":{"version":"7.0.1","dev":true,"integrity":"sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==","requires":{"to-regex-range":"5.0.1"}},"filter-obj":{"version":"1.1.0","dev":true,"integrity":"sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ=="},"finalhandler":{"version":"1.2.0","dev":true,"integrity":"sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==","requires":{"debug":"2.6.9","encodeurl":"1.0.2","escape-html":"1.0.3","on-finished":"2.4.1","parseurl":"1.3.3","statuses":"2.0.1","unpipe":"1.0.0"}},"find-cache-dir":{"version":"2.1.0","dev":true,"integrity":"sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==","requires":{"commondir":"1.0.1","make-dir":"2.1.0","pkg-dir":"3.0.0"}},"find-file-up":{"version":"0.1.3","dev":true,"integrity":"sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==","requires":{"fs-exists-sync":"0.1.0","resolve-dir":"0.1.1"}},"find-node-modules":{"version":"2.1.3","dev":true,"integrity":"sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==","requires":{"findup-sync":"4.0.0","merge":"2.1.1"}},"find-pkg":{"version":"0.1.2","dev":true,"integrity":"sha512-0rnQWcFwZr7eO0513HahrWafsc3CTFioEB7DRiEYCUM/70QXSY8f3mCST17HXLcPvEhzH/Ty/Bxd72ZZsr/yvw==","requires":{"find-file-up":"0.1.3"}},"find-process":{"version":"1.4.7","dev":true,"integrity":"sha512-/U4CYp1214Xrp3u3Fqr9yNynUrr5Le4y0SsJh2lMDDSbpwYSz3M2SMWQC+wqcx79cN8PQtHQIL8KnuY9M66fdg==","requires":{"chalk":"4.1.2","commander":"5.1.0","debug":"4.3.4"}},"find-root":{"version":"1.1.0","dev":true,"integrity":"sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="},"find-up":{"version":"5.0.0","dev":true,"integrity":"sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==","requires":{"locate-path":"6.0.0","path-exists":"4.0.0"}},"find-versions":{"version":"4.0.0","dev":true,"integrity":"sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==","requires":{"semver-regex":"3.1.4"}},"findup-sync":{"version":"4.0.0","dev":true,"integrity":"sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==","requires":{"detect-file":"1.0.0","is-glob":"4.0.3","micromatch":"4.0.5","resolve-dir":"1.0.1"}},"flat-cache":{"version":"3.0.4","dev":true,"integrity":"sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==","requires":{"flatted":"3.2.7","rimraf":"3.0.2"}},"flatted":{"version":"3.2.7","dev":true,"integrity":"sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ=="},"flow-parser":{"version":"0.196.3","dev":true,"integrity":"sha512-R8wj12eHW6og+IBWeRS6aihkdac1Prh4zw1bfxtt/aeu8r5OFmQEZjnmINcjO/5Q+OKvI4Eg367ygz2SHvtH+w=="},"flush-write-stream":{"version":"1.1.1","dev":true,"integrity":"sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==","requires":{"inherits":"2.0.4","readable-stream":"2.3.7"}},"follow-redirects":{"version":"1.15.2","dev":true,"integrity":"sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA=="},"for-in":{"version":"1.0.2","dev":true,"integrity":"sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ=="},"for-own":{"version":"1.0.0","dev":true,"integrity":"sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==","requires":{"for-in":"1.0.2"}},"forever-agent":{"version":"0.6.1","dev":true,"integrity":"sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw=="},"fork-ts-checker-webpack-plugin":{"version":"4.1.6","dev":true,"integrity":"sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==","requires":{"@babel/code-frame":"7.18.6","chalk":"2.4.2","micromatch":"3.1.10","minimatch":"3.1.2","semver":"5.7.1","tapable":"1.1.3","typescript":"4.9.4","webpack":"4.46.0","worker-rpc":"0.1.1"},"dependencies":{"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="}}},"form-data":{"version":"2.3.3","dev":true,"integrity":"sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==","requires":{"asynckit":"0.4.0","combined-stream":"1.0.8","mime-types":"2.1.35"}},"forwarded":{"version":"0.2.0","dev":true,"integrity":"sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="},"fragment-cache":{"version":"0.2.1","dev":true,"integrity":"sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==","requires":{"map-cache":"0.2.2"}},"fresh":{"version":"0.5.2","dev":true,"integrity":"sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="},"from2":{"version":"2.3.0","dev":true,"integrity":"sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==","requires":{"inherits":"2.0.4","readable-stream":"2.3.7"}},"fromentries":{"version":"1.3.2","dev":true,"integrity":"sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg=="},"fs-exists-sync":{"version":"0.1.0","dev":true,"integrity":"sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg=="},"fs-extra":{"version":"9.1.0","dev":true,"integrity":"sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==","requires":{"at-least-node":"1.0.0","graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}},"fs-minipass":{"version":"2.1.0","dev":true,"integrity":"sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==","requires":{"minipass":"3.3.6"}},"fs-monkey":{"version":"1.0.3","dev":true,"integrity":"sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="},"fs-write-stream-atomic":{"version":"1.0.10","dev":true,"integrity":"sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==","requires":{"graceful-fs":"4.2.10","iferr":"0.1.5","imurmurhash":"0.1.4","readable-stream":"2.3.7"}},"fs.realpath":{"version":"1.0.0","dev":true,"integrity":"sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="},"function-bind":{"version":"1.1.1","dev":true,"integrity":"sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="},"function.prototype.name":{"version":"1.1.5","dev":true,"integrity":"sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","functions-have-names":"1.2.3"}},"functions-have-names":{"version":"1.2.3","dev":true,"integrity":"sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="},"gauge":{"version":"3.0.2","dev":true,"integrity":"sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==","requires":{"aproba":"2.0.0","color-support":"1.1.3","console-control-strings":"1.1.0","has-unicode":"2.0.1","object-assign":"4.1.1","signal-exit":"3.0.7","string-width":"4.2.3","strip-ansi":"6.0.1","wide-align":"1.1.5"}},"gensync":{"version":"1.0.0-beta.2","dev":true,"integrity":"sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="},"get-caller-file":{"version":"2.0.5","dev":true,"integrity":"sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="},"get-intrinsic":{"version":"1.1.3","dev":true,"integrity":"sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==","requires":{"function-bind":"1.1.1","has":"1.0.3","has-symbols":"1.0.3"}},"get-object":{"version":"0.2.0","dev":true,"integrity":"sha512-7P6y6k6EzEFmO/XyUyFlXm1YLJy9xeA1x/grNV8276abX5GuwUtYgKFkRFkLixw4hf4Pz9q2vgv/8Ar42R0HuQ==","requires":{"is-number":"2.1.0","isobject":"0.2.0"},"dependencies":{"is-number":{"version":"2.1.0","dev":true,"integrity":"sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==","requires":{"kind-of":"3.2.2"}},"isobject":{"version":"0.2.0","dev":true,"integrity":"sha512-VaWq6XYAsbvM0wf4dyBO7WH9D7GosB7ZZlqrawI9BBiTMINBeCyqSKBa35m870MY3O4aM31pYyZi9DfGrYMJrQ=="},"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"get-package-type":{"version":"0.1.0","dev":true,"integrity":"sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="},"get-set-props":{"version":"0.1.0","dev":true,"integrity":"sha512-7oKuKzAGKj0ag+eWZwcGw2fjiZ78tXnXQoBgY0aU7ZOxTu4bB7hSuQSDgtKy978EDH062P5FmD2EWiDpQS9K9Q=="},"get-stdin":{"version":"5.0.1","dev":true,"integrity":"sha512-jZV7n6jGE3Gt7fgSTJoz91Ak5MuTLwMwkoYdjxuJ/AmjIsE1UC03y/IWkZCQGEvVNS9qoRNwy5BCqxImv0FVeA=="},"get-stream":{"version":"4.1.0","dev":true,"integrity":"sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==","requires":{"pump":"3.0.0"}},"get-symbol-description":{"version":"1.0.0","dev":true,"integrity":"sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==","requires":{"call-bind":"1.0.2","get-intrinsic":"1.1.3"}},"get-value":{"version":"2.0.6","dev":true,"integrity":"sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA=="},"getpass":{"version":"0.1.7","dev":true,"integrity":"sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==","requires":{"assert-plus":"1.0.0"}},"git-cz-emoji":{"version":"1.1.24","dev":true,"integrity":"sha512-m9XItxRoL6k/NCAeWubMJW2m3r29V6JkQSpZk5vtFY6IVJ8S4l6l7AVreOsRemKoWiVzxtb2I4xBbJNt1vlrNw==","requires":{"chalk":"4.1.2","commitizen":"4.2.6","tslib":"2.4.1","word-wrap":"1.2.3"},"dependencies":{"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="},"minimist":{"version":"1.2.6","dev":true,"integrity":"sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="},"strip-bom":{"version":"4.0.0","dev":true,"integrity":"sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="},"type-fest":{"version":"0.21.3","dev":true,"integrity":"sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="},"which":{"version":"1.3.1","dev":true,"integrity":"sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==","requires":{"isexe":"2.0.0"}}}},"git-log-parser":{"version":"1.2.0","dev":true,"integrity":"sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==","requires":{"argv-formatter":"1.0.0","spawn-error-forwarder":"1.0.0","split2":"1.0.0","stream-combiner2":"1.1.1","through2":"2.0.5","traverse":"0.6.7"}},"glob":{"version":"7.2.3","dev":true,"integrity":"sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==","requires":{"fs.realpath":"1.0.0","inflight":"1.0.6","inherits":"2.0.4","minimatch":"3.1.2","once":"1.4.0","path-is-absolute":"1.0.1"}},"glob-parent":{"version":"5.1.2","dev":true,"integrity":"sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==","requires":{"is-glob":"4.0.3"}},"glob-promise":{"version":"3.4.0","dev":true,"integrity":"sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==","requires":{"@types/glob":"7.2.0","glob":"7.2.3"}},"glob-to-regexp":{"version":"0.3.0","dev":true,"integrity":"sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig=="},"global":{"version":"4.4.0","dev":true,"integrity":"sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==","requires":{"min-document":"2.19.0","process":"0.11.10"}},"global-modules":{"version":"1.0.0","dev":true,"integrity":"sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==","requires":{"global-prefix":"1.0.2","is-windows":"1.0.2","resolve-dir":"1.0.1"}},"global-prefix":{"version":"1.0.2","dev":true,"integrity":"sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==","requires":{"expand-tilde":"2.0.2","homedir-polyfill":"1.0.3","ini":"1.3.8","is-windows":"1.0.2","which":"1.3.1"}},"globals":{"version":"13.19.0","dev":true,"integrity":"sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==","requires":{"type-fest":"0.20.2"}},"globalthis":{"version":"1.0.3","dev":true,"integrity":"sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==","requires":{"define-properties":"1.1.4"}},"globby":{"version":"11.1.0","dev":true,"integrity":"sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==","requires":{"array-union":"2.1.0","dir-glob":"3.0.1","fast-glob":"3.2.12","ignore":"5.2.4","merge2":"1.4.1","slash":"3.0.0"}},"glur":{"version":"1.1.2","dev":true,"integrity":"sha512-l+8esYHTKOx2G/Aao4lEQ0bnHWg4fWtJbVoZZT9Knxi01pB8C80BR85nONLFwkkQoFRCmXY+BUcGZN3yZ2QsRA=="},"gopd":{"version":"1.0.1","dev":true,"integrity":"sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==","requires":{"get-intrinsic":"1.1.3"}},"got":{"version":"11.8.6","dev":true,"integrity":"sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==","requires":{"@sindresorhus/is":"4.6.0","@szmarczak/http-timer":"4.0.6","@types/cacheable-request":"6.0.3","@types/responselike":"1.0.0","cacheable-lookup":"5.0.4","cacheable-request":"7.0.2","decompress-response":"6.0.0","http2-wrapper":"1.0.3","lowercase-keys":"2.0.0","p-cancelable":"2.1.1","responselike":"2.0.1"}},"graceful-fs":{"version":"4.2.10","dev":true,"integrity":"sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="},"grapheme-splitter":{"version":"1.0.4","dev":true,"integrity":"sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ=="},"gulp-header":{"version":"1.8.12","dev":true,"integrity":"sha512-lh9HLdb53sC7XIZOYzTXM4lFuXElv3EVkSDhsd7DoJBj7hm+Ni7D3qYbb+Rr8DuM8nRanBvkVO9d7askreXGnQ==","requires":{"concat-with-sourcemaps":"1.1.0","lodash.template":"4.5.0","through2":"2.0.5"}},"handlebars":{"version":"4.7.7","dev":true,"integrity":"sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==","requires":{"minimist":"1.2.7","neo-async":"2.6.2","source-map":"0.6.1","wordwrap":"1.0.0"}},"handlebars-helper-create-frame":{"version":"0.1.0","dev":true,"integrity":"sha512-yR99Rh8JYcWSsARw/unaOUUICqG0M+SV3U4vBl3Psn78r0qXjU+cT9+IGXglNuuI3RfahvFDyEQ0l1KWthavRQ==","requires":{"create-frame":"1.0.0","isobject":"3.0.1"}},"handlebars-helpers":{"version":"0.10.0","dev":true,"integrity":"sha512-QiyhQz58u/DbuV41VnfpE0nhy6YCH4vB514ajysV8SoKmP+DxU+pR+fahVyNECHj+jiwEN2VrvxD/34/yHaLUg==","requires":{"arr-flatten":"1.1.0","array-sort":"0.1.4","create-frame":"1.0.0","define-property":"1.0.0","falsey":"0.3.2","for-in":"1.0.2","for-own":"1.0.0","get-object":"0.2.0","get-value":"2.0.6","handlebars":"4.7.7","handlebars-helper-create-frame":"0.1.0","handlebars-utils":"1.0.6","has-value":"1.0.0","helper-date":"1.0.1","helper-markdown":"1.0.0","helper-md":"0.2.2","html-tag":"2.0.0","is-even":"1.0.0","is-glob":"4.0.3","is-number":"4.0.0","kind-of":"6.0.3","lazy-cache":"2.0.2","logging-helpers":"1.0.0","micromatch":"3.1.10","relative":"3.0.2","striptags":"3.2.0","to-gfm-code-block":"0.1.1","year":"0.2.1"},"dependencies":{"argparse":{"version":"1.0.10","dev":true,"integrity":"sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==","requires":{"sprintf-js":"1.0.3"}},"braces":{"version":"2.3.2","dev":true,"integrity":"sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==","requires":{"arr-flatten":"1.1.0","array-unique":"0.3.2","extend-shallow":"2.0.1","fill-range":"4.0.0","isobject":"3.0.1","repeat-element":"1.1.4","snapdragon":"0.8.2","snapdragon-node":"2.1.1","split-string":"3.1.0","to-regex":"3.0.2"}},"debug":{"version":"3.1.0","dev":true,"integrity":"sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==","requires":{"ms":"2.0.0"}},"fill-range":{"version":"4.0.0","dev":true,"integrity":"sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==","requires":{"extend-shallow":"2.0.1","is-number":"3.0.0","repeat-string":"1.6.1","to-regex-range":"2.1.1"}},"is-number":{"version":"4.0.0","dev":true,"integrity":"sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ=="},"micromatch":{"version":"3.1.10","dev":true,"integrity":"sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==","requires":{"arr-diff":"4.0.0","array-unique":"0.3.2","braces":"2.3.2","define-property":"2.0.2","extend-shallow":"3.0.2","extglob":"2.0.4","fragment-cache":"0.2.1","kind-of":"6.0.3","nanomatch":"1.2.13","object.pick":"1.3.0","regex-not":"1.0.2","snapdragon":"0.8.2","to-regex":"3.0.2"},"dependencies":{"debug":{"version":"2.6.9","dev":true,"integrity":"sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==","requires":{"ms":"2.0.0"}},"define-property":{"version":"2.0.2","dev":true,"integrity":"sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==","requires":{"is-descriptor":"1.0.2","isobject":"3.0.1"}},"extend-shallow":{"version":"3.0.2","dev":true,"integrity":"sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==","requires":{"assign-symbols":"1.0.0","is-extendable":"1.0.1"},"dependencies":{"is-extendable":{"version":"1.0.1","dev":true,"integrity":"sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==","requires":{"is-plain-object":"2.0.4"}}}},"has-value":{"version":"0.3.1","dev":true,"integrity":"sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==","requires":{"get-value":"2.0.6","has-values":"0.1.4","isobject":"2.1.0"}},"has-values":{"version":"0.1.4","dev":true,"integrity":"sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ=="},"is-accessor-descriptor":{"version":"1.0.0","dev":true,"integrity":"sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==","requires":{"kind-of":"6.0.3"}},"is-data-descriptor":{"version":"1.0.0","dev":true,"integrity":"sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==","requires":{"kind-of":"6.0.3"}},"is-descriptor":{"version":"1.0.2","dev":true,"integrity":"sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==","requires":{"is-accessor-descriptor":"1.0.0","is-data-descriptor":"1.0.0","kind-of":"6.0.3"}},"is-number":{"version":"3.0.0","dev":true,"integrity":"sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==","requires":{"kind-of":"3.2.2"}},"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}},"source-map":{"version":"0.5.7","dev":true,"integrity":"sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="}}},"ms":{"version":"2.0.0","dev":true,"integrity":"sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="},"readable-stream":{"version":"2.3.7","dev":true,"integrity":"sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==","requires":{"core-util-is":"1.0.3","inherits":"2.0.4","isarray":"1.0.0","process-nextick-args":"2.0.1","safe-buffer":"5.1.2","string_decoder":"1.1.1","util-deprecate":"1.0.2"}},"safe-buffer":{"version":"5.1.2","dev":true,"integrity":"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="},"safe-regex":{"version":"1.1.0","dev":true,"integrity":"sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==","requires":{"ret":"0.1.15"}},"string_decoder":{"version":"1.1.1","dev":true,"integrity":"sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==","requires":{"safe-buffer":"5.1.2"}},"to-regex-range":{"version":"2.1.1","dev":true,"integrity":"sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==","requires":{"is-number":"3.0.0","repeat-string":"1.6.1"}}}},"handlebars-utils":{"version":"1.0.6","dev":true,"integrity":"sha512-d5mmoQXdeEqSKMtQQZ9WkiUcO1E3tPbWxluCK9hVgIDPzQa9WsKo3Lbe/sGflTe7TomHEeZaOgwIkyIr1kfzkw==","requires":{"kind-of":"6.0.3","typeof-article":"0.1.1"},"dependencies":{"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"har-schema":{"version":"2.0.0","dev":true,"integrity":"sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q=="},"har-validator":{"version":"5.1.5","dev":true,"integrity":"sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==","requires":{"ajv":"6.12.6","har-schema":"2.0.0"}},"hard-rejection":{"version":"2.1.0","dev":true,"integrity":"sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA=="},"has":{"version":"1.0.3","dev":true,"integrity":"sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==","requires":{"function-bind":"1.1.1"}},"has-ansi":{"version":"2.0.0","dev":true,"integrity":"sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==","requires":{"ansi-regex":"2.1.1"}},"has-bigints":{"version":"1.0.2","dev":true,"integrity":"sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ=="},"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"has-glob":{"version":"1.0.0","dev":true,"integrity":"sha512-D+8A457fBShSEI3tFCj65PAbT++5sKiFtdCdOam0gnfBgw9D277OERk+HM9qYJXmdVLZ/znez10SqHN0BBQ50g==","requires":{"is-glob":"3.1.0"},"dependencies":{"is-glob":{"version":"3.1.0","dev":true,"integrity":"sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==","requires":{"is-extglob":"2.1.1"}}}},"has-property-descriptors":{"version":"1.0.0","dev":true,"integrity":"sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==","requires":{"get-intrinsic":"1.1.3"}},"has-symbols":{"version":"1.0.3","dev":true,"integrity":"sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="},"has-tostringtag":{"version":"1.0.0","dev":true,"integrity":"sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==","requires":{"has-symbols":"1.0.3"}},"has-unicode":{"version":"2.0.1","dev":true,"integrity":"sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="},"has-value":{"version":"1.0.0","dev":true,"integrity":"sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==","requires":{"get-value":"2.0.6","has-values":"1.0.0","isobject":"3.0.1"},"dependencies":{"is-number":{"version":"3.0.0","dev":true,"integrity":"sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==","requires":{"kind-of":"3.2.2"},"dependencies":{"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"kind-of":{"version":"4.0.0","dev":true,"integrity":"sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==","requires":{"is-buffer":"1.1.6"}}}},"has-values":{"version":"1.0.0","dev":true,"integrity":"sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==","requires":{"is-number":"3.0.0","kind-of":"4.0.0"}},"hash-base":{"version":"3.1.0","dev":true,"integrity":"sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==","requires":{"inherits":"2.0.4","readable-stream":"3.6.0","safe-buffer":"5.2.1"}},"hash.js":{"version":"1.1.7","dev":true,"integrity":"sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==","requires":{"inherits":"2.0.4","minimalistic-assert":"1.0.1"}},"hast-to-hyperscript":{"version":"9.0.1","dev":true,"integrity":"sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==","requires":{"@types/unist":"2.0.6","comma-separated-tokens":"1.0.8","property-information":"5.6.0","space-separated-tokens":"1.1.5","style-to-object":"0.3.0","unist-util-is":"4.1.0","web-namespaces":"1.1.4"}},"hast-util-from-parse5":{"version":"6.0.1","dev":true,"integrity":"sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==","requires":{"@types/parse5":"5.0.3","hastscript":"6.0.0","property-information":"5.6.0","vfile":"4.2.1","vfile-location":"3.2.0","web-namespaces":"1.1.4"}},"hast-util-parse-selector":{"version":"2.2.5","dev":true,"integrity":"sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ=="},"hast-util-raw":{"version":"6.0.1","dev":true,"integrity":"sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==","requires":{"@types/hast":"2.3.4","hast-util-from-parse5":"6.0.1","hast-util-to-parse5":"6.0.0","html-void-elements":"1.0.5","parse5":"6.0.1","unist-util-position":"3.1.0","vfile":"4.2.1","web-namespaces":"1.1.4","xtend":"4.0.2","zwitch":"1.0.5"}},"hast-util-to-parse5":{"version":"6.0.0","dev":true,"integrity":"sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==","requires":{"hast-to-hyperscript":"9.0.1","property-information":"5.6.0","web-namespaces":"1.1.4","xtend":"4.0.2","zwitch":"1.0.5"}},"hastscript":{"version":"6.0.0","dev":true,"integrity":"sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==","requires":{"@types/hast":"2.3.4","comma-separated-tokens":"1.0.8","hast-util-parse-selector":"2.2.5","property-information":"5.6.0","space-separated-tokens":"1.1.5"}},"he":{"version":"1.2.0","dev":true,"integrity":"sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="},"helper-date":{"version":"1.0.1","dev":true,"integrity":"sha512-wU3VOwwTJvGr/w5rZr3cprPHO+hIhlblTJHD6aFBrKLuNbf4lAmkawd2iK3c6NbJEvY7HAmDpqjOFSI5/+Ey2w==","requires":{"date.js":"0.3.3","handlebars-utils":"1.0.6","moment":"2.29.4"}},"helper-markdown":{"version":"1.0.0","dev":true,"integrity":"sha512-AnDqMS4ejkQK0MXze7pA9TM3pu01ZY+XXsES6gEE0RmCGk5/NIfvTn0NmItfyDOjRAzyo9z6X7YHbHX4PzIvOA==","requires":{"handlebars-utils":"1.0.6","highlight.js":"9.18.5","remarkable":"1.7.4"}},"helper-md":{"version":"0.2.2","dev":true,"integrity":"sha512-49TaQzK+Ic7ZVTq4i1UZxRUJEmAilTk8hz7q4I0WNUaTclLR8ArJV5B3A1fe1xF2HtsDTr2gYKLaVTof/Lt84Q==","requires":{"ent":"2.2.0","extend-shallow":"2.0.1","fs-exists-sync":"0.1.0","remarkable":"1.7.4"}},"highlight.js":{"version":"9.18.5","dev":true,"integrity":"sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA=="},"hmac-drbg":{"version":"1.0.1","dev":true,"integrity":"sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==","requires":{"hash.js":"1.1.7","minimalistic-assert":"1.0.1","minimalistic-crypto-utils":"1.0.1"}},"homedir-polyfill":{"version":"1.0.3","dev":true,"integrity":"sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==","requires":{"parse-passwd":"1.0.0"}},"hook-std":{"version":"2.0.0","dev":true,"integrity":"sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g=="},"hosted-git-info":{"version":"2.8.9","dev":true,"integrity":"sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="},"html-encoding-sniffer":{"version":"1.0.2","dev":true,"integrity":"sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==","requires":{"whatwg-encoding":"1.0.5"}},"html-entities":{"version":"2.3.3","dev":true,"integrity":"sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="},"html-escaper":{"version":"2.0.2","dev":true,"integrity":"sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="},"html-minifier-terser":{"version":"5.1.1","dev":true,"integrity":"sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==","requires":{"camel-case":"4.1.2","clean-css":"4.2.4","commander":"4.1.1","he":"1.2.0","param-case":"3.0.4","relateurl":"0.2.7","terser":"4.8.1"}},"html-tag":{"version":"2.0.0","dev":true,"integrity":"sha512-XxzooSo6oBoxBEUazgjdXj7VwTn/iSTSZzTYKzYY6I916tkaYzypHxy+pbVU1h+0UQ9JlVf5XkNQyxOAiiQO1g==","requires":{"is-self-closing":"1.0.1","kind-of":"6.0.3"}},"html-void-elements":{"version":"1.0.5","dev":true,"integrity":"sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w=="},"html-webpack-plugin":{"version":"4.5.2","dev":true,"integrity":"sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==","requires":{"@types/html-minifier-terser":"5.1.2","@types/tapable":"1.0.8","@types/webpack":"4.41.33","html-minifier-terser":"5.1.1","loader-utils":"1.4.2","lodash":"4.17.21","pretty-error":"2.1.2","tapable":"1.1.3","util.promisify":"1.0.0","webpack":"4.46.0"},"dependencies":{"loader-utils":{"version":"1.4.2","dev":true,"integrity":"sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==","requires":{"big.js":"5.2.2","emojis-list":"3.0.0","json5":"1.0.1"}}}},"htmlparser2":{"version":"7.2.0","dev":true,"integrity":"sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==","requires":{"domelementtype":"2.3.0","domhandler":"4.3.1","domutils":"2.8.0","entities":"3.0.1"}},"http-cache-semantics":{"version":"4.1.0","dev":true,"integrity":"sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="},"http-errors":{"version":"2.0.0","dev":true,"integrity":"sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==","requires":{"depd":"2.0.0","inherits":"2.0.4","setprototypeof":"1.2.0","statuses":"2.0.1","toidentifier":"1.0.1"}},"http-proxy-agent":{"version":"4.0.1","dev":true,"integrity":"sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==","requires":{"@tootallnate/once":"1.1.2","agent-base":"6.0.2","debug":"4.3.4"}},"http-signature":{"version":"1.2.0","dev":true,"integrity":"sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==","requires":{"assert-plus":"1.0.0","jsprim":"1.4.2","sshpk":"1.17.0"}},"http2-wrapper":{"version":"1.0.3","dev":true,"integrity":"sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==","requires":{"quick-lru":"5.1.1","resolve-alpn":"1.2.1"}},"https-browserify":{"version":"1.0.0","dev":true,"integrity":"sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg=="},"https-proxy-agent":{"version":"5.0.1","dev":true,"integrity":"sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==","requires":{"agent-base":"6.0.2","debug":"4.3.4"}},"human-signals":{"version":"2.1.0","dev":true,"integrity":"sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="},"iconv-lite":{"version":"0.4.24","dev":true,"integrity":"sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==","requires":{"safer-buffer":"2.1.2"}},"icss-utils":{"version":"4.1.1","dev":true,"integrity":"sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==","requires":{"postcss":"7.0.39"}},"ieee754":{"version":"1.2.1","dev":true,"integrity":"sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="},"iferr":{"version":"0.1.5","dev":true,"integrity":"sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA=="},"ignore":{"version":"5.2.4","dev":true,"integrity":"sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ=="},"import-fresh":{"version":"3.3.0","dev":true,"integrity":"sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==","requires":{"parent-module":"1.0.1","resolve-from":"4.0.0"}},"import-from":{"version":"4.0.0","dev":true,"integrity":"sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ=="},"import-local":{"version":"3.1.0","dev":true,"integrity":"sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==","requires":{"pkg-dir":"4.2.0","resolve-cwd":"3.0.0"}},"imurmurhash":{"version":"0.1.4","dev":true,"integrity":"sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="},"indent-string":{"version":"4.0.0","dev":true,"integrity":"sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="},"infer-owner":{"version":"1.0.4","dev":true,"integrity":"sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="},"inflight":{"version":"1.0.6","dev":true,"integrity":"sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==","requires":{"once":"1.4.0","wrappy":"1.0.2"}},"info-symbol":{"version":"0.1.0","dev":true,"integrity":"sha512-qkc9wjLDQ+dYYZnY5uJXGNNHyZ0UOMDUnhvy0SEZGVVYmQ5s4i8cPAin2MbU6OxJgi8dfj/AnwqPx0CJE6+Lsw=="},"inherits":{"version":"2.0.4","dev":true,"integrity":"sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="},"ini":{"version":"1.3.8","dev":true,"integrity":"sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="},"inline-style-parser":{"version":"0.1.1","dev":true,"integrity":"sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="},"inquirer":{"version":"8.2.4","dev":true,"integrity":"sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==","requires":{"ansi-escapes":"4.3.2","chalk":"4.1.2","cli-cursor":"3.1.0","cli-width":"3.0.0","external-editor":"3.1.0","figures":"3.2.0","lodash":"4.17.21","mute-stream":"0.0.8","ora":"5.4.1","run-async":"2.4.1","rxjs":"7.8.0","string-width":"4.2.3","strip-ansi":"6.0.1","through":"2.3.8","wrap-ansi":"7.0.0"}},"internal-slot":{"version":"1.0.4","dev":true,"integrity":"sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==","requires":{"get-intrinsic":"1.1.3","has":"1.0.3","side-channel":"1.0.4"}},"interpret":{"version":"2.2.0","dev":true,"integrity":"sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw=="},"into-stream":{"version":"6.0.0","dev":true,"integrity":"sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==","requires":{"from2":"2.3.0","p-is-promise":"3.0.0"},"dependencies":{"readable-stream":{"version":"2.3.7","dev":true,"integrity":"sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==","requires":{"core-util-is":"1.0.3","inherits":"2.0.4","isarray":"1.0.0","process-nextick-args":"2.0.1","safe-buffer":"5.1.2","string_decoder":"1.1.1","util-deprecate":"1.0.2"}},"safe-buffer":{"version":"5.1.2","dev":true,"integrity":"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="},"string_decoder":{"version":"1.1.1","dev":true,"integrity":"sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==","requires":{"safe-buffer":"5.1.2"}}}},"ip":{"version":"2.0.0","dev":true,"integrity":"sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="},"ip-regex":{"version":"2.1.0","dev":true,"integrity":"sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw=="},"ipaddr.js":{"version":"1.9.1","dev":true,"integrity":"sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="},"irregular-plurals":{"version":"3.3.0","dev":true,"integrity":"sha512-MVBLKUTangM3EfRPFROhmWQQKRDsrgI83J8GS3jXy+OwYqiR2/aoWndYQ5416jLE3uaGgLH7ncme3X9y09gZ3g=="},"is-accessor-descriptor":{"version":"0.1.6","dev":true,"integrity":"sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==","requires":{"kind-of":"3.2.2"},"dependencies":{"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"is-alphabetical":{"version":"1.0.4","dev":true,"integrity":"sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg=="},"is-alphanumerical":{"version":"1.0.4","dev":true,"integrity":"sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==","requires":{"is-alphabetical":"1.0.4","is-decimal":"1.0.4"}},"is-arguments":{"version":"1.1.1","dev":true,"integrity":"sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==","requires":{"call-bind":"1.0.2","has-tostringtag":"1.0.0"}},"is-arrayish":{"version":"0.2.1","dev":true,"integrity":"sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="},"is-bigint":{"version":"1.0.4","dev":true,"integrity":"sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==","requires":{"has-bigints":"1.0.2"}},"is-binary-path":{"version":"2.1.0","dev":true,"integrity":"sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==","requires":{"binary-extensions":"2.2.0"}},"is-boolean-object":{"version":"1.1.2","dev":true,"integrity":"sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==","requires":{"call-bind":"1.0.2","has-tostringtag":"1.0.0"}},"is-buffer":{"version":"1.1.6","dev":true,"integrity":"sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="},"is-builtin-module":{"version":"3.2.0","dev":true,"integrity":"sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==","requires":{"builtin-modules":"3.3.0"}},"is-callable":{"version":"1.2.7","dev":true,"integrity":"sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA=="},"is-ci":{"version":"3.0.1","dev":true,"integrity":"sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==","requires":{"ci-info":"3.7.0"}},"is-core-module":{"version":"2.11.0","dev":true,"integrity":"sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==","requires":{"has":"1.0.3"}},"is-data-descriptor":{"version":"0.1.4","dev":true,"integrity":"sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==","requires":{"kind-of":"3.2.2"},"dependencies":{"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"is-date-object":{"version":"1.0.5","dev":true,"integrity":"sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==","requires":{"has-tostringtag":"1.0.0"}},"is-decimal":{"version":"1.0.4","dev":true,"integrity":"sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw=="},"is-descriptor":{"version":"0.1.6","dev":true,"integrity":"sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==","requires":{"is-accessor-descriptor":"0.1.6","is-data-descriptor":"0.1.4","kind-of":"5.1.0"}},"is-directory":{"version":"0.3.1","dev":true,"integrity":"sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw=="},"is-docker":{"version":"2.2.1","dev":true,"integrity":"sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="},"is-even":{"version":"1.0.0","dev":true,"integrity":"sha512-LEhnkAdJqic4Dbqn58A0y52IXoHWlsueqQkKfMfdEnIYG8A1sm/GHidKkS6yvXlMoRrkM34csHnXQtOqcb+Jzg==","requires":{"is-odd":"0.1.2"},"dependencies":{"is-number":{"version":"3.0.0","dev":true,"integrity":"sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==","requires":{"kind-of":"3.2.2"}},"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"is-expression":{"version":"4.0.0","dev":true,"integrity":"sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==","requires":{"acorn":"7.4.1","object-assign":"4.1.1"}},"is-extendable":{"version":"0.1.1","dev":true,"integrity":"sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw=="},"is-extglob":{"version":"2.1.1","dev":true,"integrity":"sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="},"is-fullwidth-code-point":{"version":"3.0.0","dev":true,"integrity":"sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="},"is-function":{"version":"1.0.2","dev":true,"integrity":"sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ=="},"is-generator-fn":{"version":"2.1.0","dev":true,"integrity":"sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="},"is-get-set-prop":{"version":"1.0.0","dev":true,"integrity":"sha512-DvAYZ1ZgGUz4lzxKMPYlt08qAUqyG9ckSg2pIjfvcQ7+pkVNUHk8yVLXOnCLe5WKXhLop8oorWFBJHpwWQpszQ==","requires":{"get-set-props":"0.1.0","lowercase-keys":"1.0.1"}},"is-glob":{"version":"4.0.3","dev":true,"integrity":"sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==","requires":{"is-extglob":"2.1.1"}},"is-hexadecimal":{"version":"1.0.4","dev":true,"integrity":"sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw=="},"is-interactive":{"version":"1.0.0","dev":true,"integrity":"sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w=="},"is-js-type":{"version":"2.0.0","dev":true,"integrity":"sha512-Aj13l47+uyTjlQNHtXBV8Cji3jb037vxwMWCgopRR8h6xocgBGW3qG8qGlIOEmbXQtkKShKuBM9e8AA1OeQ+xw==","requires":{"js-types":"1.0.0"}},"is-map":{"version":"2.0.2","dev":true,"integrity":"sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg=="},"is-negative-zero":{"version":"2.0.2","dev":true,"integrity":"sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA=="},"is-number":{"version":"7.0.0","dev":true,"integrity":"sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="},"is-number-object":{"version":"1.0.7","dev":true,"integrity":"sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==","requires":{"has-tostringtag":"1.0.0"}},"is-obj":{"version":"2.0.0","dev":true,"integrity":"sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="},"is-obj-prop":{"version":"1.0.0","dev":true,"integrity":"sha512-5Idb61slRlJlsAzi0Wsfwbp+zZY+9LXKUAZpvT/1ySw+NxKLRWfa0Bzj+wXI3fX5O9hiddm5c3DAaRSNP/yl2w==","requires":{"lowercase-keys":"1.0.1","obj-props":"1.4.0"}},"is-odd":{"version":"0.1.2","dev":true,"integrity":"sha512-Ri7C2K7o5IrUU9UEI8losXJCCD/UtsaIrkR5sxIcFg4xQ9cRJXlWA5DQvTE0yDc0krvSNLsRGXN11UPS6KyfBw==","requires":{"is-number":"3.0.0"}},"is-path-cwd":{"version":"2.2.0","dev":true,"integrity":"sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ=="},"is-path-inside":{"version":"3.0.3","dev":true,"integrity":"sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ=="},"is-plain-obj":{"version":"2.1.0","dev":true,"integrity":"sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA=="},"is-plain-object":{"version":"2.0.4","dev":true,"integrity":"sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==","requires":{"isobject":"3.0.1"}},"is-potential-custom-element-name":{"version":"1.0.1","dev":true,"integrity":"sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="},"is-proto-prop":{"version":"2.0.0","dev":true,"integrity":"sha512-jl3NbQ/fGLv5Jhan4uX+Ge9ohnemqyblWVVCpAvtTQzNFvV2xhJq+esnkIbYQ9F1nITXoLfDDQLp7LBw/zzncg==","requires":{"lowercase-keys":"1.0.1","proto-props":"2.0.0"}},"is-regex":{"version":"1.1.4","dev":true,"integrity":"sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==","requires":{"call-bind":"1.0.2","has-tostringtag":"1.0.0"}},"is-self-closing":{"version":"1.0.1","dev":true,"integrity":"sha512-E+60FomW7Blv5GXTlYee2KDrnG6srxF7Xt1SjrhWUGUEsTFIqY/nq2y3DaftCsgUMdh89V07IVfhY9KIJhLezg==","requires":{"self-closing-tags":"1.0.1"}},"is-set":{"version":"2.0.2","dev":true,"integrity":"sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g=="},"is-shared-array-buffer":{"version":"1.0.2","dev":true,"integrity":"sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==","requires":{"call-bind":"1.0.2"}},"is-ssh":{"version":"1.4.0","dev":true,"integrity":"sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==","requires":{"protocols":"2.0.1"},"dependencies":{"protocols":{"version":"2.0.1","dev":true,"integrity":"sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q=="}}},"is-stream":{"version":"2.0.1","dev":true,"integrity":"sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="},"is-string":{"version":"1.0.7","dev":true,"integrity":"sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==","requires":{"has-tostringtag":"1.0.0"}},"is-symbol":{"version":"1.0.4","dev":true,"integrity":"sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==","requires":{"has-symbols":"1.0.3"}},"is-text-path":{"version":"1.0.1","dev":true,"integrity":"sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==","requires":{"text-extensions":"1.9.0"}},"is-typedarray":{"version":"1.0.0","dev":true,"integrity":"sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="},"is-unicode-supported":{"version":"0.1.0","dev":true,"integrity":"sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw=="},"is-utf8":{"version":"0.2.1","dev":true,"integrity":"sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q=="},"is-weakref":{"version":"1.0.2","dev":true,"integrity":"sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==","requires":{"call-bind":"1.0.2"}},"is-whitespace-character":{"version":"1.0.4","dev":true,"integrity":"sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w=="},"is-windows":{"version":"1.0.2","dev":true,"integrity":"sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="},"is-word-character":{"version":"1.0.4","dev":true,"integrity":"sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA=="},"is-wsl":{"version":"2.2.0","dev":true,"integrity":"sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==","requires":{"is-docker":"2.2.1"}},"isarray":{"version":"1.0.0","dev":true,"integrity":"sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="},"isexe":{"version":"2.0.0","dev":true,"integrity":"sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="},"isobject":{"version":"3.0.1","dev":true,"integrity":"sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg=="},"isomorphic-unfetch":{"version":"3.1.0","dev":true,"integrity":"sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==","requires":{"node-fetch":"2.6.7","unfetch":"4.2.0"}},"isstream":{"version":"0.1.2","dev":true,"integrity":"sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="},"issue-parser":{"version":"6.0.0","dev":true,"integrity":"sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==","requires":{"lodash.capitalize":"4.2.1","lodash.escaperegexp":"4.1.2","lodash.isplainobject":"4.0.6","lodash.isstring":"4.0.1","lodash.uniqby":"4.7.0"}},"istanbul-lib-coverage":{"version":"3.2.0","dev":true,"integrity":"sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="},"istanbul-lib-instrument":{"version":"5.2.1","dev":true,"integrity":"sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==","requires":{"@babel/core":"7.20.7","@babel/parser":"7.20.7","@istanbuljs/schema":"0.1.3","istanbul-lib-coverage":"3.2.0","semver":"6.3.0"}},"istanbul-lib-report":{"version":"3.0.0","dev":true,"integrity":"sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==","requires":{"istanbul-lib-coverage":"3.2.0","make-dir":"3.1.0","supports-color":"7.2.0"}},"istanbul-lib-source-maps":{"version":"4.0.1","dev":true,"integrity":"sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==","requires":{"debug":"4.3.4","istanbul-lib-coverage":"3.2.0","source-map":"0.6.1"}},"istanbul-reports":{"version":"3.1.5","dev":true,"integrity":"sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==","requires":{"html-escaper":"2.0.2","istanbul-lib-report":"3.0.0"}},"iterate-iterator":{"version":"1.0.2","dev":true,"integrity":"sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw=="},"iterate-value":{"version":"1.0.2","dev":true,"integrity":"sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==","requires":{"es-get-iterator":"1.1.2","iterate-iterator":"1.0.2"}},"java-parser":{"version":"2.0.2","dev":true,"integrity":"sha512-fwv1eDYE4OIAN+XS7cD8aB7UdQyAh3Uz36ydWqemvnDKXEdLbxq7qIbvsjpSvS1NHFR+r81N7AjGcpnamjVxJw==","requires":{"chevrotain":"6.5.0","lodash":"4.17.21"}},"java-properties":{"version":"1.0.2","dev":true,"integrity":"sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ=="},"jest":{"version":"27.5.1","dev":true,"integrity":"sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==","requires":{"@jest/core":"27.5.1","import-local":"3.1.0","jest-cli":"27.5.1"},"dependencies":{"@jest/console":{"version":"27.5.1","dev":true,"integrity":"sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","jest-message-util":"27.5.1","jest-util":"27.5.1","slash":"3.0.0"}},"@jest/environment":{"version":"27.5.1","dev":true,"integrity":"sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==","requires":{"@jest/fake-timers":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","jest-mock":"27.5.1"}},"@jest/fake-timers":{"version":"27.5.1","dev":true,"integrity":"sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==","requires":{"@jest/types":"27.5.1","@sinonjs/fake-timers":"8.1.0","@types/node":"16.18.10","jest-message-util":"27.5.1","jest-mock":"27.5.1","jest-util":"27.5.1"}},"@jest/globals":{"version":"27.5.1","dev":true,"integrity":"sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==","requires":{"@jest/environment":"27.5.1","@jest/types":"27.5.1","expect":"27.5.1"}},"@jest/source-map":{"version":"27.5.1","dev":true,"integrity":"sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==","requires":{"callsites":"3.1.0","graceful-fs":"4.2.10","source-map":"0.6.1"}},"@jest/test-result":{"version":"27.5.1","dev":true,"integrity":"sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==","requires":{"@jest/console":"27.5.1","@jest/types":"27.5.1","@types/istanbul-lib-coverage":"2.0.4","collect-v8-coverage":"1.0.1"}},"@jest/test-sequencer":{"version":"27.5.1","dev":true,"integrity":"sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==","requires":{"@jest/test-result":"27.5.1","graceful-fs":"4.2.10","jest-haste-map":"27.5.1","jest-runtime":"27.5.1"}},"@jest/transform":{"version":"27.5.1","dev":true,"integrity":"sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==","requires":{"@babel/core":"7.20.7","@jest/types":"27.5.1","babel-plugin-istanbul":"6.1.1","chalk":"4.1.2","convert-source-map":"1.9.0","fast-json-stable-stringify":"2.1.0","graceful-fs":"4.2.10","jest-haste-map":"27.5.1","jest-regex-util":"27.5.1","jest-util":"27.5.1","micromatch":"4.0.5","pirates":"4.0.5","slash":"3.0.0","source-map":"0.6.1","write-file-atomic":"3.0.3"},"dependencies":{"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}}}},"@jest/types":{"version":"27.5.1","dev":true,"integrity":"sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"16.0.4","chalk":"4.1.2"}},"@types/prettier":{"version":"2.7.2","dev":true,"integrity":"sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg=="},"@types/stack-utils":{"version":"2.0.1","dev":true,"integrity":"sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="},"@types/yargs":{"version":"16.0.4","dev":true,"integrity":"sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==","requires":{"@types/yargs-parser":"21.0.0"}},"acorn-globals":{"version":"6.0.0","dev":true,"integrity":"sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==","requires":{"acorn":"7.4.1","acorn-walk":"7.2.0"},"dependencies":{"acorn":{"version":"7.4.1","dev":true,"integrity":"sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="}}},"acorn-walk":{"version":"7.2.0","dev":true,"integrity":"sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="},"babel-jest":{"version":"27.5.1","dev":true,"integrity":"sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==","requires":{"@babel/core":"7.20.7","@jest/transform":"27.5.1","@jest/types":"27.5.1","@types/babel__core":"7.1.20","babel-plugin-istanbul":"6.1.1","babel-preset-jest":"27.5.1","chalk":"4.1.2","graceful-fs":"4.2.10","slash":"3.0.0"}},"babel-plugin-jest-hoist":{"version":"27.5.1","dev":true,"integrity":"sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==","requires":{"@babel/template":"7.20.7","@babel/types":"7.20.7","@types/babel__core":"7.1.20","@types/babel__traverse":"7.18.3"}},"babel-preset-current-node-syntax":{"version":"1.0.1","dev":true,"integrity":"sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==","requires":{"@babel/core":"7.20.7","@babel/plugin-syntax-async-generators":"7.8.4","@babel/plugin-syntax-bigint":"7.8.3","@babel/plugin-syntax-class-properties":"7.12.13","@babel/plugin-syntax-import-meta":"7.10.4","@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-top-level-await":"7.14.5"}},"babel-preset-jest":{"version":"27.5.1","dev":true,"integrity":"sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==","requires":{"@babel/core":"7.20.7","babel-plugin-jest-hoist":"27.5.1","babel-preset-current-node-syntax":"1.0.1"}},"cliui":{"version":"7.0.4","dev":true,"integrity":"sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==","requires":{"string-width":"4.2.3","strip-ansi":"6.0.1","wrap-ansi":"7.0.0"}},"data-urls":{"version":"2.0.0","dev":true,"integrity":"sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==","requires":{"abab":"2.0.6","whatwg-mimetype":"2.3.0","whatwg-url":"8.7.0"}},"diff-sequences":{"version":"27.5.1","dev":true,"integrity":"sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="},"domexception":{"version":"2.0.1","dev":true,"integrity":"sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==","requires":{"webidl-conversions":"5.0.0"},"dependencies":{"webidl-conversions":{"version":"5.0.0","dev":true,"integrity":"sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="}}},"escodegen":{"version":"2.0.0","dev":true,"integrity":"sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==","requires":{"esprima":"4.0.1","estraverse":"5.3.0","esutils":"2.0.3","optionator":"0.8.3"}},"estraverse":{"version":"5.3.0","dev":true,"integrity":"sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="},"execa":{"version":"5.1.1","dev":true,"integrity":"sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==","requires":{"cross-spawn":"7.0.3","get-stream":"6.0.1","human-signals":"2.1.0","is-stream":"2.0.1","merge-stream":"2.0.0","npm-run-path":"4.0.1","onetime":"5.1.2","signal-exit":"3.0.7","strip-final-newline":"2.0.0"}},"expect":{"version":"27.5.1","dev":true,"integrity":"sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==","requires":{"@jest/types":"27.5.1","jest-get-type":"27.5.1","jest-matcher-utils":"27.5.1","jest-message-util":"27.5.1"}},"find-up":{"version":"4.1.0","dev":true,"integrity":"sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==","requires":{"locate-path":"5.0.0","path-exists":"4.0.0"}},"form-data":{"version":"3.0.1","dev":true,"integrity":"sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==","requires":{"asynckit":"0.4.0","combined-stream":"1.0.8","mime-types":"2.1.35"}},"get-stream":{"version":"6.0.1","dev":true,"integrity":"sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="},"html-encoding-sniffer":{"version":"2.0.1","dev":true,"integrity":"sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==","requires":{"whatwg-encoding":"1.0.5"}},"jest-config":{"version":"27.5.1","dev":true,"integrity":"sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==","requires":{"@babel/core":"7.20.7","@jest/test-sequencer":"27.5.1","@jest/types":"27.5.1","babel-jest":"27.5.1","chalk":"4.1.2","ci-info":"3.7.0","deepmerge":"4.2.2","glob":"7.2.3","graceful-fs":"4.2.10","jest-circus":"27.5.1","jest-environment-jsdom":"27.5.1","jest-environment-node":"27.5.1","jest-get-type":"27.5.1","jest-jasmine2":"27.5.1","jest-regex-util":"27.5.1","jest-resolve":"27.5.1","jest-runner":"27.5.1","jest-util":"27.5.1","jest-validate":"27.5.1","micromatch":"4.0.5","parse-json":"5.2.0","pretty-format":"27.5.1","slash":"3.0.0","strip-json-comments":"3.1.1"},"dependencies":{"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}}}},"jest-diff":{"version":"27.5.1","dev":true,"integrity":"sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==","requires":{"chalk":"4.1.2","diff-sequences":"27.5.1","jest-get-type":"27.5.1","pretty-format":"27.5.1"}},"jest-docblock":{"version":"27.5.1","dev":true,"integrity":"sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==","requires":{"detect-newline":"3.1.0"}},"jest-each":{"version":"27.5.1","dev":true,"integrity":"sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==","requires":{"@jest/types":"27.5.1","chalk":"4.1.2","jest-get-type":"27.5.1","jest-util":"27.5.1","pretty-format":"27.5.1"}},"jest-environment-jsdom":{"version":"27.5.1","dev":true,"integrity":"sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==","requires":{"@jest/environment":"27.5.1","@jest/fake-timers":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","jest-mock":"27.5.1","jest-util":"27.5.1","jsdom":"16.7.0"}},"jest-environment-node":{"version":"27.5.1","dev":true,"integrity":"sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==","requires":{"@jest/environment":"27.5.1","@jest/fake-timers":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","jest-mock":"27.5.1","jest-util":"27.5.1"}},"jest-get-type":{"version":"27.5.1","dev":true,"integrity":"sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="},"jest-haste-map":{"version":"27.5.1","dev":true,"integrity":"sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==","requires":{"@jest/types":"27.5.1","@types/graceful-fs":"4.1.5","@types/node":"16.18.10","anymatch":"3.1.3","fb-watchman":"2.0.2","graceful-fs":"4.2.10","jest-regex-util":"27.5.1","jest-serializer":"27.5.1","jest-util":"27.5.1","jest-worker":"27.5.1","micromatch":"4.0.5","walker":"1.0.8"},"dependencies":{"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"supports-color":{"version":"8.1.1","dev":true,"integrity":"sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==","requires":{"has-flag":"4.0.0"}}}},"jest-jasmine2":{"version":"27.5.1","dev":true,"integrity":"sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==","requires":{"@jest/environment":"27.5.1","@jest/source-map":"27.5.1","@jest/test-result":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","co":"4.6.0","expect":"27.5.1","is-generator-fn":"2.1.0","jest-each":"27.5.1","jest-matcher-utils":"27.5.1","jest-message-util":"27.5.1","jest-runtime":"27.5.1","jest-snapshot":"27.5.1","jest-util":"27.5.1","pretty-format":"27.5.1","throat":"6.0.1"}},"jest-leak-detector":{"version":"27.5.1","dev":true,"integrity":"sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==","requires":{"jest-get-type":"27.5.1","pretty-format":"27.5.1"}},"jest-matcher-utils":{"version":"27.5.1","dev":true,"integrity":"sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==","requires":{"chalk":"4.1.2","jest-diff":"27.5.1","jest-get-type":"27.5.1","pretty-format":"27.5.1"}},"jest-message-util":{"version":"27.5.1","dev":true,"integrity":"sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"27.5.1","@types/stack-utils":"2.0.1","chalk":"4.1.2","graceful-fs":"4.2.10","micromatch":"4.0.5","pretty-format":"27.5.1","slash":"3.0.0","stack-utils":"2.0.6"},"dependencies":{"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}}}},"jest-mock":{"version":"27.5.1","dev":true,"integrity":"sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10"}},"jest-regex-util":{"version":"27.5.1","dev":true,"integrity":"sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg=="},"jest-resolve":{"version":"27.5.1","dev":true,"integrity":"sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==","requires":{"@jest/types":"27.5.1","chalk":"4.1.2","graceful-fs":"4.2.10","jest-haste-map":"27.5.1","jest-pnp-resolver":"1.2.3","jest-util":"27.5.1","jest-validate":"27.5.1","resolve":"1.22.1","resolve.exports":"1.1.0","slash":"3.0.0"}},"jest-runner":{"version":"27.5.1","dev":true,"integrity":"sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==","requires":{"@jest/console":"27.5.1","@jest/environment":"27.5.1","@jest/test-result":"27.5.1","@jest/transform":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","emittery":"0.8.1","graceful-fs":"4.2.10","jest-docblock":"27.5.1","jest-environment-jsdom":"27.5.1","jest-environment-node":"27.5.1","jest-haste-map":"27.5.1","jest-leak-detector":"27.5.1","jest-message-util":"27.5.1","jest-resolve":"27.5.1","jest-runtime":"27.5.1","jest-util":"27.5.1","jest-worker":"27.5.1","source-map-support":"0.5.21","throat":"6.0.1"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="},"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"supports-color":{"version":"8.1.1","dev":true,"integrity":"sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==","requires":{"has-flag":"4.0.0"}}}},"jest-runtime":{"version":"27.5.1","dev":true,"integrity":"sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==","requires":{"@jest/environment":"27.5.1","@jest/fake-timers":"27.5.1","@jest/globals":"27.5.1","@jest/source-map":"27.5.1","@jest/test-result":"27.5.1","@jest/transform":"27.5.1","@jest/types":"27.5.1","chalk":"4.1.2","cjs-module-lexer":"1.2.2","collect-v8-coverage":"1.0.1","execa":"5.1.1","glob":"7.2.3","graceful-fs":"4.2.10","jest-haste-map":"27.5.1","jest-message-util":"27.5.1","jest-mock":"27.5.1","jest-regex-util":"27.5.1","jest-resolve":"27.5.1","jest-snapshot":"27.5.1","jest-util":"27.5.1","slash":"3.0.0","strip-bom":"4.0.0"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}},"jest-serializer":{"version":"27.5.1","dev":true,"integrity":"sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==","requires":{"@types/node":"16.18.10","graceful-fs":"4.2.10"}},"jest-snapshot":{"version":"27.5.1","dev":true,"integrity":"sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==","requires":{"@babel/core":"7.20.7","@babel/generator":"7.20.7","@babel/plugin-syntax-typescript":"7.20.0","@babel/traverse":"7.20.10","@babel/types":"7.20.7","@jest/transform":"27.5.1","@jest/types":"27.5.1","@types/babel__traverse":"7.18.3","@types/prettier":"2.7.2","babel-preset-current-node-syntax":"1.0.1","chalk":"4.1.2","expect":"27.5.1","graceful-fs":"4.2.10","jest-diff":"27.5.1","jest-get-type":"27.5.1","jest-haste-map":"27.5.1","jest-matcher-utils":"27.5.1","jest-message-util":"27.5.1","jest-util":"27.5.1","natural-compare":"1.4.0","pretty-format":"27.5.1","semver":"7.3.8"},"dependencies":{"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"semver":{"version":"7.3.8","dev":true,"integrity":"sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==","requires":{"lru-cache":"6.0.0"},"dependencies":{"lru-cache":{"version":"6.0.0","dev":true,"integrity":"sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==","requires":{"yallist":"4.0.0"}},"yallist":{"version":"4.0.0","dev":true,"integrity":"sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="}}}}},"jest-util":{"version":"27.5.1","dev":true,"integrity":"sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","ci-info":"3.7.0","graceful-fs":"4.2.10","picomatch":"2.3.1"}},"jest-validate":{"version":"27.5.1","dev":true,"integrity":"sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==","requires":{"@jest/types":"27.5.1","camelcase":"6.3.0","chalk":"4.1.2","jest-get-type":"27.5.1","leven":"3.1.0","pretty-format":"27.5.1"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="},"camelcase":{"version":"6.3.0","dev":true,"integrity":"sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="}}},"jest-worker":{"version":"27.5.1","dev":true,"integrity":"sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==","requires":{"@types/node":"16.18.10","merge-stream":"2.0.0","supports-color":"8.1.1"},"dependencies":{"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"supports-color":{"version":"8.1.1","dev":true,"integrity":"sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==","requires":{"has-flag":"4.0.0"}}}},"jsdom":{"version":"16.7.0","dev":true,"integrity":"sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==","requires":{"abab":"2.0.6","acorn":"8.8.1","acorn-globals":"6.0.0","cssom":"0.4.4","cssstyle":"2.3.0","data-urls":"2.0.0","decimal.js":"10.4.3","domexception":"2.0.1","escodegen":"2.0.0","form-data":"3.0.1","html-encoding-sniffer":"2.0.1","http-proxy-agent":"4.0.1","https-proxy-agent":"5.0.1","is-potential-custom-element-name":"1.0.1","nwsapi":"2.2.2","parse5":"6.0.1","saxes":"5.0.1","symbol-tree":"3.2.4","tough-cookie":"4.1.2","w3c-hr-time":"1.0.2","w3c-xmlserializer":"2.0.0","webidl-conversions":"6.1.0","whatwg-encoding":"1.0.5","whatwg-mimetype":"2.3.0","whatwg-url":"8.7.0","ws":"7.5.9","xml-name-validator":"3.0.0"}},"locate-path":{"version":"5.0.0","dev":true,"integrity":"sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==","requires":{"p-locate":"4.1.0"}},"make-dir":{"version":"3.1.0","dev":true,"integrity":"sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==","requires":{"semver":"6.3.0"}},"npm-run-path":{"version":"4.0.1","dev":true,"integrity":"sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==","requires":{"path-key":"3.1.1"}},"p-locate":{"version":"4.1.0","dev":true,"integrity":"sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==","requires":{"p-limit":"2.3.0"}},"parse5":{"version":"6.0.1","dev":true,"integrity":"sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="},"pkg-dir":{"version":"4.2.0","dev":true,"integrity":"sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==","requires":{"find-up":"4.1.0"}},"pretty-format":{"version":"27.5.1","dev":true,"integrity":"sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==","requires":{"ansi-regex":"5.0.1","ansi-styles":"5.2.0","react-is":"17.0.2"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}},"saxes":{"version":"5.0.1","dev":true,"integrity":"sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==","requires":{"xmlchars":"2.2.0"}},"stack-utils":{"version":"2.0.6","dev":true,"integrity":"sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==","requires":{"escape-string-regexp":"2.0.0"}},"throat":{"version":"6.0.1","dev":true,"integrity":"sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="},"tough-cookie":{"version":"4.1.2","dev":true,"integrity":"sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==","requires":{"psl":"1.9.0","punycode":"2.1.1","universalify":"0.2.0","url-parse":"1.5.10"}},"tr46":{"version":"2.1.0","dev":true,"integrity":"sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==","requires":{"punycode":"2.1.1"}},"type-fest":{"version":"0.21.3","dev":true,"integrity":"sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="},"universalify":{"version":"0.2.0","dev":true,"integrity":"sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg=="},"w3c-xmlserializer":{"version":"2.0.0","dev":true,"integrity":"sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==","requires":{"xml-name-validator":"3.0.0"}},"webidl-conversions":{"version":"6.1.0","dev":true,"integrity":"sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="},"whatwg-url":{"version":"8.7.0","dev":true,"integrity":"sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==","requires":{"lodash":"4.17.21","tr46":"2.1.0","webidl-conversions":"6.1.0"}},"write-file-atomic":{"version":"3.0.3","dev":true,"integrity":"sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==","requires":{"imurmurhash":"0.1.4","is-typedarray":"1.0.0","signal-exit":"3.0.7","typedarray-to-buffer":"3.1.5"}},"yargs":{"version":"16.2.0","dev":true,"integrity":"sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==","requires":{"cliui":"7.0.4","escalade":"3.1.1","get-caller-file":"2.0.5","require-directory":"2.1.1","string-width":"4.2.3","y18n":"5.0.8","yargs-parser":"20.2.9"},"dependencies":{"ansi-styles":{"version":"4.3.0","dev":true,"integrity":"sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==","requires":{"color-convert":"2.0.1"}},"color-convert":{"version":"2.0.1","dev":true,"integrity":"sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==","requires":{"color-name":"1.1.4"}},"color-name":{"version":"1.1.4","dev":true,"integrity":"sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="}}},"yargs-parser":{"version":"20.2.9","dev":true,"integrity":"sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="}}},"jest-chain":{"version":"1.1.6","dev":true,"integrity":"sha512-eIkGzVBGQ1VuEErDceMYAET53pcwYVVTXtJEbY+x60Dwi+2M2uOt4rhKAej+wfVOAlE4G0plI9mstmv6GBtJjw=="},"jest-changed-files":{"version":"27.5.1","dev":true,"integrity":"sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==","requires":{"@jest/types":"27.5.1","execa":"5.1.1","throat":"6.0.1"}},"jest-circus":{"version":"27.5.1","dev":true,"integrity":"sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==","requires":{"@jest/environment":"27.5.1","@jest/test-result":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","co":"4.6.0","dedent":"0.7.0","expect":"27.5.1","is-generator-fn":"2.1.0","jest-each":"27.5.1","jest-matcher-utils":"27.5.1","jest-message-util":"27.5.1","jest-runtime":"27.5.1","jest-snapshot":"27.5.1","jest-util":"27.5.1","pretty-format":"27.5.1","slash":"3.0.0","stack-utils":"2.0.6","throat":"6.0.1"},"dependencies":{"escape-string-regexp":{"version":"2.0.0","dev":true,"integrity":"sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="}}},"jest-cli":{"version":"27.5.1","dev":true,"integrity":"sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==","requires":{"@jest/core":"27.5.1","@jest/test-result":"27.5.1","@jest/types":"27.5.1","chalk":"4.1.2","exit":"0.1.2","graceful-fs":"4.2.10","import-local":"3.1.0","jest-config":"27.5.1","jest-util":"27.5.1","jest-validate":"27.5.1","prompts":"2.4.2","yargs":"16.2.0"}},"jest-config":{"version":"25.5.4","dev":true,"integrity":"sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg==","requires":{"@babel/core":"7.20.7","@jest/test-sequencer":"25.5.4","@jest/types":"25.5.0","babel-jest":"25.5.1","chalk":"3.0.0","deepmerge":"4.2.2","glob":"7.2.3","graceful-fs":"4.2.10","jest-environment-jsdom":"25.5.0","jest-environment-node":"25.5.0","jest-get-type":"25.2.6","jest-jasmine2":"25.5.4","jest-regex-util":"25.2.6","jest-resolve":"25.5.1","jest-util":"25.5.0","jest-validate":"25.5.0","micromatch":"4.0.5","pretty-format":"25.5.0","realpath-native":"2.0.0"}},"jest-dev-server":{"version":"6.2.0","dev":true,"integrity":"sha512-ZWh8CuvxwjhYfvw4tGeftziqIvw/26R6AG3OTgNTQeXul8aZz48RQjDpnlDwnWX53jxJJl9fcigqIdSU5lYZuw==","requires":{"chalk":"4.1.2","cwd":"0.10.0","find-process":"1.4.7","prompts":"2.4.2","spawnd":"6.2.0","tree-kill":"1.2.2","wait-on":"6.0.1"}},"jest-diff":{"version":"25.5.0","dev":true,"integrity":"sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==","requires":{"chalk":"3.0.0","diff-sequences":"25.2.6","jest-get-type":"25.2.6","pretty-format":"25.5.0"}},"jest-docblock":{"version":"25.3.0","dev":true,"integrity":"sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg==","requires":{"detect-newline":"3.1.0"}},"jest-dom":{"version":"4.0.0","dev":true,"integrity":"sha512-gBxYZlZB1Jgvf2gP2pRfjjUWF8woGBHj/g5rAQgFPB/0K2atGuhVcPO+BItyjWeKg9zM+dokgcMOH01vrWVMFA=="},"jest-each":{"version":"25.5.0","dev":true,"integrity":"sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA==","requires":{"@jest/types":"25.5.0","chalk":"3.0.0","jest-get-type":"25.2.6","jest-util":"25.5.0","pretty-format":"25.5.0"}},"jest-environment-jsdom":{"version":"25.5.0","dev":true,"integrity":"sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A==","requires":{"@jest/environment":"25.5.0","@jest/fake-timers":"25.5.0","@jest/types":"25.5.0","jest-mock":"25.5.0","jest-util":"25.5.0","jsdom":"15.2.1"}},"jest-environment-node":{"version":"25.5.0","dev":true,"integrity":"sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA==","requires":{"@jest/environment":"25.5.0","@jest/fake-timers":"25.5.0","@jest/types":"25.5.0","jest-mock":"25.5.0","jest-util":"25.5.0","semver":"6.3.0"}},"jest-environment-puppeteer":{"version":"6.2.0","dev":true,"integrity":"sha512-a/oSu6dO9D+XoDDe3ZY/0Sk79Jl2FcJl7Q0D+3x22l1eWNOYe4ikXnPGhtmNZ3mJIpuAVIX6LytA8EraOk/aqQ==","requires":{"chalk":"4.1.2","cwd":"0.10.0","jest-dev-server":"6.2.0","jest-environment-node":"27.5.1","merge-deep":"3.0.3"}},"jest-get-type":{"version":"25.2.6","dev":true,"integrity":"sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig=="},"jest-haste-map":{"version":"25.5.1","dev":true,"integrity":"sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ==","requires":{"@jest/types":"25.5.0","@types/graceful-fs":"4.1.5","anymatch":"3.1.3","fb-watchman":"2.0.2","graceful-fs":"4.2.10","jest-serializer":"25.5.0","jest-util":"25.5.0","jest-worker":"25.5.0","micromatch":"4.0.5","sane":"4.1.0","walker":"1.0.8","which":"2.0.2"},"dependencies":{"@jest/types":{"version":"25.5.0","dev":true,"integrity":"sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"1.1.2","@types/yargs":"15.0.14","chalk":"3.0.0"}},"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"chalk":{"version":"3.0.0","dev":true,"integrity":"sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}},"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="},"source-map":{"version":"0.5.7","dev":true,"integrity":"sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="}}},"jest-html-reporters":{"version":"2.1.7","dev":true,"integrity":"sha512-qYly47l7Q59bjVWpGQ9grSYaNIAtS1L+l8jQrC24iXWKRy3N/pkKTklGtcdqsZ8hhiGQPI9skByl/63GNj0UeQ==","requires":{"fs-extra":"9.1.0","open":"8.4.0"}},"jest-image-snapshot":{"version":"4.5.1","dev":true,"integrity":"sha512-0YkgupgkkCx0wIZkxvqs/oNiUT0X0d2WTpUhaAp+Dy6CpqBUZMRTIZo4KR1f+dqmx6WXrLCvecjnHLIsLkI+gQ==","requires":{"chalk":"1.1.3","get-stdin":"5.0.1","glur":"1.1.2","jest":"27.5.1","lodash":"4.17.21","mkdirp":"0.5.6","pixelmatch":"5.3.0","pngjs":"3.4.0","rimraf":"2.7.1","ssim.js":"3.5.0"},"dependencies":{"ansi-regex":{"version":"2.1.1","dev":true,"integrity":"sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA=="},"ansi-styles":{"version":"2.2.1","dev":true,"integrity":"sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA=="},"chalk":{"version":"1.1.3","dev":true,"integrity":"sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==","requires":{"ansi-styles":"2.2.1","escape-string-regexp":"1.0.5","has-ansi":"2.0.0","strip-ansi":"3.0.1","supports-color":"2.0.0"}},"mkdirp":{"version":"0.5.6","dev":true,"integrity":"sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==","requires":{"minimist":"1.2.7"}},"rimraf":{"version":"2.7.1","dev":true,"integrity":"sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==","requires":{"glob":"7.2.3"}},"strip-ansi":{"version":"3.0.1","dev":true,"integrity":"sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==","requires":{"ansi-regex":"2.1.1"}},"supports-color":{"version":"2.0.0","dev":true,"integrity":"sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g=="}}},"jest-jasmine2":{"version":"25.5.4","dev":true,"integrity":"sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ==","requires":{"@babel/traverse":"7.20.10","@jest/environment":"25.5.0","@jest/source-map":"25.5.0","@jest/test-result":"25.5.0","@jest/types":"25.5.0","chalk":"3.0.0","co":"4.6.0","expect":"25.5.0","is-generator-fn":"2.1.0","jest-each":"25.5.0","jest-matcher-utils":"25.5.0","jest-message-util":"25.5.0","jest-runtime":"25.5.4","jest-snapshot":"25.5.1","jest-util":"25.5.0","pretty-format":"25.5.0","throat":"5.0.0"}},"jest-json-schema":{"version":"5.0.0","dev":true,"integrity":"sha512-AggSUrNDSGndFQJAvrAHQzW9P/4tu9bnCIlvyzcOszgk8By1EU1bNP15TA38/4YekDgac49GniInpa0HsIbAjA==","requires":{"ajv":"6.12.6","chalk":"4.1.2","jest-matcher-utils":"26.6.2"},"dependencies":{"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"diff-sequences":{"version":"26.6.2","dev":true,"integrity":"sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q=="},"jest-diff":{"version":"26.6.2","dev":true,"integrity":"sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==","requires":{"chalk":"4.1.2","diff-sequences":"26.6.2","jest-get-type":"26.3.0","pretty-format":"26.6.2"}},"jest-get-type":{"version":"26.3.0","dev":true,"integrity":"sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig=="},"jest-matcher-utils":{"version":"26.6.2","dev":true,"integrity":"sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==","requires":{"chalk":"4.1.2","jest-diff":"26.6.2","jest-get-type":"26.3.0","pretty-format":"26.6.2"}}}},"jest-junit":{"version":"13.2.0","dev":true,"integrity":"sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg==","requires":{"mkdirp":"1.0.4","strip-ansi":"6.0.1","uuid":"8.3.2","xml":"1.0.1"},"dependencies":{"uuid":{"version":"8.3.2","dev":true,"integrity":"sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="}}},"jest-leak-detector":{"version":"25.5.0","dev":true,"integrity":"sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA==","requires":{"jest-get-type":"25.2.6","pretty-format":"25.5.0"}},"jest-matcher-utils":{"version":"25.5.0","dev":true,"integrity":"sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw==","requires":{"chalk":"3.0.0","jest-diff":"25.5.0","jest-get-type":"25.2.6","pretty-format":"25.5.0"}},"jest-message-util":{"version":"24.9.0","dev":true,"integrity":"sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==","requires":{"@babel/code-frame":"7.18.6","@jest/test-result":"24.9.0","@jest/types":"24.9.0","@types/stack-utils":"1.0.1","chalk":"2.4.2","micromatch":"3.1.10","slash":"2.0.0","stack-utils":"1.0.5"}},"jest-mock":{"version":"25.5.0","dev":true,"integrity":"sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA==","requires":{"@jest/types":"25.5.0"},"dependencies":{"@jest/types":{"version":"25.5.0","dev":true,"integrity":"sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"1.1.2","@types/yargs":"15.0.14","chalk":"3.0.0"}},"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"chalk":{"version":"3.0.0","dev":true,"integrity":"sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}}}},"jest-pnp-resolver":{"version":"1.2.3","dev":true,"integrity":"sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==","requires":{"jest-resolve":"25.5.1"}},"jest-preset-angular":{"version":"10.1.0","dev":true,"integrity":"sha512-D4k+BnGoig3w1x4MZiQOdN8UfaLN5aNjmx91U28VYRA+LslbN+D8dGyb5a5lR32mog5y86iVnAZ4mRvFlYr7SQ==","requires":{"jest-environment-jsdom":"27.5.1","pretty-format":"27.5.1","ts-jest":"27.1.5"},"dependencies":{"@jest/environment":{"version":"27.5.1","dev":true,"integrity":"sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==","requires":{"@jest/fake-timers":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","jest-mock":"27.5.1"}},"@jest/fake-timers":{"version":"27.5.1","dev":true,"integrity":"sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==","requires":{"@jest/types":"27.5.1","@sinonjs/fake-timers":"8.1.0","@types/node":"16.18.10","jest-message-util":"27.5.1","jest-mock":"27.5.1","jest-util":"27.5.1"}},"@jest/types":{"version":"27.5.1","dev":true,"integrity":"sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"16.0.4","chalk":"4.1.2"},"dependencies":{"ansi-styles":{"version":"4.3.0","dev":true,"integrity":"sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==","requires":{"color-convert":"2.0.1"}},"color-convert":{"version":"2.0.1","dev":true,"integrity":"sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==","requires":{"color-name":"1.1.4"}},"color-name":{"version":"1.1.4","dev":true,"integrity":"sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="},"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"supports-color":{"version":"7.2.0","dev":true,"integrity":"sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==","requires":{"has-flag":"4.0.0"}}}},"@types/stack-utils":{"version":"2.0.1","dev":true,"integrity":"sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="},"@types/yargs":{"version":"16.0.4","dev":true,"integrity":"sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==","requires":{"@types/yargs-parser":"21.0.0"}},"acorn-globals":{"version":"6.0.0","dev":true,"integrity":"sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==","requires":{"acorn":"7.4.1","acorn-walk":"7.2.0"},"dependencies":{"acorn":{"version":"7.4.1","dev":true,"integrity":"sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="}}},"acorn-walk":{"version":"7.2.0","dev":true,"integrity":"sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="},"data-urls":{"version":"2.0.0","dev":true,"integrity":"sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==","requires":{"abab":"2.0.6","whatwg-mimetype":"2.3.0","whatwg-url":"8.7.0"}},"domexception":{"version":"2.0.1","dev":true,"integrity":"sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==","requires":{"webidl-conversions":"5.0.0"},"dependencies":{"webidl-conversions":{"version":"5.0.0","dev":true,"integrity":"sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="}}},"escodegen":{"version":"2.0.0","dev":true,"integrity":"sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==","requires":{"esprima":"4.0.1","estraverse":"5.3.0","esutils":"2.0.3","optionator":"0.8.3"}},"estraverse":{"version":"5.3.0","dev":true,"integrity":"sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="},"form-data":{"version":"3.0.1","dev":true,"integrity":"sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==","requires":{"asynckit":"0.4.0","combined-stream":"1.0.8","mime-types":"2.1.35"}},"html-encoding-sniffer":{"version":"2.0.1","dev":true,"integrity":"sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==","requires":{"whatwg-encoding":"1.0.5"}},"jest-environment-jsdom":{"version":"27.5.1","dev":true,"integrity":"sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==","requires":{"@jest/environment":"27.5.1","@jest/fake-timers":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","jest-mock":"27.5.1","jest-util":"27.5.1","jsdom":"16.7.0"}},"jest-message-util":{"version":"27.5.1","dev":true,"integrity":"sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"27.5.1","@types/stack-utils":"2.0.1","chalk":"4.1.2","graceful-fs":"4.2.10","micromatch":"4.0.5","pretty-format":"27.5.1","slash":"3.0.0","stack-utils":"2.0.6"}},"jest-mock":{"version":"27.5.1","dev":true,"integrity":"sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10"}},"jest-util":{"version":"27.5.1","dev":true,"integrity":"sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","ci-info":"3.7.0","graceful-fs":"4.2.10","picomatch":"2.3.1"},"dependencies":{"ansi-styles":{"version":"4.3.0","dev":true,"integrity":"sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==","requires":{"color-convert":"2.0.1"}},"color-convert":{"version":"2.0.1","dev":true,"integrity":"sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==","requires":{"color-name":"1.1.4"}},"color-name":{"version":"1.1.4","dev":true,"integrity":"sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="},"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"supports-color":{"version":"7.2.0","dev":true,"integrity":"sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==","requires":{"has-flag":"4.0.0"}}}},"jsdom":{"version":"16.7.0","dev":true,"integrity":"sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==","requires":{"abab":"2.0.6","acorn":"8.8.1","acorn-globals":"6.0.0","cssom":"0.4.4","cssstyle":"2.3.0","data-urls":"2.0.0","decimal.js":"10.4.3","domexception":"2.0.1","escodegen":"2.0.0","form-data":"3.0.1","html-encoding-sniffer":"2.0.1","http-proxy-agent":"4.0.1","https-proxy-agent":"5.0.1","is-potential-custom-element-name":"1.0.1","nwsapi":"2.2.2","parse5":"6.0.1","saxes":"5.0.1","symbol-tree":"3.2.4","tough-cookie":"4.1.2","w3c-hr-time":"1.0.2","w3c-xmlserializer":"2.0.0","webidl-conversions":"6.1.0","whatwg-encoding":"1.0.5","whatwg-mimetype":"2.3.0","whatwg-url":"8.7.0","ws":"7.5.9","xml-name-validator":"3.0.0"}},"parse5":{"version":"6.0.1","dev":true,"integrity":"sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="},"pretty-format":{"version":"27.5.1","dev":true,"integrity":"sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==","requires":{"ansi-regex":"5.0.1","ansi-styles":"5.2.0","react-is":"17.0.2"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}},"saxes":{"version":"5.0.1","dev":true,"integrity":"sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==","requires":{"xmlchars":"2.2.0"}},"stack-utils":{"version":"2.0.6","dev":true,"integrity":"sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==","requires":{"escape-string-regexp":"2.0.0"},"dependencies":{"escape-string-regexp":{"version":"2.0.0","dev":true,"integrity":"sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="}}},"tough-cookie":{"version":"4.1.2","dev":true,"integrity":"sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==","requires":{"psl":"1.9.0","punycode":"2.1.1","universalify":"0.2.0","url-parse":"1.5.10"}},"tr46":{"version":"2.1.0","dev":true,"integrity":"sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==","requires":{"punycode":"2.1.1"}},"universalify":{"version":"0.2.0","dev":true,"integrity":"sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg=="},"w3c-xmlserializer":{"version":"2.0.0","dev":true,"integrity":"sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==","requires":{"xml-name-validator":"3.0.0"}},"webidl-conversions":{"version":"6.1.0","dev":true,"integrity":"sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="},"whatwg-url":{"version":"8.7.0","dev":true,"integrity":"sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==","requires":{"lodash":"4.17.21","tr46":"2.1.0","webidl-conversions":"6.1.0"}}}},"jest-preset-ts":{"version":"1.0.1","dev":true,"integrity":"sha512-e2WUxVG+iIrLdPX8hnR1yFd1zRXmCDcPyeHM6tnXlH/pnB7YB0pUg6bGHJ8qT+MYA3mCuEAPded/idHPBYjrHA==","requires":{"@jest-runner/electron":"3.0.1","@storybook/addon-storyshots":"6.5.15","@types/jest-json-schema":"2.1.4","expect-puppeteer":"6.1.1","is-ci":"3.0.1","jest":"27.5.1","jest-chain":"1.1.6","jest-dom":"4.0.0","jest-html-reporters":"2.1.7","jest-image-snapshot":"4.5.1","jest-json-schema":"5.0.0","jest-junit":"13.2.0","jest-preset-angular":"10.1.0","jest-puppeteer":"6.2.0","jest-runner-eslint":"1.1.0","jest-runner-groups":"2.2.0","jest-runner-prettier":"0.3.7","jest-runner-stylelint":"2.3.7","jest-runner-tsc":"1.6.0","jest-watch-master":"1.0.0","jest-watch-select-projects":"2.0.0","jest-watch-typeahead":"1.1.0","ts-jest":"27.1.5","tslib":"2.4.1","typescript":"4.9.4"},"dependencies":{"@jest/types":{"version":"24.9.0","dev":true,"integrity":"sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"1.1.2","@types/yargs":"13.0.12"}},"@jridgewell/gen-mapping":{"version":"0.1.1","dev":true,"integrity":"sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==","requires":{"@jridgewell/set-array":"1.1.2","@jridgewell/sourcemap-codec":"1.4.14"}},"@nodelib/fs.stat":{"version":"1.1.3","dev":true,"integrity":"sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw=="},"@types/istanbul-reports":{"version":"1.1.2","dev":true,"integrity":"sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-lib-report":"3.0.0"}},"@types/yargs":{"version":"13.0.12","dev":true,"integrity":"sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==","requires":{"@types/yargs-parser":"21.0.0"}},"acorn":{"version":"7.4.1","dev":true,"integrity":"sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="},"ansi-colors":{"version":"3.2.4","dev":true,"integrity":"sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA=="},"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"argparse":{"version":"1.0.10","dev":true,"integrity":"sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==","requires":{"sprintf-js":"1.0.3"}},"array-union":{"version":"1.0.2","dev":true,"integrity":"sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==","requires":{"array-uniq":"1.0.3"}},"braces":{"version":"2.3.2","dev":true,"integrity":"sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==","requires":{"arr-flatten":"1.1.0","array-unique":"0.3.2","extend-shallow":"2.0.1","fill-range":"4.0.0","isobject":"3.0.1","repeat-element":"1.1.4","snapdragon":"0.8.2","snapdragon-node":"2.1.1","split-string":"3.1.0","to-regex":"3.0.2"},"dependencies":{"define-property":{"version":"1.0.0","dev":true,"integrity":"sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==","requires":{"is-descriptor":"1.0.2"}},"extend-shallow":{"version":"2.0.1","dev":true,"integrity":"sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==","requires":{"is-extendable":"0.1.1"}},"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"buffer":{"version":"4.9.2","dev":true,"integrity":"sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==","requires":{"base64-js":"1.5.1","ieee754":"1.2.1","isarray":"1.0.0"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"ci-info":{"version":"2.0.0","dev":true,"integrity":"sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="},"cliui":{"version":"6.0.0","dev":true,"integrity":"sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==","requires":{"string-width":"4.2.3","strip-ansi":"6.0.1","wrap-ansi":"6.2.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"commander":{"version":"6.2.1","dev":true,"integrity":"sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA=="},"core-util-is":{"version":"1.0.2","dev":true,"integrity":"sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="},"cross-spawn":{"version":"6.0.5","dev":true,"integrity":"sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==","requires":{"nice-try":"1.0.5","path-key":"2.0.1","semver":"5.7.1","shebang-command":"1.2.0","which":"1.3.1"}},"debug":{"version":"2.6.9","dev":true,"integrity":"sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==","requires":{"ms":"2.0.0"}},"decamelize":{"version":"1.2.0","dev":true,"integrity":"sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="},"define-property":{"version":"2.0.2","dev":true,"integrity":"sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==","requires":{"is-descriptor":"1.0.2","isobject":"3.0.1"}},"dir-glob":{"version":"2.2.2","dev":true,"integrity":"sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==","requires":{"path-type":"3.0.0"},"dependencies":{"pify":{"version":"3.0.0","dev":true,"integrity":"sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg=="}}},"entities":{"version":"2.2.0","dev":true,"integrity":"sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="},"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="},"eslint-scope":{"version":"4.0.3","dev":true,"integrity":"sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==","requires":{"esrecurse":"4.3.0","estraverse":"4.3.0"}},"expand-tilde":{"version":"1.2.2","dev":true,"integrity":"sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==","requires":{"os-homedir":"1.0.2"}},"extend-shallow":{"version":"3.0.2","dev":true,"integrity":"sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==","requires":{"assign-symbols":"1.0.0","is-extendable":"1.0.1"},"dependencies":{"is-extendable":{"version":"1.0.1","dev":true,"integrity":"sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==","requires":{"is-plain-object":"2.0.4"}}}},"fast-glob":{"version":"2.2.7","dev":true,"integrity":"sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==","requires":{"@mrmlnc/readdir-enhanced":"2.2.1","@nodelib/fs.stat":"1.1.3","glob-parent":"3.1.0","is-glob":"4.0.3","merge2":"1.4.1","micromatch":"3.1.10"}},"fill-range":{"version":"4.0.0","dev":true,"integrity":"sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==","requires":{"extend-shallow":"2.0.1","is-number":"3.0.0","repeat-string":"1.6.1","to-regex-range":"2.1.1"}},"find-up":{"version":"3.0.0","dev":true,"integrity":"sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==","requires":{"locate-path":"3.0.0"}},"for-own":{"version":"0.1.5","dev":true,"integrity":"sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==","requires":{"for-in":"1.0.2"}},"glob-parent":{"version":"3.1.0","dev":true,"integrity":"sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==","requires":{"is-glob":"3.1.0","path-dirname":"1.0.2"},"dependencies":{"is-glob":{"version":"3.1.0","dev":true,"integrity":"sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==","requires":{"is-extglob":"2.1.1"}}}},"global-modules":{"version":"0.2.3","dev":true,"integrity":"sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==","requires":{"global-prefix":"0.1.5","is-windows":"0.2.0"}},"global-prefix":{"version":"0.1.5","dev":true,"integrity":"sha512-gOPiyxcD9dJGCEArAhF4Hd0BAqvAe/JzERP7tYumE4yIkmIedPUVXcJFWbV3/p/ovIIvKjkrTk+f1UVkq7vvbw==","requires":{"homedir-polyfill":"1.0.3","ini":"1.3.8","is-windows":"0.2.0","which":"1.3.1"}},"globals":{"version":"11.12.0","dev":true,"integrity":"sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"highlight.js":{"version":"10.7.3","dev":true,"integrity":"sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A=="},"htmlparser2":{"version":"6.1.0","dev":true,"integrity":"sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==","requires":{"domelementtype":"2.3.0","domhandler":"4.3.1","domutils":"2.8.0","entities":"2.2.0"}},"ignore":{"version":"4.0.6","dev":true,"integrity":"sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="},"is-accessor-descriptor":{"version":"1.0.0","dev":true,"integrity":"sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==","requires":{"kind-of":"6.0.3"}},"is-data-descriptor":{"version":"1.0.0","dev":true,"integrity":"sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==","requires":{"kind-of":"6.0.3"}},"is-descriptor":{"version":"1.0.2","dev":true,"integrity":"sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==","requires":{"is-accessor-descriptor":"1.0.0","is-data-descriptor":"1.0.0","kind-of":"6.0.3"}},"is-number":{"version":"3.0.0","dev":true,"integrity":"sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==","requires":{"kind-of":"3.2.2"}},"is-stream":{"version":"1.1.0","dev":true,"integrity":"sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ=="},"js-yaml":{"version":"3.14.1","dev":true,"integrity":"sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==","requires":{"argparse":"1.0.10","esprima":"4.0.1"}},"json5":{"version":"2.2.2","dev":true,"integrity":"sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ=="},"lazy-cache":{"version":"1.0.4","dev":true,"integrity":"sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ=="},"levn":{"version":"0.3.0","dev":true,"integrity":"sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==","requires":{"prelude-ls":"1.1.2","type-check":"0.3.2"}},"locate-path":{"version":"3.0.0","dev":true,"integrity":"sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==","requires":{"p-locate":"3.0.0","path-exists":"3.0.0"}},"lru-cache":{"version":"5.1.1","dev":true,"integrity":"sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==","requires":{"yallist":"3.1.1"}},"micromatch":{"version":"3.1.10","dev":true,"integrity":"sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==","requires":{"arr-diff":"4.0.0","array-unique":"0.3.2","braces":"2.3.2","define-property":"2.0.2","extend-shallow":"3.0.2","extglob":"2.0.4","fragment-cache":"0.2.1","kind-of":"6.0.3","nanomatch":"1.2.13","object.pick":"1.3.0","regex-not":"1.0.2","snapdragon":"0.8.2","to-regex":"3.0.2"},"dependencies":{"source-map":{"version":"0.5.7","dev":true,"integrity":"sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="}}},"ms":{"version":"2.0.0","dev":true,"integrity":"sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="},"optionator":{"version":"0.8.3","dev":true,"integrity":"sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==","requires":{"deep-is":"0.1.4","fast-levenshtein":"2.0.6","levn":"0.3.0","prelude-ls":"1.1.2","type-check":"0.3.2","word-wrap":"1.2.3"}},"p-limit":{"version":"2.3.0","dev":true,"integrity":"sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==","requires":{"p-try":"2.2.0"}},"p-locate":{"version":"3.0.0","dev":true,"integrity":"sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==","requires":{"p-limit":"2.3.0"}},"path-exists":{"version":"3.0.0","dev":true,"integrity":"sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="},"path-key":{"version":"2.0.1","dev":true,"integrity":"sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw=="},"prelude-ls":{"version":"1.1.2","dev":true,"integrity":"sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w=="},"prettier":{"version":"1.19.1","dev":true,"integrity":"sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew=="},"pretty-format":{"version":"25.5.0","dev":true,"integrity":"sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==","requires":{"@jest/types":"25.5.0","ansi-regex":"5.0.1","ansi-styles":"4.3.0","react-is":"16.13.1"}},"react-is":{"version":"16.13.1","dev":true,"integrity":"sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="},"readable-stream":{"version":"2.3.7","dev":true,"integrity":"sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==","requires":{"core-util-is":"1.0.3","inherits":"2.0.4","isarray":"1.0.0","process-nextick-args":"2.0.1","safe-buffer":"5.1.2","string_decoder":"1.1.1","util-deprecate":"1.0.2"}},"resolve-dir":{"version":"0.1.1","dev":true,"integrity":"sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==","requires":{"expand-tilde":"1.2.2","global-modules":"0.2.3"}},"resolve-from":{"version":"5.0.0","dev":true,"integrity":"sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="},"rimraf":{"version":"2.6.3","dev":true,"integrity":"sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==","requires":{"glob":"7.2.3"}},"safe-regex":{"version":"1.1.0","dev":true,"integrity":"sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==","requires":{"ret":"0.1.15"}},"semver":{"version":"6.3.0","dev":true,"integrity":"sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="},"shebang-command":{"version":"1.2.0","dev":true,"integrity":"sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==","requires":{"shebang-regex":"1.0.0"}},"shebang-regex":{"version":"1.0.0","dev":true,"integrity":"sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ=="},"slash":{"version":"2.0.0","dev":true,"integrity":"sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="},"string_decoder":{"version":"1.1.1","dev":true,"integrity":"sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==","requires":{"safe-buffer":"5.1.2"}},"strip-bom":{"version":"4.0.0","dev":true,"integrity":"sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}},"to-regex-range":{"version":"2.1.1","dev":true,"integrity":"sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==","requires":{"is-number":"3.0.0","repeat-string":"1.6.1"}},"type-check":{"version":"0.3.2","dev":true,"integrity":"sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==","requires":{"prelude-ls":"1.1.2"}},"type-fest":{"version":"0.8.1","dev":true,"integrity":"sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="},"wrap-ansi":{"version":"6.2.0","dev":true,"integrity":"sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==","requires":{"ansi-styles":"4.3.0","string-width":"4.2.3","strip-ansi":"6.0.1"}},"y18n":{"version":"4.0.3","dev":true,"integrity":"sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="},"yallist":{"version":"3.1.1","dev":true,"integrity":"sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="},"yargs":{"version":"15.4.1","dev":true,"integrity":"sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==","requires":{"cliui":"6.0.0","decamelize":"1.2.0","find-up":"4.1.0","get-caller-file":"2.0.5","require-directory":"2.1.1","require-main-filename":"2.0.0","set-blocking":"2.0.0","string-width":"4.2.3","which-module":"2.0.0","y18n":"4.0.3","yargs-parser":"18.1.3"},"dependencies":{"ansi-styles":{"version":"4.3.0","dev":true,"integrity":"sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==","requires":{"color-convert":"2.0.1"}},"color-convert":{"version":"2.0.1","dev":true,"integrity":"sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==","requires":{"color-name":"1.1.4"}},"color-name":{"version":"1.1.4","dev":true,"integrity":"sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="},"find-up":{"version":"4.1.0","dev":true,"integrity":"sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==","requires":{"locate-path":"5.0.0","path-exists":"4.0.0"}},"locate-path":{"version":"5.0.0","dev":true,"integrity":"sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==","requires":{"p-locate":"4.1.0"}},"p-locate":{"version":"4.1.0","dev":true,"integrity":"sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==","requires":{"p-limit":"2.3.0"}},"path-exists":{"version":"4.0.0","dev":true,"integrity":"sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="}}},"yargs-parser":{"version":"18.1.3","dev":true,"integrity":"sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==","requires":{"camelcase":"5.3.1","decamelize":"1.2.0"}}}},"jest-puppeteer":{"version":"6.2.0","dev":true,"integrity":"sha512-4Ynkgcf9FkHlTNEpdsojGLb3KtsToWqjO6SCigxb9Qj3HzIqhzJzNbDJ/XhiciNDpqDe6KHW9sZ6fjHphNLr6g==","requires":{"expect-puppeteer":"6.1.1","jest-environment-puppeteer":"6.2.0"},"dependencies":{"@jest/environment":{"version":"27.5.1","dev":true,"integrity":"sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==","requires":{"@jest/fake-timers":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","jest-mock":"27.5.1"}},"@jest/fake-timers":{"version":"27.5.1","dev":true,"integrity":"sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==","requires":{"@jest/types":"27.5.1","@sinonjs/fake-timers":"8.1.0","@types/node":"16.18.10","jest-message-util":"27.5.1","jest-mock":"27.5.1","jest-util":"27.5.1"}},"@jest/types":{"version":"27.5.1","dev":true,"integrity":"sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"16.0.4","chalk":"4.1.2"}},"@types/stack-utils":{"version":"2.0.1","dev":true,"integrity":"sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="},"@types/yargs":{"version":"16.0.4","dev":true,"integrity":"sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==","requires":{"@types/yargs-parser":"21.0.0"}},"clone-deep":{"version":"0.2.4","dev":true,"integrity":"sha512-we+NuQo2DHhSl+DP6jlUiAhyAjBQrYnpOk15rN6c6JSPScjiCLh8IbSU+VTcph6YS3o7mASE8a0+gbZ7ChLpgg==","requires":{"for-own":"0.1.5","is-plain-object":"2.0.4","kind-of":"3.2.2","lazy-cache":"1.0.4","shallow-clone":"0.1.2"},"dependencies":{"kind-of":{"version":"2.0.1","dev":true,"integrity":"sha512-0u8i1NZ/mg0b+W3MGGw5I7+6Eib2nx72S/QvXa0hYjEkjTknYmEYQJwGu3mLC0BrhtJjtQafTkyRUQ75Kx0LVg==","requires":{"is-buffer":"1.1.6"}}}},"commander":{"version":"5.1.0","dev":true,"integrity":"sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg=="},"is-windows":{"version":"0.2.0","dev":true,"integrity":"sha512-n67eJYmXbniZB7RF4I/FTjK1s6RPOCTxhYrVYLRaCt3lF0mpWZPKr3T2LSZAqyjQsxR2qMmGYXXzK0YWwcPM1Q=="},"jest-environment-node":{"version":"27.5.1","dev":true,"integrity":"sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==","requires":{"@jest/environment":"27.5.1","@jest/fake-timers":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","jest-mock":"27.5.1","jest-util":"27.5.1"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"jest-message-util":{"version":"27.5.1","dev":true,"integrity":"sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"27.5.1","@types/stack-utils":"2.0.1","chalk":"4.1.2","graceful-fs":"4.2.10","micromatch":"4.0.5","pretty-format":"27.5.1","slash":"3.0.0","stack-utils":"2.0.6"}},"jest-mock":{"version":"27.5.1","dev":true,"integrity":"sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10"}},"jest-util":{"version":"27.5.1","dev":true,"integrity":"sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","ci-info":"3.7.0","graceful-fs":"4.2.10","picomatch":"2.3.1"}},"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}},"pretty-format":{"version":"27.5.1","dev":true,"integrity":"sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==","requires":{"ansi-regex":"5.0.1","ansi-styles":"5.2.0","react-is":"17.0.2"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}},"shallow-clone":{"version":"0.1.2","dev":true,"integrity":"sha512-J1zdXCky5GmNnuauESROVu31MQSnLoYvlyEn6j2Ztk6Q5EHFIhxkMhYcv6vuDzl2XEzoRr856QwzMgWM/TmZgw==","requires":{"is-extendable":"0.1.1","kind-of":"2.0.1","lazy-cache":"0.2.7","mixin-object":"2.0.1"},"dependencies":{"for-in":{"version":"0.1.8","dev":true,"integrity":"sha512-F0to7vbBSHP8E3l6dCjxNOLuSFAACIxFy3UehTUlG7svlXi37HHsDkyVcHo0Pq8QwrE+pXvWSVX3ZT1T9wAZ9g=="},"lazy-cache":{"version":"0.2.7","dev":true,"integrity":"sha512-gkX52wvU/R8DVMMt78ATVPFMJqfW8FPz1GZ1sVHBVQHmu/WvhIWE4cE1GBzhJNFicDeYhnwp6Rl35BcAIM3YOQ=="}}},"stack-utils":{"version":"2.0.6","dev":true,"integrity":"sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==","requires":{"escape-string-regexp":"2.0.0"},"dependencies":{"escape-string-regexp":{"version":"2.0.0","dev":true,"integrity":"sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="}}},"which":{"version":"1.3.1","dev":true,"integrity":"sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==","requires":{"isexe":"2.0.0"}}}},"jest-regex-util":{"version":"25.2.6","dev":true,"integrity":"sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw=="},"jest-resolve":{"version":"25.5.1","dev":true,"integrity":"sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ==","requires":{"@jest/types":"25.5.0","browser-resolve":"1.11.3","chalk":"3.0.0","graceful-fs":"4.2.10","jest-pnp-resolver":"1.2.3","read-pkg-up":"7.0.1","realpath-native":"2.0.0","resolve":"1.22.1","slash":"3.0.0"},"dependencies":{"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="}}},"jest-resolve-dependencies":{"version":"27.5.1","dev":true,"integrity":"sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==","requires":{"@jest/types":"27.5.1","jest-regex-util":"27.5.1","jest-snapshot":"27.5.1"}},"jest-runner":{"version":"25.5.4","dev":true,"integrity":"sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg==","requires":{"@jest/console":"25.5.0","@jest/environment":"25.5.0","@jest/test-result":"25.5.0","@jest/types":"25.5.0","chalk":"3.0.0","exit":"0.1.2","graceful-fs":"4.2.10","jest-config":"25.5.4","jest-docblock":"25.3.0","jest-haste-map":"25.5.1","jest-jasmine2":"25.5.4","jest-leak-detector":"25.5.0","jest-message-util":"25.5.0","jest-resolve":"25.5.1","jest-runtime":"25.5.4","jest-util":"25.5.0","jest-worker":"25.5.0","source-map-support":"0.5.21","throat":"5.0.0"},"dependencies":{"@jest/console":{"version":"25.5.0","dev":true,"integrity":"sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw==","requires":{"@jest/types":"25.5.0","chalk":"3.0.0","jest-message-util":"25.5.0","jest-util":"25.5.0","slash":"3.0.0"}},"@jest/source-map":{"version":"25.5.0","dev":true,"integrity":"sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ==","requires":{"callsites":"3.1.0","graceful-fs":"4.2.10","source-map":"0.6.1"}},"@jest/test-result":{"version":"25.5.0","dev":true,"integrity":"sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A==","requires":{"@jest/console":"25.5.0","@jest/types":"25.5.0","@types/istanbul-lib-coverage":"2.0.4","collect-v8-coverage":"1.0.1"}},"@jest/types":{"version":"25.5.0","dev":true,"integrity":"sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"1.1.2","@types/yargs":"15.0.14","chalk":"3.0.0"}},"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"chalk":{"version":"3.0.0","dev":true,"integrity":"sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}},"find-up":{"version":"4.1.0","dev":true,"integrity":"sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==","requires":{"locate-path":"5.0.0","path-exists":"4.0.0"}},"jest-message-util":{"version":"25.5.0","dev":true,"integrity":"sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"25.5.0","@types/stack-utils":"1.0.1","chalk":"3.0.0","graceful-fs":"4.2.10","micromatch":"4.0.5","slash":"3.0.0","stack-utils":"1.0.5"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"locate-path":{"version":"5.0.0","dev":true,"integrity":"sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==","requires":{"p-locate":"4.1.0"}},"make-dir":{"version":"3.1.0","dev":true,"integrity":"sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==","requires":{"semver":"6.3.0"}},"p-locate":{"version":"4.1.0","dev":true,"integrity":"sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==","requires":{"p-limit":"2.3.0"}},"throat":{"version":"5.0.0","dev":true,"integrity":"sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="},"write-file-atomic":{"version":"3.0.3","dev":true,"integrity":"sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==","requires":{"imurmurhash":"0.1.4","is-typedarray":"1.0.0","signal-exit":"3.0.7","typedarray-to-buffer":"3.1.5"}}}},"jest-runner-eslint":{"version":"1.1.0","dev":true,"integrity":"sha512-XAQnEIuaZ/wHU8YVR4AEka5FBg3P+fnKd/upk8D9lxhejsclgai5gle7Ay4eLQ1+mlh2y5Ya3/AmfYz8FFZKJQ==","requires":{"chalk":"3.0.0","cosmiconfig":"6.0.0","create-jest-runner":"0.6.0","dot-prop":"5.3.0","jest":"27.5.1"},"dependencies":{"chalk":{"version":"3.0.0","dev":true,"integrity":"sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}},"cosmiconfig":{"version":"6.0.0","dev":true,"integrity":"sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==","requires":{"@types/parse-json":"4.0.0","import-fresh":"3.3.0","parse-json":"5.2.0","path-type":"4.0.0","yaml":"1.10.2"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"throat":{"version":"5.0.0","dev":true,"integrity":"sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="}}},"jest-runner-groups":{"version":"2.2.0","dev":true,"integrity":"sha512-Sp/B9ZX0CDAKa9dIkgH0sGyl2eDuScV4SVvOxqhBMxqWpsNAkmol/C58aTFmPWZj+C0ZTW1r1BSu66MTCN+voA=="},"jest-runner-prettier":{"version":"0.3.7","dev":true,"integrity":"sha512-Ha8VQ4b7Fk0k340k6iK59UB8qDzeHrDl/Vkv5f4hnBA8UVx1u26gi2OT/V9eVpIU8KTbMW2fvRZz83AKPHNAtQ==","requires":{"cli-highlight":"2.1.11","create-jest-runner":"0.8.0","jest-diff":"27.5.1","prettier":"2.8.1"},"dependencies":{"cliui":{"version":"7.0.4","dev":true,"integrity":"sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==","requires":{"string-width":"4.2.3","strip-ansi":"6.0.1","wrap-ansi":"7.0.0"}},"create-jest-runner":{"version":"0.8.0","dev":true,"integrity":"sha512-NjiIqN9LFEoFrNyDib00DW1x5jZuK32FiyYyul8YcJMzw32c4ied16mWP99ekGJXMMagroAvkU0Umvuqtnqy8Q==","requires":{"chalk":"4.1.2","jest-worker":"27.5.1","throat":"6.0.1"}},"diff-sequences":{"version":"27.5.1","dev":true,"integrity":"sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="},"jest-diff":{"version":"27.5.1","dev":true,"integrity":"sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==","requires":{"chalk":"4.1.2","diff-sequences":"27.5.1","jest-get-type":"27.5.1","pretty-format":"27.5.1"}},"jest-get-type":{"version":"27.5.1","dev":true,"integrity":"sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="},"jest-worker":{"version":"27.5.1","dev":true,"integrity":"sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==","requires":{"@types/node":"16.18.10","merge-stream":"2.0.0","supports-color":"8.1.1"},"dependencies":{"supports-color":{"version":"8.1.1","dev":true,"integrity":"sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==","requires":{"has-flag":"4.0.0"}}}},"parse5":{"version":"5.1.1","dev":true,"integrity":"sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug=="},"pretty-format":{"version":"27.5.1","dev":true,"integrity":"sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==","requires":{"ansi-regex":"5.0.1","ansi-styles":"5.2.0","react-is":"17.0.2"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}},"throat":{"version":"6.0.1","dev":true,"integrity":"sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="},"yargs":{"version":"16.2.0","dev":true,"integrity":"sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==","requires":{"cliui":"7.0.4","escalade":"3.1.1","get-caller-file":"2.0.5","require-directory":"2.1.1","string-width":"4.2.3","y18n":"5.0.8","yargs-parser":"20.2.9"}},"yargs-parser":{"version":"20.2.9","dev":true,"integrity":"sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="}}},"jest-runner-stylelint":{"version":"2.3.7","dev":true,"integrity":"sha512-d181xo/+Pv0PyGZzaGdTDligVS/9EToaZ0M3SbqvkJfw8jo2fN9zKs2W7XpiMn50B/Xg0Fg9XWUJj3dIXcjbCQ==","requires":{"cosmiconfig":"7.1.0","create-jest-runner":"0.7.1"},"dependencies":{"create-jest-runner":{"version":"0.7.1","dev":true,"integrity":"sha512-ClboGvFfg+o8TZ3easO6gRkLqPTSESv4aHBGGI41q3/GDevx6jb8PfRVasBGbo1UIb7Bm2awIul8I/LnF0to0A==","requires":{"chalk":"4.1.2","jest-worker":"26.6.2","throat":"6.0.1"},"dependencies":{"ansi-styles":{"version":"4.3.0","dev":true,"integrity":"sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==","requires":{"color-convert":"2.0.1"}},"chalk":{"version":"4.1.2","dev":true,"integrity":"sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}},"color-convert":{"version":"2.0.1","dev":true,"integrity":"sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==","requires":{"color-name":"1.1.4"}},"color-name":{"version":"1.1.4","dev":true,"integrity":"sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="},"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"supports-color":{"version":"7.2.0","dev":true,"integrity":"sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==","requires":{"has-flag":"4.0.0"}}}},"jest-worker":{"version":"26.6.2","dev":true,"integrity":"sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==","requires":{"@types/node":"16.18.10","merge-stream":"2.0.0","supports-color":"7.2.0"}},"throat":{"version":"6.0.1","dev":true,"integrity":"sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="}}},"jest-runner-tsc":{"version":"1.6.0","dev":true,"integrity":"sha512-pgZPqe5b36D6UzBMAvkcVW88lqOUzv52T8DEUTX+3F74WVYIRBlMOKjje1vA1M1kcbMmKi6V3nezmydf+IJ2UA==","requires":{"@babel/code-frame":"7.18.6","cosmiconfig":"5.2.1","create-jest-runner":"0.4.1","jest":"27.5.1"},"dependencies":{"callsites":{"version":"2.0.0","dev":true,"integrity":"sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ=="},"cosmiconfig":{"version":"5.2.1","dev":true,"integrity":"sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==","requires":{"import-fresh":"2.0.0","is-directory":"0.3.1","js-yaml":"3.14.1","parse-json":"4.0.0"}},"create-jest-runner":{"version":"0.4.1","dev":true,"integrity":"sha512-JOy675JMZ3b05F3VfAAi6Igme3pVBWu7Rt+gbW9ujAiX/Dua7+G47O7IbfiUU/FZjXhtipu/tz930b++UMGQEA==","requires":{"jest-worker":"23.2.0","throat":"4.1.0"}},"import-fresh":{"version":"2.0.0","dev":true,"integrity":"sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==","requires":{"caller-path":"2.0.0","resolve-from":"3.0.0"}},"jest-worker":{"version":"23.2.0","dev":true,"integrity":"sha512-zx0uwPCDxToGfYyQiSHh7T/sKIxQFnQqT6Uug7Y/L7PzEkFITPaufjQe6yaf1OXSnGvKC5Fwol1hIym0zDzyvw==","requires":{"merge-stream":"1.0.1"}},"merge-stream":{"version":"1.0.1","dev":true,"integrity":"sha512-e6RM36aegd4f+r8BZCcYXlO2P3H6xbUM6ktL2Xmf45GAOit9bI4z6/3VU7JwllVO1L7u0UDSg/EhzQ5lmMLolA==","requires":{"readable-stream":"2.3.7"}},"parse-json":{"version":"4.0.0","dev":true,"integrity":"sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==","requires":{"error-ex":"1.3.2","json-parse-better-errors":"1.0.2"}},"resolve-from":{"version":"3.0.0","dev":true,"integrity":"sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw=="},"safe-buffer":{"version":"5.1.2","dev":true,"integrity":"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="}}},"jest-runtime":{"version":"25.5.4","dev":true,"integrity":"sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ==","requires":{"@jest/console":"25.5.0","@jest/environment":"25.5.0","@jest/globals":"25.5.2","@jest/source-map":"25.5.0","@jest/test-result":"25.5.0","@jest/transform":"25.5.1","@jest/types":"25.5.0","@types/yargs":"15.0.14","chalk":"3.0.0","collect-v8-coverage":"1.0.1","exit":"0.1.2","glob":"7.2.3","graceful-fs":"4.2.10","jest-config":"25.5.4","jest-haste-map":"25.5.1","jest-message-util":"25.5.0","jest-mock":"25.5.0","jest-regex-util":"25.2.6","jest-resolve":"25.5.1","jest-snapshot":"25.5.1","jest-util":"25.5.0","jest-validate":"25.5.0","realpath-native":"2.0.0","slash":"3.0.0","strip-bom":"4.0.0","yargs":"15.4.1"},"dependencies":{"@jest/console":{"version":"25.5.0","dev":true,"integrity":"sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw==","requires":{"@jest/types":"25.5.0","chalk":"3.0.0","jest-message-util":"25.5.0","jest-util":"25.5.0","slash":"3.0.0"}},"@jest/source-map":{"version":"25.5.0","dev":true,"integrity":"sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ==","requires":{"callsites":"3.1.0","graceful-fs":"4.2.10","source-map":"0.6.1"}},"@jest/test-result":{"version":"25.5.0","dev":true,"integrity":"sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A==","requires":{"@jest/console":"25.5.0","@jest/types":"25.5.0","@types/istanbul-lib-coverage":"2.0.4","collect-v8-coverage":"1.0.1"}},"@jest/types":{"version":"25.5.0","dev":true,"integrity":"sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"1.1.2","@types/yargs":"15.0.14","chalk":"3.0.0"}},"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"chalk":{"version":"3.0.0","dev":true,"integrity":"sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"},"dependencies":{"has-flag":{"version":"4.0.0","dev":true,"integrity":"sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="},"supports-color":{"version":"7.2.0","dev":true,"integrity":"sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==","requires":{"has-flag":"4.0.0"}}}},"find-up":{"version":"4.1.0","dev":true,"integrity":"sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==","requires":{"locate-path":"5.0.0","path-exists":"4.0.0"}},"jest-message-util":{"version":"25.5.0","dev":true,"integrity":"sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"25.5.0","@types/stack-utils":"1.0.1","chalk":"3.0.0","graceful-fs":"4.2.10","micromatch":"4.0.5","slash":"3.0.0","stack-utils":"1.0.5"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="}}},"locate-path":{"version":"5.0.0","dev":true,"integrity":"sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==","requires":{"p-locate":"4.1.0"}},"make-dir":{"version":"3.1.0","dev":true,"integrity":"sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==","requires":{"semver":"6.3.0"}},"p-locate":{"version":"4.1.0","dev":true,"integrity":"sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==","requires":{"p-limit":"2.3.0"}},"throat":{"version":"5.0.0","dev":true,"integrity":"sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="},"write-file-atomic":{"version":"3.0.3","dev":true,"integrity":"sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==","requires":{"imurmurhash":"0.1.4","is-typedarray":"1.0.0","signal-exit":"3.0.7","typedarray-to-buffer":"3.1.5"}}}},"jest-serializer":{"version":"25.5.0","dev":true,"integrity":"sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA==","requires":{"graceful-fs":"4.2.10"}},"jest-snapshot":{"version":"25.5.1","dev":true,"integrity":"sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ==","requires":{"@babel/types":"7.20.7","@jest/types":"25.5.0","@types/prettier":"1.19.1","chalk":"3.0.0","expect":"25.5.0","graceful-fs":"4.2.10","jest-diff":"25.5.0","jest-get-type":"25.2.6","jest-matcher-utils":"25.5.0","jest-message-util":"25.5.0","jest-resolve":"25.5.1","make-dir":"3.1.0","natural-compare":"1.4.0","pretty-format":"25.5.0","semver":"6.3.0"}},"jest-specific-snapshot":{"version":"4.0.0","dev":true,"integrity":"sha512-YdW5P/MVwOizWR0MJwURxdrjdXvdG2MMpXKVGr7dZ2YrBmE6E6Ab74UL3DOYmGmzaCnNAW1CL02pY5MTHE3ulQ==","requires":{"jest":"27.5.1","jest-snapshot":"26.6.2"},"dependencies":{"expect":{"version":"26.6.2","dev":true,"integrity":"sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==","requires":{"@jest/types":"26.6.2","ansi-styles":"4.3.0","jest-get-type":"26.3.0","jest-matcher-utils":"26.6.2","jest-message-util":"26.6.2","jest-regex-util":"26.0.0"}},"jest-matcher-utils":{"version":"26.6.2","dev":true,"integrity":"sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==","requires":{"chalk":"4.1.2","jest-diff":"26.6.2","jest-get-type":"26.3.0","pretty-format":"26.6.2"}},"jest-message-util":{"version":"26.6.2","dev":true,"integrity":"sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"26.6.2","@types/stack-utils":"2.0.1","chalk":"4.1.2","graceful-fs":"4.2.10","micromatch":"4.0.5","pretty-format":"26.6.2","slash":"3.0.0","stack-utils":"2.0.6"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"source-map":{"version":"0.5.7","dev":true,"integrity":"sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="}}},"jest-util":{"version":"25.5.0","dev":true,"integrity":"sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA==","requires":{"@jest/types":"25.5.0","chalk":"3.0.0","graceful-fs":"4.2.10","is-ci":"2.0.0","make-dir":"3.1.0"},"dependencies":{"@jest/types":{"version":"25.5.0","dev":true,"integrity":"sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"1.1.2","@types/yargs":"15.0.14","chalk":"3.0.0"}},"@types/yargs":{"version":"15.0.14","dev":true,"integrity":"sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==","requires":{"@types/yargs-parser":"21.0.0"}},"chalk":{"version":"3.0.0","dev":true,"integrity":"sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}},"make-dir":{"version":"3.1.0","dev":true,"integrity":"sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==","requires":{"semver":"6.3.0"}}}},"jest-validate":{"version":"25.5.0","dev":true,"integrity":"sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ==","requires":{"@jest/types":"25.5.0","camelcase":"5.3.1","chalk":"3.0.0","jest-get-type":"25.2.6","leven":"3.1.0","pretty-format":"25.5.0"}},"jest-watch-master":{"version":"1.0.0","dev":true,"integrity":"sha512-k5cGkA9uHkPkBkLyOC6BWjhmqQay0Bm/yQdERNN3myaeSJhfSpjQ0YtLjanpNajv6WljrNjPx+5orPgiZhpkDw==","requires":{"chalk":"2.4.2","jest":"27.5.1"}},"jest-watch-select-projects":{"version":"2.0.0","dev":true,"integrity":"sha512-j00nW4dXc2NiCW6znXgFLF9g8PJ0zP25cpQ1xRro/HU2GBfZQFZD0SoXnAlaoKkIY4MlfTMkKGbNXFpvCdjl1w==","requires":{"ansi-escapes":"4.3.2","chalk":"3.0.0","prompts":"2.4.2"},"dependencies":{"chalk":{"version":"3.0.0","dev":true,"integrity":"sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==","requires":{"ansi-styles":"4.3.0","supports-color":"7.2.0"}},"type-fest":{"version":"0.21.3","dev":true,"integrity":"sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="}}},"jest-watch-typeahead":{"version":"1.1.0","dev":true,"integrity":"sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==","requires":{"ansi-escapes":"4.3.2","chalk":"4.1.2","jest":"27.5.1","jest-regex-util":"28.0.2","jest-watcher":"28.1.3","slash":"4.0.0","string-length":"5.0.1","strip-ansi":"7.0.1"},"dependencies":{"@jest/console":{"version":"28.1.3","dev":true,"integrity":"sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==","requires":{"@jest/types":"28.1.3","@types/node":"16.18.10","chalk":"4.1.2","jest-message-util":"28.1.3","jest-util":"28.1.3","slash":"3.0.0"}},"@jest/schemas":{"version":"28.1.3","dev":true,"integrity":"sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==","requires":{"@sinclair/typebox":"0.24.51"}},"@jest/test-result":{"version":"28.1.3","dev":true,"integrity":"sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==","requires":{"@jest/console":"28.1.3","@jest/types":"28.1.3","@types/istanbul-lib-coverage":"2.0.4","collect-v8-coverage":"1.0.1"}},"@jest/types":{"version":"28.1.3","dev":true,"integrity":"sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==","requires":{"@jest/schemas":"28.1.3","@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"17.0.17","chalk":"4.1.2"}},"@types/stack-utils":{"version":"2.0.1","dev":true,"integrity":"sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="},"emittery":{"version":"0.10.2","dev":true,"integrity":"sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw=="},"jest-message-util":{"version":"28.1.3","dev":true,"integrity":"sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==","requires":{"@babel/code-frame":"7.18.6","@jest/types":"28.1.3","@types/stack-utils":"2.0.1","chalk":"4.1.2","graceful-fs":"4.2.10","micromatch":"4.0.5","pretty-format":"28.1.3","slash":"3.0.0","stack-utils":"2.0.6"}},"jest-regex-util":{"version":"28.0.2","dev":true,"integrity":"sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw=="},"jest-util":{"version":"28.1.3","dev":true,"integrity":"sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==","requires":{"@jest/types":"28.1.3","@types/node":"16.18.10","chalk":"4.1.2","ci-info":"3.7.0","graceful-fs":"4.2.10","picomatch":"2.3.1"}},"jest-watcher":{"version":"28.1.3","dev":true,"integrity":"sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==","requires":{"@jest/test-result":"28.1.3","@jest/types":"28.1.3","@types/node":"16.18.10","ansi-escapes":"4.3.2","chalk":"4.1.2","emittery":"0.10.2","jest-util":"28.1.3","string-length":"4.0.2"},"dependencies":{"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"slash":{"version":"3.0.0","dev":true,"integrity":"sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="},"string-length":{"version":"4.0.2","dev":true,"integrity":"sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==","requires":{"char-regex":"1.0.2","strip-ansi":"6.0.1"}},"strip-ansi":{"version":"6.0.1","dev":true,"integrity":"sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==","requires":{"ansi-regex":"5.0.1"}},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}}}},"pretty-format":{"version":"28.1.3","dev":true,"integrity":"sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==","requires":{"@jest/schemas":"28.1.3","ansi-regex":"5.0.1","ansi-styles":"5.2.0","react-is":"18.2.0"},"dependencies":{"ansi-styles":{"version":"5.2.0","dev":true,"integrity":"sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="}}},"react-is":{"version":"18.2.0","dev":true,"integrity":"sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="},"slash":{"version":"4.0.0","dev":true,"integrity":"sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="},"stack-utils":{"version":"2.0.6","dev":true,"integrity":"sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==","requires":{"escape-string-regexp":"2.0.0"},"dependencies":{"escape-string-regexp":{"version":"2.0.0","dev":true,"integrity":"sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="}}},"string-length":{"version":"5.0.1","dev":true,"integrity":"sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==","requires":{"char-regex":"2.0.1","strip-ansi":"7.0.1"},"dependencies":{"char-regex":{"version":"2.0.1","dev":true,"integrity":"sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw=="}}},"strip-ansi":{"version":"7.0.1","dev":true,"integrity":"sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==","requires":{"ansi-regex":"6.0.1"},"dependencies":{"ansi-regex":{"version":"6.0.1","dev":true,"integrity":"sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="}}},"type-fest":{"version":"0.21.3","dev":true,"integrity":"sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="}}},"jest-watcher":{"version":"27.5.1","dev":true,"integrity":"sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==","requires":{"@jest/test-result":"27.5.1","@jest/types":"27.5.1","@types/node":"16.18.10","ansi-escapes":"4.3.2","chalk":"4.1.2","jest-util":"27.5.1","string-length":"4.0.2"}},"jest-worker":{"version":"25.5.0","dev":true,"integrity":"sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==","requires":{"merge-stream":"2.0.0","supports-color":"7.2.0"}},"jju":{"version":"1.4.0","dev":true,"integrity":"sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA=="},"joi":{"version":"17.7.0","dev":true,"integrity":"sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==","requires":{"@hapi/hoek":"9.3.0","@hapi/topo":"5.1.0","@sideway/address":"4.1.4","@sideway/formula":"3.0.1","@sideway/pinpoint":"2.0.0"}},"js-message":{"version":"1.0.7","dev":true,"integrity":"sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA=="},"js-queue":{"version":"2.0.2","dev":true,"integrity":"sha512-pbKLsbCfi7kriM3s1J4DDCo7jQkI58zPLHi0heXPzPlj0hjUsm+FesPUbE0DSbIVIK503A36aUBoCN7eMFedkA==","requires":{"easy-stack":"1.0.1"}},"js-sdsl":{"version":"4.2.0","dev":true,"integrity":"sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ=="},"js-string-escape":{"version":"1.0.1","dev":true,"integrity":"sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg=="},"js-tokens":{"version":"4.0.0","dev":true,"integrity":"sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="},"js-types":{"version":"1.0.0","dev":true,"integrity":"sha512-bfwqBW9cC/Lp7xcRpug7YrXm0IVw+T9e3g4mCYnv0Pjr3zIzU9PCQElYU9oSGAWzXlbdl9X5SAMPejO9sxkeUw=="},"js-yaml":{"version":"4.1.0","dev":true,"integrity":"sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==","requires":{"argparse":"2.0.1"}},"jsbn":{"version":"0.1.1","dev":true,"integrity":"sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="},"jscodeshift":{"version":"0.6.4","dev":true,"integrity":"sha512-+NF/tlNbc2WEhXUuc4WEJLsJumF84tnaMUZW2hyJw3jThKKRvsPX4sPJVgO1lPE28z0gNL+gwniLG9d8mYvQCQ==","requires":{"@babel/core":"7.20.7","@babel/parser":"7.20.7","@babel/plugin-proposal-class-properties":"7.18.6","@babel/plugin-proposal-object-rest-spread":"7.20.7","@babel/preset-env":"7.20.2","@babel/preset-flow":"7.18.6","@babel/preset-typescript":"7.18.6","@babel/register":"7.18.9","babel-core":"7.0.0-bridge.0","colors":"1.4.0","flow-parser":"0.196.3","graceful-fs":"4.2.10","micromatch":"3.1.10","neo-async":"2.6.2","node-dir":"0.1.17","recast":"0.16.2","temp":"0.8.4","write-file-atomic":"2.4.3"}},"jsdoc-type-pratt-parser":{"version":"2.2.5","dev":true,"integrity":"sha512-2a6eRxSxp1BW040hFvaJxhsCMI9lT8QB8t14t+NY5tC5rckIR0U9cr2tjOeaFirmEOy6MHvmJnY7zTBHq431Lw=="},"jsdoctypeparser":{"version":"9.0.0","dev":true,"integrity":"sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw=="},"jsdom":{"version":"15.2.1","dev":true,"integrity":"sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==","requires":{"abab":"2.0.6","acorn":"7.4.1","acorn-globals":"4.3.4","array-equal":"1.0.0","cssom":"0.4.4","cssstyle":"2.3.0","data-urls":"1.1.0","domexception":"1.0.1","escodegen":"1.14.3","html-encoding-sniffer":"1.0.2","nwsapi":"2.2.2","parse5":"5.1.0","pn":"1.1.0","request":"2.88.2","request-promise-native":"1.0.9","saxes":"3.1.11","symbol-tree":"3.2.4","tough-cookie":"3.0.1","w3c-hr-time":"1.0.2","w3c-xmlserializer":"1.1.2","webidl-conversions":"4.0.2","whatwg-encoding":"1.0.5","whatwg-mimetype":"2.3.0","whatwg-url":"7.1.0","ws":"7.5.9","xml-name-validator":"3.0.0"}},"jsesc":{"version":"2.5.2","dev":true,"integrity":"sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="},"json-buffer":{"version":"3.0.1","dev":true,"integrity":"sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="},"json-parse-better-errors":{"version":"1.0.2","dev":true,"integrity":"sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="},"json-parse-even-better-errors":{"version":"2.3.1","dev":true,"integrity":"sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="},"json-schema":{"version":"0.4.0","dev":true,"integrity":"sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="},"json-schema-traverse":{"version":"0.4.1","dev":true,"integrity":"sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="},"json-stable-stringify-without-jsonify":{"version":"1.0.1","dev":true,"integrity":"sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="},"json-stringify-safe":{"version":"5.0.1","dev":true,"integrity":"sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="},"json5":{"version":"1.0.1","dev":true,"integrity":"sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==","requires":{"minimist":"1.2.7"}},"jsonc-eslint-parser":{"version":"1.4.1","dev":true,"integrity":"sha512-hXBrvsR1rdjmB2kQmUjf1rEIa+TqHBGMge8pwi++C+Si1ad7EjZrJcpgwym+QGK/pqTx+K7keFAtLlVNdLRJOg==","requires":{"acorn":"7.4.1","eslint-utils":"2.1.0","eslint-visitor-keys":"1.3.0","espree":"6.2.1","semver":"6.3.0"},"dependencies":{"eslint-utils":{"version":"2.1.0","dev":true,"integrity":"sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==","requires":{"eslint-visitor-keys":"1.3.0"}},"eslint-visitor-keys":{"version":"1.3.0","dev":true,"integrity":"sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="}}},"jsonfile":{"version":"6.1.0","dev":true,"integrity":"sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==","requires":{"universalify":"2.0.0"}},"jsonparse":{"version":"1.3.1","dev":true,"integrity":"sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg=="},"jsprim":{"version":"1.4.2","dev":true,"integrity":"sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==","requires":{"assert-plus":"1.0.0","extsprintf":"1.3.0","json-schema":"0.4.0","verror":"1.10.0"}},"junk":{"version":"3.1.0","dev":true,"integrity":"sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ=="},"keyv":{"version":"4.5.2","dev":true,"integrity":"sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==","requires":{"json-buffer":"3.0.1"}},"kind-of":{"version":"6.0.3","dev":true,"integrity":"sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="},"kleur":{"version":"3.0.3","dev":true,"integrity":"sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="},"klona":{"version":"2.0.5","dev":true,"integrity":"sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ=="},"lazy-cache":{"version":"2.0.2","dev":true,"integrity":"sha512-7vp2Acd2+Kz4XkzxGxaB1FWOi8KjWIWsgdfD5MCb86DWvlLqhRPM+d6Pro3iNEL5VT9mstz5hKAlcd+QR6H3aA==","requires":{"set-getter":"0.1.1"},"dependencies":{"kind-of":{"version":"3.2.2","dev":true,"integrity":"sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==","requires":{"is-buffer":"1.1.6"}}}},"lazy-universal-dotenv":{"version":"3.0.1","dev":true,"integrity":"sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==","requires":{"@babel/runtime":"7.20.7","app-root-dir":"1.0.2","core-js":"3.26.1","dotenv":"8.6.0","dotenv-expand":"5.1.0"}},"leven":{"version":"3.1.0","dev":true,"integrity":"sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="},"levn":{"version":"0.4.1","dev":true,"integrity":"sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==","requires":{"prelude-ls":"1.2.1","type-check":"0.4.0"}},"lines-and-columns":{"version":"1.2.4","dev":true,"integrity":"sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="},"linguist-languages":{"version":"7.21.0","dev":true,"integrity":"sha512-KrWJJbFOvlDhjlt5OhUipVlXg+plUfRurICAyij1ZVxQcqPt/zeReb9KiUVdGUwwhS/2KS9h3TbyfYLA5MDlxQ=="},"load-json-file":{"version":"4.0.0","dev":true,"integrity":"sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==","requires":{"graceful-fs":"4.2.10","parse-json":"4.0.0","pify":"3.0.0","strip-bom":"3.0.0"}},"loader-runner":{"version":"2.4.0","dev":true,"integrity":"sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw=="},"loader-utils":{"version":"2.0.4","dev":true,"integrity":"sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==","requires":{"big.js":"5.2.2","emojis-list":"3.0.0","json5":"2.2.2"}},"locate-path":{"version":"6.0.0","dev":true,"integrity":"sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==","requires":{"p-locate":"5.0.0"}},"lodash":{"version":"4.17.21","dev":true,"integrity":"sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="},"lodash._reinterpolate":{"version":"3.0.0","dev":true,"integrity":"sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA=="},"lodash.camelcase":{"version":"4.3.0","dev":true,"integrity":"sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="},"lodash.capitalize":{"version":"4.2.1","dev":true,"integrity":"sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw=="},"lodash.debounce":{"version":"4.0.8","dev":true,"integrity":"sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="},"lodash.escaperegexp":{"version":"4.1.2","dev":true,"integrity":"sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw=="},"lodash.get":{"version":"4.4.2","dev":true,"integrity":"sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ=="},"lodash.ismatch":{"version":"4.4.0","dev":true,"integrity":"sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g=="},"lodash.isplainobject":{"version":"4.0.6","dev":true,"integrity":"sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="},"lodash.isstring":{"version":"4.0.1","dev":true,"integrity":"sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw=="},"lodash.kebabcase":{"version":"4.1.1","dev":true,"integrity":"sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g=="},"lodash.last":{"version":"3.0.0","dev":true,"integrity":"sha512-14mq7rSkCxG4XMy9lF2FbIOqqgF0aH0NfPuQ3LPR3vIh0kHnUvIYP70dqa1Hf47zyXfQ8FzAg0MYOQeSuE1R7A=="},"lodash.map":{"version":"4.6.0","dev":true,"integrity":"sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q=="},"lodash.memoize":{"version":"4.1.2","dev":true,"integrity":"sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="},"lodash.merge":{"version":"4.6.2","dev":true,"integrity":"sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="},"lodash.snakecase":{"version":"4.1.1","dev":true,"integrity":"sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw=="},"lodash.sortby":{"version":"4.7.0","dev":true,"integrity":"sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="},"lodash.template":{"version":"4.5.0","dev":true,"integrity":"sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==","requires":{"lodash._reinterpolate":"3.0.0","lodash.templatesettings":"4.2.0"}},"lodash.templatesettings":{"version":"4.2.0","dev":true,"integrity":"sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==","requires":{"lodash._reinterpolate":"3.0.0"}},"lodash.uniq":{"version":"4.5.0","dev":true,"integrity":"sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="},"lodash.uniqby":{"version":"4.7.0","dev":true,"integrity":"sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww=="},"lodash.upperfirst":{"version":"4.3.1","dev":true,"integrity":"sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg=="},"lodash.zip":{"version":"4.2.0","dev":true,"integrity":"sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg=="},"lodash.zipobject":{"version":"4.1.3","dev":true,"integrity":"sha512-A9SzX4hMKWS25MyalwcOnNoplyHbkNVsjidhTp8ru0Sj23wY9GWBKS8gAIGDSAqeWjIjvE4KBEl24XXAs+v4wQ=="},"log-ok":{"version":"0.1.1","dev":true,"integrity":"sha512-cc8VrkS6C+9TFuYAwuHpshrcrGRAv7d0tUJ0GdM72ZBlKXtlgjUZF84O+OhQUdiVHoF7U/nVxwpjOdwUJ8d3Vg==","requires":{"ansi-green":"0.1.1","success-symbol":"0.1.0"}},"log-symbols":{"version":"4.1.0","dev":true,"integrity":"sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==","requires":{"chalk":"4.1.2","is-unicode-supported":"0.1.0"}},"log-utils":{"version":"0.2.1","dev":true,"integrity":"sha512-udyegKoMz9eGfpKAX//Khy7sVAZ8b1F7oLDnepZv/1/y8xTvsyPgqQrM94eG8V0vcc2BieYI2kVW4+aa6m+8Qw==","requires":{"ansi-colors":"0.2.0","error-symbol":"0.1.0","info-symbol":"0.1.0","log-ok":"0.1.1","success-symbol":"0.1.0","time-stamp":"1.1.0","warning-symbol":"0.1.0"}},"logging-helpers":{"version":"1.0.0","dev":true,"integrity":"sha512-qyIh2goLt1sOgQQrrIWuwkRjUx4NUcEqEGAcYqD8VOnOC6ItwkrVE8/tA4smGpjzyp4Svhc6RodDp9IO5ghpyA==","requires":{"isobject":"3.0.1","log-utils":"0.2.1"}},"lolex":{"version":"5.1.2","dev":true,"integrity":"sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==","requires":{"@sinonjs/commons":"1.8.6"}},"longest":{"version":"2.0.1","dev":true,"integrity":"sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q=="},"loose-envify":{"version":"1.4.0","dev":true,"integrity":"sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==","requires":{"js-tokens":"4.0.0"}},"lower-case":{"version":"2.0.2","dev":true,"integrity":"sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==","requires":{"tslib":"2.4.1"}},"lowercase-keys":{"version":"1.0.1","dev":true,"integrity":"sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA=="},"lru-cache":{"version":"6.0.0","dev":true,"integrity":"sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==","requires":{"yallist":"4.0.0"}},"lz-string":{"version":"1.4.4","dev":true,"integrity":"sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ=="},"make-dir":{"version":"2.1.0","dev":true,"integrity":"sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==","requires":{"pify":"4.0.1","semver":"5.7.1"}},"make-error":{"version":"1.3.6","dev":true,"integrity":"sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="},"makeerror":{"version":"1.0.12","dev":true,"integrity":"sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==","requires":{"tmpl":"1.0.5"}},"map-age-cleaner":{"version":"0.1.3","dev":true,"integrity":"sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==","requires":{"p-defer":"1.0.0"}},"map-cache":{"version":"0.2.2","dev":true,"integrity":"sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg=="},"map-obj":{"version":"4.3.0","dev":true,"integrity":"sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ=="},"map-or-similar":{"version":"1.5.0","dev":true,"integrity":"sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg=="},"map-visit":{"version":"1.0.0","dev":true,"integrity":"sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==","requires":{"object-visit":"1.0.1"}},"markdown-escapes":{"version":"1.0.4","dev":true,"integrity":"sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg=="},"marked":{"version":"4.2.5","dev":true,"integrity":"sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ=="},"marked-terminal":{"version":"5.1.1","dev":true,"integrity":"sha512-+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==","requires":{"ansi-escapes":"5.0.0","cardinal":"2.1.1","chalk":"5.2.0","cli-table3":"0.6.3","marked":"4.2.5","node-emoji":"1.11.0","supports-hyperlinks":"2.3.0"},"dependencies":{"chalk":{"version":"5.2.0","dev":true,"integrity":"sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA=="}}},"md5.js":{"version":"1.3.5","dev":true,"integrity":"sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==","requires":{"hash-base":"3.1.0","inherits":"2.0.4","safe-buffer":"5.2.1"}},"mdast-squeeze-paragraphs":{"version":"4.0.0","dev":true,"integrity":"sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==","requires":{"unist-util-remove":"2.1.0"}},"mdast-util-definitions":{"version":"4.0.0","dev":true,"integrity":"sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==","requires":{"unist-util-visit":"2.0.3"}},"mdast-util-from-markdown":{"version":"1.2.0","dev":true,"integrity":"sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==","requires":{"@types/mdast":"3.0.10","@types/unist":"2.0.6","decode-named-character-reference":"1.0.2","mdast-util-to-string":"3.1.0","micromark":"3.1.0","micromark-util-decode-numeric-character-reference":"1.0.0","micromark-util-decode-string":"1.0.2","micromark-util-normalize-identifier":"1.0.0","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2","unist-util-stringify-position":"3.0.2","uvu":"0.5.6"}},"mdast-util-to-hast":{"version":"10.0.1","dev":true,"integrity":"sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==","requires":{"@types/mdast":"3.0.10","@types/unist":"2.0.6","mdast-util-definitions":"4.0.0","mdurl":"1.0.1","unist-builder":"2.0.3","unist-util-generated":"1.1.6","unist-util-position":"3.1.0","unist-util-visit":"2.0.3"}},"mdast-util-to-string":{"version":"3.1.0","dev":true,"integrity":"sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA=="},"mdurl":{"version":"1.0.1","dev":true,"integrity":"sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="},"media-typer":{"version":"0.3.0","dev":true,"integrity":"sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ=="},"mem":{"version":"8.1.1","dev":true,"integrity":"sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==","requires":{"map-age-cleaner":"0.1.3","mimic-fn":"3.1.0"}},"memfs":{"version":"3.4.12","dev":true,"integrity":"sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==","requires":{"fs-monkey":"1.0.3"}},"memoizerific":{"version":"1.11.3","dev":true,"integrity":"sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==","requires":{"map-or-similar":"1.5.0"}},"memory-fs":{"version":"0.4.1","dev":true,"integrity":"sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==","requires":{"errno":"0.1.8","readable-stream":"2.3.7"}},"meow":{"version":"8.1.2","dev":true,"integrity":"sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==","requires":{"@types/minimist":"1.2.2","camelcase-keys":"6.2.2","decamelize-keys":"1.1.1","hard-rejection":"2.1.0","minimist-options":"4.1.0","normalize-package-data":"3.0.3","read-pkg-up":"7.0.1","redent":"3.0.0","trim-newlines":"3.0.1","type-fest":"0.18.1","yargs-parser":"20.2.9"}},"merge":{"version":"2.1.1","dev":true,"integrity":"sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w=="},"merge-deep":{"version":"3.0.3","dev":true,"integrity":"sha512-qtmzAS6t6grwEkNrunqTBdn0qKwFgNWvlxUbAV8es9M7Ot1EbyApytCnvE0jALPa46ZpKDUo527kKiaWplmlFA==","requires":{"arr-union":"3.1.0","clone-deep":"0.2.4","kind-of":"3.2.2"}},"merge-descriptors":{"version":"1.0.1","dev":true,"integrity":"sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="},"merge-stream":{"version":"2.0.0","dev":true,"integrity":"sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="},"merge2":{"version":"1.4.1","dev":true,"integrity":"sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="},"methods":{"version":"1.1.2","dev":true,"integrity":"sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w=="},"microevent.ts":{"version":"0.1.1","dev":true,"integrity":"sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g=="},"micromark":{"version":"3.1.0","dev":true,"integrity":"sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==","requires":{"@types/debug":"4.1.7","debug":"4.3.4","decode-named-character-reference":"1.0.2","micromark-core-commonmark":"1.0.6","micromark-factory-space":"1.0.0","micromark-util-character":"1.1.0","micromark-util-chunked":"1.0.0","micromark-util-combine-extensions":"1.0.0","micromark-util-decode-numeric-character-reference":"1.0.0","micromark-util-encode":"1.0.1","micromark-util-normalize-identifier":"1.0.0","micromark-util-resolve-all":"1.0.0","micromark-util-sanitize-uri":"1.1.0","micromark-util-subtokenize":"1.0.2","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2","uvu":"0.5.6"}},"micromark-core-commonmark":{"version":"1.0.6","dev":true,"integrity":"sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==","requires":{"decode-named-character-reference":"1.0.2","micromark-factory-destination":"1.0.0","micromark-factory-label":"1.0.2","micromark-factory-space":"1.0.0","micromark-factory-title":"1.0.2","micromark-factory-whitespace":"1.0.0","micromark-util-character":"1.1.0","micromark-util-chunked":"1.0.0","micromark-util-classify-character":"1.0.0","micromark-util-html-tag-name":"1.1.0","micromark-util-normalize-identifier":"1.0.0","micromark-util-resolve-all":"1.0.0","micromark-util-subtokenize":"1.0.2","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2","uvu":"0.5.6"}},"micromark-factory-destination":{"version":"1.0.0","dev":true,"integrity":"sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==","requires":{"micromark-util-character":"1.1.0","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2"}},"micromark-factory-label":{"version":"1.0.2","dev":true,"integrity":"sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==","requires":{"micromark-util-character":"1.1.0","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2","uvu":"0.5.6"}},"micromark-factory-space":{"version":"1.0.0","dev":true,"integrity":"sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==","requires":{"micromark-util-character":"1.1.0","micromark-util-types":"1.0.2"}},"micromark-factory-title":{"version":"1.0.2","dev":true,"integrity":"sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==","requires":{"micromark-factory-space":"1.0.0","micromark-util-character":"1.1.0","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2","uvu":"0.5.6"}},"micromark-factory-whitespace":{"version":"1.0.0","dev":true,"integrity":"sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==","requires":{"micromark-factory-space":"1.0.0","micromark-util-character":"1.1.0","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2"}},"micromark-util-character":{"version":"1.1.0","dev":true,"integrity":"sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==","requires":{"micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2"}},"micromark-util-chunked":{"version":"1.0.0","dev":true,"integrity":"sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==","requires":{"micromark-util-symbol":"1.0.1"}},"micromark-util-classify-character":{"version":"1.0.0","dev":true,"integrity":"sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==","requires":{"micromark-util-character":"1.1.0","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2"}},"micromark-util-combine-extensions":{"version":"1.0.0","dev":true,"integrity":"sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==","requires":{"micromark-util-chunked":"1.0.0","micromark-util-types":"1.0.2"}},"micromark-util-decode-numeric-character-reference":{"version":"1.0.0","dev":true,"integrity":"sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==","requires":{"micromark-util-symbol":"1.0.1"}},"micromark-util-decode-string":{"version":"1.0.2","dev":true,"integrity":"sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==","requires":{"decode-named-character-reference":"1.0.2","micromark-util-character":"1.1.0","micromark-util-decode-numeric-character-reference":"1.0.0","micromark-util-symbol":"1.0.1"}},"micromark-util-encode":{"version":"1.0.1","dev":true,"integrity":"sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA=="},"micromark-util-html-tag-name":{"version":"1.1.0","dev":true,"integrity":"sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA=="},"micromark-util-normalize-identifier":{"version":"1.0.0","dev":true,"integrity":"sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==","requires":{"micromark-util-symbol":"1.0.1"}},"micromark-util-resolve-all":{"version":"1.0.0","dev":true,"integrity":"sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==","requires":{"micromark-util-types":"1.0.2"}},"micromark-util-sanitize-uri":{"version":"1.1.0","dev":true,"integrity":"sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==","requires":{"micromark-util-character":"1.1.0","micromark-util-encode":"1.0.1","micromark-util-symbol":"1.0.1"}},"micromark-util-subtokenize":{"version":"1.0.2","dev":true,"integrity":"sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==","requires":{"micromark-util-chunked":"1.0.0","micromark-util-symbol":"1.0.1","micromark-util-types":"1.0.2","uvu":"0.5.6"}},"micromark-util-symbol":{"version":"1.0.1","dev":true,"integrity":"sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ=="},"micromark-util-types":{"version":"1.0.2","dev":true,"integrity":"sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w=="},"micromatch":{"version":"4.0.5","dev":true,"integrity":"sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==","requires":{"braces":"3.0.2","picomatch":"2.3.1"}},"miller-rabin":{"version":"4.0.1","dev":true,"integrity":"sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==","requires":{"bn.js":"4.12.0","brorand":"1.1.0"}},"mime":{"version":"2.6.0","dev":true,"integrity":"sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg=="},"mime-db":{"version":"1.52.0","dev":true,"integrity":"sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="},"mime-types":{"version":"2.1.35","dev":true,"integrity":"sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==","requires":{"mime-db":"1.52.0"}},"mimic-fn":{"version":"2.1.0","dev":true,"integrity":"sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="},"mimic-response":{"version":"1.0.1","dev":true,"integrity":"sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ=="},"min-document":{"version":"2.19.0","dev":true,"integrity":"sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==","requires":{"dom-walk":"0.1.2"}},"min-indent":{"version":"1.0.1","dev":true,"integrity":"sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="},"minimalistic-assert":{"version":"1.0.1","dev":true,"integrity":"sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="},"minimalistic-crypto-utils":{"version":"1.0.1","dev":true,"integrity":"sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="},"minimatch":{"version":"3.1.2","dev":true,"integrity":"sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==","requires":{"brace-expansion":"1.1.11"}},"minimist":{"version":"1.2.7","dev":true,"integrity":"sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g=="},"minimist-options":{"version":"4.1.0","dev":true,"integrity":"sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==","requires":{"arrify":"1.0.1","is-plain-obj":"1.1.0","kind-of":"6.0.3"}},"minipass":{"version":"3.3.6","dev":true,"integrity":"sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==","requires":{"yallist":"4.0.0"}},"minipass-collect":{"version":"1.0.2","dev":true,"integrity":"sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==","requires":{"minipass":"3.3.6"}},"minipass-flush":{"version":"1.0.5","dev":true,"integrity":"sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==","requires":{"minipass":"3.3.6"}},"minipass-pipeline":{"version":"1.2.4","dev":true,"integrity":"sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==","requires":{"minipass":"3.3.6"}},"minizlib":{"version":"2.1.2","dev":true,"integrity":"sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==","requires":{"minipass":"3.3.6","yallist":"4.0.0"}},"mississippi":{"version":"3.0.0","dev":true,"integrity":"sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==","requires":{"concat-stream":"1.6.2","duplexify":"3.7.1","end-of-stream":"1.4.4","flush-write-stream":"1.1.1","from2":"2.3.0","parallel-transform":"1.2.0","pump":"3.0.0","pumpify":"1.5.1","stream-each":"1.2.3","through2":"2.0.5"}},"mixin-deep":{"version":"1.3.2","dev":true,"integrity":"sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==","requires":{"for-in":"1.0.2","is-extendable":"1.0.1"},"dependencies":{"is-extendable":{"version":"1.0.1","dev":true,"integrity":"sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==","requires":{"is-plain-object":"2.0.4"}}}},"mixin-object":{"version":"2.0.1","dev":true,"integrity":"sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA==","requires":{"for-in":"0.1.8","is-extendable":"0.1.1"}},"mkdirp":{"version":"1.0.4","dev":true,"integrity":"sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="},"modify-values":{"version":"1.0.1","dev":true,"integrity":"sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw=="},"moment":{"version":"2.29.4","dev":true,"integrity":"sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="},"move-concurrently":{"version":"1.0.1","dev":true,"integrity":"sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==","requires":{"aproba":"1.2.0","copy-concurrently":"1.0.5","fs-write-stream-atomic":"1.0.10","mkdirp":"0.5.6","rimraf":"2.7.1","run-queue":"1.0.3"}},"mri":{"version":"1.2.0","dev":true,"integrity":"sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA=="},"ms":{"version":"2.1.2","dev":true,"integrity":"sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="},"multimap":{"version":"1.1.0","dev":true,"integrity":"sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw=="},"mute-stream":{"version":"0.0.8","dev":true,"integrity":"sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA=="},"mvdan-sh":{"version":"0.5.0","dev":true,"integrity":"sha512-UWbdl4LHd2fUnaEcOUFVWRdWGLkNoV12cKVIPiirYd8qM5VkCoCTXErlDubevrkEG7kGohvjRxAlTQmOqG80tw=="},"mz":{"version":"2.7.0","dev":true,"integrity":"sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==","requires":{"any-promise":"1.3.0","object-assign":"4.1.1","thenify-all":"1.6.0"}},"nanoid":{"version":"3.3.4","dev":true,"integrity":"sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw=="},"nanomatch":{"version":"1.2.13","dev":true,"integrity":"sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==","requires":{"arr-diff":"4.0.0","array-unique":"0.3.2","define-property":"2.0.2","extend-shallow":"3.0.2","fragment-cache":"0.2.1","is-windows":"1.0.2","kind-of":"6.0.3","object.pick":"1.3.0","regex-not":"1.0.2","snapdragon":"0.8.2","to-regex":"3.0.2"}},"natural-compare":{"version":"1.4.0","dev":true,"integrity":"sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="},"natural-compare-lite":{"version":"1.4.0","dev":true,"integrity":"sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g=="},"negotiator":{"version":"0.6.3","dev":true,"integrity":"sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="},"neo-async":{"version":"2.6.2","dev":true,"integrity":"sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="},"nerf-dart":{"version":"1.0.0","dev":true,"integrity":"sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g=="},"nested-error-stacks":{"version":"2.1.1","dev":true,"integrity":"sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="},"nice-try":{"version":"1.0.5","dev":true,"integrity":"sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="},"no-case":{"version":"3.0.4","dev":true,"integrity":"sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==","requires":{"lower-case":"2.0.2","tslib":"2.4.1"}},"node-dir":{"version":"0.1.17","dev":true,"integrity":"sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==","requires":{"minimatch":"3.1.2"}},"node-emoji":{"version":"1.11.0","dev":true,"integrity":"sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==","requires":{"lodash":"4.17.21"}},"node-fetch":{"version":"2.6.7","dev":true,"integrity":"sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==","requires":{"whatwg-url":"5.0.0"}},"node-int64":{"version":"0.4.0","dev":true,"integrity":"sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="},"node-ipc":{"version":"9.2.1","dev":true,"integrity":"sha512-mJzaM6O3xHf9VT8BULvJSbdVbmHUKRNOH7zDDkCrA1/T+CVjq2WVIDfLt0azZRXpgArJtl3rtmEozrbXPZ9GaQ==","requires":{"event-pubsub":"4.3.0","js-message":"1.0.7","js-queue":"2.0.2"}},"node-libs-browser":{"version":"2.2.1","dev":true,"integrity":"sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==","requires":{"assert":"1.5.0","browserify-zlib":"0.2.0","buffer":"4.9.2","console-browserify":"1.2.0","constants-browserify":"1.0.0","crypto-browserify":"3.12.0","domain-browser":"1.2.0","events":"3.3.0","https-browserify":"1.0.0","os-browserify":"0.3.0","path-browserify":"0.0.1","process":"0.11.10","punycode":"1.4.1","querystring-es3":"0.2.1","readable-stream":"2.3.7","stream-browserify":"2.0.2","stream-http":"2.8.3","string_decoder":"1.3.0","timers-browserify":"2.0.12","tty-browserify":"0.0.0","url":"0.11.0","util":"0.11.1","vm-browserify":"1.1.2"},"dependencies":{"inherits":{"version":"2.0.1","dev":true,"integrity":"sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA=="},"punycode":{"version":"1.4.1","dev":true,"integrity":"sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ=="}}},"node-releases":{"version":"2.0.8","dev":true,"integrity":"sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A=="},"node-sql-parser":{"version":"4.6.3","dev":true,"integrity":"sha512-9fIFNO4bNI/3k8cENfdcC5PP2RVV+mIs5DjqnoNCq9HGJcQqi8iT9j/0oOiqBhK/33nSBj2h6gpWyODeYITTHA==","requires":{"big-integer":"1.6.51"}},"normalize-package-data":{"version":"2.5.0","dev":true,"integrity":"sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==","requires":{"hosted-git-info":"2.8.9","resolve":"1.22.1","semver":"5.7.1","validate-npm-package-license":"3.0.4"}},"normalize-path":{"version":"3.0.0","dev":true,"integrity":"sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="},"normalize-range":{"version":"0.1.2","dev":true,"integrity":"sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA=="},"normalize-url":{"version":"6.1.0","dev":true,"integrity":"sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A=="},"npm":{"version":"8.19.3","dev":true,"integrity":"sha512-0QjmyPtDxSyMWWD8I91QGbrgx9KzbV6C9FK1liEb/K0zppiZkr5KxXc990G+LzPwBHDfRjUBlO9T1qZ08vl9mA=="},"npm-run-path":{"version":"2.0.2","dev":true,"integrity":"sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==","requires":{"path-key":"2.0.1"}},"npmlog":{"version":"5.0.1","dev":true,"integrity":"sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==","requires":{"are-we-there-yet":"2.0.0","console-control-strings":"1.1.0","gauge":"3.0.2","set-blocking":"2.0.0"}},"nth-check":{"version":"2.1.1","dev":true,"integrity":"sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==","requires":{"boolbase":"1.0.0"}},"num2fraction":{"version":"1.2.2","dev":true,"integrity":"sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg=="},"nwsapi":{"version":"2.2.2","dev":true,"integrity":"sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw=="},"oauth-sign":{"version":"0.9.0","dev":true,"integrity":"sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="},"obj-props":{"version":"1.4.0","dev":true,"integrity":"sha512-p7p/7ltzPDiBs6DqxOrIbtRdwxxVRBj5ROukeNb9RgA+fawhrz5n2hpNz8DDmYR//tviJSj7nUnlppGmONkjiQ=="},"object-assign":{"version":"4.1.1","dev":true,"integrity":"sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="},"object-copy":{"version":"0.1.0","dev":true,"integrity":"sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==","requires":{"copy-descriptor":"0.1.1","define-property":"0.2.5","kind-of":"3.2.2"}},"object-inspect":{"version":"1.12.2","dev":true,"integrity":"sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ=="},"object-keys":{"version":"1.1.1","dev":true,"integrity":"sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="},"object-visit":{"version":"1.0.1","dev":true,"integrity":"sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==","requires":{"isobject":"3.0.1"}},"object.assign":{"version":"4.1.4","dev":true,"integrity":"sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","has-symbols":"1.0.3","object-keys":"1.1.1"}},"object.entries":{"version":"1.1.6","dev":true,"integrity":"sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"object.fromentries":{"version":"2.0.6","dev":true,"integrity":"sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"object.getownpropertydescriptors":{"version":"2.1.5","dev":true,"integrity":"sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==","requires":{"array.prototype.reduce":"1.0.5","call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"object.pick":{"version":"1.3.0","dev":true,"integrity":"sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==","requires":{"isobject":"3.0.1"}},"object.values":{"version":"1.1.6","dev":true,"integrity":"sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"on-finished":{"version":"2.4.1","dev":true,"integrity":"sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==","requires":{"ee-first":"1.1.1"}},"on-headers":{"version":"1.0.2","dev":true,"integrity":"sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="},"once":{"version":"1.4.0","dev":true,"integrity":"sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==","requires":{"wrappy":"1.0.2"}},"onetime":{"version":"5.1.2","dev":true,"integrity":"sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==","requires":{"mimic-fn":"2.1.0"}},"open":{"version":"8.4.0","dev":true,"integrity":"sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==","requires":{"define-lazy-prop":"2.0.0","is-docker":"2.2.1","is-wsl":"2.2.0"}},"optionator":{"version":"0.9.1","dev":true,"integrity":"sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==","requires":{"deep-is":"0.1.4","fast-levenshtein":"2.0.6","levn":"0.4.1","prelude-ls":"1.2.1","type-check":"0.4.0","word-wrap":"1.2.3"}},"ora":{"version":"5.4.1","dev":true,"integrity":"sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==","requires":{"bl":"4.1.0","chalk":"4.1.2","cli-cursor":"3.1.0","cli-spinners":"2.7.0","is-interactive":"1.0.0","is-unicode-supported":"0.1.0","log-symbols":"4.1.0","strip-ansi":"6.0.1","wcwidth":"1.0.1"}},"os-browserify":{"version":"0.3.0","dev":true,"integrity":"sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A=="},"os-homedir":{"version":"1.0.2","dev":true,"integrity":"sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ=="},"os-tmpdir":{"version":"1.0.2","dev":true,"integrity":"sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="},"p-all":{"version":"2.1.0","dev":true,"integrity":"sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA==","requires":{"p-map":"2.1.0"},"dependencies":{"p-map":{"version":"2.1.0","dev":true,"integrity":"sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="}}},"p-cancelable":{"version":"2.1.1","dev":true,"integrity":"sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg=="},"p-defer":{"version":"1.0.0","dev":true,"integrity":"sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw=="},"p-each-series":{"version":"2.2.0","dev":true,"integrity":"sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA=="},"p-event":{"version":"4.2.0","dev":true,"integrity":"sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==","requires":{"p-timeout":"3.2.0"}},"p-filter":{"version":"2.1.0","dev":true,"integrity":"sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==","requires":{"p-map":"2.1.0"},"dependencies":{"p-map":{"version":"2.1.0","dev":true,"integrity":"sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="}}},"p-finally":{"version":"1.0.0","dev":true,"integrity":"sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow=="},"p-is-promise":{"version":"3.0.0","dev":true,"integrity":"sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ=="},"p-limit":{"version":"3.1.0","dev":true,"integrity":"sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==","requires":{"yocto-queue":"0.1.0"}},"p-locate":{"version":"5.0.0","dev":true,"integrity":"sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==","requires":{"p-limit":"3.1.0"}},"p-map":{"version":"4.0.0","dev":true,"integrity":"sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==","requires":{"aggregate-error":"3.1.0"}},"p-reduce":{"version":"2.1.0","dev":true,"integrity":"sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw=="},"p-retry":{"version":"4.6.2","dev":true,"integrity":"sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==","requires":{"@types/retry":"0.12.0","retry":"0.13.1"}},"p-timeout":{"version":"3.2.0","dev":true,"integrity":"sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==","requires":{"p-finally":"1.0.0"}},"p-try":{"version":"2.2.0","dev":true,"integrity":"sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="},"pako":{"version":"1.0.11","dev":true,"integrity":"sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="},"parallel-transform":{"version":"1.2.0","dev":true,"integrity":"sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==","requires":{"cyclist":"1.0.1","inherits":"2.0.4","readable-stream":"2.3.7"}},"param-case":{"version":"3.0.4","dev":true,"integrity":"sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==","requires":{"dot-case":"3.0.4","tslib":"2.4.1"}},"parent-module":{"version":"1.0.1","dev":true,"integrity":"sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==","requires":{"callsites":"3.1.0"}},"parse-asn1":{"version":"5.1.6","dev":true,"integrity":"sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==","requires":{"asn1.js":"5.4.1","browserify-aes":"1.2.0","evp_bytestokey":"1.0.3","pbkdf2":"3.1.2","safe-buffer":"5.2.1"},"dependencies":{"bn.js":{"version":"4.12.0","dev":true,"integrity":"sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="}}},"parse-author":{"version":"2.0.0","dev":true,"integrity":"sha512-yx5DfvkN8JsHL2xk2Os9oTia467qnvRgey4ahSm2X8epehBLx/gWLcy5KI+Y36ful5DzGbCS6RazqZGgy1gHNw==","requires":{"author-regex":"1.0.0"}},"parse-entities":{"version":"2.0.0","dev":true,"integrity":"sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==","requires":{"character-entities":"1.2.4","character-entities-legacy":"1.1.4","character-reference-invalid":"1.1.4","is-alphanumerical":"1.0.4","is-decimal":"1.0.4","is-hexadecimal":"1.0.4"}},"parse-gitignore":{"version":"1.0.1","dev":true,"integrity":"sha512-UGyowyjtx26n65kdAMWhm6/3uy5uSrpcuH7tt+QEVudiBoVS+eqHxD5kbi9oWVRwj7sCzXqwuM+rUGw7earl6A=="},"parse-json":{"version":"5.2.0","dev":true,"integrity":"sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==","requires":{"@babel/code-frame":"7.18.6","error-ex":"1.3.2","json-parse-even-better-errors":"2.3.1","lines-and-columns":"1.2.4"}},"parse-passwd":{"version":"1.0.0","dev":true,"integrity":"sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q=="},"parse-path":{"version":"4.0.4","dev":true,"integrity":"sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==","requires":{"is-ssh":"1.4.0","protocols":"1.4.8","qs":"6.11.0","query-string":"6.14.1"}},"parse5":{"version":"5.1.0","dev":true,"integrity":"sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ=="},"parse5-htmlparser2-tree-adapter":{"version":"6.0.1","dev":true,"integrity":"sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==","requires":{"parse5":"6.0.1"},"dependencies":{"parse5":{"version":"6.0.1","dev":true,"integrity":"sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="}}},"parseurl":{"version":"1.3.3","dev":true,"integrity":"sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="},"pascal-case":{"version":"3.1.2","dev":true,"integrity":"sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==","requires":{"no-case":"3.0.4","tslib":"2.4.1"}},"pascalcase":{"version":"0.1.1","dev":true,"integrity":"sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw=="},"path-browserify":{"version":"0.0.1","dev":true,"integrity":"sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ=="},"path-dirname":{"version":"1.0.2","dev":true,"integrity":"sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q=="},"path-exists":{"version":"4.0.0","dev":true,"integrity":"sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="},"path-is-absolute":{"version":"1.0.1","dev":true,"integrity":"sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="},"path-key":{"version":"3.1.1","dev":true,"integrity":"sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="},"path-parse":{"version":"1.0.7","dev":true,"integrity":"sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="},"path-to-regexp":{"version":"0.1.7","dev":true,"integrity":"sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="},"path-type":{"version":"4.0.0","dev":true,"integrity":"sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="},"pbkdf2":{"version":"3.1.2","dev":true,"integrity":"sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==","requires":{"create-hash":"1.2.0","create-hmac":"1.1.7","ripemd160":"2.0.2","safe-buffer":"5.2.1","sha.js":"2.4.11"}},"performance-now":{"version":"2.1.0","dev":true,"integrity":"sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="},"php-parser":{"version":"https://codeload.github.com/glayzzle/php-parser/tar.gz/27abcb2337ac6450c068ef064982dfabf77916a5","dev":true,"resolved":"https://codeload.github.com/glayzzle/php-parser/tar.gz/27abcb2337ac6450c068ef064982dfabf77916a5"},"picocolors":{"version":"1.0.0","dev":true,"integrity":"sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="},"picomatch":{"version":"2.3.1","dev":true,"integrity":"sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="},"pify":{"version":"4.0.1","dev":true,"integrity":"sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="},"pirates":{"version":"4.0.5","dev":true,"integrity":"sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ=="},"pixelmatch":{"version":"5.3.0","dev":true,"integrity":"sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q==","requires":{"pngjs":"6.0.0"},"dependencies":{"pngjs":{"version":"6.0.0","dev":true,"integrity":"sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg=="}}},"pkg-conf":{"version":"2.1.0","dev":true,"integrity":"sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==","requires":{"find-up":"2.1.0","load-json-file":"4.0.0"}},"pkg-dir":{"version":"3.0.0","dev":true,"integrity":"sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==","requires":{"find-up":"3.0.0"}},"plur":{"version":"4.0.0","dev":true,"integrity":"sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==","requires":{"irregular-plurals":"3.3.0"}},"pluralize":{"version":"8.0.0","dev":true,"integrity":"sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA=="},"pn":{"version":"1.1.0","dev":true,"integrity":"sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA=="},"pngjs":{"version":"3.4.0","dev":true,"integrity":"sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w=="},"pnp-webpack-plugin":{"version":"1.6.4","dev":true,"integrity":"sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==","requires":{"ts-pnp":"1.2.0"}},"posix-character-classes":{"version":"0.1.1","dev":true,"integrity":"sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg=="},"postcss":{"version":"7.0.39","dev":true,"integrity":"sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==","requires":{"picocolors":"0.2.1","source-map":"0.6.1"},"dependencies":{"picocolors":{"version":"0.2.1","dev":true,"integrity":"sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="}}},"postcss-flexbugs-fixes":{"version":"4.2.1","dev":true,"integrity":"sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==","requires":{"postcss":"7.0.39"}},"postcss-loader":{"version":"4.3.0","dev":true,"integrity":"sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==","requires":{"cosmiconfig":"7.1.0","klona":"2.0.5","loader-utils":"2.0.4","postcss":"7.0.39","schema-utils":"3.1.1","semver":"7.3.8","webpack":"4.46.0"},"dependencies":{"schema-utils":{"version":"3.1.1","dev":true,"integrity":"sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==","requires":{"@types/json-schema":"7.0.11","ajv":"6.12.6","ajv-keywords":"3.5.2"}}}},"postcss-modules-extract-imports":{"version":"2.0.0","dev":true,"integrity":"sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==","requires":{"postcss":"7.0.39"}},"postcss-modules-local-by-default":{"version":"3.0.3","dev":true,"integrity":"sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==","requires":{"icss-utils":"4.1.1","postcss":"7.0.39","postcss-selector-parser":"6.0.11","postcss-value-parser":"4.2.0"}},"postcss-modules-scope":{"version":"2.2.0","dev":true,"integrity":"sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==","requires":{"postcss":"7.0.39","postcss-selector-parser":"6.0.11"}},"postcss-modules-values":{"version":"3.0.0","dev":true,"integrity":"sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==","requires":{"icss-utils":"4.1.1","postcss":"7.0.39"}},"postcss-selector-parser":{"version":"6.0.11","dev":true,"integrity":"sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==","requires":{"cssesc":"3.0.0","util-deprecate":"1.0.2"}},"postcss-value-parser":{"version":"4.2.0","dev":true,"integrity":"sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="},"preact-render-to-string":{"version":"5.2.6","dev":true,"integrity":"sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==","requires":{"pretty-format":"3.8.0"},"dependencies":{"pretty-format":{"version":"3.8.0","dev":true,"integrity":"sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew=="}}},"prelude-ls":{"version":"1.2.1","dev":true,"integrity":"sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="},"prettier":{"version":"2.8.1","dev":true,"integrity":"sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg=="},"prettier-config-sexy-mode":{"version":"1.1.4","dev":true,"integrity":"sha512-nJyYCqfZxuz3Lxpm1WkZmAZypi+Avv42wvByCV+lLipkpDG2uTs6Pb2vD7XOXh4s/ZLWfLg6gwlD7Yj2+0ewBg==","requires":{"@prettier/plugin-php":"0.17.6","@prettier/plugin-pug":"1.20.1","@prettier/plugin-ruby":"2.1.0","@prettier/plugin-xml":"1.2.0","prettier":"2.8.1","prettier-plugin-go-template":"0.0.11","prettier-plugin-ini":"0.3.1","prettier-plugin-java":"1.6.2","prettier-plugin-jsdoc":"0.3.38","prettier-plugin-organize-imports":"2.3.4","prettier-plugin-package-perfection":"1.1.0","prettier-plugin-properties":"0.1.0","prettier-plugin-sh":"0.7.1","prettier-plugin-solidity":"1.1.0","prettier-plugin-sql":"0.4.2","prettier-plugin-toml-fixed":"0.3.3","tslib":"2.4.1"},"dependencies":{"acorn":{"version":"7.4.1","dev":true,"integrity":"sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="},"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"character-entities":{"version":"2.0.2","dev":true,"integrity":"sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ=="},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"commander":{"version":"4.1.1","dev":true,"integrity":"sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="},"comment-parser":{"version":"1.3.1","dev":true,"integrity":"sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA=="},"emoji-regex":{"version":"10.2.1","dev":true,"integrity":"sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA=="},"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="},"fs-extra":{"version":"10.1.0","dev":true,"integrity":"sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==","requires":{"graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"kleur":{"version":"4.1.5","dev":true,"integrity":"sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ=="},"mimic-fn":{"version":"3.1.0","dev":true,"integrity":"sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ=="},"prettier":{"version":"2.3.1","dev":true,"integrity":"sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}},"unist-util-stringify-position":{"version":"3.0.2","dev":true,"integrity":"sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==","requires":{"@types/unist":"2.0.6"}}}},"prettier-linter-helpers":{"version":"1.0.0","dev":true,"integrity":"sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==","requires":{"fast-diff":"1.2.0"}},"prettier-package-json":{"version":"2.6.0","dev":true,"integrity":"sha512-CS7utu4Jfm6xxCrIA4zZiOtNIwZhq0EyHnK01vmliV2QRU+L6/Ywy1tB6uUpT9Lwt5qpvRMHNApa6jxoRHfafA==","requires":{"commander":"4.1.1","cosmiconfig":"7.1.0","fs-extra":"10.1.0","glob":"7.2.3","minimatch":"3.1.2","parse-author":"2.0.0","sort-object-keys":"1.1.3","sort-order":"1.0.1"}},"prettier-plugin-go-template":{"version":"0.0.11","dev":true,"integrity":"sha512-qtgoEjvbgmcDp9TOqYNgrPrA41s6S1UMyzMqjcxdxQahTX0webWfbamyA/x3XeBFEEJmgXrRAirzJrIVzImsMg==","requires":{"prettier":"2.8.1","ulid":"2.3.0"}},"prettier-plugin-ini":{"version":"0.3.1","dev":true,"integrity":"sha512-p2MPOpkf0ebBme4n8U3TD7/uC3azlEyPgbfgU/l5SCgAvSKmXmRMSxKxonhSoQAGtdwQWcEADJbmzl+X72yN4Q==","requires":{"prettier":"2.8.1"}},"prettier-plugin-java":{"version":"1.6.2","dev":true,"integrity":"sha512-oVIUOkx50eb9skdRtEIU7MJUsizQ1ZocgXR1w1o8AnieNGpuPI/2pWnpjtbBm9wUG1dHtBGU8cVIr8h+xgzQIg==","requires":{"java-parser":"2.0.2","lodash":"4.17.21","prettier":"2.3.1"},"dependencies":{"chevrotain":{"version":"6.5.0","dev":true,"integrity":"sha512-BwqQ/AgmKJ8jcMEjaSnfMybnKMgGTrtDKowfTP3pX4jwVy0kNjRsT/AP6h+wC3+3NC+X8X15VWBnTCQlX+wQFg==","requires":{"regexp-to-ast":"0.4.0"}},"regexp-to-ast":{"version":"0.4.0","dev":true,"integrity":"sha512-4qf/7IsIKfSNHQXSwial1IFmfM1Cc/whNBQqRwe0V2stPe7KmN1U0tWQiIx6JiirgSrisjE0eECdNf7Tav1Ntw=="}}},"prettier-plugin-jsdoc":{"version":"0.3.38","dev":true,"integrity":"sha512-h81ZV/nFk5gr3fzWMWzWoz/M/8FneAZxscT7DVSy+5jMIuWYnBFZfSswVKYZyTaZ5r6+6k4hpFTDWhRp85C1tg==","requires":{"binary-searching":"2.0.5","comment-parser":"1.3.1","mdast-util-from-markdown":"1.2.0","prettier":"2.8.1"}},"prettier-plugin-organize-imports":{"version":"2.3.4","dev":true,"integrity":"sha512-R8o23sf5iVL/U71h9SFUdhdOEPsi3nm42FD/oDYIZ2PQa4TNWWuWecxln6jlIQzpZTDMUeO1NicJP6lLn2TtRw==","requires":{"prettier":"2.8.1","typescript":"4.9.4"}},"prettier-plugin-package-perfection":{"version":"1.1.0","dev":true,"integrity":"sha512-RCNtWI8tlC4h/SmwqebdCR7ctrFzZVp13IM+SXdzFQ7lxa/QZza52Ioz+kvpKfjFD2Dvf/U5nVF8Ne1OkoePUQ==","requires":{"prettier":"2.8.1","prettier-package-json":"2.6.0","tslib":"2.4.1"}},"prettier-plugin-properties":{"version":"0.1.0","dev":true,"integrity":"sha512-lObSgVaTVWSyYWxKMOzRGmvQp64S1qumu5vS91ZlMc198ay8EGUuDH+Tc019iMJXc2KNpdAYif2qAJA6mjTkgA==","requires":{"dot-properties":"1.0.1","linguist-languages":"7.21.0","prettier":"2.8.1"}},"prettier-plugin-sh":{"version":"0.7.1","dev":true,"integrity":"sha512-2MWRdGOSz0yf/z2kTKF1AqxDuH9MZD8faoDAz5ySGphxssi9oyM3Ys+jp7AfqsCXvGUDbRA4EJOlKS0yZKAW6w==","requires":{"mvdan-sh":"0.5.0","prettier":"2.8.1"}},"prettier-plugin-solidity":{"version":"1.1.0","dev":true,"integrity":"sha512-5gq0T49ifvXH/6x1STuKyWjTUgi6ICoV65yNtKlg/vZEvocFtSpByJOJICBfqPwNsnv4vhhWIqkLGSUJmWum2w==","requires":{"@solidity-parser/parser":"0.14.5","emoji-regex":"10.2.1","escape-string-regexp":"4.0.0","prettier":"2.8.1","semver":"7.3.8","solidity-comments-extractor":"0.0.7","string-width":"4.2.3"}},"prettier-plugin-sql":{"version":"0.4.2","dev":true,"integrity":"sha512-1avEGquDpgtZimyXiBFwDM2O5cPomAl17sogA8nkLLgYcZOZ4rGgGbc8OQg/5g8atUhWrang9TOZDRGn6xU6OQ==","requires":{"node-sql-parser":"4.6.3","prettier":"2.8.1","sql-formatter":"4.0.2"}},"prettier-plugin-toml-fixed":{"version":"0.3.3","dev":true,"integrity":"sha512-0TSQPR3//82X3iL+EjjVdCxSwXDdkLC/X9AsFTq5CtkJ9biRWdI+3XpMi0wJQ+iguP8yjBjtxPq7wPAcPG0YuQ==","requires":{"@toml-tools/parser":"0.3.1","prettier":"1.19.1"},"dependencies":{"chevrotain":{"version":"4.1.1","dev":true,"integrity":"sha512-NQky1HQyiAzxsxpq4Ppt47SYO2U3JLtmfs85QPf3kYSzGBjjp5AA8kqjH8hCjGFRpaQ781QOk1ragQIOkBgUTA==","requires":{"regexp-to-ast":"0.3.5"}},"prettier":{"version":"1.19.1","dev":true,"integrity":"sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew=="},"regexp-to-ast":{"version":"0.3.5","dev":true,"integrity":"sha512-1CJygtdvsfNFwiyjaMLBWtg2tfEqx/jSZ8S6TV+GlNL8kiH8rb4cm5Pb7A/C2BpyM/fA8ZJEudlCwi/jvAY+Ow=="}}},"pretty-error":{"version":"2.1.2","dev":true,"integrity":"sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==","requires":{"lodash":"4.17.21","renderkid":"2.0.7"}},"pretty-format":{"version":"26.6.2","dev":true,"integrity":"sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==","requires":{"@jest/types":"26.6.2","ansi-regex":"5.0.1","ansi-styles":"4.3.0","react-is":"17.0.2"}},"pretty-hrtime":{"version":"1.0.3","dev":true,"integrity":"sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A=="},"private":{"version":"0.1.8","dev":true,"integrity":"sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg=="},"process":{"version":"0.11.10","dev":true,"integrity":"sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A=="},"process-nextick-args":{"version":"2.0.1","dev":true,"integrity":"sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="},"promise-inflight":{"version":"1.0.1","dev":true,"integrity":"sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g=="},"promise.allsettled":{"version":"1.0.6","dev":true,"integrity":"sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg==","requires":{"array.prototype.map":"1.0.5","call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","get-intrinsic":"1.1.3","iterate-value":"1.0.2"}},"promise.prototype.finally":{"version":"3.1.4","dev":true,"integrity":"sha512-nNc3YbgMfLzqtqvO/q5DP6RR0SiHI9pUPGzyDf1q+usTwCN2kjvAnJkBb7bHe3o+fFSBPpsGMoYtaSi+LTNqng==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"prompts":{"version":"2.4.2","dev":true,"integrity":"sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==","requires":{"kleur":"3.0.3","sisteransi":"1.0.5"}},"property-information":{"version":"5.6.0","dev":true,"integrity":"sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==","requires":{"xtend":"4.0.2"}},"proto-props":{"version":"2.0.0","dev":true,"integrity":"sha512-2yma2tog9VaRZY2mn3Wq51uiSW4NcPYT1cQdBagwyrznrilKSZwIZ0UG3ZPL/mx+axEns0hE35T5ufOYZXEnBQ=="},"protocols":{"version":"1.4.8","dev":true,"integrity":"sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg=="},"proxy-addr":{"version":"2.0.7","dev":true,"integrity":"sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==","requires":{"forwarded":"0.2.0","ipaddr.js":"1.9.1"}},"prr":{"version":"1.0.1","dev":true,"integrity":"sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw=="},"pseudomap":{"version":"1.0.2","dev":true,"integrity":"sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ=="},"psl":{"version":"1.9.0","dev":true,"integrity":"sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="},"public-encrypt":{"version":"4.0.3","dev":true,"integrity":"sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==","requires":{"bn.js":"4.12.0","browserify-rsa":"4.1.0","create-hash":"1.2.0","parse-asn1":"5.1.6","randombytes":"2.1.0","safe-buffer":"5.2.1"},"dependencies":{"bn.js":{"version":"4.12.0","dev":true,"integrity":"sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="}}},"pug-error":{"version":"2.0.0","dev":true,"integrity":"sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ=="},"pug-lexer":{"version":"5.0.1","dev":true,"integrity":"sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==","requires":{"character-parser":"2.2.0","is-expression":"4.0.0","pug-error":"2.0.0"}},"pump":{"version":"3.0.0","dev":true,"integrity":"sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==","requires":{"end-of-stream":"1.4.4","once":"1.4.0"}},"pumpify":{"version":"1.5.1","dev":true,"integrity":"sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==","requires":{"duplexify":"3.7.1","inherits":"2.0.4","pump":"2.0.1"},"dependencies":{"pump":{"version":"2.0.1","dev":true,"integrity":"sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==","requires":{"end-of-stream":"1.4.4","once":"1.4.0"}}}},"punycode":{"version":"2.1.1","dev":true,"integrity":"sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="},"q":{"version":"1.5.1","dev":true,"integrity":"sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw=="},"qs":{"version":"6.5.3","dev":true,"integrity":"sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA=="},"query-string":{"version":"6.14.1","dev":true,"integrity":"sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==","requires":{"decode-uri-component":"0.2.2","filter-obj":"1.1.0","split-on-first":"1.1.0","strict-uri-encode":"2.0.0"}},"querystring":{"version":"0.2.0","dev":true,"integrity":"sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g=="},"querystring-es3":{"version":"0.2.1","dev":true,"integrity":"sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA=="},"querystringify":{"version":"2.2.0","dev":true,"integrity":"sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="},"queue-microtask":{"version":"1.2.3","dev":true,"integrity":"sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="},"quick-lru":{"version":"4.0.1","dev":true,"integrity":"sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g=="},"ramda":{"version":"0.28.0","dev":true,"integrity":"sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA=="},"randombytes":{"version":"2.1.0","dev":true,"integrity":"sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==","requires":{"safe-buffer":"5.2.1"}},"randomfill":{"version":"1.0.4","dev":true,"integrity":"sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==","requires":{"randombytes":"2.1.0","safe-buffer":"5.2.1"}},"range-parser":{"version":"1.2.1","dev":true,"integrity":"sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="},"raw-body":{"version":"2.5.1","dev":true,"integrity":"sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==","requires":{"bytes":"3.1.2","http-errors":"2.0.0","iconv-lite":"0.4.24","unpipe":"1.0.0"}},"raw-loader":{"version":"4.0.2","dev":true,"integrity":"sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==","requires":{"loader-utils":"2.0.4","schema-utils":"3.1.1","webpack":"4.46.0"},"dependencies":{"schema-utils":{"version":"3.1.1","dev":true,"integrity":"sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==","requires":{"@types/json-schema":"7.0.11","ajv":"6.12.6","ajv-keywords":"3.5.2"}}}},"rc":{"version":"1.2.8","dev":true,"integrity":"sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==","requires":{"deep-extend":"0.6.0","ini":"1.3.8","minimist":"1.2.7","strip-json-comments":"2.0.1"}},"react-is":{"version":"17.0.2","dev":true,"integrity":"sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="},"react-shallow-renderer":{"version":"16.15.0","dev":true,"integrity":"sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==","requires":{"object-assign":"4.1.1","react-is":"18.2.0"}},"react-test-renderer":{"version":"17.0.2","dev":true,"integrity":"sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==","requires":{"object-assign":"4.1.1","react-is":"17.0.2","react-shallow-renderer":"16.15.0","scheduler":"0.20.2"}},"read-pkg":{"version":"5.2.0","dev":true,"integrity":"sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==","requires":{"@types/normalize-package-data":"2.4.1","normalize-package-data":"2.5.0","parse-json":"5.2.0","type-fest":"0.6.0"},"dependencies":{"type-fest":{"version":"0.6.0","dev":true,"integrity":"sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="}}},"read-pkg-up":{"version":"7.0.1","dev":true,"integrity":"sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==","requires":{"find-up":"4.1.0","read-pkg":"5.2.0","type-fest":"0.8.1"},"dependencies":{"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="}}},"readable-stream":{"version":"3.6.0","dev":true,"integrity":"sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==","requires":{"inherits":"2.0.4","string_decoder":"1.3.0","util-deprecate":"1.0.2"}},"readdirp":{"version":"3.6.0","dev":true,"integrity":"sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==","requires":{"picomatch":"2.3.1"}},"realpath-native":{"version":"2.0.0","dev":true,"integrity":"sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q=="},"recast":{"version":"0.16.2","dev":true,"integrity":"sha512-O/7qXi51DPjRVdbrpNzoBQH5dnAPQNbfoOFyRiUwreTMJfIHYOEBzwuH+c0+/BTSJ3CQyKs6ILSWXhESH6Op3A==","requires":{"ast-types":"0.11.7","esprima":"4.0.1","private":"0.1.8","source-map":"0.6.1"}},"redent":{"version":"3.0.0","dev":true,"integrity":"sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==","requires":{"indent-string":"4.0.0","strip-indent":"3.0.0"}},"redeyed":{"version":"2.1.1","dev":true,"integrity":"sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==","requires":{"esprima":"4.0.1"}},"refa":{"version":"0.9.1","dev":true,"integrity":"sha512-egU8LgFq2VXlAfUi8Jcbr5X38wEOadMFf8tCbshgcpVCYlE7k84pJOSlnvXF+muDB4igkdVMq7Z/kiNPqDT9TA==","requires":{"regexpp":"3.2.0"}},"regenerate":{"version":"1.4.2","dev":true,"integrity":"sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="},"regenerate-unicode-properties":{"version":"10.1.0","dev":true,"integrity":"sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==","requires":{"regenerate":"1.4.2"}},"regenerator-runtime":{"version":"0.13.11","dev":true,"integrity":"sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="},"regenerator-transform":{"version":"0.15.1","dev":true,"integrity":"sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==","requires":{"@babel/runtime":"7.20.7"}},"regex-not":{"version":"1.0.2","dev":true,"integrity":"sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==","requires":{"extend-shallow":"3.0.2","safe-regex":"1.1.0"}},"regexp-ast-analysis":{"version":"0.5.1","dev":true,"integrity":"sha512-Ca/g9gaTNuMewLuu+mBIq4vCrGRSO8AE9bP32NMQjJ/wBTdWq0g96qLkBb0NbGwEbp7S/q+NQF3o7veeuRfg0g==","requires":{"refa":"0.9.1","regexpp":"3.2.0"}},"regexp-to-ast":{"version":"0.5.0","dev":true,"integrity":"sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw=="},"regexp-tree":{"version":"0.1.24","dev":true,"integrity":"sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw=="},"regexp.prototype.flags":{"version":"1.4.3","dev":true,"integrity":"sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","functions-have-names":"1.2.3"}},"regexpp":{"version":"3.2.0","dev":true,"integrity":"sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg=="},"regexpu-core":{"version":"5.2.2","dev":true,"integrity":"sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==","requires":{"regenerate":"1.4.2","regenerate-unicode-properties":"10.1.0","regjsgen":"0.7.1","regjsparser":"0.9.1","unicode-match-property-ecmascript":"2.0.0","unicode-match-property-value-ecmascript":"2.1.0"}},"regextras":{"version":"0.8.0","dev":true,"integrity":"sha512-k519uI04Z3SaY0fLX843MRXnDeG2+vHOFsyhiPZvNLe7r8rD2YNRjq4BQLZZ0oAr2NrtvZlICsXysGNFPGa3CQ=="},"registry-auth-token":{"version":"4.2.2","dev":true,"integrity":"sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==","requires":{"rc":"1.2.8"}},"regjsgen":{"version":"0.7.1","dev":true,"integrity":"sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA=="},"regjsparser":{"version":"0.9.1","dev":true,"integrity":"sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==","requires":{"jsesc":"0.5.0"}},"relateurl":{"version":"0.2.7","dev":true,"integrity":"sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog=="},"relative":{"version":"3.0.2","dev":true,"integrity":"sha512-Q5W2qeYtY9GbiR8z1yHNZ1DGhyjb4AnLEjt8iE6XfcC1QIu+FAtj3HQaO0wH28H1mX6cqNLvAqWhP402dxJGyA==","requires":{"isobject":"2.1.0"},"dependencies":{"isobject":{"version":"2.1.0","dev":true,"integrity":"sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==","requires":{"isarray":"1.0.0"}}}},"remark-footnotes":{"version":"2.0.0","dev":true,"integrity":"sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ=="},"remark-mdx":{"version":"1.6.22","dev":true,"integrity":"sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==","requires":{"@babel/core":"7.12.9","@babel/helper-plugin-utils":"7.10.4","@babel/plugin-proposal-object-rest-spread":"7.12.1","@babel/plugin-syntax-jsx":"7.12.1","@mdx-js/util":"1.6.22","is-alphabetical":"1.0.4","remark-parse":"8.0.3","unified":"9.2.0"},"dependencies":{"@babel/helper-plugin-utils":{"version":"7.10.4","dev":true,"integrity":"sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="}}},"remark-parse":{"version":"8.0.3","dev":true,"integrity":"sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==","requires":{"ccount":"1.1.0","collapse-white-space":"1.0.6","is-alphabetical":"1.0.4","is-decimal":"1.0.4","is-whitespace-character":"1.0.4","is-word-character":"1.0.4","markdown-escapes":"1.0.4","parse-entities":"2.0.0","repeat-string":"1.6.1","state-toggle":"1.0.3","trim":"0.0.1","trim-trailing-lines":"1.1.4","unherit":"1.1.3","unist-util-remove-position":"2.0.1","vfile-location":"3.2.0","xtend":"4.0.2"}},"remark-squeeze-paragraphs":{"version":"4.0.0","dev":true,"integrity":"sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==","requires":{"mdast-squeeze-paragraphs":"4.0.0"}},"remarkable":{"version":"1.7.4","dev":true,"integrity":"sha512-e6NKUXgX95whv7IgddywbeN/ItCkWbISmc2DiqHJb0wTrqZIexqdco5b8Z3XZoo/48IdNVKM9ZCvTPJ4F5uvhg==","requires":{"argparse":"1.0.10","autolinker":"0.28.1"}},"remove-trailing-separator":{"version":"1.1.0","dev":true,"integrity":"sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw=="},"renderkid":{"version":"2.0.7","dev":true,"integrity":"sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==","requires":{"css-select":"4.3.0","dom-converter":"0.2.0","htmlparser2":"6.1.0","lodash":"4.17.21","strip-ansi":"3.0.1"}},"repeat-element":{"version":"1.1.4","dev":true,"integrity":"sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ=="},"repeat-string":{"version":"1.6.1","dev":true,"integrity":"sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w=="},"req-all":{"version":"0.1.0","dev":true,"integrity":"sha512-ZdvPr8uXy9ujX3KujwE2P1HWkMYgogIhqeAeyb47MqWjSfyxERSm0TNbN/IapCCmWDufXab04AYrRgObaJCJ6Q=="},"request":{"version":"2.88.2","dev":true,"integrity":"sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==","requires":{"aws-sign2":"0.7.0","aws4":"1.11.0","caseless":"0.12.0","combined-stream":"1.0.8","extend":"3.0.2","forever-agent":"0.6.1","form-data":"2.3.3","har-validator":"5.1.5","http-signature":"1.2.0","is-typedarray":"1.0.0","isstream":"0.1.2","json-stringify-safe":"5.0.1","mime-types":"2.1.35","oauth-sign":"0.9.0","performance-now":"2.1.0","qs":"6.5.3","safe-buffer":"5.2.1","tough-cookie":"2.5.0","tunnel-agent":"0.6.0","uuid":"3.4.0"},"dependencies":{"tough-cookie":{"version":"2.5.0","dev":true,"integrity":"sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==","requires":{"psl":"1.9.0","punycode":"2.1.1"}}}},"request-promise-core":{"version":"1.1.4","dev":true,"integrity":"sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==","requires":{"lodash":"4.17.21","request":"2.88.2"}},"request-promise-native":{"version":"1.0.9","dev":true,"integrity":"sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==","requires":{"request":"2.88.2","request-promise-core":"1.1.4","stealthy-require":"1.1.1","tough-cookie":"2.5.0"},"dependencies":{"tough-cookie":{"version":"2.5.0","dev":true,"integrity":"sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==","requires":{"psl":"1.9.0","punycode":"2.1.1"}}}},"require-directory":{"version":"2.1.1","dev":true,"integrity":"sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="},"require-main-filename":{"version":"2.0.0","dev":true,"integrity":"sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="},"requireindex":{"version":"1.2.0","dev":true,"integrity":"sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww=="},"requires-port":{"version":"1.0.0","dev":true,"integrity":"sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="},"resolve":{"version":"1.22.1","dev":true,"integrity":"sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==","requires":{"is-core-module":"2.11.0","path-parse":"1.0.7","supports-preserve-symlinks-flag":"1.0.0"}},"resolve-alpn":{"version":"1.2.1","dev":true,"integrity":"sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="},"resolve-cwd":{"version":"3.0.0","dev":true,"integrity":"sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==","requires":{"resolve-from":"5.0.0"}},"resolve-dir":{"version":"1.0.1","dev":true,"integrity":"sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==","requires":{"expand-tilde":"2.0.2","global-modules":"1.0.0"}},"resolve-from":{"version":"4.0.0","dev":true,"integrity":"sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="},"resolve-url":{"version":"0.2.1","dev":true,"integrity":"sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg=="},"resolve.exports":{"version":"1.1.0","dev":true,"integrity":"sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ=="},"responselike":{"version":"2.0.1","dev":true,"integrity":"sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==","requires":{"lowercase-keys":"2.0.0"}},"restore-cursor":{"version":"3.1.0","dev":true,"integrity":"sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==","requires":{"onetime":"5.1.2","signal-exit":"3.0.7"}},"ret":{"version":"0.1.15","dev":true,"integrity":"sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg=="},"retry":{"version":"0.13.1","dev":true,"integrity":"sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg=="},"reusify":{"version":"1.0.4","dev":true,"integrity":"sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="},"rimraf":{"version":"3.0.2","dev":true,"integrity":"sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==","requires":{"glob":"7.2.3"}},"ripemd160":{"version":"2.0.2","dev":true,"integrity":"sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==","requires":{"hash-base":"3.1.0","inherits":"2.0.4"}},"rsvp":{"version":"4.8.5","dev":true,"integrity":"sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA=="},"run-async":{"version":"2.4.1","dev":true,"integrity":"sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ=="},"run-parallel":{"version":"1.2.0","dev":true,"integrity":"sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==","requires":{"queue-microtask":"1.2.3"}},"run-queue":{"version":"1.0.3","dev":true,"integrity":"sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==","requires":{"aproba":"1.2.0"}},"rxjs":{"version":"7.8.0","dev":true,"integrity":"sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==","requires":{"tslib":"2.4.1"}},"rxjs-report-usage":{"version":"1.0.6","dev":true,"integrity":"sha512-omv1DIv5z1kV+zDAEjaDjWSkx8w5TbFp5NZoPwUipwzYVcor/4So9ZU3bUyQ1c8lxY5Q0Es/ztWW7PGjY7to0Q==","requires":{"@babel/parser":"7.20.7","@babel/traverse":"7.20.10","@babel/types":"7.20.7","bent":"7.3.12","chalk":"4.1.2","glob":"7.2.3","prompts":"2.4.2"}},"sade":{"version":"1.8.1","dev":true,"integrity":"sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==","requires":{"mri":"1.2.0"}},"safe-buffer":{"version":"5.2.1","dev":true,"integrity":"sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="},"safe-regex":{"version":"2.1.1","dev":true,"integrity":"sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==","requires":{"regexp-tree":"0.1.24"}},"safe-regex-test":{"version":"1.0.0","dev":true,"integrity":"sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==","requires":{"call-bind":"1.0.2","get-intrinsic":"1.1.3","is-regex":"1.1.4"}},"safer-buffer":{"version":"2.1.2","dev":true,"integrity":"sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="},"sane":{"version":"4.1.0","dev":true,"integrity":"sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==","requires":{"@cnakazawa/watch":"1.0.4","anymatch":"2.0.0","capture-exit":"2.0.0","exec-sh":"0.3.6","execa":"1.0.0","fb-watchman":"2.0.2","micromatch":"3.1.10","minimist":"1.2.7","walker":"1.0.8"},"dependencies":{"anymatch":{"version":"2.0.0","dev":true,"integrity":"sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==","requires":{"micromatch":"3.1.10","normalize-path":"2.1.1"}},"normalize-path":{"version":"2.1.1","dev":true,"integrity":"sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==","requires":{"remove-trailing-separator":"1.1.0"}},"which":{"version":"1.3.1","dev":true,"integrity":"sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==","requires":{"isexe":"2.0.0"}}}},"saxes":{"version":"3.1.11","dev":true,"integrity":"sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==","requires":{"xmlchars":"2.2.0"}},"scheduler":{"version":"0.20.2","dev":true,"integrity":"sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==","requires":{"loose-envify":"1.4.0","object-assign":"4.1.1"}},"schema-utils":{"version":"2.7.1","dev":true,"integrity":"sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==","requires":{"@types/json-schema":"7.0.11","ajv":"6.12.6","ajv-keywords":"3.5.2"}},"scslre":{"version":"0.1.6","dev":true,"integrity":"sha512-JORxVRlQTfjvlOAaiQKebgFElyAm5/W8b50lgaZ0OkEnKnagJW2ufDh3xRfU75UD9z3FGIu1gL1IyR3Poa6Qmw==","requires":{"refa":"0.9.1","regexp-ast-analysis":"0.2.4","regexpp":"3.2.0"},"dependencies":{"regexp-ast-analysis":{"version":"0.2.4","dev":true,"integrity":"sha512-8L7kOZQaKPxKKAwGuUZxTQtlO3WZ+tiXy4s6G6PKL6trbOXcZoumwC3AOHHFtI/xoSbNxt7jgLvCnP1UADLWqg==","requires":{"refa":"0.9.1","regexpp":"3.2.0"}}}},"self-closing-tags":{"version":"1.0.1","dev":true,"integrity":"sha512-7t6hNbYMxM+VHXTgJmxwgZgLGktuXtVVD5AivWzNTdJBM4DBjnDKDzkf2SrNjihaArpeJYNjxkELBu1evI4lQA=="},"semantic-release":{"version":"19.0.5","dev":true,"integrity":"sha512-NMPKdfpXTnPn49FDogMBi36SiBfXkSOJqCkk0E4iWOY1tusvvgBwqUmxTX1kmlT6kIYed9YwNKD1sfPpqa5yaA==","requires":{"@semantic-release/commit-analyzer":"9.0.2","@semantic-release/error":"3.0.0","@semantic-release/github":"8.0.7","@semantic-release/npm":"9.0.1","@semantic-release/release-notes-generator":"10.0.3","aggregate-error":"3.1.0","cosmiconfig":"7.1.0","debug":"4.3.4","env-ci":"5.5.0","execa":"5.1.1","figures":"3.2.0","find-versions":"4.0.0","get-stream":"6.0.1","git-log-parser":"1.2.0","hook-std":"2.0.0","hosted-git-info":"4.1.0","lodash":"4.17.21","marked":"4.2.5","marked-terminal":"5.1.1","micromatch":"4.0.5","p-each-series":"2.2.0","p-reduce":"2.1.0","read-pkg-up":"7.0.1","resolve-from":"5.0.0","semver":"7.3.8","semver-diff":"3.1.1","signale":"1.4.0","yargs":"16.2.0"},"dependencies":{"p-map":{"version":"2.1.0","dev":true,"integrity":"sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="},"readable-stream":{"version":"2.3.7","dev":true,"integrity":"sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==","requires":{"core-util-is":"1.0.3","inherits":"2.0.4","isarray":"1.0.0","process-nextick-args":"2.0.1","safe-buffer":"5.1.2","string_decoder":"1.1.1","util-deprecate":"1.0.2"}},"resolve-from":{"version":"5.0.0","dev":true,"integrity":"sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="},"safe-buffer":{"version":"5.1.2","dev":true,"integrity":"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="},"split2":{"version":"1.0.0","dev":true,"integrity":"sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==","requires":{"through2":"2.0.5"}},"string_decoder":{"version":"1.1.1","dev":true,"integrity":"sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==","requires":{"safe-buffer":"5.1.2"}},"type-fest":{"version":"1.4.0","dev":true,"integrity":"sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA=="}}},"semantic-release-config":{"version":"2.3.12","dev":true,"integrity":"sha512-so//BA+0GA3byI3rgmsLz/HypcEwFHbx0PtoGrfNARZnXHW5IMc9/TDDgM5gk4VPqGacpIoxEZZdTvGln0WkpQ==","requires":{"@semantic-release/changelog":"6.0.2","@semantic-release/commit-analyzer":"9.0.2","@semantic-release/exec":"6.0.3","@semantic-release/git":"10.0.1","@semantic-release/gitlab":"7.2.1","@semantic-release/npm":"9.0.1","@semantic-release/release-notes-generator":"10.0.3","conventional-changelog-emoji-config":"1.4.8","git-cz-emoji":"1.1.24","semantic-release":"19.0.5","semantic-release-gh":"1.0.29","semantic-release-npm-deprecate-old-versions":"1.3.4","semantic-release-python":"2.5.30","tslib":"2.4.1","yaml":"1.10.2"},"dependencies":{"@tootallnate/once":{"version":"2.0.0","dev":true,"integrity":"sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A=="},"ansi-escapes":{"version":"5.0.0","dev":true,"integrity":"sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==","requires":{"type-fest":"1.4.0"}},"ansi-styles":{"version":"3.2.1","dev":true,"integrity":"sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==","requires":{"color-convert":"1.9.3"}},"arrify":{"version":"1.0.1","dev":true,"integrity":"sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA=="},"chalk":{"version":"2.4.2","dev":true,"integrity":"sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==","requires":{"ansi-styles":"3.2.1","escape-string-regexp":"1.0.5","supports-color":"5.5.0"}},"cliui":{"version":"7.0.4","dev":true,"integrity":"sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==","requires":{"string-width":"4.2.3","strip-ansi":"6.0.1","wrap-ansi":"7.0.0"}},"color-convert":{"version":"1.9.3","dev":true,"integrity":"sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==","requires":{"color-name":"1.1.3"}},"color-name":{"version":"1.1.3","dev":true,"integrity":"sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="},"decamelize":{"version":"1.2.0","dev":true,"integrity":"sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="},"escape-string-regexp":{"version":"1.0.5","dev":true,"integrity":"sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="},"execa":{"version":"5.1.1","dev":true,"integrity":"sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==","requires":{"cross-spawn":"7.0.3","get-stream":"6.0.1","human-signals":"2.1.0","is-stream":"2.0.1","merge-stream":"2.0.0","npm-run-path":"4.0.1","onetime":"5.1.2","signal-exit":"3.0.7","strip-final-newline":"2.0.0"}},"find-up":{"version":"4.1.0","dev":true,"integrity":"sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==","requires":{"locate-path":"5.0.0","path-exists":"4.0.0"}},"form-data":{"version":"4.0.0","dev":true,"integrity":"sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==","requires":{"asynckit":"0.4.0","combined-stream":"1.0.8","mime-types":"2.1.35"}},"fs-extra":{"version":"11.1.0","dev":true,"integrity":"sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==","requires":{"graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}},"get-stream":{"version":"6.0.1","dev":true,"integrity":"sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="},"has-flag":{"version":"3.0.0","dev":true,"integrity":"sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="},"hosted-git-info":{"version":"4.1.0","dev":true,"integrity":"sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==","requires":{"lru-cache":"6.0.0"}},"http-proxy-agent":{"version":"5.0.0","dev":true,"integrity":"sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==","requires":{"@tootallnate/once":"2.0.0","agent-base":"6.0.2","debug":"4.3.4"}},"is-plain-obj":{"version":"1.1.0","dev":true,"integrity":"sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg=="},"is-plain-object":{"version":"5.0.0","dev":true,"integrity":"sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="},"locate-path":{"version":"5.0.0","dev":true,"integrity":"sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==","requires":{"p-locate":"4.1.0"}},"lowercase-keys":{"version":"2.0.0","dev":true,"integrity":"sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA=="},"mime":{"version":"3.0.0","dev":true,"integrity":"sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A=="},"normalize-package-data":{"version":"3.0.3","dev":true,"integrity":"sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==","requires":{"hosted-git-info":"4.1.0","is-core-module":"2.11.0","semver":"7.3.8","validate-npm-package-license":"3.0.4"}},"npm-run-path":{"version":"4.0.1","dev":true,"integrity":"sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==","requires":{"path-key":"3.1.1"}},"p-limit":{"version":"2.3.0","dev":true,"integrity":"sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==","requires":{"p-try":"2.2.0"}},"p-locate":{"version":"4.1.0","dev":true,"integrity":"sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==","requires":{"p-limit":"2.3.0"}},"pify":{"version":"3.0.0","dev":true,"integrity":"sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg=="},"qs":{"version":"6.11.0","dev":true,"integrity":"sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==","requires":{"side-channel":"1.0.4"}},"strip-json-comments":{"version":"2.0.1","dev":true,"integrity":"sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ=="},"supports-color":{"version":"5.5.0","dev":true,"integrity":"sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==","requires":{"has-flag":"3.0.0"}},"through2":{"version":"4.0.2","dev":true,"integrity":"sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==","requires":{"readable-stream":"3.6.0"}},"tr46":{"version":"0.0.3","dev":true,"integrity":"sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="},"type-fest":{"version":"0.18.1","dev":true,"integrity":"sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw=="},"uuid":{"version":"8.3.2","dev":true,"integrity":"sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="},"webidl-conversions":{"version":"3.0.1","dev":true,"integrity":"sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="},"whatwg-url":{"version":"5.0.0","dev":true,"integrity":"sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==","requires":{"tr46":"0.0.3","webidl-conversions":"3.0.1"}},"yargs":{"version":"16.2.0","dev":true,"integrity":"sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==","requires":{"cliui":"7.0.4","escalade":"3.1.1","get-caller-file":"2.0.5","require-directory":"2.1.1","string-width":"4.2.3","y18n":"5.0.8","yargs-parser":"20.2.9"},"dependencies":{"ansi-styles":{"version":"4.3.0","dev":true,"integrity":"sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==","requires":{"color-convert":"2.0.1"}},"color-convert":{"version":"2.0.1","dev":true,"integrity":"sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==","requires":{"color-name":"1.1.4"}},"color-name":{"version":"1.1.4","dev":true,"integrity":"sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="}}},"yargs-parser":{"version":"20.2.9","dev":true,"integrity":"sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="}}},"semantic-release-gh":{"version":"1.0.29","dev":true,"integrity":"sha512-P7+Bv24p8rV5gvRaySjDIfEDz+xvwSxx6O5jP9J9BUboHZD+wMB41HMsgV70/yv4rg5PouXeiahQnSrJuk4Tug==","requires":{"@octokit/rest":"18.12.0","@semantic-release/error":"2.2.0","aggregate-error":"3.1.0","bottleneck":"2.19.5","debug":"4.3.4","dir-glob":"3.0.1","fs-extra":"10.1.0","globby":"11.1.0","http-proxy-agent":"5.0.0","https-proxy-agent":"5.0.1","issue-parser":"6.0.0","lodash":"4.17.21","mime":"3.0.0","p-filter":"2.1.0","p-retry":"4.6.2","tslib":"2.4.1","url-join":"4.0.1"},"dependencies":{"@octokit/auth-token":{"version":"2.5.0","dev":true,"integrity":"sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==","requires":{"@octokit/types":"6.41.0"}},"@octokit/core":{"version":"3.6.0","dev":true,"integrity":"sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==","requires":{"@octokit/auth-token":"2.5.0","@octokit/graphql":"4.8.0","@octokit/request":"5.6.3","@octokit/request-error":"2.1.0","@octokit/types":"6.41.0","before-after-hook":"2.2.3","universal-user-agent":"6.0.0"}},"@octokit/endpoint":{"version":"6.0.12","dev":true,"integrity":"sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==","requires":{"@octokit/types":"6.41.0","is-plain-object":"5.0.0","universal-user-agent":"6.0.0"}},"@octokit/graphql":{"version":"4.8.0","dev":true,"integrity":"sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==","requires":{"@octokit/request":"5.6.3","@octokit/types":"6.41.0","universal-user-agent":"6.0.0"}},"@octokit/openapi-types":{"version":"12.11.0","dev":true,"integrity":"sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ=="},"@octokit/plugin-paginate-rest":{"version":"2.21.3","dev":true,"integrity":"sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==","requires":{"@octokit/core":"3.6.0","@octokit/types":"6.41.0"}},"@octokit/plugin-rest-endpoint-methods":{"version":"5.16.2","dev":true,"integrity":"sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==","requires":{"@octokit/core":"3.6.0","@octokit/types":"6.41.0","deprecation":"2.3.1"}},"@octokit/request":{"version":"5.6.3","dev":true,"integrity":"sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==","requires":{"@octokit/endpoint":"6.0.12","@octokit/request-error":"2.1.0","@octokit/types":"6.41.0","is-plain-object":"5.0.0","node-fetch":"2.6.7","universal-user-agent":"6.0.0"}},"@octokit/request-error":{"version":"2.1.0","dev":true,"integrity":"sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==","requires":{"@octokit/types":"6.41.0","deprecation":"2.3.1","once":"1.4.0"}},"@octokit/rest":{"version":"18.12.0","dev":true,"integrity":"sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==","requires":{"@octokit/core":"3.6.0","@octokit/plugin-paginate-rest":"2.21.3","@octokit/plugin-request-log":"1.0.4","@octokit/plugin-rest-endpoint-methods":"5.16.2"}},"@octokit/types":{"version":"6.41.0","dev":true,"integrity":"sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==","requires":{"@octokit/openapi-types":"12.11.0"}},"@semantic-release/error":{"version":"2.2.0","dev":true,"integrity":"sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg=="},"fs-extra":{"version":"10.1.0","dev":true,"integrity":"sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==","requires":{"graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}},"p-map":{"version":"2.1.0","dev":true,"integrity":"sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="}}},"semantic-release-npm-deprecate-old-versions":{"version":"1.3.4","dev":true,"integrity":"sha512-/BXN4r6PTjXQ6wkwnbliep0S4XTAoqIyPZZV91LikKQkQkUO/Ize5zCePd9gs5CdEMhUQlQpoM5xGinavcbWtA==","requires":{"execa":"4.1.0","node-fetch":"2.6.7","semver":"7.3.8"},"dependencies":{"execa":{"version":"4.1.0","dev":true,"integrity":"sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==","requires":{"cross-spawn":"7.0.3","get-stream":"5.2.0","human-signals":"1.1.1","is-stream":"2.0.1","merge-stream":"2.0.0","npm-run-path":"4.0.1","onetime":"5.1.2","signal-exit":"3.0.7","strip-final-newline":"2.0.0"}},"get-stream":{"version":"5.2.0","dev":true,"integrity":"sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==","requires":{"pump":"3.0.0"}},"human-signals":{"version":"1.1.1","dev":true,"integrity":"sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="}}},"semantic-release-python":{"version":"2.5.30","dev":true,"integrity":"sha512-Xo/jmF7o5kfQQbN5zQq447wKT8ssZm+/jggaWJu23w2ckcarcFZMNxsCiACvXre4hhKTKfopC/7hNLZHjgvlMg==","requires":{"execa":"4.1.0","form-data":"3.0.1","fs-extra":"10.1.0","got":"11.8.6","tslib":"2.4.1","uuid":"8.3.2"},"dependencies":{"execa":{"version":"4.1.0","dev":true,"integrity":"sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==","requires":{"cross-spawn":"7.0.3","get-stream":"5.2.0","human-signals":"1.1.1","is-stream":"2.0.1","merge-stream":"2.0.0","npm-run-path":"4.0.1","onetime":"5.1.2","signal-exit":"3.0.7","strip-final-newline":"2.0.0"}},"form-data":{"version":"3.0.1","dev":true,"integrity":"sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==","requires":{"asynckit":"0.4.0","combined-stream":"1.0.8","mime-types":"2.1.35"}},"fs-extra":{"version":"10.1.0","dev":true,"integrity":"sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==","requires":{"graceful-fs":"4.2.10","jsonfile":"6.1.0","universalify":"2.0.0"}},"get-stream":{"version":"5.2.0","dev":true,"integrity":"sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==","requires":{"pump":"3.0.0"}},"human-signals":{"version":"1.1.1","dev":true,"integrity":"sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="},"quick-lru":{"version":"5.1.1","dev":true,"integrity":"sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA=="}}},"semver":{"version":"7.3.8","dev":true,"integrity":"sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==","requires":{"lru-cache":"6.0.0"}},"semver-diff":{"version":"3.1.1","dev":true,"integrity":"sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==","requires":{"semver":"6.3.0"},"dependencies":{"semver":{"version":"6.3.0","dev":true,"integrity":"sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="}}},"semver-regex":{"version":"3.1.4","dev":true,"integrity":"sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA=="},"send":{"version":"0.18.0","dev":true,"integrity":"sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==","requires":{"debug":"2.6.9","depd":"2.0.0","destroy":"1.2.0","encodeurl":"1.0.2","escape-html":"1.0.3","etag":"1.8.1","fresh":"0.5.2","http-errors":"2.0.0","mime":"1.6.0","ms":"2.1.3","on-finished":"2.4.1","range-parser":"1.2.1","statuses":"2.0.1"},"dependencies":{"ms":{"version":"2.1.3","dev":true,"integrity":"sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="}}},"serialize-javascript":{"version":"5.0.1","dev":true,"integrity":"sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==","requires":{"randombytes":"2.1.0"}},"serve-favicon":{"version":"2.5.0","dev":true,"integrity":"sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==","requires":{"etag":"1.8.1","fresh":"0.5.2","ms":"2.1.1","parseurl":"1.3.3","safe-buffer":"5.1.1"},"dependencies":{"ms":{"version":"2.1.1","dev":true,"integrity":"sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="},"safe-buffer":{"version":"5.1.1","dev":true,"integrity":"sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg=="}}},"serve-static":{"version":"1.15.0","dev":true,"integrity":"sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==","requires":{"encodeurl":"1.0.2","escape-html":"1.0.3","parseurl":"1.3.3","send":"0.18.0"}},"set-blocking":{"version":"2.0.0","dev":true,"integrity":"sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="},"set-getter":{"version":"0.1.1","dev":true,"integrity":"sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==","requires":{"to-object-path":"0.3.0"}},"set-value":{"version":"2.0.1","dev":true,"integrity":"sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==","requires":{"extend-shallow":"2.0.1","is-extendable":"0.1.1","is-plain-object":"2.0.4","split-string":"3.1.0"}},"setimmediate":{"version":"1.0.5","dev":true,"integrity":"sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="},"setprototypeof":{"version":"1.2.0","dev":true,"integrity":"sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="},"sha.js":{"version":"2.4.11","dev":true,"integrity":"sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==","requires":{"inherits":"2.0.4","safe-buffer":"5.2.1"}},"shallow-clone":{"version":"3.0.1","dev":true,"integrity":"sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==","requires":{"kind-of":"6.0.3"}},"shebang-command":{"version":"2.0.0","dev":true,"integrity":"sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==","requires":{"shebang-regex":"3.0.0"}},"shebang-regex":{"version":"3.0.0","dev":true,"integrity":"sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="},"side-channel":{"version":"1.0.4","dev":true,"integrity":"sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==","requires":{"call-bind":"1.0.2","get-intrinsic":"1.1.3","object-inspect":"1.12.2"}},"sigmund":{"version":"1.0.1","dev":true,"integrity":"sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g=="},"signal-exit":{"version":"3.0.7","dev":true,"integrity":"sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="},"signale":{"version":"1.4.0","dev":true,"integrity":"sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==","requires":{"chalk":"2.4.2","figures":"2.0.0","pkg-conf":"2.1.0"},"dependencies":{"figures":{"version":"2.0.0","dev":true,"integrity":"sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==","requires":{"escape-string-regexp":"1.0.5"}},"find-up":{"version":"2.1.0","dev":true,"integrity":"sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==","requires":{"locate-path":"2.0.0"}},"locate-path":{"version":"2.0.0","dev":true,"integrity":"sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==","requires":{"p-locate":"2.0.0","path-exists":"3.0.0"}},"p-limit":{"version":"1.3.0","dev":true,"integrity":"sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==","requires":{"p-try":"1.0.0"}},"p-locate":{"version":"2.0.0","dev":true,"integrity":"sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==","requires":{"p-limit":"1.3.0"}},"p-try":{"version":"1.0.0","dev":true,"integrity":"sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww=="},"parse-json":{"version":"4.0.0","dev":true,"integrity":"sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==","requires":{"error-ex":"1.3.2","json-parse-better-errors":"1.0.2"}},"path-exists":{"version":"3.0.0","dev":true,"integrity":"sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="}}},"sisteransi":{"version":"1.0.5","dev":true,"integrity":"sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="},"slash":{"version":"3.0.0","dev":true,"integrity":"sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="},"snapdragon":{"version":"0.8.2","dev":true,"integrity":"sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==","requires":{"base":"0.11.2","debug":"2.6.9","define-property":"0.2.5","extend-shallow":"2.0.1","map-cache":"0.2.2","source-map":"0.5.7","source-map-resolve":"0.5.3","use":"3.1.1"},"dependencies":{"define-property":{"version":"0.2.5","dev":true,"integrity":"sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==","requires":{"is-descriptor":"0.1.6"},"dependencies":{"kind-of":{"version":"5.1.0","dev":true,"integrity":"sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="}}}}},"snapdragon-node":{"version":"2.1.1","dev":true,"integrity":"sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==","requires":{"define-property":"1.0.0","isobject":"3.0.1","snapdragon-util":"3.0.1"}},"snapdragon-util":{"version":"3.0.1","dev":true,"integrity":"sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==","requires":{"kind-of":"3.2.2"}},"solidity-comments-extractor":{"version":"0.0.7","dev":true,"integrity":"sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw=="},"sort-object-keys":{"version":"1.1.3","dev":true,"integrity":"sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg=="},"sort-order":{"version":"1.0.1","dev":true,"integrity":"sha512-BiExT7C1IVF4DNd5dttR/dEq3wunGOHpy4phvqFUQA1pY6j2ye8WWEAV8LhRbfdF0EWDX12FfyPPf9P71eT+cA=="},"source-list-map":{"version":"2.0.1","dev":true,"integrity":"sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="},"source-map":{"version":"0.6.1","dev":true,"integrity":"sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="},"source-map-resolve":{"version":"0.5.3","dev":true,"integrity":"sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==","requires":{"atob":"2.1.2","decode-uri-component":"0.2.2","resolve-url":"0.2.1","source-map-url":"0.4.1","urix":"0.1.0"}},"source-map-support":{"version":"0.5.21","dev":true,"integrity":"sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==","requires":{"buffer-from":"1.1.2","source-map":"0.6.1"}},"source-map-url":{"version":"0.4.1","dev":true,"integrity":"sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw=="},"space-separated-tokens":{"version":"1.1.5","dev":true,"integrity":"sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA=="},"spawn-error-forwarder":{"version":"1.0.0","dev":true,"integrity":"sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g=="},"spawnd":{"version":"6.2.0","dev":true,"integrity":"sha512-qX/I4lQy4KgVEcNle0kuc4FxFWHISzBhZW1YemPfwmrmQjyZmfTK/OhBKkhrD2ooAaFZEm1maEBLE6/6enwt+g==","requires":{"exit":"0.1.2","signal-exit":"3.0.7","tree-kill":"1.2.2"}},"spdx-correct":{"version":"3.1.1","dev":true,"integrity":"sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==","requires":{"spdx-expression-parse":"3.0.1","spdx-license-ids":"3.0.12"}},"spdx-exceptions":{"version":"2.3.0","dev":true,"integrity":"sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="},"spdx-expression-parse":{"version":"3.0.1","dev":true,"integrity":"sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==","requires":{"spdx-exceptions":"2.3.0","spdx-license-ids":"3.0.12"}},"spdx-license-ids":{"version":"3.0.12","dev":true,"integrity":"sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA=="},"split":{"version":"1.0.1","dev":true,"integrity":"sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==","requires":{"through":"2.3.8"}},"split-on-first":{"version":"1.1.0","dev":true,"integrity":"sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw=="},"split-string":{"version":"3.1.0","dev":true,"integrity":"sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==","requires":{"extend-shallow":"3.0.2"},"dependencies":{"is-extendable":{"version":"1.0.1","dev":true,"integrity":"sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==","requires":{"is-plain-object":"2.0.4"}}}},"split2":{"version":"3.2.2","dev":true,"integrity":"sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==","requires":{"readable-stream":"3.6.0"}},"sprintf-js":{"version":"1.0.3","dev":true,"integrity":"sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="},"sql-formatter":{"version":"4.0.2","dev":true,"integrity":"sha512-R6u9GJRiXZLr/lDo8p56L+OyyN2QFJPCDnsyEOsbdIpsnDKL8gubYFo7lNR7Zx7hfdWT80SfkoVS0CMaF/DE2w==","requires":{"argparse":"2.0.1"}},"sshpk":{"version":"1.17.0","dev":true,"integrity":"sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==","requires":{"asn1":"0.2.6","assert-plus":"1.0.0","bcrypt-pbkdf":"1.0.2","dashdash":"1.14.1","ecc-jsbn":"0.1.2","getpass":"0.1.7","jsbn":"0.1.1","safer-buffer":"2.1.2","tweetnacl":"0.14.5"}},"ssim.js":{"version":"3.5.0","dev":true,"integrity":"sha512-Aj6Jl2z6oDmgYFFbQqK7fght19bXdOxY7Tj03nF+03M9gCBAjeIiO8/PlEGMfKDwYpw4q6iBqVq2YuREorGg/g=="},"ssri":{"version":"8.0.1","dev":true,"integrity":"sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==","requires":{"minipass":"3.3.6"}},"stable":{"version":"0.1.8","dev":true,"integrity":"sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="},"stack-utils":{"version":"1.0.5","dev":true,"integrity":"sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==","requires":{"escape-string-regexp":"2.0.0"},"dependencies":{"escape-string-regexp":{"version":"2.0.0","dev":true,"integrity":"sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="}}},"state-toggle":{"version":"1.0.3","dev":true,"integrity":"sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ=="},"static-extend":{"version":"0.1.2","dev":true,"integrity":"sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==","requires":{"define-property":"0.2.5","object-copy":"0.1.0"}},"statuses":{"version":"2.0.1","dev":true,"integrity":"sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="},"stealthy-require":{"version":"1.1.1","dev":true,"integrity":"sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g=="},"store2":{"version":"2.14.2","dev":true,"integrity":"sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w=="},"stream-browserify":{"version":"2.0.2","dev":true,"integrity":"sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==","requires":{"inherits":"2.0.4","readable-stream":"2.3.7"}},"stream-combiner2":{"version":"1.1.1","dev":true,"integrity":"sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==","requires":{"duplexer2":"0.1.4","readable-stream":"2.3.7"}},"stream-each":{"version":"1.2.3","dev":true,"integrity":"sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==","requires":{"end-of-stream":"1.4.4","stream-shift":"1.0.1"}},"stream-http":{"version":"2.8.3","dev":true,"integrity":"sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==","requires":{"builtin-status-codes":"3.0.0","inherits":"2.0.4","readable-stream":"2.3.7","to-arraybuffer":"1.0.1","xtend":"4.0.2"}},"stream-shift":{"version":"1.0.1","dev":true,"integrity":"sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="},"strict-uri-encode":{"version":"2.0.0","dev":true,"integrity":"sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ=="},"string-length":{"version":"4.0.2","dev":true,"integrity":"sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==","requires":{"char-regex":"1.0.2","strip-ansi":"6.0.1"}},"string-width":{"version":"4.2.3","dev":true,"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.prototype.matchall":{"version":"4.0.8","dev":true,"integrity":"sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5","get-intrinsic":"1.1.3","has-symbols":"1.0.3","internal-slot":"1.0.4","regexp.prototype.flags":"1.4.3","side-channel":"1.0.4"}},"string.prototype.padend":{"version":"3.1.4","dev":true,"integrity":"sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"string.prototype.padstart":{"version":"3.1.4","dev":true,"integrity":"sha512-XqOHj8horGsF+zwxraBvMTkBFM28sS/jHBJajh17JtJKA92qazidiQbLosV4UA18azvLOVKYo/E3g3T9Y5826w==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"string.prototype.trimend":{"version":"1.0.6","dev":true,"integrity":"sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"string.prototype.trimstart":{"version":"1.0.6","dev":true,"integrity":"sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==","requires":{"call-bind":"1.0.2","define-properties":"1.1.4","es-abstract":"1.20.5"}},"string_decoder":{"version":"1.3.0","dev":true,"integrity":"sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==","requires":{"safe-buffer":"5.2.1"}},"strip-ansi":{"version":"6.0.1","dev":true,"integrity":"sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==","requires":{"ansi-regex":"5.0.1"}},"strip-bom":{"version":"3.0.0","dev":true,"integrity":"sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA=="},"strip-eof":{"version":"1.0.0","dev":true,"integrity":"sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q=="},"strip-final-newline":{"version":"2.0.0","dev":true,"integrity":"sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="},"strip-indent":{"version":"3.0.0","dev":true,"integrity":"sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==","requires":{"min-indent":"1.0.1"}},"strip-json-comments":{"version":"3.1.1","dev":true,"integrity":"sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="},"striptags":{"version":"3.2.0","dev":true,"integrity":"sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw=="},"style-loader":{"version":"1.3.0","dev":true,"integrity":"sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==","requires":{"loader-utils":"2.0.4","schema-utils":"2.7.1","webpack":"4.46.0"}},"style-to-object":{"version":"0.3.0","dev":true,"integrity":"sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==","requires":{"inline-style-parser":"0.1.1"}},"success-symbol":{"version":"0.1.0","dev":true,"integrity":"sha512-7S6uOTxPklNGxOSbDIg4KlVLBQw1UiGVyfCUYgYxrZUKRblUkmGj7r8xlfQoFudvqLv6Ap5gd76/IIFfI9JG2A=="},"supports-color":{"version":"7.2.0","dev":true,"integrity":"sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==","requires":{"has-flag":"4.0.0"}},"supports-hyperlinks":{"version":"2.3.0","dev":true,"integrity":"sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==","requires":{"has-flag":"4.0.0","supports-color":"7.2.0"}},"supports-preserve-symlinks-flag":{"version":"1.0.0","dev":true,"integrity":"sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="},"symbol-tree":{"version":"3.2.4","dev":true,"integrity":"sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="},"symbol.prototype.description":{"version":"1.0.5","dev":true,"integrity":"sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ==","requires":{"call-bind":"1.0.2","get-symbol-description":"1.0.0","has-symbols":"1.0.3","object.getownpropertydescriptors":"2.1.5"}},"synchronous-promise":{"version":"2.0.16","dev":true,"integrity":"sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A=="},"tapable":{"version":"1.1.3","dev":true,"integrity":"sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="},"tar":{"version":"6.1.13","dev":true,"integrity":"sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==","requires":{"chownr":"2.0.0","fs-minipass":"2.1.0","minipass":"4.0.0","minizlib":"2.1.2","mkdirp":"1.0.4","yallist":"4.0.0"},"dependencies":{"minipass":{"version":"4.0.0","dev":true,"integrity":"sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==","requires":{"yallist":"4.0.0"}}}},"telejson":{"version":"6.0.8","dev":true,"integrity":"sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==","requires":{"@types/is-function":"1.0.1","global":"4.4.0","is-function":"1.0.2","is-regex":"1.1.4","is-symbol":"1.0.4","isobject":"4.0.0","lodash":"4.17.21","memoizerific":"1.11.3"}},"temp":{"version":"0.8.4","dev":true,"integrity":"sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==","requires":{"rimraf":"2.6.3"}},"temp-dir":{"version":"2.0.0","dev":true,"integrity":"sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="},"tempy":{"version":"1.0.1","dev":true,"integrity":"sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==","requires":{"del":"6.1.1","is-stream":"2.0.1","temp-dir":"2.0.0","type-fest":"0.16.0","unique-string":"2.0.0"},"dependencies":{"type-fest":{"version":"0.16.0","dev":true,"integrity":"sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg=="}}},"terminal-link":{"version":"2.1.1","dev":true,"integrity":"sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==","requires":{"ansi-escapes":"4.3.2","supports-hyperlinks":"2.3.0"}},"terser":{"version":"4.8.1","dev":true,"integrity":"sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==","requires":{"acorn":"8.8.1","commander":"2.20.3","source-map":"0.6.1","source-map-support":"0.5.21"}},"terser-webpack-plugin":{"version":"4.2.3","dev":true,"integrity":"sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==","requires":{"cacache":"15.3.0","find-cache-dir":"3.3.2","jest-worker":"26.6.2","p-limit":"3.1.0","schema-utils":"3.1.1","serialize-javascript":"5.0.1","source-map":"0.6.1","terser":"5.16.1","webpack":"4.46.0","webpack-sources":"1.4.3"},"dependencies":{"schema-utils":{"version":"3.1.1","dev":true,"integrity":"sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==","requires":{"@types/json-schema":"7.0.11","ajv":"6.12.6","ajv-keywords":"3.5.2"}},"terser":{"version":"5.16.1","dev":true,"integrity":"sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==","requires":{"@jridgewell/source-map":"0.3.2","acorn":"8.8.1","commander":"2.20.3","source-map-support":"0.5.21"}}}},"test-exclude":{"version":"6.0.0","dev":true,"integrity":"sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==","requires":{"@istanbuljs/schema":"0.1.3","glob":"7.2.3","minimatch":"3.1.2"}},"text-extensions":{"version":"1.9.0","dev":true,"integrity":"sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ=="},"text-table":{"version":"0.2.0","dev":true,"integrity":"sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="},"thenify":{"version":"3.3.1","dev":true,"integrity":"sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==","requires":{"any-promise":"1.3.0"}},"thenify-all":{"version":"1.6.0","dev":true,"integrity":"sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==","requires":{"thenify":"3.3.1"}},"throat":{"version":"4.1.0","dev":true,"integrity":"sha512-wCVxLDcFxw7ujDxaeJC6nfl2XfHJNYs8yUYJnvMgtPEFlttP9tHSfRUv2vBe6C4hkVFPWoP1P6ZccbYjmSEkKA=="},"through":{"version":"2.3.8","dev":true,"integrity":"sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="},"through2":{"version":"2.0.5","dev":true,"integrity":"sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==","requires":{"readable-stream":"2.3.7","xtend":"4.0.2"}},"time-stamp":{"version":"1.1.0","dev":true,"integrity":"sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw=="},"timers-browserify":{"version":"2.0.12","dev":true,"integrity":"sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==","requires":{"setimmediate":"1.0.5"}},"tmp":{"version":"0.0.33","dev":true,"integrity":"sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==","requires":{"os-tmpdir":"1.0.2"}},"tmpl":{"version":"1.0.5","dev":true,"integrity":"sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="},"to-arraybuffer":{"version":"1.0.1","dev":true,"integrity":"sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA=="},"to-fast-properties":{"version":"2.0.0","dev":true,"integrity":"sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog=="},"to-gfm-code-block":{"version":"0.1.1","dev":true,"integrity":"sha512-LQRZWyn8d5amUKnfR9A9Uu7x9ss7Re8peuWR2gkh1E+ildOfv2aF26JpuDg8JtvCduu5+hOrMIH+XstZtnagqg=="},"to-object-path":{"version":"0.3.0","dev":true,"integrity":"sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==","requires":{"kind-of":"3.2.2"}},"to-regex":{"version":"3.0.2","dev":true,"integrity":"sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==","requires":{"define-property":"2.0.2","extend-shallow":"3.0.2","regex-not":"1.0.2","safe-regex":"1.1.0"}},"to-regex-range":{"version":"5.0.1","dev":true,"integrity":"sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==","requires":{"is-number":"7.0.0"}},"toidentifier":{"version":"1.0.1","dev":true,"integrity":"sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="},"toml-eslint-parser":{"version":"0.2.1","dev":true,"integrity":"sha512-lAESSx47NjCe/O9Y5dbAmP+U/EFvdxPRgA0Hp4TxCZP3Bs6hxRfLHxZvBuXvTGkVoK0DpYamPz/rCqYBzoFWVQ==","requires":{"eslint-visitor-keys":"2.1.0"}},"tough-cookie":{"version":"3.0.1","dev":true,"integrity":"sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==","requires":{"ip-regex":"2.1.0","psl":"1.9.0","punycode":"2.1.1"}},"tr46":{"version":"1.0.1","dev":true,"integrity":"sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==","requires":{"punycode":"2.1.1"}},"traverse":{"version":"0.6.7","dev":true,"integrity":"sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg=="},"tree-kill":{"version":"1.2.2","dev":true,"integrity":"sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A=="},"trim":{"version":"0.0.1","dev":true,"integrity":"sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ=="},"trim-newlines":{"version":"3.0.1","dev":true,"integrity":"sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw=="},"trim-trailing-lines":{"version":"1.1.4","dev":true,"integrity":"sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ=="},"trough":{"version":"1.0.5","dev":true,"integrity":"sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA=="},"ts-dedent":{"version":"2.2.0","dev":true,"integrity":"sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ=="},"ts-jest":{"version":"27.1.5","dev":true,"integrity":"sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==","requires":{"bs-logger":"0.2.6","esbuild":"0.12.29","fast-json-stable-stringify":"2.1.0","jest":"27.5.1","jest-util":"27.5.1","json5":"2.2.2","lodash.memoize":"4.1.2","make-error":"1.3.6","semver":"7.3.8","typescript":"4.9.4","yargs-parser":"20.2.9"},"dependencies":{"@jest/types":{"version":"27.5.1","dev":true,"integrity":"sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==","requires":{"@types/istanbul-lib-coverage":"2.0.4","@types/istanbul-reports":"3.0.1","@types/node":"16.18.10","@types/yargs":"16.0.4","chalk":"4.1.2"}},"@types/yargs":{"version":"16.0.4","dev":true,"integrity":"sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==","requires":{"@types/yargs-parser":"21.0.0"}},"jest-util":{"version":"27.5.1","dev":true,"integrity":"sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==","requires":{"@jest/types":"27.5.1","@types/node":"16.18.10","chalk":"4.1.2","ci-info":"3.7.0","graceful-fs":"4.2.10","picomatch":"2.3.1"}},"yargs-parser":{"version":"20.2.9","dev":true,"integrity":"sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="}}},"ts-pnp":{"version":"1.2.0","dev":true,"integrity":"sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==","requires":{"typescript":"4.9.4"}},"tsconfig-paths":{"version":"3.14.1","dev":true,"integrity":"sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==","requires":{"@types/json5":"0.0.29","json5":"1.0.1","minimist":"1.2.7","strip-bom":"3.0.0"}},"tslib":{"version":"2.4.1","integrity":"sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="},"tsutils":{"version":"3.21.0","dev":true,"integrity":"sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==","requires":{"tslib":"1.14.1","typescript":"4.9.4"}},"tsutils-etc":{"version":"1.4.1","dev":true,"integrity":"sha512-6UPYgc7OXcIW5tFxlsZF3OVSBvDInl/BkS3Xsu64YITXk7WrnWTVByKWPCThFDBp5gl5IGHOzGMdQuDCE7OL4g==","requires":{"@types/yargs":"17.0.17","tsutils":"3.21.0","typescript":"4.9.4","yargs":"17.6.2"}},"tty-browserify":{"version":"0.0.0","dev":true,"integrity":"sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw=="},"tunnel-agent":{"version":"0.6.0","dev":true,"integrity":"sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==","requires":{"safe-buffer":"5.2.1"}},"tweetnacl":{"version":"0.14.5","dev":true,"integrity":"sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="},"type-check":{"version":"0.4.0","dev":true,"integrity":"sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==","requires":{"prelude-ls":"1.2.1"}},"type-detect":{"version":"4.0.8","dev":true,"integrity":"sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="},"type-fest":{"version":"0.20.2","dev":true,"integrity":"sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="},"type-is":{"version":"1.6.18","dev":true,"integrity":"sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==","requires":{"media-typer":"0.3.0","mime-types":"2.1.35"}},"typedarray":{"version":"0.0.6","dev":true,"integrity":"sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="},"typedarray-to-buffer":{"version":"3.1.5","dev":true,"integrity":"sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==","requires":{"is-typedarray":"1.0.0"}},"typeof-article":{"version":"0.1.1","dev":true,"integrity":"sha512-Vn42zdX3FhmUrzEmitX3iYyLb+Umwpmv8fkZRIknYh84lmdrwqZA5xYaoKiIj2Rc5i/5wcDrpUmZcbk1U51vTw==","requires":{"kind-of":"3.2.2"}},"typescript":{"version":"4.9.4","dev":true,"integrity":"sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg=="},"ulid":{"version":"2.3.0","dev":true,"integrity":"sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw=="},"unbox-primitive":{"version":"1.0.2","dev":true,"integrity":"sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==","requires":{"call-bind":"1.0.2","has-bigints":"1.0.2","has-symbols":"1.0.3","which-boxed-primitive":"1.0.2"}},"unfetch":{"version":"4.2.0","dev":true,"integrity":"sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA=="},"unherit":{"version":"1.1.3","dev":true,"integrity":"sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==","requires":{"inherits":"2.0.4","xtend":"4.0.2"}},"unicode-canonical-property-names-ecmascript":{"version":"2.0.0","dev":true,"integrity":"sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ=="},"unicode-match-property-ecmascript":{"version":"2.0.0","dev":true,"integrity":"sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==","requires":{"unicode-canonical-property-names-ecmascript":"2.0.0","unicode-property-aliases-ecmascript":"2.1.0"}},"unicode-match-property-value-ecmascript":{"version":"2.1.0","dev":true,"integrity":"sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA=="},"unicode-property-aliases-ecmascript":{"version":"2.1.0","dev":true,"integrity":"sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w=="},"unified":{"version":"9.2.0","dev":true,"integrity":"sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==","requires":{"@types/unist":"2.0.6","bail":"1.0.5","extend":"3.0.2","is-buffer":"2.0.5","is-plain-obj":"2.1.0","trough":"1.0.5","vfile":"4.2.1"}},"union-value":{"version":"1.0.1","dev":true,"integrity":"sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==","requires":{"arr-union":"3.1.0","get-value":"2.0.6","is-extendable":"0.1.1","set-value":"2.0.1"}},"unique-filename":{"version":"1.1.1","dev":true,"integrity":"sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==","requires":{"unique-slug":"2.0.2"}},"unique-slug":{"version":"2.0.2","dev":true,"integrity":"sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==","requires":{"imurmurhash":"0.1.4"}},"unique-string":{"version":"2.0.0","dev":true,"integrity":"sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==","requires":{"crypto-random-string":"2.0.0"}},"unist-builder":{"version":"2.0.3","dev":true,"integrity":"sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw=="},"unist-util-generated":{"version":"1.1.6","dev":true,"integrity":"sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg=="},"unist-util-is":{"version":"4.1.0","dev":true,"integrity":"sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg=="},"unist-util-position":{"version":"3.1.0","dev":true,"integrity":"sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA=="},"unist-util-remove":{"version":"2.1.0","dev":true,"integrity":"sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==","requires":{"unist-util-is":"4.1.0"}},"unist-util-remove-position":{"version":"2.0.1","dev":true,"integrity":"sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==","requires":{"unist-util-visit":"2.0.3"}},"unist-util-stringify-position":{"version":"2.0.3","dev":true,"integrity":"sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==","requires":{"@types/unist":"2.0.6"}},"unist-util-visit":{"version":"2.0.3","dev":true,"integrity":"sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==","requires":{"@types/unist":"2.0.6","unist-util-is":"4.1.0","unist-util-visit-parents":"3.1.1"}},"unist-util-visit-parents":{"version":"3.1.1","dev":true,"integrity":"sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==","requires":{"@types/unist":"2.0.6","unist-util-is":"4.1.0"}},"universal-user-agent":{"version":"6.0.0","dev":true,"integrity":"sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w=="},"universalify":{"version":"2.0.0","dev":true,"integrity":"sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="},"unpipe":{"version":"1.0.0","dev":true,"integrity":"sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="},"unset-value":{"version":"1.0.0","dev":true,"integrity":"sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==","requires":{"has-value":"0.3.1","isobject":"3.0.1"}},"update-browserslist-db":{"version":"1.0.10","dev":true,"integrity":"sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==","requires":{"browserslist":"4.21.4","escalade":"3.1.1","picocolors":"1.0.0"}},"uri-js":{"version":"4.4.1","dev":true,"integrity":"sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==","requires":{"punycode":"2.1.1"}},"urix":{"version":"0.1.0","dev":true,"integrity":"sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg=="},"url":{"version":"0.11.0","dev":true,"integrity":"sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==","requires":{"punycode":"1.3.2","querystring":"0.2.0"},"dependencies":{"punycode":{"version":"1.3.2","dev":true,"integrity":"sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="}}},"url-join":{"version":"4.0.1","dev":true,"integrity":"sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA=="},"url-loader":{"version":"4.1.1","dev":true,"integrity":"sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==","requires":{"file-loader":"6.2.0","loader-utils":"2.0.4","mime-types":"2.1.35","schema-utils":"3.1.1","webpack":"4.46.0"},"dependencies":{"schema-utils":{"version":"3.1.1","dev":true,"integrity":"sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==","requires":{"@types/json-schema":"7.0.11","ajv":"6.12.6","ajv-keywords":"3.5.2"}}}},"url-parse":{"version":"1.5.10","dev":true,"integrity":"sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==","requires":{"querystringify":"2.2.0","requires-port":"1.0.0"}},"use":{"version":"3.1.1","dev":true,"integrity":"sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="},"util":{"version":"0.11.1","dev":true,"integrity":"sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==","requires":{"inherits":"2.0.3"},"dependencies":{"inherits":{"version":"2.0.3","dev":true,"integrity":"sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw=="}}},"util-deprecate":{"version":"1.0.2","dev":true,"integrity":"sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="},"util.promisify":{"version":"1.0.0","dev":true,"integrity":"sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==","requires":{"define-properties":"1.1.4","object.getownpropertydescriptors":"2.1.5"}},"utila":{"version":"0.4.0","dev":true,"integrity":"sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA=="},"utils-merge":{"version":"1.0.1","dev":true,"integrity":"sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA=="},"uuid":{"version":"3.4.0","dev":true,"integrity":"sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="},"uvu":{"version":"0.5.6","dev":true,"integrity":"sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==","requires":{"dequal":"2.0.3","diff":"5.1.0","kleur":"4.1.5","sade":"1.8.1"}},"v8-to-istanbul":{"version":"8.1.1","dev":true,"integrity":"sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==","requires":{"@types/istanbul-lib-coverage":"2.0.4","convert-source-map":"1.9.0","source-map":"0.7.4"},"dependencies":{"source-map":{"version":"0.7.4","dev":true,"integrity":"sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA=="}}},"validate-npm-package-license":{"version":"3.0.4","dev":true,"integrity":"sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==","requires":{"spdx-correct":"3.1.1","spdx-expression-parse":"3.0.1"}},"vary":{"version":"1.1.2","dev":true,"integrity":"sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="},"verror":{"version":"1.10.0","dev":true,"integrity":"sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==","requires":{"assert-plus":"1.0.0","core-util-is":"1.0.2","extsprintf":"1.3.0"}},"vfile":{"version":"4.2.1","dev":true,"integrity":"sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==","requires":{"@types/unist":"2.0.6","is-buffer":"2.0.5","unist-util-stringify-position":"2.0.3","vfile-message":"2.0.4"}},"vfile-location":{"version":"3.2.0","dev":true,"integrity":"sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA=="},"vfile-message":{"version":"2.0.4","dev":true,"integrity":"sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==","requires":{"@types/unist":"2.0.6","unist-util-stringify-position":"2.0.3"}},"vm-browserify":{"version":"1.1.2","dev":true,"integrity":"sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ=="},"w3c-hr-time":{"version":"1.0.2","dev":true,"integrity":"sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==","requires":{"browser-process-hrtime":"1.0.0"}},"w3c-xmlserializer":{"version":"1.1.2","dev":true,"integrity":"sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==","requires":{"domexception":"1.0.1","webidl-conversions":"4.0.2","xml-name-validator":"3.0.0"}},"wait-on":{"version":"6.0.1","dev":true,"integrity":"sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==","requires":{"axios":"0.25.0","joi":"17.7.0","lodash":"4.17.21","minimist":"1.2.7","rxjs":"7.8.0"}},"walker":{"version":"1.0.8","dev":true,"integrity":"sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==","requires":{"makeerror":"1.0.12"}},"warning-symbol":{"version":"0.1.0","dev":true,"integrity":"sha512-1S0lwbHo3kNUKA4VomBAhqn4DPjQkIKSdbOin5K7EFUQNwyIKx+wZMGXKI53RUjla8V2B8ouQduUlgtx8LoSMw=="},"watchpack":{"version":"2.4.0","dev":true,"integrity":"sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==","requires":{"glob-to-regexp":"0.4.1","graceful-fs":"4.2.10"},"dependencies":{"glob-to-regexp":{"version":"0.4.1","dev":true,"integrity":"sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="}}},"wcwidth":{"version":"1.0.1","dev":true,"integrity":"sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==","requires":{"defaults":"1.0.4"}},"web-namespaces":{"version":"1.1.4","dev":true,"integrity":"sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw=="},"webidl-conversions":{"version":"4.0.2","dev":true,"integrity":"sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="},"webpack":{"version":"4.46.0","dev":true,"integrity":"sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==","requires":{"@webassemblyjs/ast":"1.9.0","@webassemblyjs/helper-module-context":"1.9.0","@webassemblyjs/wasm-edit":"1.9.0","@webassemblyjs/wasm-parser":"1.9.0","acorn":"6.4.2","ajv":"6.12.6","ajv-keywords":"3.5.2","chrome-trace-event":"1.0.3","enhanced-resolve":"4.5.0","eslint-scope":"4.0.3","json-parse-better-errors":"1.0.2","loader-runner":"2.4.0","loader-utils":"1.4.2","memory-fs":"0.4.1","micromatch":"3.1.10","mkdirp":"0.5.6","neo-async":"2.6.2","node-libs-browser":"2.2.1","schema-utils":"1.0.0","tapable":"1.1.3","terser-webpack-plugin":"1.4.5","watchpack":"1.7.5","webpack-sources":"1.4.3"},"dependencies":{"acorn":{"version":"6.4.2","dev":true,"integrity":"sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="},"aproba":{"version":"1.2.0","dev":true,"integrity":"sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="},"cacache":{"version":"12.0.4","dev":true,"integrity":"sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==","requires":{"bluebird":"3.7.2","chownr":"1.1.4","figgy-pudding":"3.5.2","glob":"7.2.3","graceful-fs":"4.2.10","infer-owner":"1.0.4","lru-cache":"5.1.1","mississippi":"3.0.0","mkdirp":"0.5.6","move-concurrently":"1.0.1","promise-inflight":"1.0.1","rimraf":"2.7.1","ssri":"6.0.2","unique-filename":"1.1.1","y18n":"4.0.3"}},"chownr":{"version":"1.1.4","dev":true,"integrity":"sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="},"is-wsl":{"version":"1.1.0","dev":true,"integrity":"sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw=="},"loader-utils":{"version":"1.4.2","dev":true,"integrity":"sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==","requires":{"big.js":"5.2.2","emojis-list":"3.0.0","json5":"1.0.1"}},"mkdirp":{"version":"0.5.6","dev":true,"integrity":"sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==","requires":{"minimist":"1.2.7"}},"rimraf":{"version":"2.7.1","dev":true,"integrity":"sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==","requires":{"glob":"7.2.3"}},"safe-buffer":{"version":"5.1.2","dev":true,"integrity":"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="},"schema-utils":{"version":"1.0.0","dev":true,"integrity":"sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==","requires":{"ajv":"6.12.6","ajv-errors":"1.0.1","ajv-keywords":"3.5.2"}},"semver":{"version":"5.7.1","dev":true,"integrity":"sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="},"serialize-javascript":{"version":"4.0.0","dev":true,"integrity":"sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==","requires":{"randombytes":"2.1.0"},"dependencies":{"safe-buffer":{"version":"5.2.1","dev":true,"integrity":"sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="}}},"ssri":{"version":"6.0.2","dev":true,"integrity":"sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==","requires":{"figgy-pudding":"3.5.2"}},"terser-webpack-plugin":{"version":"1.4.5","dev":true,"integrity":"sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==","requires":{"cacache":"12.0.4","find-cache-dir":"2.1.0","is-wsl":"1.1.0","schema-utils":"1.0.0","serialize-javascript":"4.0.0","source-map":"0.6.1","terser":"4.8.1","webpack":"4.46.0","webpack-sources":"1.4.3","worker-farm":"1.7.0"},"dependencies":{"acorn":{"version":"8.8.1","dev":true,"integrity":"sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA=="},"source-map":{"version":"0.6.1","dev":true,"integrity":"sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="}}},"watchpack":{"version":"1.7.5","dev":true,"integrity":"sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==","requires":{"graceful-fs":"4.2.10","neo-async":"2.6.2"}}}},"webpack-dev-middleware":{"version":"3.7.3","dev":true,"integrity":"sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==","requires":{"memory-fs":"0.4.1","mime":"2.6.0","mkdirp":"0.5.6","range-parser":"1.2.1","webpack":"4.46.0","webpack-log":"2.0.0"},"dependencies":{"mkdirp":{"version":"0.5.6","dev":true,"integrity":"sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==","requires":{"minimist":"1.2.7"}},"safe-buffer":{"version":"5.1.2","dev":true,"integrity":"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="}}},"webpack-filter-warnings-plugin":{"version":"1.2.1","dev":true,"integrity":"sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg==","requires":{"webpack":"4.46.0"}},"webpack-hot-middleware":{"version":"2.25.3","dev":true,"integrity":"sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==","requires":{"ansi-html-community":"0.0.8","html-entities":"2.3.3","strip-ansi":"6.0.1"}},"webpack-log":{"version":"2.0.0","dev":true,"integrity":"sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==","requires":{"ansi-colors":"3.2.4","uuid":"3.4.0"}},"webpack-sources":{"version":"1.4.3","dev":true,"integrity":"sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==","requires":{"source-list-map":"2.0.1","source-map":"0.6.1"}},"webpack-virtual-modules":{"version":"0.2.2","dev":true,"integrity":"sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA==","requires":{"debug":"3.2.7"},"dependencies":{"debug":{"version":"3.2.7","dev":true,"integrity":"sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==","requires":{"ms":"2.1.3"}},"ms":{"version":"2.1.3","dev":true,"integrity":"sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="}}},"whatwg-encoding":{"version":"1.0.5","dev":true,"integrity":"sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==","requires":{"iconv-lite":"0.4.24"}},"whatwg-mimetype":{"version":"2.3.0","dev":true,"integrity":"sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="},"whatwg-url":{"version":"7.1.0","dev":true,"integrity":"sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==","requires":{"lodash.sortby":"4.7.0","tr46":"1.0.1","webidl-conversions":"4.0.2"}},"which":{"version":"2.0.2","dev":true,"integrity":"sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==","requires":{"isexe":"2.0.0"}},"which-boxed-primitive":{"version":"1.0.2","dev":true,"integrity":"sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==","requires":{"is-bigint":"1.0.4","is-boolean-object":"1.1.2","is-number-object":"1.0.7","is-string":"1.0.7","is-symbol":"1.0.4"}},"which-module":{"version":"2.0.0","dev":true,"integrity":"sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q=="},"wide-align":{"version":"1.1.5","dev":true,"integrity":"sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==","requires":{"string-width":"4.2.3"}},"widest-line":{"version":"3.1.0","dev":true,"integrity":"sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==","requires":{"string-width":"4.2.3"}},"word-wrap":{"version":"1.2.3","dev":true,"integrity":"sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="},"wordwrap":{"version":"1.0.0","dev":true,"integrity":"sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q=="},"worker-farm":{"version":"1.7.0","dev":true,"integrity":"sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==","requires":{"errno":"0.1.8"}},"worker-rpc":{"version":"0.1.1","dev":true,"integrity":"sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==","requires":{"microevent.ts":"0.1.1"}},"wrap-ansi":{"version":"7.0.0","dev":true,"integrity":"sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==","requires":{"ansi-styles":"4.3.0","string-width":"4.2.3","strip-ansi":"6.0.1"}},"wrappy":{"version":"1.0.2","dev":true,"integrity":"sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="},"write-file-atomic":{"version":"2.4.3","dev":true,"integrity":"sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==","requires":{"graceful-fs":"4.2.10","imurmurhash":"0.1.4","signal-exit":"3.0.7"}},"ws":{"version":"7.5.9","dev":true,"integrity":"sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q=="},"x-default-browser":{"version":"0.4.0","dev":true,"integrity":"sha512-7LKo7RtWfoFN/rHx1UELv/2zHGMx8MkZKDq1xENmOCTkfIqZJ0zZ26NEJX8czhnPXVcqS0ARjjfJB+eJ0/5Cvw=="},"xml":{"version":"1.0.1","dev":true,"integrity":"sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw=="},"xml-name-validator":{"version":"3.0.0","dev":true,"integrity":"sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="},"xmlchars":{"version":"2.2.0","dev":true,"integrity":"sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="},"xtend":{"version":"4.0.2","dev":true,"integrity":"sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="},"y18n":{"version":"5.0.8","dev":true,"integrity":"sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="},"yallist":{"version":"4.0.0","dev":true,"integrity":"sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="},"yaml":{"version":"1.10.2","dev":true,"integrity":"sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="},"yaml-eslint-parser":{"version":"0.4.1","dev":true,"integrity":"sha512-GoJ/p1EW8O2tbTbuhfxjo1XhfUFU3uX3kwvfEQoOaZjO2Lubx8POjlsSqB+18b3SxkujAdQYT9r9nURaUWNYWQ==","requires":{"eslint-visitor-keys":"2.1.0","lodash":"4.17.21","yaml":"1.10.2"}},"yargs":{"version":"17.6.2","dev":true,"integrity":"sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==","requires":{"cliui":"8.0.1","escalade":"3.1.1","get-caller-file":"2.0.5","require-directory":"2.1.1","string-width":"4.2.3","y18n":"5.0.8","yargs-parser":"21.1.1"}},"yargs-parser":{"version":"21.1.1","dev":true,"integrity":"sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="},"year":{"version":"0.2.1","dev":true,"integrity":"sha512-9GnJUZ0QM4OgXuOzsKNzTJ5EOkums1Xc+3YQXp+Q+UxFjf7zLucp9dQ8QMIft0Szs1E1hUiXFim1OYfEKFq97w=="},"yocto-queue":{"version":"0.1.0","dev":true,"integrity":"sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="},"zwitch":{"version":"1.0.5","dev":true,"integrity":"sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw=="}}} \ No newline at end of file diff --git a/local/yarn.lock b/local/yarn.lock new file mode 100644 index 00000000..90962807 --- /dev/null +++ b/local/yarn.lock @@ -0,0 +1,3022 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@babel/eslint-parser@^7.12.16": + version "7.19.1" + resolved "7.19.1" + integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ== + dependencies: + "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" + eslint-visitor-keys "^2.1.0" + semver "^6.3.0" + +"@babel/plugin-syntax-typescript@^7.20.0": + version "7.20.0" + resolved "7.20.0" + integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.19.0" + +"@babel/plugin-syntax-typescript@^7.7.2": + version "7.20.0" + resolved "7.20.0" + integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.19.0" + +"@babel/plugin-transform-typescript@^7.18.6": + version "7.20.7" + resolved "7.20.7" + integrity sha512-m3wVKEvf6SoszD8pu4NZz3PvfKRCMgk6D6d0Qi9hNnlM5M6CFS92EgF4EiHVLKbU0r/r7ty1hg7NPZwE7WRbYw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.20.7" + "@babel/helper-plugin-utils" "^7.20.2" + "@babel/plugin-syntax-typescript" "^7.20.0" + +"@babel/types@^7.0.0": + version "7.20.7" + resolved "7.20.7" + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== + dependencies: + "@babel/helper-string-parser" "^7.19.4" + "@babel/helper-validator-identifier" "^7.19.1" + to-fast-properties "^2.0.0" + +"@babel/types@^7.3.0": + version "7.20.7" + resolved "7.20.7" + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== + dependencies: + "@babel/helper-string-parser" "^7.19.4" + "@babel/helper-validator-identifier" "^7.19.1" + to-fast-properties "^2.0.0" + +"@babel/types@^7.3.3": + version "7.20.7" + resolved "7.20.7" + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== + dependencies: + "@babel/helper-string-parser" "^7.19.4" + "@babel/helper-validator-identifier" "^7.19.1" + to-fast-properties "^2.0.0" + +"@commitlint/config-conventional@latest": + version "17.3.0" + resolved "17.3.0" + integrity sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw== + dependencies: + conventional-changelog-conventionalcommits "^5.0.0" + +"@eslint/eslintrc@^1.4.0": + version "1.4.0" + resolved "1.4.0" + integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A== + dependencies: + ajv "^6.12.4" + debug "^4.3.2" + espree "^9.4.0" + globals "^13.19.0" + ignore "^5.2.0" + import-fresh "^3.2.1" + js-yaml "^4.1.0" + minimatch "^3.1.2" + strip-json-comments "^3.1.1" + +"@jest-runner/core@^3.0.0": + version "3.0.0" + resolved "3.0.0" + integrity sha512-frsV83vLDNEYvBcoUa5aizV3JyG8GPTB/eUN9MhX+0rAuP2H0tFceoNj16evufDsNFJY9VKlTkZZUY5tfmiGcw== + dependencies: + jest-message-util "^24.0.0" + node-ipc "^9.1.1" + +"@jest-runner/electron@^3.0.1": + version "3.0.1" + resolved "3.0.1" + integrity sha512-5OFLQXPQ5OzojGgsBdHnTRnLyCoRapyjFWo1N6pqbTOwANVlKeha0VCc6JNrJyckz5WRZ4rVRZZ9Z7p6VfhhsA== + dependencies: + "@jest-runner/core" "^3.0.0" + "@jest-runner/rpc" "^3.0.0" + jest-haste-map "^25.0.0" + jest-mock "^25.0.0" + jest-runner "^25.0.0" + jest-runtime "^25.0.0" + jest-util "^25.0.0" + throat "^4.1.0" + +"@jest-runner/rpc@^3.0.0": + version "3.0.0" + resolved "3.0.0" + integrity sha512-Q+zMLgG8wWqaBCt5vXE9C/A8L4gWFLlt8w7RW3CmbrBF5S5vVoO/zdGZbrS2nB6xCAey7rMAWsxosDPGmsn/9w== + dependencies: + "@jest-runner/core" "^3.0.0" + glob "^7.1.3" + jscodeshift "^0.6.3" + node-ipc "^9.1.1" + prettier "^1.14.2" + uuid "^3.3.2" + yargs "^15.3.1" + +"@jest/console@^25.5.0": + version "27.5.1" + resolved "27.5.1" + integrity sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg== + dependencies: + "@jest/types" "^27.5.1" + "@types/node" "*" + chalk "^4.0.0" + jest-message-util "^27.5.1" + jest-util "^27.5.1" + slash "^3.0.0" + +"@jest/console@^27.5.1": + version "27.5.1" + resolved "27.5.1" + integrity sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg== + dependencies: + "@jest/types" "^27.5.1" + "@types/node" "*" + chalk "^4.0.0" + jest-message-util "^27.5.1" + jest-util "^27.5.1" + slash "^3.0.0" + +"@jest/core@^27.5.1": + version "27.5.1" + resolved "27.5.1" + integrity sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ== + dependencies: + "@jest/console" "^27.5.1" + "@jest/reporters" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + ansi-escapes "^4.2.1" + chalk "^4.0.0" + emittery "^0.8.1" + exit "^0.1.2" + graceful-fs "^4.2.9" + jest-changed-files "^27.5.1" + jest-config "^27.5.1" + jest-haste-map "^27.5.1" + jest-message-util "^27.5.1" + jest-regex-util "^27.5.1" + jest-resolve "^27.5.1" + jest-resolve-dependencies "^27.5.1" + jest-runner "^27.5.1" + jest-runtime "^27.5.1" + jest-snapshot "^27.5.1" + jest-util "^27.5.1" + jest-validate "^27.5.1" + jest-watcher "^27.5.1" + micromatch "^4.0.4" + rimraf "^3.0.0" + slash "^3.0.0" + strip-ansi "^6.0.0" + +"@jest/environment@^25.5.0": + version "27.5.1" + resolved "27.5.1" + integrity sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA== + dependencies: + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + jest-mock "^27.5.1" + +"@jest/environment@^27.5.1": + version "27.5.1" + resolved "27.5.1" + integrity sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA== + dependencies: + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + jest-mock "^27.5.1" + +"@jest/fake-timers@^27.5.1": + version "27.5.1" + resolved "27.5.1" + integrity sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ== + dependencies: + "@jest/types" "^27.5.1" + "@sinonjs/fake-timers" "^8.0.1" + "@types/node" "*" + jest-message-util "^27.5.1" + jest-mock "^27.5.1" + jest-util "^27.5.1" + +"@jest/globals@^25.5.2": + version "25.5.2" + resolved "25.5.2" + integrity sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA== + dependencies: + "@jest/environment" "^25.5.0" + "@jest/types" "^25.5.0" + expect "^25.5.0" + +"@jest/reporters@^27.5.1": + version "27.5.1" + resolved "27.5.1" + integrity sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw== + dependencies: + "@bcoe/v8-coverage" "^0.2.3" + "@jest/console" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + chalk "^4.0.0" + collect-v8-coverage "^1.0.0" + exit "^0.1.2" + glob "^7.1.2" + graceful-fs "^4.2.9" + istanbul-lib-coverage "^3.0.0" + istanbul-lib-instrument "^5.1.0" + istanbul-lib-report "^3.0.0" + istanbul-lib-source-maps "^4.0.0" + istanbul-reports "^3.1.3" + jest-haste-map "^27.5.1" + jest-resolve "^27.5.1" + jest-util "^27.5.1" + jest-worker "^27.5.1" + slash "^3.0.0" + source-map "^0.6.0" + string-length "^4.0.1" + terminal-link "^2.0.0" + v8-to-istanbul "^8.1.0" + +"@jest/source-map@^25.5.0": + version "25.5.0" + resolved "25.5.0" + integrity sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ== + dependencies: + callsites "^3.0.0" + graceful-fs "^4.2.4" + source-map "^0.6.0" + +"@jest/test-result@^24.9.0": + version "27.5.1" + resolved "27.5.1" + integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag== + dependencies: + "@jest/console" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/istanbul-lib-coverage" "^2.0.0" + collect-v8-coverage "^1.0.0" + +"@jest/test-result@^25.5.0": + version "27.5.1" + resolved "27.5.1" + integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag== + dependencies: + "@jest/console" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/istanbul-lib-coverage" "^2.0.0" + collect-v8-coverage "^1.0.0" + +"@jest/test-result@^27.5.1": + version "27.5.1" + resolved "27.5.1" + integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag== + dependencies: + "@jest/console" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/istanbul-lib-coverage" "^2.0.0" + collect-v8-coverage "^1.0.0" + +"@jest/test-result@^28.1.3": + version "27.5.1" + resolved "27.5.1" + integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag== + dependencies: + "@jest/console" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/istanbul-lib-coverage" "^2.0.0" + collect-v8-coverage "^1.0.0" + +"@jest/test-sequencer@^27.5.1": + version "25.5.4" + resolved "25.5.4" + integrity sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA== + dependencies: + "@jest/test-result" "^25.5.0" + graceful-fs "^4.2.4" + jest-haste-map "^25.5.1" + jest-runner "^25.5.4" + jest-runtime "^25.5.4" + +"@jest/transform@^25.5.1": + version "26.6.2" + resolved "26.6.2" + integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^26.6.2" + babel-plugin-istanbul "^6.0.0" + chalk "^4.0.0" + convert-source-map "^1.4.0" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.2.4" + jest-haste-map "^26.6.2" + jest-regex-util "^26.0.0" + jest-util "^26.6.2" + micromatch "^4.0.2" + pirates "^4.0.1" + slash "^3.0.0" + source-map "^0.6.1" + write-file-atomic "^3.0.0" + +"@jest/transform@^27.5.1": + version "26.6.2" + resolved "26.6.2" + integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^26.6.2" + babel-plugin-istanbul "^6.0.0" + chalk "^4.0.0" + convert-source-map "^1.4.0" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.2.4" + jest-haste-map "^26.6.2" + jest-regex-util "^26.0.0" + jest-util "^26.6.2" + micromatch "^4.0.2" + pirates "^4.0.1" + slash "^3.0.0" + source-map "^0.6.1" + write-file-atomic "^3.0.0" + +"@jest/types@^24.9.0": + version "27.5.1" + resolved "27.5.1" + integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^16.0.0" + chalk "^4.0.0" + +"@jest/types@^25.5.0": + version "27.5.1" + resolved "27.5.1" + integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^16.0.0" + chalk "^4.0.0" + +"@jest/types@^26.6.2": + version "27.5.1" + resolved "27.5.1" + integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^16.0.0" + chalk "^4.0.0" + +"@jest/types@^27.5.1": + version "27.5.1" + resolved "27.5.1" + integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^16.0.0" + chalk "^4.0.0" + +"@jest/types@^28.1.3": + version "27.5.1" + resolved "27.5.1" + integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^16.0.0" + chalk "^4.0.0" + +"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": + version "5.1.1-v1" + resolved "5.1.1-v1" + integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg== + dependencies: + eslint-scope "5.1.1" + +"@octokit/openapi-types@^12.11.0": + version "12.11.0" + resolved "12.11.0" + integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ== + +"@prettier/plugin-php@^0.17.6": + version "0.17.6" + resolved "0.17.6" + integrity sha512-Nxkq+Gl8bGbutRV7e3/p5d+Bcftn75oH61RT8xzk44T5ET7fVP50pUdaOdvt704GSNr6wwmfBW8MhBz5IKt+fA== + dependencies: + linguist-languages "^7.5.1" + mem "^8.0.0" + php-parser "https://github.com/glayzzle/php-parser#27abcb2337ac6450c068ef064982dfabf77916a5" + +"@prettier/plugin-pug@^1.19.2": + version "1.20.1" + resolved "1.20.1" + integrity sha512-pMAfomxIiPHKn01idtsnDJFEqTGMzMzJajo52lWw3urDasJyf5gwQKqyOp1gB1yIbC5K3OBvsFtSMrOTbxHo6w== + dependencies: + pug-lexer "^5.0.0" + +"@prettier/plugin-ruby@^2.0.0": + version "2.1.0" + resolved "2.1.0" + integrity sha512-lAoYFoDnwlxM3jl+dS7yrmxD49d3nbKFTBuhHx3VTPoAwmOOKOIO4nRJTTBWF+rS7KUAVn2XPLwRR0Obh/KW6A== + dependencies: + prettier ">=2.3.0" + +"@prettier/plugin-xml@^1.0.2": + version "1.2.0" + resolved "1.2.0" + integrity sha512-bFvVAZKs59XNmntYjyefn3K4TBykS6E+d6ZW8IcylAs88ZO+TzLhp0dPpi0VKfPzq1Nb+kpDnPRTiwb4zY6NgA== + dependencies: + "@xml-tools/parser" "^1.0.11" + prettier ">=2.3" + +"@types/babel__core@^7.1.7": + version "7.1.20" + resolved "7.1.20" + integrity sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + "@types/babel__generator" "*" + "@types/babel__template" "*" + "@types/babel__traverse" "*" + +"@types/babel__generator@*": + version "7.6.4" + resolved "7.6.4" + integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== + dependencies: + "@babel/types" "^7.0.0" + +"@types/babel__template@*": + version "7.4.1" + resolved "7.4.1" + integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + +"@types/babel__traverse@*": + version "7.18.3" + resolved "7.18.3" + integrity sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w== + dependencies: + "@babel/types" "^7.3.0" + +"@types/babel__traverse@^7.0.4": + version "7.18.3" + resolved "7.18.3" + integrity sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w== + dependencies: + "@babel/types" "^7.3.0" + +"@types/babel__traverse@^7.0.6": + version "7.18.3" + resolved "7.18.3" + integrity sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w== + dependencies: + "@babel/types" "^7.3.0" + +"@types/eslint@^7.2.13": + version "7.29.0" + resolved "7.29.0" + integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng== + dependencies: + "@types/estree" "*" + "@types/json-schema" "*" + +"@types/estree@*": + version "1.0.0" + resolved "1.0.0" + integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== + +"@types/graceful-fs@^4.1.2": + version "4.1.5" + resolved "4.1.5" + integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== + dependencies: + "@types/node" "*" + +"@types/http-cache-semantics@*": + version "4.0.1" + resolved "4.0.1" + integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ== + +"@types/istanbul-lib-coverage@*": + version "2.0.4" + resolved "2.0.4" + integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== + +"@types/istanbul-lib-coverage@^2.0.0": + version "2.0.4" + resolved "2.0.4" + integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== + +"@types/istanbul-lib-report@*": + version "3.0.0" + resolved "3.0.0" + integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== + dependencies: + "@types/istanbul-lib-coverage" "*" + +"@types/istanbul-reports@^3.0.0": + version "1.1.2" + resolved "1.1.2" + integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw== + dependencies: + "@types/istanbul-lib-coverage" "*" + "@types/istanbul-lib-report" "*" + +"@types/jest-json-schema@^2.1.3": + version "2.1.4" + resolved "2.1.4" + integrity sha512-jAvF/IsPhF1bEqJxMR90z4vTCbuJAqDMG0stfsBceSInu1NphLKMR1HhjkDC54KvfAIGDlNHA1jyRCcSFqvPfg== + dependencies: + "@types/jest" "*" + ajv "^6.10.2" + +"@types/jest@*": + version "26.0.24" + resolved "26.0.24" + integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== + dependencies: + jest-diff "^26.0.0" + pretty-format "^26.0.0" + +"@types/json-schema@*": + version "7.0.11" + resolved "7.0.11" + integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== + +"@types/json-schema@^7.0.9": + version "7.0.11" + resolved "7.0.11" + integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== + +"@types/keyv@^3.1.4": + version "3.1.4" + resolved "3.1.4" + integrity sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg== + dependencies: + "@types/node" "*" + +"@types/minimatch@*": + version "5.1.2" + resolved "5.1.2" + integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== + +"@types/ms@*": + version "0.7.31" + resolved "0.7.31" + integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== + +"@types/node@*": + version "16.18.10" + resolved "16.18.10" + integrity sha512-XU1+v7h81p7145ddPfjv7jtWvkSilpcnON3mQ+bDi9Yuf7OI56efOglXRyXWgQ57xH3fEQgh7WOJMncRHVew5w== + +"@types/node@^16.11.6": + version "16.18.10" + resolved "16.18.10" + integrity sha512-XU1+v7h81p7145ddPfjv7jtWvkSilpcnON3mQ+bDi9Yuf7OI56efOglXRyXWgQ57xH3fEQgh7WOJMncRHVew5w== + +"@types/prettier@^2.1.5": + version "1.19.1" + resolved "1.19.1" + integrity sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ== + +"@types/responselike@^1.0.0": + version "1.0.0" + resolved "1.0.0" + integrity sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA== + dependencies: + "@types/node" "*" + +"@types/semver@^7.3.12": + version "7.3.13" + resolved "7.3.13" + integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== + +"@types/source-list-map@*": + version "0.1.2" + resolved "0.1.2" + integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== + +"@types/stack-utils@^1.0.1": + version "1.0.1" + resolved "1.0.1" + integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== + +"@types/tapable@^1": + version "1.0.8" + resolved "1.0.8" + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== + +"@types/uglify-js@*": + version "3.17.1" + resolved "3.17.1" + integrity sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g== + dependencies: + source-map "^0.6.1" + +"@types/unist@*": + version "2.0.6" + resolved "2.0.6" + integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== + +"@types/webpack-sources@*": + version "3.2.0" + resolved "3.2.0" + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== + dependencies: + "@types/node" "*" + "@types/source-list-map" "*" + source-map "^0.7.3" + +"@types/yargs-parser@*": + version "21.0.0" + resolved "21.0.0" + integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== + +"@types/yargs@^15.0.0": + version "15.0.14" + resolved "15.0.14" + integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ== + dependencies: + "@types/yargs-parser" "*" + +"@types/yargs@^16.0.0": + version "15.0.14" + resolved "15.0.14" + integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ== + dependencies: + "@types/yargs-parser" "*" + +"@typescript-eslint/eslint-plugin@^5.0.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-AHZtlXAMGkDmyLuLZsRpH3p4G/1iARIwc/T0vIem2YB+xW6pZaXYXzCBnZSF/5fdM97R9QqZWZ+h3iW10XgevQ== + dependencies: + "@typescript-eslint/scope-manager" "5.47.0" + "@typescript-eslint/type-utils" "5.47.0" + "@typescript-eslint/utils" "5.47.0" + debug "^4.3.4" + ignore "^5.2.0" + natural-compare-lite "^1.4.0" + regexpp "^3.2.0" + semver "^7.3.7" + tsutils "^3.21.0" + +"@typescript-eslint/eslint-plugin@^5.38.1": + version "5.47.0" + resolved "5.47.0" + integrity sha512-AHZtlXAMGkDmyLuLZsRpH3p4G/1iARIwc/T0vIem2YB+xW6pZaXYXzCBnZSF/5fdM97R9QqZWZ+h3iW10XgevQ== + dependencies: + "@typescript-eslint/scope-manager" "5.47.0" + "@typescript-eslint/type-utils" "5.47.0" + "@typescript-eslint/utils" "5.47.0" + debug "^4.3.4" + ignore "^5.2.0" + natural-compare-lite "^1.4.0" + regexpp "^3.2.0" + semver "^7.3.7" + tsutils "^3.21.0" + +"@typescript-eslint/experimental-utils@^2.27.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-DAP8xOaTAJLxouU0QrATiw8o/OHxxbUBXtkf9v+bCCU6tbJUn24xwB1dHFw3b5wYq4XvC1z5lYEN0g/Rx1sjzA== + dependencies: + "@typescript-eslint/utils" "5.47.0" + +"@typescript-eslint/experimental-utils@^5.0.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-DAP8xOaTAJLxouU0QrATiw8o/OHxxbUBXtkf9v+bCCU6tbJUn24xwB1dHFw3b5wYq4XvC1z5lYEN0g/Rx1sjzA== + dependencies: + "@typescript-eslint/utils" "5.47.0" + +"@typescript-eslint/parser@^5.38.1": + version "5.47.0" + resolved "5.47.0" + integrity sha512-udPU4ckK+R1JWCGdQC4Qa27NtBg7w020ffHqGyAK8pAgOVuNw7YaKXGChk+udh+iiGIJf6/E/0xhVXyPAbsczw== + dependencies: + "@typescript-eslint/scope-manager" "5.47.0" + "@typescript-eslint/types" "5.47.0" + "@typescript-eslint/typescript-estree" "5.47.0" + debug "^4.3.4" + +"@typescript-eslint/scope-manager@5.47.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-dvJab4bFf7JVvjPuh3sfBUWsiD73aiftKBpWSfi3sUkysDQ4W8x+ZcFpNp7Kgv0weldhpmMOZBjx1wKN8uWvAw== + dependencies: + "@typescript-eslint/types" "5.47.0" + "@typescript-eslint/visitor-keys" "5.47.0" + +"@typescript-eslint/type-utils@5.47.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-1J+DFFrYoDUXQE1b7QjrNGARZE6uVhBqIvdaXTe5IN+NmEyD68qXR1qX1g2u4voA+nCaelQyG8w30SAOihhEYg== + dependencies: + "@typescript-eslint/typescript-estree" "5.47.0" + "@typescript-eslint/utils" "5.47.0" + debug "^4.3.4" + tsutils "^3.21.0" + +"@typescript-eslint/types@5.47.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg== + +"@typescript-eslint/typescript-estree@5.47.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-LxfKCG4bsRGq60Sqqu+34QT5qT2TEAHvSCCJ321uBWywgE2dS0LKcu5u+3sMGo+Vy9UmLOhdTw5JHzePV/1y4Q== + dependencies: + "@typescript-eslint/types" "5.47.0" + "@typescript-eslint/visitor-keys" "5.47.0" + debug "^4.3.4" + globby "^11.1.0" + is-glob "^4.0.3" + semver "^7.3.7" + tsutils "^3.21.0" + +"@typescript-eslint/utils@5.47.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw== + dependencies: + "@types/json-schema" "^7.0.9" + "@types/semver" "^7.3.12" + "@typescript-eslint/scope-manager" "5.47.0" + "@typescript-eslint/types" "5.47.0" + "@typescript-eslint/typescript-estree" "5.47.0" + eslint-scope "^5.1.1" + eslint-utils "^3.0.0" + semver "^7.3.7" + +"@typescript-eslint/utils@^5.10.2": + version "5.47.0" + resolved "5.47.0" + integrity sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw== + dependencies: + "@types/json-schema" "^7.0.9" + "@types/semver" "^7.3.12" + "@typescript-eslint/scope-manager" "5.47.0" + "@typescript-eslint/types" "5.47.0" + "@typescript-eslint/typescript-estree" "5.47.0" + eslint-scope "^5.1.1" + eslint-utils "^3.0.0" + semver "^7.3.7" + +"@typescript-eslint/visitor-keys@5.47.0": + version "5.47.0" + resolved "5.47.0" + integrity sha512-ByPi5iMa6QqDXe/GmT/hR6MZtVPi0SqMQPDx15FczCBXJo/7M8T88xReOALAfpBLm+zxpPfmhuEvPb577JRAEg== + dependencies: + "@typescript-eslint/types" "5.47.0" + eslint-visitor-keys "^3.3.0" + +babel-jest@^27.5.1: + version "25.5.1" + resolved "25.5.1" + integrity sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ== + dependencies: + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + "@types/babel__core" "^7.1.7" + babel-plugin-istanbul "^6.0.0" + babel-preset-jest "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + slash "^3.0.0" + +babel-plugin-jest-hoist@^25.5.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g== + dependencies: + "@babel/template" "^7.3.3" + "@babel/types" "^7.3.3" + "@types/babel__traverse" "^7.0.6" + +babel-preset-jest@^25.5.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw== + dependencies: + babel-plugin-jest-hoist "^25.5.0" + babel-preset-current-node-syntax "^0.1.2" + +create-eslint-index@^1.0.0: + version "1.0.0" + resolved "1.0.0" + integrity sha512-nXvJjnfDytOOaPOonX0h0a1ggMoqrhdekGeZkD6hkcWYvlCWhU719tKFVh8eU04CnMwu3uwe1JjwuUF2C3k2qg== + dependencies: + lodash.get "^4.3.0" + +create-jest-runner@^0.6.0: + version "0.6.0" + resolved "0.6.0" + integrity sha512-9ibH8XA4yOJwDLRlzIUv5Ceg2DZFrQFjEtRKplVP6scGKwoz28V27xPHTbXziq2LePAD/xXlJlywhUq1dtF+nw== + dependencies: + chalk "^3.0.0" + jest-worker "^25.1.0" + throat "^5.0.0" + +create-jest-runner@^0.7.0: + version "0.6.0" + resolved "0.6.0" + integrity sha512-9ibH8XA4yOJwDLRlzIUv5Ceg2DZFrQFjEtRKplVP6scGKwoz28V27xPHTbXziq2LePAD/xXlJlywhUq1dtF+nw== + dependencies: + chalk "^3.0.0" + jest-worker "^25.1.0" + throat "^5.0.0" + +create-jest-runner@^0.8.0: + version "0.6.0" + resolved "0.6.0" + integrity sha512-9ibH8XA4yOJwDLRlzIUv5Ceg2DZFrQFjEtRKplVP6scGKwoz28V27xPHTbXziq2LePAD/xXlJlywhUq1dtF+nw== + dependencies: + chalk "^3.0.0" + jest-worker "^25.1.0" + throat "^5.0.0" + +create-jest-runner@~0.4.1: + version "0.6.0" + resolved "0.6.0" + integrity sha512-9ibH8XA4yOJwDLRlzIUv5Ceg2DZFrQFjEtRKplVP6scGKwoz28V27xPHTbXziq2LePAD/xXlJlywhUq1dtF+nw== + dependencies: + chalk "^3.0.0" + jest-worker "^25.1.0" + throat "^5.0.0" + +esbuild-node-externals@^1.3.0: + version "1.6.0" + resolved "1.6.0" + integrity sha512-LmQnnDVMVTvMmPBpBDrCtub7CVW9aavBvF4ZjOLRNy/+ODoHz3kLjvDdMS/UKn1eJ5WrlAImiYsD3hF4YKyGkw== + dependencies: + find-up "^5.0.0" + tslib "^2.4.1" + +esbuild@^0.12.29: + version "0.12.29" + resolved "0.12.29" + integrity sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g== + +eslint-ast-utils@^1.0.0: + version "1.1.0" + resolved "1.1.0" + integrity sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA== + dependencies: + lodash.get "^4.4.2" + lodash.zip "^4.2.0" + +eslint-config-prettier@^8.5.0: + version "8.5.0" + resolved "8.5.0" + integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== + +eslint-config-strict-mode@latest: + version "1.2.1" + resolved "1.2.1" + integrity sha512-hlzSWJVrbCYKmHLdbXa278svY3A5K7prJndl2YnkpvH2ED8mzZbd1VXorGCOfolt5JngJal0Tq/WrNIkPj46ZA== + dependencies: + "@typescript-eslint/eslint-plugin" "^5.38.1" + "@typescript-eslint/parser" "^5.38.1" + eslint "^8.24.0" + eslint-config-prettier "^8.5.0" + eslint-formatter-git-log "^0.5.4" + eslint-formatter-gitlab "^3.0.0" + eslint-formatter-pretty "^4.1.0" + eslint-formatter-summary "^1.1.0" + eslint-plugin-angular "^4.1.0" + eslint-plugin-array-func "^3.1.7" + eslint-plugin-diff "^1.0.15" + eslint-plugin-editorconfig "^3.2.0" + eslint-plugin-eslint-comments "^3.2.0" + eslint-plugin-etc "^2.0.2" + eslint-plugin-ext "^0.1.0" + eslint-plugin-filenames "^1.3.2" + eslint-plugin-fp "^2.3.0" + eslint-plugin-functional "^4.4.0" + eslint-plugin-html "^6.2.0" + eslint-plugin-import "^2.26.0" + eslint-plugin-jest "^25.7.0" + eslint-plugin-jest-async "^1.0.3" + eslint-plugin-jest-dom "^3.9.4" + eslint-plugin-jest-formatting "^3.1.0" + eslint-plugin-jsdoc "^37.9.7" + eslint-plugin-jsonc "^1.7.0" + eslint-plugin-no-constructor-bind "^2.0.4" + eslint-plugin-no-explicit-type-exports "^0.12.1" + eslint-plugin-no-secrets "^0.8.9" + eslint-plugin-no-unsanitized "^3.2.0" + eslint-plugin-no-use-extend-native "^0.5.0" + eslint-plugin-node "^11.1.0" + eslint-plugin-optimize-regex "^1.2.1" + eslint-plugin-prefer-arrow "^1.2.3" + eslint-plugin-prettier "^4.2.1" + eslint-plugin-promise "^5.2.0" + eslint-plugin-regexp "^1.9.0" + eslint-plugin-rxjs "^4.0.4" + eslint-plugin-security "^1.5.0" + eslint-plugin-sonarjs "^0.10.0" + eslint-plugin-sort-class-members "^1.15.2" + eslint-plugin-sort-keys-fix "^1.1.2" + eslint-plugin-switch-case "^1.1.2" + eslint-plugin-toml "^0.2.0" + eslint-plugin-tsdoc "^0.2.17" + eslint-plugin-typescript-sort-keys "^2.1.0" + eslint-plugin-unicorn "^37.0.1" + eslint-plugin-unused-imports "^1.1.5" + eslint-plugin-woke "^1.0.1" + eslint-plugin-yml "^0.10.1" + glob "^7.2.3" + parse-gitignore "^1.0.1" + tslib latest + yaml "^1.10.2" + +eslint-etc@^5.1.0: + version "5.2.0" + resolved "5.2.0" + integrity sha512-Gcm/NMa349FOXb1PEEfNMMyIANuorIc2/mI5Vfu1zENNsz+FBVhF62uY6gPUCigm/xDOc8JOnl+71WGnlzlDag== + dependencies: + "@typescript-eslint/experimental-utils" "^5.0.0" + tsutils "^3.17.1" + tsutils-etc "^1.4.1" + +eslint-formatter-git-log@^0.5.4: + version "0.5.4" + resolved "0.5.4" + integrity sha512-jNAfbYsNTZgT/P/25+EPV5QjTjyKmlZU9dFR1hTF/woE9ClIyKiBXlhs0k+e5UPL5K0BbtbHoSGseWk6fdGCfQ== + dependencies: + chalk "4.1.2" + +eslint-formatter-gitlab@^3.0.0: + version "3.0.0" + resolved "3.0.0" + integrity sha512-fqZ2G45rgbrHcFunqmwuG5Qo6QAOlxEsR+KdOP08T1Xegw5tJhHh9KFWMSct8q6x8xCMUyYGHypZd342bLUttA== + dependencies: + chalk "^4.0.0" + js-yaml "^4.0.0" + +eslint-formatter-pretty@^4.1.0: + version "4.1.0" + resolved "4.1.0" + integrity sha512-IsUTtGxF1hrH6lMWiSl1WbGaiP01eT6kzywdY1U+zLc0MP+nwEnUiS9UI8IaOTUhTeQJLlCEWIbXINBH4YJbBQ== + dependencies: + "@types/eslint" "^7.2.13" + ansi-escapes "^4.2.1" + chalk "^4.1.0" + eslint-rule-docs "^1.1.5" + log-symbols "^4.0.0" + plur "^4.0.0" + string-width "^4.2.0" + supports-hyperlinks "^2.0.0" + +eslint-formatter-summary@^1.1.0: + version "1.1.0" + resolved "1.1.0" + integrity sha512-teOh471ZYeEShXhBFb16X87buUjNZa2TMNn3CSf//DIKLNneqbk7u5i9hDDiIaQVvZbBXJHkgYxj8urcNKWbXw== + dependencies: + chalk "^4.1.0" + core-js "^3.9.1" + optionalDependencies: + np "^7.4.0" + +eslint-import-resolver-node@^0.3.2: + version "0.3.6" + resolved "0.3.6" + integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw== + dependencies: + debug "^3.2.7" + resolve "^1.20.0" + +eslint-import-resolver-node@^0.3.6: + version "0.3.6" + resolved "0.3.6" + integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw== + dependencies: + debug "^3.2.7" + resolve "^1.20.0" + +eslint-module-utils@^2.4.1: + version "2.7.4" + resolved "2.7.4" + integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA== + dependencies: + debug "^3.2.7" + +eslint-module-utils@^2.7.3: + version "2.7.4" + resolved "2.7.4" + integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA== + dependencies: + debug "^3.2.7" + +eslint-plugin-angular@^4.1.0: + version "4.1.0" + resolved "4.1.0" + integrity sha512-dacledMPxVOZA3T0xcYFuvrMCy5dHxg0ZTMWUaHqSBQef3/XLyXJ9s1LNj0NikJ/dYx6OhqlnnNpKmrJhEUB+Q== + +eslint-plugin-array-func@^3.1.7: + version "3.1.7" + resolved "3.1.7" + integrity sha512-fB5TBICjHSTGToNTbCCgR8zsngpUkoCM31EMh/M/NEAyNg90i5rUuG0dnNNBML2n0BzM0nBE3sPvo2SEWf6jlA== + +eslint-plugin-diff@^1.0.15: + version "1.0.15" + resolved "1.0.15" + integrity sha512-74TAfyn7OeIS2/VUIQm4U00/A8BAE7JjB+fwr4/azAG08zhBeWSCHsw/HXUfJ/Gz2QjA8Y+p16AW/JY3mYkMqg== + +eslint-plugin-editorconfig@^3.2.0: + version "3.2.0" + resolved "3.2.0" + integrity sha512-XiUg69+qgv6BekkPCjP8+2DMODzPqtLV5i0Q9FO1v40P62pfodG1vjIihVbw/338hS5W26S+8MTtXaAlrg37QQ== + dependencies: + "@typescript-eslint/eslint-plugin" "^5.0.0" + editorconfig "^0.15.0" + eslint "^8.0.1" + klona "^2.0.4" + +eslint-plugin-es@^3.0.0: + version "3.0.1" + resolved "3.0.1" + integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ== + dependencies: + eslint-utils "^2.0.0" + regexpp "^3.0.0" + +eslint-plugin-eslint-comments@^3.2.0: + version "3.2.0" + resolved "3.2.0" + integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== + dependencies: + escape-string-regexp "^1.0.5" + ignore "^5.0.5" + +eslint-plugin-etc@^2.0.2: + version "2.0.2" + resolved "2.0.2" + integrity sha512-g3b95LCdTCwZA8On9EICYL8m1NMWaiGfmNUd/ftZTeGZDXrwujKXUr+unYzqKjKFo1EbqJ31vt+Dqzrdm/sUcw== + dependencies: + "@phenomnomnominal/tsquery" "^4.0.0" + "@typescript-eslint/experimental-utils" "^5.0.0" + eslint-etc "^5.1.0" + requireindex "~1.2.0" + tslib "^2.0.0" + tsutils "^3.0.0" + +eslint-plugin-ext@^0.1.0: + version "0.1.0" + resolved "0.1.0" + integrity sha512-CbZgte+kC8u6uymkwtgDPHLgA3IRbhermH88o9VXDh4Pa1ds1QIo0ojJc+mvq5zjf3mm4GT/pTTFYZT9nQORyg== + +eslint-plugin-filenames@^1.3.2: + version "1.3.2" + resolved "1.3.2" + integrity sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w== + dependencies: + lodash.camelcase "4.3.0" + lodash.kebabcase "4.1.1" + lodash.snakecase "4.1.1" + lodash.upperfirst "4.3.1" + +eslint-plugin-fp@^2.3.0: + version "2.3.0" + resolved "2.3.0" + integrity sha512-3n2oHibwoIxAht9/+ZaTldhI6brXORgl8oNXqZd+d9xuAQt2SBJ2/aml0oQRMWvXrgsz2WG6wfC++NjzSG3prA== + dependencies: + create-eslint-index "^1.0.0" + eslint-ast-utils "^1.0.0" + lodash "^4.13.1" + req-all "^0.1.0" + +eslint-plugin-functional@^4.4.0: + version "4.4.1" + resolved "4.4.1" + integrity sha512-YhSfHS52Si62Sn126g9wGx+XnWMoWhwEt6ctVXfcJj+xMUiggjOqUVMca7fuLNzX8jYiNBIeU1Y0teHGePZ3NA== + dependencies: + "@typescript-eslint/utils" "^5.10.2" + deepmerge-ts "^4.0.3" + escape-string-regexp "^4.0.0" + semver "^7.3.7" + +eslint-plugin-html@^6.2.0: + version "6.2.0" + resolved "6.2.0" + integrity sha512-vi3NW0E8AJombTvt8beMwkL1R/fdRWl4QSNRNMhVQKWm36/X0KF0unGNAY4mqUF06mnwVWZcIcerrCnfn9025g== + dependencies: + htmlparser2 "^7.1.2" + +eslint-plugin-import@^2.26.0: + version "2.26.0" + resolved "2.26.0" + integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA== + dependencies: + array-includes "^3.1.4" + array.prototype.flat "^1.2.5" + debug "^2.6.9" + doctrine "^2.1.0" + eslint-import-resolver-node "^0.3.6" + eslint-module-utils "^2.7.3" + has "^1.0.3" + is-core-module "^2.8.1" + is-glob "^4.0.3" + minimatch "^3.1.2" + object.values "^1.1.5" + resolve "^1.22.0" + tsconfig-paths "^3.14.1" + +eslint-plugin-jest-async@^1.0.3: + version "1.0.3" + resolved "1.0.3" + integrity sha512-NgpO6L9IWWgxxqbqvN+mCbGs4MMBsALpvagOFnWJgsQSkyYVmMzYwVe2b4Wpak3sfl8sPK13vnpqsEBNlpyTlQ== + dependencies: + requireindex "~1.1.0" + +eslint-plugin-jest-dom@^3.9.4: + version "3.9.4" + resolved "3.9.4" + integrity sha512-VRkaALGIhyxinnewZFHe2WJsRWp3TONpXysVXK1IUNJHCpJAIM9yRrI7fQ8i5F6UYE7+DAnvNhSSJZesLTonug== + dependencies: + "@babel/runtime" "^7.16.3" + "@testing-library/dom" "^7.31.2" + requireindex "^1.2.0" + +eslint-plugin-jest-formatting@^3.1.0: + version "3.1.0" + resolved "3.1.0" + integrity sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A== + +eslint-plugin-jest@^25.7.0: + version "25.7.0" + resolved "25.7.0" + integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ== + dependencies: + "@typescript-eslint/experimental-utils" "^5.0.0" + +eslint-plugin-jsdoc@^37.9.7: + version "37.9.7" + resolved "37.9.7" + integrity sha512-8alON8yYcStY94o0HycU2zkLKQdcS+qhhOUNQpfONHHwvI99afbmfpYuPqf6PbLz5pLZldG3Te5I0RbAiTN42g== + dependencies: + "@es-joy/jsdoccomment" "~0.20.1" + comment-parser "1.3.0" + debug "^4.3.3" + escape-string-regexp "^4.0.0" + esquery "^1.4.0" + regextras "^0.8.0" + semver "^7.3.5" + spdx-expression-parse "^3.0.1" + +eslint-plugin-jsonc@^1.7.0: + version "1.7.0" + resolved "1.7.0" + integrity sha512-pb3CAD9B0zhv3r9Bg9AdzswL50I3mbIq1ys+tNeuaDeibFlweo84SBNm22oqaFx/Dka+YZw2SLukAkQlJzSHMQ== + dependencies: + eslint-utils "^2.1.0 || ^3.0.0" + jsonc-eslint-parser "^1.4.1" + natural-compare "^1.4.0" + +eslint-plugin-no-constructor-bind@^2.0.4: + version "2.0.4" + resolved "2.0.4" + integrity sha512-r0CGAE5SrRYt1OdACNiZGiOcBbFslKIPnMrFo3kPmX3iKZOm8HRD2eIbqhlc9lSSiBWcPZxXErXnroqgt+dKBg== + dependencies: + requireindex "~1.2.0" + +eslint-plugin-no-explicit-type-exports@^0.12.1: + version "0.12.1" + resolved "0.12.1" + integrity sha512-m1v/f+LYVygCY735KfCovkoXYPbZH5zxEj/tuLOnMwX/qbJEJoRb9evul88Ois5HidvKbiMdMg/tXU55Ki++jg== + dependencies: + "@typescript-eslint/experimental-utils" "^2.27.0" + eslint-import-resolver-node "^0.3.2" + eslint-module-utils "^2.4.1" + +eslint-plugin-no-secrets@^0.8.9: + version "0.8.9" + resolved "0.8.9" + integrity sha512-CqaBxXrImABCtxMWspAnm8d5UKkpNylC7zqVveb+fJHEvsSiNGJlSWzdSIvBUnW1XhJXkzifNIZQC08rEII5Ng== + +eslint-plugin-no-unsanitized@^3.2.0: + version "3.2.0" + resolved "3.2.0" + integrity sha512-92opuXbjWmXcod94EyCKhp36V1QHLM/ArAST2ssgKOojALne0eZvSPfrg4oyr0EwTXvy0RJNe/Tkm33VkDUrKQ== + +eslint-plugin-no-use-extend-native@^0.5.0: + version "0.5.0" + resolved "0.5.0" + integrity sha512-dBNjs8hor8rJgeXLH4HTut5eD3RGWf9JUsadIfuL7UosVQ/dnvOKwxEcRrXrFxrMZ8llUVWT+hOimxJABsAUzQ== + dependencies: + is-get-set-prop "^1.0.0" + is-js-type "^2.0.0" + is-obj-prop "^1.0.0" + is-proto-prop "^2.0.0" + +eslint-plugin-node@^11.1.0: + version "11.1.0" + resolved "11.1.0" + integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g== + dependencies: + eslint-plugin-es "^3.0.0" + eslint-utils "^2.0.0" + ignore "^5.1.1" + minimatch "^3.0.4" + resolve "^1.10.1" + semver "^6.1.0" + +eslint-plugin-optimize-regex@^1.2.1: + version "1.2.1" + resolved "1.2.1" + integrity sha512-fUaU7Tj1G/KSTDTABJw4Wp427Rl7RPl9ViYTu1Jrv36fJw4DFhd4elPdXiuYtdPsNsvzn9GcVlKEssGIVjw0UQ== + dependencies: + regexp-tree "^0.1.21" + +eslint-plugin-prefer-arrow@^1.2.3: + version "1.2.3" + resolved "1.2.3" + integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ== + +eslint-plugin-prettier@^4.2.1: + version "4.2.1" + resolved "4.2.1" + integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== + dependencies: + prettier-linter-helpers "^1.0.0" + +eslint-plugin-promise@^5.2.0: + version "5.2.0" + resolved "5.2.0" + integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw== + +eslint-plugin-regexp@^1.9.0: + version "1.11.0" + resolved "1.11.0" + integrity sha512-xSFARZrg0LMIp6g7XXUByS52w0fBp3lucoDi347BbeN9XqkGNFdsN+nDzNZIJbJJ1tWB08h3Pd8RfA5p7Kezhg== + dependencies: + comment-parser "^1.1.2" + eslint-utils "^3.0.0" + grapheme-splitter "^1.0.4" + jsdoctypeparser "^9.0.0" + refa "^0.9.0" + regexp-ast-analysis "^0.5.1" + regexpp "^3.2.0" + scslre "^0.1.6" + +eslint-plugin-rxjs@^4.0.4: + version "4.0.4" + resolved "4.0.4" + integrity sha512-7JopYQRqS5TYBNXioTLtS+W6+IKC1rsC7q8Dtou8E5gMuPxuEFqxU1x2161bwadaK3+h6sR+xiGjEhiE6JwjUA== + dependencies: + "@typescript-eslint/experimental-utils" "^5.0.0" + common-tags "^1.8.0" + decamelize "^5.0.0" + eslint-etc "^5.1.0" + requireindex "~1.2.0" + rxjs-report-usage "^1.0.4" + tslib "^2.0.0" + tsutils "^3.0.0" + tsutils-etc "^1.4.1" + +eslint-plugin-security@^1.5.0: + version "1.5.0" + resolved "1.5.0" + integrity sha512-hAFVwLZ/UeXrlyVD2TDarv/x00CoFVpaY0IUZhKjPjiFxqkuQVixsK4f2rxngeQOqSxi6OUjzJM/jMwKEVjJ8g== + dependencies: + safe-regex "^2.1.1" + +eslint-plugin-sonarjs@^0.10.0: + version "0.10.0" + resolved "0.10.0" + integrity sha512-FBRIBmWQh2UAfuLSnuYEfmle33jIup9hfkR0X8pkfjeCKNpHUG8qyZI63ahs3aw8CJrv47QJ9ccdK3ZxKH016A== + +eslint-plugin-sort-class-members@^1.15.2: + version "1.16.0" + resolved "1.16.0" + integrity sha512-8l0IqUmoupk9PvO5D4I5zJqirVe9sax5Hpfv9xQmnrSpLYkc8BSYGnUjuHGMSSe4jKuC73NIr38kQv1tPbO+Xg== + +eslint-plugin-sort-keys-fix@^1.1.2: + version "1.1.2" + resolved "1.1.2" + integrity sha512-DNPHFGCA0/hZIsfODbeLZqaGY/+q3vgtshF85r+YWDNCQ2apd9PNs/zL6ttKm0nD1IFwvxyg3YOTI7FHl4unrw== + dependencies: + espree "^6.1.2" + esutils "^2.0.2" + natural-compare "^1.4.0" + requireindex "~1.2.0" + +eslint-plugin-switch-case@^1.1.2: + version "1.1.2" + resolved "1.1.2" + integrity sha512-mhDdJ6WX5LKv0PccziefBGPhIryJamgd3vTNqhEZUBeTGUeGdsgttwU/68xOViyScwr8RqCwTGC2Pd1cPYGNRg== + dependencies: + lodash.last "^3.0.0" + lodash.zipobject "^4.0.0" + +eslint-plugin-toml@^0.2.0: + version "0.2.0" + resolved "0.2.0" + integrity sha512-Y4eGb9q7i0i+UyZAXl3QAqcxkds2X7tfctXPllL7X+PpBXD/3wiqq1RNeoiLmHI9evpO1BjyuakffJZuGM7ElA== + dependencies: + debug "^4.1.1" + lodash "^4.17.19" + toml-eslint-parser "^0.2.1" + +eslint-plugin-tsdoc@^0.2.17: + version "0.2.17" + resolved "0.2.17" + integrity sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA== + dependencies: + "@microsoft/tsdoc" "0.14.2" + "@microsoft/tsdoc-config" "0.16.2" + +eslint-plugin-typescript-sort-keys@^2.1.0: + version "2.1.0" + resolved "2.1.0" + integrity sha512-ET7ABypdz19m47QnKynzNfWPi4CTNQ5jQQC1X5d0gojIwblkbGiCa5IilsqzBTmqxZ0yXDqKBO/GBkBFQCOFsg== + dependencies: + "@typescript-eslint/experimental-utils" "^5.0.0" + json-schema "^0.4.0" + natural-compare-lite "^1.4.0" + +eslint-plugin-unicorn@^37.0.1: + version "37.0.1" + resolved "37.0.1" + integrity sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ== + dependencies: + "@babel/helper-validator-identifier" "^7.14.9" + ci-info "^3.2.0" + clean-regexp "^1.0.0" + eslint-template-visitor "^2.3.2" + eslint-utils "^3.0.0" + esquery "^1.4.0" + indent-string "4" + is-builtin-module "^3.1.0" + lodash "^4.17.21" + pluralize "^8.0.0" + read-pkg-up "^7.0.1" + regexp-tree "^0.1.23" + safe-regex "^2.1.1" + semver "^7.3.5" + strip-indent "^3.0.0" + +eslint-plugin-unused-imports@^1.1.5: + version "1.1.5" + resolved "1.1.5" + integrity sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew== + dependencies: + eslint-rule-composer "^0.3.0" + +eslint-plugin-woke@^1.0.1: + version "1.0.1" + resolved "1.0.1" + integrity sha512-cDRyZMNJkrbycju6OKhGnF29j0kbzV9AnLk3IPz6Kn0vWrSf8RyUdS5at97o/CJ8SEN2e6furQch1o/0LIrfMg== + dependencies: + requireindex "~1.1.0" + +eslint-plugin-yml@^0.10.1: + version "0.10.1" + resolved "0.10.1" + integrity sha512-af0WgO3qaH+RW6jv1s6RzXKlg2NZLisN95lqGUf1KqBT6rEJyGSCpM49QYaSTvzmMaB/gcdbrnAfNoYwUn0Yig== + dependencies: + debug "^4.1.1" + lodash "^4.17.19" + natural-compare "^1.4.0" + yaml-eslint-parser "^0.4.0" + +eslint-rule-composer@^0.3.0: + version "0.3.0" + resolved "0.3.0" + integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== + +eslint-rule-docs@^1.1.5: + version "1.1.235" + resolved "1.1.235" + integrity sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A== + +eslint-scope@5.1.1: + version "7.1.1" + resolved "7.1.1" + integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-scope@^5.1.1: + version "7.1.1" + resolved "7.1.1" + integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-scope@^7.1.1: + version "7.1.1" + resolved "7.1.1" + integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-template-visitor@^2.3.2: + version "2.3.2" + resolved "2.3.2" + integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA== + dependencies: + "@babel/core" "^7.12.16" + "@babel/eslint-parser" "^7.12.16" + eslint-visitor-keys "^2.0.0" + esquery "^1.3.1" + multimap "^1.1.0" + +eslint-utils@^2.0.0: + version "3.0.0" + resolved "3.0.0" + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== + dependencies: + eslint-visitor-keys "^2.0.0" + +eslint-utils@^2.1.0: + version "3.0.0" + resolved "3.0.0" + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== + dependencies: + eslint-visitor-keys "^2.0.0" + +"eslint-utils@^2.1.0 || ^3.0.0": + version "3.0.0" + resolved "3.0.0" + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== + dependencies: + eslint-visitor-keys "^2.0.0" + +eslint-utils@^3.0.0: + version "3.0.0" + resolved "3.0.0" + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== + dependencies: + eslint-visitor-keys "^2.0.0" + +eslint-visitor-keys@^1.3.0: + version "3.3.0" + resolved "3.3.0" + integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== + +eslint-visitor-keys@^2.0.0: + version "3.3.0" + resolved "3.3.0" + integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== + +eslint-visitor-keys@^2.1.0: + version "3.3.0" + resolved "3.3.0" + integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== + +eslint-visitor-keys@^3.3.0: + version "3.3.0" + resolved "3.3.0" + integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== + +eslint@^8.0.1: + version "8.30.0" + resolved "8.30.0" + integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ== + dependencies: + "@eslint/eslintrc" "^1.4.0" + "@humanwhocodes/config-array" "^0.11.8" + "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" + ajv "^6.10.0" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.3.2" + doctrine "^3.0.0" + escape-string-regexp "^4.0.0" + eslint-scope "^7.1.1" + eslint-utils "^3.0.0" + eslint-visitor-keys "^3.3.0" + espree "^9.4.0" + esquery "^1.4.0" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + find-up "^5.0.0" + glob-parent "^6.0.2" + globals "^13.19.0" + grapheme-splitter "^1.0.4" + ignore "^5.2.0" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + is-path-inside "^3.0.3" + js-sdsl "^4.1.4" + js-yaml "^4.1.0" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.1.2" + natural-compare "^1.4.0" + optionator "^0.9.1" + regexpp "^3.2.0" + strip-ansi "^6.0.1" + strip-json-comments "^3.1.0" + text-table "^0.2.0" + +eslint@^8.24.0: + version "8.30.0" + resolved "8.30.0" + integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ== + dependencies: + "@eslint/eslintrc" "^1.4.0" + "@humanwhocodes/config-array" "^0.11.8" + "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" + ajv "^6.10.0" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.3.2" + doctrine "^3.0.0" + escape-string-regexp "^4.0.0" + eslint-scope "^7.1.1" + eslint-utils "^3.0.0" + eslint-visitor-keys "^3.3.0" + espree "^9.4.0" + esquery "^1.4.0" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + find-up "^5.0.0" + glob-parent "^6.0.2" + globals "^13.19.0" + grapheme-splitter "^1.0.4" + ignore "^5.2.0" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + is-path-inside "^3.0.3" + js-sdsl "^4.1.4" + js-yaml "^4.1.0" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.1.2" + natural-compare "^1.4.0" + optionator "^0.9.1" + regexpp "^3.2.0" + strip-ansi "^6.0.1" + strip-json-comments "^3.1.0" + text-table "^0.2.0" + +git-cz-emoji@latest: + version "1.1.24" + resolved "1.1.24" + integrity sha512-m9XItxRoL6k/NCAeWubMJW2m3r29V6JkQSpZk5vtFY6IVJ8S4l6l7AVreOsRemKoWiVzxtb2I4xBbJNt1vlrNw== + dependencies: + chalk "^4.1.2" + commitizen "^4.2.4" + tslib "^2.3.1" + word-wrap "^1.2.3" + +handlebars-helpers@latest: + version "0.10.0" + resolved "0.10.0" + integrity sha512-QiyhQz58u/DbuV41VnfpE0nhy6YCH4vB514ajysV8SoKmP+DxU+pR+fahVyNECHj+jiwEN2VrvxD/34/yHaLUg== + dependencies: + arr-flatten "^1.1.0" + array-sort "^0.1.4" + create-frame "^1.0.0" + define-property "^1.0.0" + "falsey" "^0.3.2" + for-in "^1.0.2" + for-own "^1.0.0" + get-object "^0.2.0" + get-value "^2.0.6" + handlebars "^4.0.11" + handlebars-helper-create-frame "^0.1.0" + handlebars-utils "^1.0.6" + has-value "^1.0.0" + helper-date "^1.0.1" + helper-markdown "^1.0.0" + helper-md "^0.2.2" + html-tag "^2.0.0" + is-even "^1.0.0" + is-glob "^4.0.0" + is-number "^4.0.0" + kind-of "^6.0.0" + lazy-cache "^2.0.2" + logging-helpers "^1.0.0" + micromatch "^3.1.4" + relative "^3.0.2" + striptags "^3.1.0" + to-gfm-code-block "^0.1.1" + year "^0.2.1" + +jest-chain@^1.1.5: + version "1.1.6" + resolved "1.1.6" + integrity sha512-eIkGzVBGQ1VuEErDceMYAET53pcwYVVTXtJEbY+x60Dwi+2M2uOt4rhKAej+wfVOAlE4G0plI9mstmv6GBtJjw== + +jest-changed-files@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw== + dependencies: + "@jest/types" "^27.5.1" + execa "^5.0.0" + throat "^6.0.1" + +jest-circus@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + chalk "^4.0.0" + co "^4.6.0" + dedent "^0.7.0" + expect "^27.5.1" + is-generator-fn "^2.0.0" + jest-each "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + jest-runtime "^27.5.1" + jest-snapshot "^27.5.1" + jest-util "^27.5.1" + pretty-format "^27.5.1" + slash "^3.0.0" + stack-utils "^2.0.3" + throat "^6.0.1" + +jest-cli@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw== + dependencies: + "@jest/core" "^27.5.1" + "@jest/test-result" "^27.5.1" + "@jest/types" "^27.5.1" + chalk "^4.0.0" + exit "^0.1.2" + graceful-fs "^4.2.9" + import-local "^3.0.2" + jest-config "^27.5.1" + jest-util "^27.5.1" + jest-validate "^27.5.1" + prompts "^2.0.1" + yargs "^16.2.0" + +jest-config@^25.5.4: + version "27.5.1" + resolved "27.5.1" + integrity sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA== + dependencies: + "@babel/core" "^7.8.0" + "@jest/test-sequencer" "^27.5.1" + "@jest/types" "^27.5.1" + babel-jest "^27.5.1" + chalk "^4.0.0" + ci-info "^3.2.0" + deepmerge "^4.2.2" + glob "^7.1.1" + graceful-fs "^4.2.9" + jest-circus "^27.5.1" + jest-environment-jsdom "^27.5.1" + jest-environment-node "^27.5.1" + jest-get-type "^27.5.1" + jest-jasmine2 "^27.5.1" + jest-regex-util "^27.5.1" + jest-resolve "^27.5.1" + jest-runner "^27.5.1" + jest-util "^27.5.1" + jest-validate "^27.5.1" + micromatch "^4.0.4" + parse-json "^5.2.0" + pretty-format "^27.5.1" + slash "^3.0.0" + strip-json-comments "^3.1.1" + +jest-config@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA== + dependencies: + "@babel/core" "^7.8.0" + "@jest/test-sequencer" "^27.5.1" + "@jest/types" "^27.5.1" + babel-jest "^27.5.1" + chalk "^4.0.0" + ci-info "^3.2.0" + deepmerge "^4.2.2" + glob "^7.1.1" + graceful-fs "^4.2.9" + jest-circus "^27.5.1" + jest-environment-jsdom "^27.5.1" + jest-environment-node "^27.5.1" + jest-get-type "^27.5.1" + jest-jasmine2 "^27.5.1" + jest-regex-util "^27.5.1" + jest-resolve "^27.5.1" + jest-runner "^27.5.1" + jest-util "^27.5.1" + jest-validate "^27.5.1" + micromatch "^4.0.4" + parse-json "^5.2.0" + pretty-format "^27.5.1" + slash "^3.0.0" + strip-json-comments "^3.1.1" + +jest-dev-server@^6.2.0: + version "6.2.0" + resolved "6.2.0" + integrity sha512-ZWh8CuvxwjhYfvw4tGeftziqIvw/26R6AG3OTgNTQeXul8aZz48RQjDpnlDwnWX53jxJJl9fcigqIdSU5lYZuw== + dependencies: + chalk "^4.1.2" + cwd "^0.10.0" + find-process "^1.4.7" + prompts "^2.4.2" + spawnd "^6.2.0" + tree-kill "^1.2.2" + wait-on "^6.0.1" + +jest-diff@^26.0.0: + version "27.5.1" + resolved "27.5.1" + integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw== + dependencies: + chalk "^4.0.0" + diff-sequences "^27.5.1" + jest-get-type "^27.5.1" + pretty-format "^27.5.1" + +jest-diff@^26.6.2: + version "27.5.1" + resolved "27.5.1" + integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw== + dependencies: + chalk "^4.0.0" + diff-sequences "^27.5.1" + jest-get-type "^27.5.1" + pretty-format "^27.5.1" + +jest-diff@^27.0.0: + version "27.5.1" + resolved "27.5.1" + integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw== + dependencies: + chalk "^4.0.0" + diff-sequences "^27.5.1" + jest-get-type "^27.5.1" + pretty-format "^27.5.1" + +jest-diff@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw== + dependencies: + chalk "^4.0.0" + diff-sequences "^27.5.1" + jest-get-type "^27.5.1" + pretty-format "^27.5.1" + +jest-docblock@^25.3.0: + version "25.3.0" + resolved "25.3.0" + integrity sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg== + dependencies: + detect-newline "^3.0.0" + +jest-dom@^4.0.0: + version "4.0.0" + resolved "4.0.0" + integrity sha512-gBxYZlZB1Jgvf2gP2pRfjjUWF8woGBHj/g5rAQgFPB/0K2atGuhVcPO+BItyjWeKg9zM+dokgcMOH01vrWVMFA== + +jest-each@^25.5.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + jest-get-type "^25.2.6" + jest-util "^25.5.0" + pretty-format "^25.5.0" + +jest-each@^27.5.1: + version "25.5.0" + resolved "25.5.0" + integrity sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + jest-get-type "^25.2.6" + jest-util "^25.5.0" + pretty-format "^25.5.0" + +jest-environment-jsdom@^27.0.0: + version "27.5.1" + resolved "27.5.1" + integrity sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + jest-mock "^27.5.1" + jest-util "^27.5.1" + jsdom "^16.6.0" + +jest-environment-jsdom@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + jest-mock "^27.5.1" + jest-util "^27.5.1" + jsdom "^16.6.0" + +jest-environment-node@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw== + dependencies: + "@jest/environment" "^27.5.1" + "@jest/fake-timers" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/node" "*" + jest-mock "^27.5.1" + jest-util "^27.5.1" + +jest-environment-puppeteer@^6.2.0: + version "6.2.0" + resolved "6.2.0" + integrity sha512-a/oSu6dO9D+XoDDe3ZY/0Sk79Jl2FcJl7Q0D+3x22l1eWNOYe4ikXnPGhtmNZ3mJIpuAVIX6LytA8EraOk/aqQ== + dependencies: + chalk "^4.1.2" + cwd "^0.10.0" + jest-dev-server "^6.2.0" + jest-environment-node "^27.5.1" + merge-deep "^3.0.3" + +jest-get-type@^25.2.6: + version "27.5.1" + resolved "27.5.1" + integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== + +jest-get-type@^26.3.0: + version "27.5.1" + resolved "27.5.1" + integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== + +jest-get-type@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== + +jest-get-type@^29.2.0: + version "27.5.1" + resolved "27.5.1" + integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== + +jest-haste-map@^25.0.0: + version "25.5.1" + resolved "25.5.1" + integrity sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== + dependencies: + "@jest/types" "^25.5.0" + "@types/graceful-fs" "^4.1.2" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.4" + jest-serializer "^25.5.0" + jest-util "^25.5.0" + jest-worker "^25.5.0" + micromatch "^4.0.2" + sane "^4.0.3" + walker "^1.0.7" + which "^2.0.2" + optionalDependencies: + fsevents "^2.1.2" + +jest-haste-map@^25.5.1: + version "25.5.1" + resolved "25.5.1" + integrity sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== + dependencies: + "@jest/types" "^25.5.0" + "@types/graceful-fs" "^4.1.2" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.4" + jest-serializer "^25.5.0" + jest-util "^25.5.0" + jest-worker "^25.5.0" + micromatch "^4.0.2" + sane "^4.0.3" + walker "^1.0.7" + which "^2.0.2" + optionalDependencies: + fsevents "^2.1.2" + +jest-haste-map@^26.6.2: + version "25.5.1" + resolved "25.5.1" + integrity sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== + dependencies: + "@jest/types" "^25.5.0" + "@types/graceful-fs" "^4.1.2" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.4" + jest-serializer "^25.5.0" + jest-util "^25.5.0" + jest-worker "^25.5.0" + micromatch "^4.0.2" + sane "^4.0.3" + walker "^1.0.7" + which "^2.0.2" + optionalDependencies: + fsevents "^2.1.2" + +jest-haste-map@^27.5.1: + version "25.5.1" + resolved "25.5.1" + integrity sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== + dependencies: + "@jest/types" "^25.5.0" + "@types/graceful-fs" "^4.1.2" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.4" + jest-serializer "^25.5.0" + jest-util "^25.5.0" + jest-worker "^25.5.0" + micromatch "^4.0.2" + sane "^4.0.3" + walker "^1.0.7" + which "^2.0.2" + optionalDependencies: + fsevents "^2.1.2" + +jest-html-reporters@^2.1.6: + version "2.1.7" + resolved "2.1.7" + integrity sha512-qYly47l7Q59bjVWpGQ9grSYaNIAtS1L+l8jQrC24iXWKRy3N/pkKTklGtcdqsZ8hhiGQPI9skByl/63GNj0UeQ== + dependencies: + fs-extra "^9.0.1" + open "^8.0.3" + +jest-image-snapshot@^4.5.1: + version "4.5.1" + resolved "4.5.1" + integrity sha512-0YkgupgkkCx0wIZkxvqs/oNiUT0X0d2WTpUhaAp+Dy6CpqBUZMRTIZo4KR1f+dqmx6WXrLCvecjnHLIsLkI+gQ== + dependencies: + chalk "^1.1.3" + get-stdin "^5.0.1" + glur "^1.1.2" + lodash "^4.17.4" + mkdirp "^0.5.1" + pixelmatch "^5.1.0" + pngjs "^3.4.0" + rimraf "^2.6.2" + ssim.js "^3.1.1" + +jest-jasmine2@^25.5.4: + version "25.5.4" + resolved "25.5.4" + integrity sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ== + dependencies: + "@babel/traverse" "^7.1.0" + "@jest/environment" "^25.5.0" + "@jest/source-map" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" + co "^4.6.0" + expect "^25.5.0" + is-generator-fn "^2.0.0" + jest-each "^25.5.0" + jest-matcher-utils "^25.5.0" + jest-message-util "^25.5.0" + jest-runtime "^25.5.4" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + pretty-format "^25.5.0" + throat "^5.0.0" + +jest-jasmine2@^27.5.1: + version "25.5.4" + resolved "25.5.4" + integrity sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ== + dependencies: + "@babel/traverse" "^7.1.0" + "@jest/environment" "^25.5.0" + "@jest/source-map" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" + co "^4.6.0" + expect "^25.5.0" + is-generator-fn "^2.0.0" + jest-each "^25.5.0" + jest-matcher-utils "^25.5.0" + jest-message-util "^25.5.0" + jest-runtime "^25.5.4" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + pretty-format "^25.5.0" + throat "^5.0.0" + +jest-json-schema@^5.0.0: + version "5.0.0" + resolved "5.0.0" + integrity sha512-AggSUrNDSGndFQJAvrAHQzW9P/4tu9bnCIlvyzcOszgk8By1EU1bNP15TA38/4YekDgac49GniInpa0HsIbAjA== + dependencies: + ajv "^6.10.2" + chalk "^4.1.0" + jest-matcher-utils "^26.6.1" + +jest-junit@^13.0.0: + version "13.2.0" + resolved "13.2.0" + integrity sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg== + dependencies: + mkdirp "^1.0.4" + strip-ansi "^6.0.1" + uuid "^8.3.2" + xml "^1.0.1" + +jest-leak-detector@^25.5.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA== + dependencies: + jest-get-type "^25.2.6" + pretty-format "^25.5.0" + +jest-matcher-utils@^25.5.0: + version "26.6.2" + resolved "26.6.2" + integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== + dependencies: + chalk "^4.0.0" + jest-diff "^26.6.2" + jest-get-type "^26.3.0" + pretty-format "^26.6.2" + +jest-matcher-utils@^26.6.1: + version "26.6.2" + resolved "26.6.2" + integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== + dependencies: + chalk "^4.0.0" + jest-diff "^26.6.2" + jest-get-type "^26.3.0" + pretty-format "^26.6.2" + +jest-matcher-utils@^27.5.1: + version "26.6.2" + resolved "26.6.2" + integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== + dependencies: + chalk "^4.0.0" + jest-diff "^26.6.2" + jest-get-type "^26.3.0" + pretty-format "^26.6.2" + +jest-message-util@^24.0.0: + version "24.9.0" + resolved "24.9.0" + integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== + dependencies: + "@babel/code-frame" "^7.0.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/stack-utils" "^1.0.1" + chalk "^2.0.1" + micromatch "^3.1.10" + slash "^2.0.0" + stack-utils "^1.0.1" + +jest-message-util@^25.5.0: + version "24.9.0" + resolved "24.9.0" + integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== + dependencies: + "@babel/code-frame" "^7.0.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/stack-utils" "^1.0.1" + chalk "^2.0.1" + micromatch "^3.1.10" + slash "^2.0.0" + stack-utils "^1.0.1" + +jest-message-util@^27.5.1: + version "24.9.0" + resolved "24.9.0" + integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== + dependencies: + "@babel/code-frame" "^7.0.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/stack-utils" "^1.0.1" + chalk "^2.0.1" + micromatch "^3.1.10" + slash "^2.0.0" + stack-utils "^1.0.1" + +jest-mock@^25.0.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA== + dependencies: + "@jest/types" "^25.5.0" + +jest-mock@^25.5.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA== + dependencies: + "@jest/types" "^25.5.0" + +jest-mock@^27.5.1: + version "25.5.0" + resolved "25.5.0" + integrity sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA== + dependencies: + "@jest/types" "^25.5.0" + +jest-pnp-resolver@^1.2.2: + version "1.2.3" + resolved "1.2.3" + integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== + +jest-preset-angular@^10.1.0: + version "10.1.0" + resolved "10.1.0" + integrity sha512-D4k+BnGoig3w1x4MZiQOdN8UfaLN5aNjmx91U28VYRA+LslbN+D8dGyb5a5lR32mog5y86iVnAZ4mRvFlYr7SQ== + dependencies: + jest-environment-jsdom "^27.0.0" + pretty-format "^27.0.0" + ts-jest "^27.0.0" + +jest-preset-ts@latest: + version "1.0.1" + resolved "1.0.1" + integrity sha512-e2WUxVG+iIrLdPX8hnR1yFd1zRXmCDcPyeHM6tnXlH/pnB7YB0pUg6bGHJ8qT+MYA3mCuEAPded/idHPBYjrHA== + dependencies: + "@jest-runner/electron" "^3.0.1" + "@storybook/addon-storyshots" "^6.3.12" + "@types/jest-json-schema" "^2.1.3" + expect-puppeteer "^6.0.0" + is-ci "^3.0.1" + jest "^27.2.5" + jest-chain "^1.1.5" + jest-dom "^4.0.0" + jest-html-reporters "^2.1.6" + jest-image-snapshot "^4.5.1" + jest-json-schema "^5.0.0" + jest-junit "^13.0.0" + jest-preset-angular "^10.1.0" + jest-puppeteer "^6.0.0" + jest-runner-eslint "^1.0.0" + jest-runner-groups "^2.1.0" + jest-runner-prettier "^0.3.7" + jest-runner-stylelint "^2.3.7" + jest-runner-tsc "^1.6.0" + jest-watch-master "^1.0.0" + jest-watch-select-projects "^2.0.0" + jest-watch-typeahead "^1.0.0" + ts-jest "^27.0.3" + tslib "^2.3.1" + +jest-puppeteer@^6.0.0: + version "6.2.0" + resolved "6.2.0" + integrity sha512-4Ynkgcf9FkHlTNEpdsojGLb3KtsToWqjO6SCigxb9Qj3HzIqhzJzNbDJ/XhiciNDpqDe6KHW9sZ6fjHphNLr6g== + dependencies: + expect-puppeteer "^6.1.1" + jest-environment-puppeteer "^6.2.0" + +jest-regex-util@^25.2.6: + version "28.0.2" + resolved "28.0.2" + integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw== + +jest-regex-util@^26.0.0: + version "28.0.2" + resolved "28.0.2" + integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw== + +jest-regex-util@^27.5.1: + version "28.0.2" + resolved "28.0.2" + integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw== + +jest-regex-util@^28.0.0: + version "28.0.2" + resolved "28.0.2" + integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw== + +jest-resolve-dependencies@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg== + dependencies: + "@jest/types" "^27.5.1" + jest-regex-util "^27.5.1" + jest-snapshot "^27.5.1" + +jest-resolve@^25.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw== + dependencies: + "@jest/types" "^27.5.1" + chalk "^4.0.0" + graceful-fs "^4.2.9" + jest-haste-map "^27.5.1" + jest-pnp-resolver "^1.2.2" + jest-util "^27.5.1" + jest-validate "^27.5.1" + resolve "^1.20.0" + resolve.exports "^1.1.0" + slash "^3.0.0" + +jest-resolve@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw== + dependencies: + "@jest/types" "^27.5.1" + chalk "^4.0.0" + graceful-fs "^4.2.9" + jest-haste-map "^27.5.1" + jest-pnp-resolver "^1.2.2" + jest-util "^27.5.1" + jest-validate "^27.5.1" + resolve "^1.20.0" + resolve.exports "^1.1.0" + slash "^3.0.0" + +jest-runner-eslint@^1.0.0: + version "1.1.0" + resolved "1.1.0" + integrity sha512-XAQnEIuaZ/wHU8YVR4AEka5FBg3P+fnKd/upk8D9lxhejsclgai5gle7Ay4eLQ1+mlh2y5Ya3/AmfYz8FFZKJQ== + dependencies: + chalk "^3.0.0" + cosmiconfig "^6.0.0" + create-jest-runner "^0.6.0" + dot-prop "^5.3.0" + +jest-runner-groups@^2.1.0: + version "2.2.0" + resolved "2.2.0" + integrity sha512-Sp/B9ZX0CDAKa9dIkgH0sGyl2eDuScV4SVvOxqhBMxqWpsNAkmol/C58aTFmPWZj+C0ZTW1r1BSu66MTCN+voA== + +jest-runner-prettier@^0.3.7: + version "0.3.7" + resolved "0.3.7" + integrity sha512-Ha8VQ4b7Fk0k340k6iK59UB8qDzeHrDl/Vkv5f4hnBA8UVx1u26gi2OT/V9eVpIU8KTbMW2fvRZz83AKPHNAtQ== + dependencies: + cli-highlight "^2.1.1" + create-jest-runner "^0.8.0" + jest-diff "^27.0.0" + +jest-runner-stylelint@^2.3.7: + version "2.3.7" + resolved "2.3.7" + integrity sha512-d181xo/+Pv0PyGZzaGdTDligVS/9EToaZ0M3SbqvkJfw8jo2fN9zKs2W7XpiMn50B/Xg0Fg9XWUJj3dIXcjbCQ== + dependencies: + cosmiconfig "^7.0.0" + create-jest-runner "^0.7.0" + +jest-runner-tsc@^1.6.0: + version "1.6.0" + resolved "1.6.0" + integrity sha512-pgZPqe5b36D6UzBMAvkcVW88lqOUzv52T8DEUTX+3F74WVYIRBlMOKjje1vA1M1kcbMmKi6V3nezmydf+IJ2UA== + dependencies: + "@babel/code-frame" "^7.0.0" + cosmiconfig "^5.2.1" + create-jest-runner "~0.4.1" + +jest-runner@^25.0.0: + version "25.5.4" + resolved "25.5.4" + integrity sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" + exit "^0.1.2" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-docblock "^25.3.0" + jest-haste-map "^25.5.1" + jest-jasmine2 "^25.5.4" + jest-leak-detector "^25.5.0" + jest-message-util "^25.5.0" + jest-resolve "^25.5.1" + jest-runtime "^25.5.4" + jest-util "^25.5.0" + jest-worker "^25.5.0" + source-map-support "^0.5.6" + throat "^5.0.0" + +jest-runner@^25.5.4: + version "25.5.4" + resolved "25.5.4" + integrity sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" + exit "^0.1.2" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-docblock "^25.3.0" + jest-haste-map "^25.5.1" + jest-jasmine2 "^25.5.4" + jest-leak-detector "^25.5.0" + jest-message-util "^25.5.0" + jest-resolve "^25.5.1" + jest-runtime "^25.5.4" + jest-util "^25.5.0" + jest-worker "^25.5.0" + source-map-support "^0.5.6" + throat "^5.0.0" + +jest-runner@^27.5.1: + version "25.5.4" + resolved "25.5.4" + integrity sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" + exit "^0.1.2" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-docblock "^25.3.0" + jest-haste-map "^25.5.1" + jest-jasmine2 "^25.5.4" + jest-leak-detector "^25.5.0" + jest-message-util "^25.5.0" + jest-resolve "^25.5.1" + jest-runtime "^25.5.4" + jest-util "^25.5.0" + jest-worker "^25.5.0" + source-map-support "^0.5.6" + throat "^5.0.0" + +jest-runtime@^25.0.0: + version "25.5.4" + resolved "25.5.4" + integrity sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/globals" "^25.5.2" + "@jest/source-map" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + "@types/yargs" "^15.0.0" + chalk "^3.0.0" + collect-v8-coverage "^1.0.0" + exit "^0.1.2" + glob "^7.1.3" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-haste-map "^25.5.1" + jest-message-util "^25.5.0" + jest-mock "^25.5.0" + jest-regex-util "^25.2.6" + jest-resolve "^25.5.1" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + jest-validate "^25.5.0" + realpath-native "^2.0.0" + slash "^3.0.0" + strip-bom "^4.0.0" + yargs "^15.3.1" + +jest-runtime@^25.5.4: + version "25.5.4" + resolved "25.5.4" + integrity sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/globals" "^25.5.2" + "@jest/source-map" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + "@types/yargs" "^15.0.0" + chalk "^3.0.0" + collect-v8-coverage "^1.0.0" + exit "^0.1.2" + glob "^7.1.3" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-haste-map "^25.5.1" + jest-message-util "^25.5.0" + jest-mock "^25.5.0" + jest-regex-util "^25.2.6" + jest-resolve "^25.5.1" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + jest-validate "^25.5.0" + realpath-native "^2.0.0" + slash "^3.0.0" + strip-bom "^4.0.0" + yargs "^15.3.1" + +jest-runtime@^27.5.1: + version "25.5.4" + resolved "25.5.4" + integrity sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/globals" "^25.5.2" + "@jest/source-map" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + "@types/yargs" "^15.0.0" + chalk "^3.0.0" + collect-v8-coverage "^1.0.0" + exit "^0.1.2" + glob "^7.1.3" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-haste-map "^25.5.1" + jest-message-util "^25.5.0" + jest-mock "^25.5.0" + jest-regex-util "^25.2.6" + jest-resolve "^25.5.1" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + jest-validate "^25.5.0" + realpath-native "^2.0.0" + slash "^3.0.0" + strip-bom "^4.0.0" + yargs "^15.3.1" + +jest-serializer@^25.5.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA== + dependencies: + graceful-fs "^4.2.4" + +jest-snapshot@^25.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA== + dependencies: + "@babel/core" "^7.7.2" + "@babel/generator" "^7.7.2" + "@babel/plugin-syntax-typescript" "^7.7.2" + "@babel/traverse" "^7.7.2" + "@babel/types" "^7.0.0" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/babel__traverse" "^7.0.4" + "@types/prettier" "^2.1.5" + babel-preset-current-node-syntax "^1.0.0" + chalk "^4.0.0" + expect "^27.5.1" + graceful-fs "^4.2.9" + jest-diff "^27.5.1" + jest-get-type "^27.5.1" + jest-haste-map "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + jest-util "^27.5.1" + natural-compare "^1.4.0" + pretty-format "^27.5.1" + semver "^7.3.2" + +jest-snapshot@^26.3.0: + version "27.5.1" + resolved "27.5.1" + integrity sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA== + dependencies: + "@babel/core" "^7.7.2" + "@babel/generator" "^7.7.2" + "@babel/plugin-syntax-typescript" "^7.7.2" + "@babel/traverse" "^7.7.2" + "@babel/types" "^7.0.0" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/babel__traverse" "^7.0.4" + "@types/prettier" "^2.1.5" + babel-preset-current-node-syntax "^1.0.0" + chalk "^4.0.0" + expect "^27.5.1" + graceful-fs "^4.2.9" + jest-diff "^27.5.1" + jest-get-type "^27.5.1" + jest-haste-map "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + jest-util "^27.5.1" + natural-compare "^1.4.0" + pretty-format "^27.5.1" + semver "^7.3.2" + +jest-snapshot@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA== + dependencies: + "@babel/core" "^7.7.2" + "@babel/generator" "^7.7.2" + "@babel/plugin-syntax-typescript" "^7.7.2" + "@babel/traverse" "^7.7.2" + "@babel/types" "^7.0.0" + "@jest/transform" "^27.5.1" + "@jest/types" "^27.5.1" + "@types/babel__traverse" "^7.0.4" + "@types/prettier" "^2.1.5" + babel-preset-current-node-syntax "^1.0.0" + chalk "^4.0.0" + expect "^27.5.1" + graceful-fs "^4.2.9" + jest-diff "^27.5.1" + jest-get-type "^27.5.1" + jest-haste-map "^27.5.1" + jest-matcher-utils "^27.5.1" + jest-message-util "^27.5.1" + jest-util "^27.5.1" + natural-compare "^1.4.0" + pretty-format "^27.5.1" + semver "^7.3.2" + +jest-util@^25.0.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + make-dir "^3.0.0" + +jest-util@^25.5.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + make-dir "^3.0.0" + +jest-util@^26.6.2: + version "25.5.0" + resolved "25.5.0" + integrity sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + make-dir "^3.0.0" + +jest-util@^27.0.0: + version "25.5.0" + resolved "25.5.0" + integrity sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + make-dir "^3.0.0" + +jest-util@^27.5.1: + version "25.5.0" + resolved "25.5.0" + integrity sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + make-dir "^3.0.0" + +jest-util@^28.1.3: + version "25.5.0" + resolved "25.5.0" + integrity sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + make-dir "^3.0.0" + +jest-validate@^25.5.0: + version "27.5.1" + resolved "27.5.1" + integrity sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ== + dependencies: + "@jest/types" "^27.5.1" + camelcase "^6.2.0" + chalk "^4.0.0" + jest-get-type "^27.5.1" + leven "^3.1.0" + pretty-format "^27.5.1" + +jest-validate@^27.5.1: + version "27.5.1" + resolved "27.5.1" + integrity sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ== + dependencies: + "@jest/types" "^27.5.1" + camelcase "^6.2.0" + chalk "^4.0.0" + jest-get-type "^27.5.1" + leven "^3.1.0" + pretty-format "^27.5.1" + +jest-watch-master@^1.0.0: + version "1.0.0" + resolved "1.0.0" + integrity sha512-k5cGkA9uHkPkBkLyOC6BWjhmqQay0Bm/yQdERNN3myaeSJhfSpjQ0YtLjanpNajv6WljrNjPx+5orPgiZhpkDw== + dependencies: + chalk "^2.0.0" + +jest-watch-select-projects@^2.0.0: + version "2.0.0" + resolved "2.0.0" + integrity sha512-j00nW4dXc2NiCW6znXgFLF9g8PJ0zP25cpQ1xRro/HU2GBfZQFZD0SoXnAlaoKkIY4MlfTMkKGbNXFpvCdjl1w== + dependencies: + ansi-escapes "^4.3.0" + chalk "^3.0.0" + prompts "^2.2.1" + +jest-watch-typeahead@^1.0.0: + version "1.1.0" + resolved "1.1.0" + integrity sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw== + dependencies: + ansi-escapes "^4.3.1" + chalk "^4.0.0" + jest-regex-util "^28.0.0" + jest-watcher "^28.0.0" + slash "^4.0.0" + string-length "^5.0.1" + strip-ansi "^7.0.1" + +jest-watcher@^27.5.1: + version "28.1.3" + resolved "28.1.3" + integrity sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g== + dependencies: + "@jest/test-result" "^28.1.3" + "@jest/types" "^28.1.3" + "@types/node" "*" + ansi-escapes "^4.2.1" + chalk "^4.0.0" + emittery "^0.10.2" + jest-util "^28.1.3" + string-length "^4.0.1" + +jest-watcher@^28.0.0: + version "28.1.3" + resolved "28.1.3" + integrity sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g== + dependencies: + "@jest/test-result" "^28.1.3" + "@jest/types" "^28.1.3" + "@types/node" "*" + ansi-escapes "^4.2.1" + chalk "^4.0.0" + emittery "^0.10.2" + jest-util "^28.1.3" + string-length "^4.0.1" + +jest-worker@^25.1.0: + version "23.2.0" + resolved "23.2.0" + integrity sha512-zx0uwPCDxToGfYyQiSHh7T/sKIxQFnQqT6Uug7Y/L7PzEkFITPaufjQe6yaf1OXSnGvKC5Fwol1hIym0zDzyvw== + dependencies: + merge-stream "^1.0.1" + +jest-worker@^25.5.0: + version "23.2.0" + resolved "23.2.0" + integrity sha512-zx0uwPCDxToGfYyQiSHh7T/sKIxQFnQqT6Uug7Y/L7PzEkFITPaufjQe6yaf1OXSnGvKC5Fwol1hIym0zDzyvw== + dependencies: + merge-stream "^1.0.1" + +jest-worker@^27.5.1: + version "23.2.0" + resolved "23.2.0" + integrity sha512-zx0uwPCDxToGfYyQiSHh7T/sKIxQFnQqT6Uug7Y/L7PzEkFITPaufjQe6yaf1OXSnGvKC5Fwol1hIym0zDzyvw== + dependencies: + merge-stream "^1.0.1" + +jest@^27.2.5: + version "27.5.1" + resolved "27.5.1" + integrity sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ== + dependencies: + "@jest/core" "^27.5.1" + import-local "^3.0.2" + jest-cli "^27.5.1" + +jsonc-eslint-parser@^1.4.1: + version "1.4.1" + resolved "1.4.1" + integrity sha512-hXBrvsR1rdjmB2kQmUjf1rEIa+TqHBGMge8pwi++C+Si1ad7EjZrJcpgwym+QGK/pqTx+K7keFAtLlVNdLRJOg== + dependencies: + acorn "^7.4.1" + eslint-utils "^2.1.0" + eslint-visitor-keys "^1.3.0" + espree "^6.0.0" + semver "^6.3.0" + +prettier-config-sexy-mode@latest: + version "1.1.4" + resolved "1.1.4" + integrity sha512-nJyYCqfZxuz3Lxpm1WkZmAZypi+Avv42wvByCV+lLipkpDG2uTs6Pb2vD7XOXh4s/ZLWfLg6gwlD7Yj2+0ewBg== + dependencies: + "@prettier/plugin-php" "^0.17.6" + "@prettier/plugin-pug" "^1.19.2" + "@prettier/plugin-ruby" "^2.0.0" + "@prettier/plugin-xml" "^1.0.2" + prettier "^2.4.1" + prettier-plugin-go-template "^0.0.11" + prettier-plugin-ini "^0.3.1" + prettier-plugin-java "^1.6.1" + prettier-plugin-jsdoc "^0.3.30" + prettier-plugin-organize-imports "^2.3.4" + prettier-plugin-package-perfection "^1.0.1" + prettier-plugin-properties "^0.1.0" + prettier-plugin-sh "^0.7.1" + prettier-plugin-solidity "^1.0.0-beta.19" + prettier-plugin-sql "^0.4.1" + prettier-plugin-toml-fixed "^0.3.3" + tslib latest + +prettier-plugin-go-template@^0.0.11: + version "0.0.11" + resolved "0.0.11" + integrity sha512-qtgoEjvbgmcDp9TOqYNgrPrA41s6S1UMyzMqjcxdxQahTX0webWfbamyA/x3XeBFEEJmgXrRAirzJrIVzImsMg== + dependencies: + ulid "^2.3.0" + +prettier-plugin-ini@^0.3.1: + version "0.3.1" + resolved "0.3.1" + integrity sha512-p2MPOpkf0ebBme4n8U3TD7/uC3azlEyPgbfgU/l5SCgAvSKmXmRMSxKxonhSoQAGtdwQWcEADJbmzl+X72yN4Q== + dependencies: + prettier ">=2.0" + +prettier-plugin-java@^1.6.1: + version "1.6.2" + resolved "1.6.2" + integrity sha512-oVIUOkx50eb9skdRtEIU7MJUsizQ1ZocgXR1w1o8AnieNGpuPI/2pWnpjtbBm9wUG1dHtBGU8cVIr8h+xgzQIg== + dependencies: + java-parser "2.0.2" + lodash "4.17.21" + prettier "2.3.1" + +prettier-plugin-jsdoc@^0.3.30: + version "0.3.38" + resolved "0.3.38" + integrity sha512-h81ZV/nFk5gr3fzWMWzWoz/M/8FneAZxscT7DVSy+5jMIuWYnBFZfSswVKYZyTaZ5r6+6k4hpFTDWhRp85C1tg== + dependencies: + binary-searching "^2.0.5" + comment-parser "^1.3.1" + mdast-util-from-markdown "^1.2.0" + +prettier-plugin-organize-imports@^2.3.4: + version "2.3.4" + resolved "2.3.4" + integrity sha512-R8o23sf5iVL/U71h9SFUdhdOEPsi3nm42FD/oDYIZ2PQa4TNWWuWecxln6jlIQzpZTDMUeO1NicJP6lLn2TtRw== + +prettier-plugin-package-perfection@^1.0.1: + version "1.1.0" + resolved "1.1.0" + integrity sha512-RCNtWI8tlC4h/SmwqebdCR7ctrFzZVp13IM+SXdzFQ7lxa/QZza52Ioz+kvpKfjFD2Dvf/U5nVF8Ne1OkoePUQ== + dependencies: + prettier "^2.7.1" + prettier-package-json "2.6.0" + tslib latest + +prettier-plugin-properties@^0.1.0: + version "0.1.0" + resolved "0.1.0" + integrity sha512-lObSgVaTVWSyYWxKMOzRGmvQp64S1qumu5vS91ZlMc198ay8EGUuDH+Tc019iMJXc2KNpdAYif2qAJA6mjTkgA== + dependencies: + dot-properties "^1.0.0" + linguist-languages "^7.9.0" + +prettier-plugin-sh@^0.7.1: + version "0.7.1" + resolved "0.7.1" + integrity sha512-2MWRdGOSz0yf/z2kTKF1AqxDuH9MZD8faoDAz5ySGphxssi9oyM3Ys+jp7AfqsCXvGUDbRA4EJOlKS0yZKAW6w== + dependencies: + mvdan-sh "^0.5.0" + +prettier-plugin-solidity@^1.0.0-beta.19: + version "1.1.0" + resolved "1.1.0" + integrity sha512-5gq0T49ifvXH/6x1STuKyWjTUgi6ICoV65yNtKlg/vZEvocFtSpByJOJICBfqPwNsnv4vhhWIqkLGSUJmWum2w== + dependencies: + "@solidity-parser/parser" "^0.14.5" + emoji-regex "^10.2.1" + escape-string-regexp "^4.0.0" + semver "^7.3.8" + solidity-comments-extractor "^0.0.7" + string-width "^4.2.3" + +prettier-plugin-sql@^0.4.1: + version "0.4.2" + resolved "0.4.2" + integrity sha512-1avEGquDpgtZimyXiBFwDM2O5cPomAl17sogA8nkLLgYcZOZ4rGgGbc8OQg/5g8atUhWrang9TOZDRGn6xU6OQ== + dependencies: + node-sql-parser "^4.3.0" + sql-formatter "^4.0.2" + +prettier-plugin-toml-fixed@^0.3.3: + version "0.3.3" + resolved "0.3.3" + integrity sha512-0TSQPR3//82X3iL+EjjVdCxSwXDdkLC/X9AsFTq5CtkJ9biRWdI+3XpMi0wJQ+iguP8yjBjtxPq7wPAcPG0YuQ== + dependencies: + "@toml-tools/parser" "^0.3.1" + prettier "^1.16.0" + +prettier@2.3.1: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +prettier@>=2.0: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +prettier@>=2.3: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +prettier@>=2.3.0: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +prettier@^1.14.2: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +prettier@^1.16.0: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +prettier@^2.4.1: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +prettier@^2.7.1: + version "2.8.1" + resolved "2.8.1" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== + +semantic-release-config@latest: + version "2.3.12" + resolved "2.3.12" + integrity sha512-so//BA+0GA3byI3rgmsLz/HypcEwFHbx0PtoGrfNARZnXHW5IMc9/TDDgM5gk4VPqGacpIoxEZZdTvGln0WkpQ== + dependencies: + "@semantic-release/changelog" "^6.0.1" + "@semantic-release/commit-analyzer" "^9.0.2" + "@semantic-release/exec" "^6.0.3" + "@semantic-release/git" "^10.0.1" + "@semantic-release/gitlab" "^7.2.1" + "@semantic-release/npm" "^9.0.1" + "@semantic-release/release-notes-generator" "^10.0.3" + conventional-changelog-emoji-config latest + git-cz-emoji latest + semantic-release "^19.0.2" + semantic-release-gh latest + semantic-release-npm-deprecate-old-versions "^1.3.2" + semantic-release-python latest + tslib latest + yaml "^1.10.2" + +toml-eslint-parser@^0.2.1: + version "0.2.1" + resolved "0.2.1" + integrity sha512-lAESSx47NjCe/O9Y5dbAmP+U/EFvdxPRgA0Hp4TxCZP3Bs6hxRfLHxZvBuXvTGkVoK0DpYamPz/rCqYBzoFWVQ== + dependencies: + eslint-visitor-keys "^2.0.0" + +ts-jest@^27.0.0: + version "27.1.5" + resolved "27.1.5" + integrity sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA== + dependencies: + bs-logger "0.x" + fast-json-stable-stringify "2.x" + jest-util "^27.0.0" + json5 "2.x" + lodash.memoize "4.x" + make-error "1.x" + semver "7.x" + yargs-parser "20.x" + +ts-jest@^27.0.3: + version "27.1.5" + resolved "27.1.5" + integrity sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA== + dependencies: + bs-logger "0.x" + fast-json-stable-stringify "2.x" + jest-util "^27.0.0" + json5 "2.x" + lodash.memoize "4.x" + make-error "1.x" + semver "7.x" + yargs-parser "20.x" + +tslib@^2.0.0: + version "2.4.1" + resolved "2.4.1" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + +tslib@^2.3.1: + version "2.4.1" + resolved "2.4.1" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + +tslib@^2.4.1: + version "2.4.1" + resolved "2.4.1" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + +tslib@latest: + version "2.4.1" + resolved "2.4.1" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + +typescript@^4.5.5: + version "4.9.4" + resolved "4.9.4" + integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== + +yaml-eslint-parser@^0.4.0: + version "0.4.1" + resolved "0.4.1" + integrity sha512-GoJ/p1EW8O2tbTbuhfxjo1XhfUFU3uX3kwvfEQoOaZjO2Lubx8POjlsSqB+18b3SxkujAdQYT9r9nURaUWNYWQ== + dependencies: + eslint-visitor-keys "^2.1.0" + lodash "^4.17.20" + yaml "^1.10.0" diff --git a/package.json b/package.json index 57cab3ed..bebd9aa2 100644 --- a/package.json +++ b/package.json @@ -1,219 +1,320 @@ { - "private": false, - "name": "@tainted/hiawatha", - "version": "0.0.1", - "description": "Scripts, files, and assets used to build a JumpUSB (https://jumpusb.com)", - "license": "MIT", - "author": "Brian Zalewski (https://megabyte.space)", - "homepage": "https://megabyte.space", - "repository": { - "type": "git", - "url": "git+https://github.com/megabyte-labs/jumpusb.git" - }, - "bugs": { - "email": "help@megabyte.space", - "url": "https://gitlab.com/megabyte-labs/jumpusb/-/issues" - }, - "type": "commonjs", - "main": "dist/main.js", - "files": [ - "dist", - "lib" - ], - "scripts": { - "build": "bash start.sh && task npm:build:tsconfig", - "bump": "npm run build && npm version patch --no-scripts --no-commit-hooks --no-git-tag-version --force && SKIP_PREPUB=true npm publish", - "commit": "bash start.sh && task commit", - "fix": "bash start.sh && task fix", - "help": "bash start.sh && task --menu", - "lint": "bash start.sh && task lint", - "preload": "bash start.sh && task preload", - "prepare": "bash start.sh && (test -f Taskfile.yml && task npm:prepare) || true", - "release": "bash start.sh && task publish:semantic-release", - "repair": "bash <(curl -sS https://install.doctor/repair)", - "start": "test -z $SKIP_NPM_START && bash start.sh || true", - "test": "bash start.sh && task donothing", - "unpack": "bash start.sh && task npm:bundle:unpack", - "update": "bash start.sh && task update", - "vscode": "bash start.sh && task vscode" - }, - "config": { - "commitizen": { - "path": "node_modules/git-cz-emoji" - } - }, - "dependencies": { - "tslib": "latest" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - }, - "optionalDependencies": {}, - "devDependencies": { - "@types/node": "^16.11.52", - "esbuild": "^0.12.29", - "esbuild-node-externals": "^1.4.1", - "eslint-config-strict-mode": "latest", - "git-cz-emoji": "latest", - "jest-preset-ts": "latest", - "prettier": "^2.7.1", - "prettier-config-sexy-mode": "latest", - "semantic-release-config": "latest", - "typescript": "^4.7.4", - "@commitlint/config-conventional": "latest", - "handlebars-helpers": "latest" - }, - "keywords": [ - "common", - "configurations", - "files", - "gitlab-ci", - "mblabs", - "megabytelabs", - "miscellaneous", - "npm", - "other", - "package", - "professormanhattan", - "shared", - "supporting", - "taskfiles", - "washingtondc" - ], - "engines": { - "node": ">=14.18.0" - }, - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org/", - "tag": "edge" - }, - "blueprint": { - "description": "A glorious combination of application settings, theme files, and a performant cross-platform, desktop-oriented software installer.", - "group": "npm", - "name": "Hiawatha Dotfiles", - "overview": "Hiawatha Dotfiles is a glorious combination of application settings, theme files, and a performant yet flexible software installer written with [ZX](https://github.com/google/zx). The installer supports almost any operating system, just checkout the [software.yml file](https://gitlab.com/megabyte-labs/hiawatha-dotfiles/-/blob/master/software.yml). It uses [Chezmoi](https://github.com/twpayne/chezmoi) to apply file changes in an interactive way. It is not your typical Chezmoi project - it is built around the philosophy that you should be able to bash all your computers to bits with a hammer and then resurrect them the next day ✝️️ by storing stateful data to an S3 bucket and automating desktop configuration as much as possible.", - "repository": { - "github": "https://github.com/megabyte-labs/hiawatha-dotfiles", - "gitlab": "https://gitlab.com/megabyte-labs/hiawatha-dotfiles" - }, - "slug": "hiawatha-dotfiles", - "subgroup": "misc", - "title": "Hiawatha Dotfiles - The Spirit of GitHub" - }, - "changelog": { - "displayTypes": [ - "feat", - "fix", - "perf", - "refactor", - "revert" - ], - "showAuthor": true - }, - "commitlint": { - "extends": [], - "helpUrl": "https://megabyte.space/docs/contributing/commits" - }, - "eslintConfig": { - "extends": "eslint-config-strict-mode" - }, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/megabytelabs" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/ProfessorManhattan" - } - ], - "jest": { - "preset": "jest-preset-ts", - "reporters": [ - "default", - [ - "jest-html-reporters", - { - "filename": "index.html", - "logoImgPath": "./.config/assets/logo-jest-report.png", - "openReport": true, - "pageTitle": "Code Coverage Report", - "publicPath": "./coverage" - } - ] - ] - }, - "jscpd": { - "gitignore": true, - "threshold": 0.1 - }, - "nodemonConfig": { - "exec": "tsc -p . && node --inspect-brk dist/main", - "ext": "js,jsx,json,ts,tsx,yml", - "ignore": [ - "src/**/*.spec.ts" - ], - "watch": [ - ".env", - "src" - ] - }, - "ntl": { - "descriptions": { - "build": "Builds the project using the build command specified under scripts in package.json", - "bump": "Used to quickly build, increase the package.json version, and publish the package", - "commit": "If unsure, use this task to commit your code so that it adheres to our commit rules", - "fix": "Run auto-fixing with all available auto-fixers", - "help": "Display the Bodega Taskfile.yml interactive help menu", - "lint": "Lint the project with all available linters", - "preload": "Preload the operating system with commonly used libraries and tools", - "prepare": "A hook triggered by running npm install that runs logic such as installing pre-commit hooks", - "release": "Publish the software to all supported channels using semantic-release", - "repair": "Fixes basic issues in projects that are having trouble running basic commands like 'task start'", - "start": "Entrypoint for new developers that installs requirements and then runs 'task start'", - "test": "Runs the appropriate test logic by running the test command defined under scripts in package.json", - "unpack": "Populates production node_modules from compressed copies saved in the .modules/ folder", - "update": "Update and refresh the repository with upstream changes and templated parts" - } - }, - "pnpm": { - "allowedVersions": { - "@typescript-eslint/eslint-plugin": "5", - "eslint": "8", - "typescript": "4" - }, - "neverBuiltDependencies": [ - "core-js", - "core-js-pure", - "highlight.js" - ], - "peerDependencyRules": { - "ignoreMissing": [ - "eslint", - "prettier", - "puppeteer" - ] - } - }, - "prettier": "prettier-config-sexy-mode", - "release": { - "branches": [ - "main", - "master", - "next", - { - "name": "beta", - "prerelease": true - } - ], - "extends": "semantic-release-config" - }, - "volta": { - "node": "18.4.0", - "yarn": "1.22.19" + "private": false, + "name": "@mblabs/hiawatha-dotfiles", + "version": "0.0.1", + "description": "A glorious combination of application settings, theme files, and a performant cross-platform, desktop-oriented software installer.", + "license": "MIT", + "author": "Brian Zalewski (https://megabyte.space)", + "homepage": "https://megabyte.space", + "repository": { + "type": "git", + "url": "git+https://github.com/megabyte-labs/hiawatha-dotfiles.git" + }, + "bugs": { + "email": "help@megabyte.space", + "url": "https://gitlab.com/megabyte-labs/hiawatha-dotfiles/-/issues" + }, + "type": "commonjs", + "main": "dist/main.js", + "files": [ + "dist", + "lib" + ], + "scripts": { + "build": "bash start.sh && task npm:build:tsconfig", + "bump": "bash start.sh && task npm:bump", + "commit": "bash start.sh && task commit", + "fix": "bash start.sh && task fix", + "help": "bash start.sh && task --menu", + "lint": "bash start.sh && task lint", + "preload": "bash start.sh && task preload", + "prepare": "bash start.sh && (test -f Taskfile.yml && task npm:prepare) || true", + "release": "bash start.sh && task publish:semantic-release", + "repair": "bash <(curl -sS https://install.doctor/repair)", + "start": "test -z $SKIP_NPM_START && bash start.sh || true", + "test": "bash start.sh && task donothing", + "unpack": "bash start.sh && task npm:bundle:unpack", + "update": "bash start.sh && task update", + "vscode": "bash start.sh && task vscode" + }, + "config": { + "commitizen": { + "path": "node_modules/git-cz-emoji" } + }, + "typings": "dist/main.d.ts", + "dependencies": { + "tslib": "latest" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + }, + "optionalDependencies": {}, + "devDependencies": { + "@commitlint/config-conventional": "latest", + "@types/node": "^16.11.6", + "esbuild": "^0.12.29", + "esbuild-node-externals": "^1.3.0", + "eslint-config-strict-mode": "latest", + "git-cz-emoji": "latest", + "handlebars-helpers": "latest", + "jest-preset-ts": "latest", + "prettier": "^2.4.1", + "prettier-config-sexy-mode": "latest", + "semantic-release-config": "latest", + "typescript": "^4.5.5" + }, + "keywords": [ + "common", + "configurations", + "files", + "gitlab-ci", + "mblabs", + "megabytelabs", + "miscellaneous", + "npm", + "other", + "package", + "professormanhattan", + "shared", + "supporting", + "taskfiles", + "washingtondc" + ], + "engines": { + "node": ">=18.4.0" + }, + "publishConfig": { + "@gitlab:registry": "https://gitlab.com/api/v4/projects//packages/npm/", + "access": "public", + "registry": "https://registry.npmjs.org/", + "tag": "edge" + }, + "blueprint": { + "description": "A glorious combination of application settings, theme files, and a performant cross-platform, desktop-oriented software installer.", + "group": "npm", + "name": "Hiawatha Dotfiles", + "overview": "Hiawatha Dotfiles is a glorious combination of application settings, theme files, and a performant yet flexible software installer written with [ZX](https://github.com/google/zx). The installer supports almost any operating system, just checkout the [software.yml file](https://gitlab.com/megabyte-labs/hiawatha-dotfiles/-/blob/master/software.yml). It uses [Chezmoi](https://github.com/twpayne/chezmoi) to apply file changes in an interactive way. It is not your typical Chezmoi project - it is built around the philosophy that you should be able to bash all your computers to bits with a hammer and then resurrect them the next day ✝️️ by storing stateful data to an S3 bucket and automating desktop configuration as much as possible.", + "repository": { + "github": "https://github.com/megabyte-labs/hiawatha-dotfiles", + "gitlab": "https://gitlab.com/megabyte-labs/hiawatha-dotfiles" + }, + "slug": "hiawatha-dotfiles", + "subgroup": "misc", + "title": "Hiawatha Dotfiles - The Spirit of GitHub" + }, + "changelog": { + "displayTypes": [ + "feat", + "fix", + "perf", + "refactor", + "revert" + ], + "showAuthor": true + }, + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ], + "helpUrl": "https://megabyte.space/docs/contributing/commits" + }, + "eslintConfig": { + "extends": "eslint-config-strict-mode" + }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/megabytelabs" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/ProfessorManhattan" + } + ], + "jest": { + "preset": "jest-preset-ts", + "reporters": [ + "default", + [ + "jest-html-reporters", + { + "filename": "index.html", + "logoImgPath": "./.config/assets/logo-jest-report.png", + "openReport": true, + "pageTitle": "Code Coverage Report", + "publicPath": "./coverage" + } + ] + ] + }, + "jscpd": { + "absolute": true, + "gitignore": true, + "ignore": [ + "!**/.devcontainer/**/*", + "!**/.config/**/*", + "!**/.git/**/*", + "!**/.github/**/*", + "!**/.gitlab/**/*", + "!**/.vscode/**/*", + "!**/common/.config/taskfiles/**/*", + "!**/docs/**/*", + "!**/.editorconfig", + "!**/.gitignore", + "!**/.npmrc", + "!**/.gitlab-ci.yml", + "!**/README.md", + "!**/LICENSE", + "!**/Taskfile.yml", + "!**/logo.png", + "!**/package.json", + "!**/start.sh", + "!**/pnpm-lock.yaml", + "!**/package-lock.json", + "!**/poetry.lock", + "!**/pyproject.toml", + "!**/requirements.yml", + "!**/yarn.lock", + "!**/deprecated/**/*" + ], + "threshold": 14 + }, + "lint-staged": { + "(Brewfile|composer.lock|Gemfile|Gopkg.lock|Pipfile.lock)": [ + "task fix:prettier --" + ], + "**/!(logo).(jpg|png)": [ + "task image:compress --" + ], + "**/*": [ + "task lint:any --" + ], + "**/*!(template).(json|webapp|webmanifest)": [ + "task fix:json --" + ], + "**/*.(bash|cfg|cgi|command|css|env|env.*|handlebars|hbs|html|less|fcgi|java|md|mdx|mjml|php|phtml|properties|reg|scss|tmpl|tmux|tool|tpl|zsh)": [ + "task fix:prettier --" + ], + "**/*.(cjs|js|jsx|mjs|ts|tsx)": [ + "task fix:js --", + "task lint:js --" + ], + "**/*.(yml|yaml)": [ + "task fix:yaml --", + "task lint:yaml --" + ], + "**/*.go": [ + "task fix:go --", + "task lint:go --" + ], + "**/*.md": [ + "task fix:markdown --", + "task lint:spelling:markdown --" + ], + "**/*.php": [ + "task fix:php --", + "task lint:php --" + ], + "**/*.py": [ + "task fix:python --", + "task lint:python --" + ], + "**/*.sh": [ + "task fix:prettier --", + "task fix:shell --", + "task lint:shell --" + ], + "**/*.toml": [ + "task fix:toml --", + "task fix:prettier --", + "task lint:toml --" + ], + "**/*.xml": [ + "task fix:xml --", + "task lint:xml --" + ], + "Dockerfile": [ + "task fix:prettier --", + "task lint:docker --" + ], + "Vagrantfile": [ + "task fix:prettier --", + "task lint:vagrant" + ], + "logo.(gif|jpg|jpeg|webp)": [ + "task image:convert:logo --" + ], + "logo.png": [ + "task image:resize -- 200 200", + "task image:compress --" + ] + }, + "nodemonConfig": { + "exec": "tsc -p . && node --inspect-brk dist/main", + "ext": "js,jsx,json,ts,tsx,yml", + "ignore": [ + "src/**/*.spec.ts" + ], + "watch": [ + ".env", + "src" + ] + }, + "ntl": { + "descriptions": { + "build": "Builds the project using the build command specified under scripts in package.json", + "bump": "Used to quickly build, increase the package.json version, and publish the package", + "commit": "If unsure, use this task to commit your code so that it adheres to our commit rules", + "fix": "Run auto-fixing with all available auto-fixers", + "help": "Display the Bodega Taskfile.yml interactive help menu", + "lint": "Lint the project with all available linters", + "preload": "Preload the operating system with commonly used libraries and tools", + "prepare": "A hook triggered by running npm install that runs logic such as installing pre-commit hooks", + "release": "Publish the software to all supported channels using semantic-release", + "repair": "Fixes basic issues in projects that are having trouble running basic commands like 'task start'", + "start": "Entrypoint for new developers that installs requirements and then runs 'task start'", + "test": "Runs the appropriate test logic by running the test command defined under scripts in package.json", + "unpack": "Populates production node_modules from compressed copies saved in the .modules/ folder", + "update": "Update and refresh the repository with upstream changes and templated parts" + } + }, + "pnpm": { + "allowedVersions": { + "@typescript-eslint/eslint-plugin": "5", + "eslint": "8", + "typescript": "4" + }, + "neverBuiltDependencies": [ + "core-js", + "core-js-pure", + "highlight.js" + ], + "peerDependencyRules": { + "ignoreMissing": [ + "eslint", + "prettier", + "puppeteer" + ] + } + }, + "prettier": "prettier-config-sexy-mode", + "release": { + "branches": [ + "main", + "master", + "next", + { + "name": "beta", + "prerelease": true + } + ], + "extends": "semantic-release-config" + }, + "volta": { + "node": "18.4.0", + "yarn": "1.22.19" } - \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbdf0391..813bf017 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,18 +7,18 @@ neverBuiltDependencies: specifiers: '@commitlint/config-conventional': latest - '@types/node': ^16.11.52 + '@types/node': ^16.11.6 esbuild: ^0.12.29 - esbuild-node-externals: ^1.4.1 + esbuild-node-externals: ^1.3.0 eslint-config-strict-mode: latest git-cz-emoji: latest handlebars-helpers: latest jest-preset-ts: latest - prettier: ^2.7.1 + prettier: ^2.4.1 prettier-config-sexy-mode: latest semantic-release-config: latest tslib: latest - typescript: ^4.7.4 + typescript: ^4.5.5 dependencies: tslib: 2.4.1 @@ -565,7 +565,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.12.9 dev: true @@ -3829,7 +3829,7 @@ packages: /@types/jest-specific-snapshot/0.5.6: resolution: {integrity: sha512-AQdUbEyTwO6JR2yZK7PTXDzK32AlkviDZJZEukZnrZtBjITYBtExFh59HTNTZeFSs+k1b1bqCHmWUwj3VHeh/A==} dependencies: - '@types/jest': 26.0.24 + '@types/jest': 29.2.4 dev: true /@types/jest/26.0.24: @@ -15990,7 +15990,7 @@ packages: react: ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: object-assign: 4.1.1 - react-is: 17.0.2 + react-is: 18.2.0 dev: true /react-test-renderer/17.0.2: diff --git a/software.yml b/software.yml index 641e4106..c6d8aa2b 100644 --- a/software.yml +++ b/software.yml @@ -201,7 +201,8 @@ softwarePackages: _post:binary:windows: | # TODO _service: false - binary: https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.20.1/allure-commandline-2.20.1.zip + binary: + https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.20.1/allure-commandline-2.20.1.zip # TODO: Find latest version from https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/maven-metadata.xml and use it in the _binary_ URL brew: allure scoop: allure @@ -1464,7 +1465,7 @@ softwarePackages: # pacman: docker docker-slim: _bin: docker-slim - _desc: '[DockerSlim](https://dockersl.im/) will optimize and secure your containers by understanding your application and what it needs using various analysis techniques. It will throw away what you don''t need, reducing the attack surface of your container. What if you need some of those extra things to debug your container? You can use dedicated debugging side-car containers for that.' + _desc: "[DockerSlim](https://dockersl.im/) will optimize and secure your containers by understanding your application and what it needs using various analysis techniques. It will throw away what you don't need, reducing the attack surface of your container. What if you need some of those extra things to debug your container? You can use dedicated debugging side-car containers for that." _docs: https://github.com/docker-slim/docker-slim#basic-usage-info _github: https://github.com/docker-slim/docker-slim _home: https://dockersl.im/ @@ -1587,7 +1588,7 @@ softwarePackages: ansible: professormanhattan.droplets duf: _bin: duf - _desc: '[duf](https://github.com/muesli/duf) is a Disk Usage/Free Utility - a better ''df'' alternative. It displays a chart within your terminal that gives you an overview of hard-drive usage statistics.' + _desc: "[duf](https://github.com/muesli/duf) is a Disk Usage/Free Utility - a better 'df' alternative. It displays a chart within your terminal that gives you an overview of hard-drive usage statistics." _docs: https://github.com/muesli/duf#usage _github: https://github.com/muesli/duf _home: https://github.com/muesli/duf @@ -1619,7 +1620,7 @@ softwarePackages: pacman: dust easyengine: _bin: ee - _desc: '[EasyEngine](https://easyengine.io/) is a command-line control panel for Nginx to manage WordPress sites running on Nginx, PHP, MySQL, and Let''s Encrypt.' + _desc: "[EasyEngine](https://easyengine.io/) is a command-line control panel for Nginx to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt." _docs: https://easyengine.io/handbook/ _github: https://github.com/EasyEngine/easyengine _home: https://easyengine.io/ @@ -1852,7 +1853,7 @@ softwarePackages: nix: unstable.fcp fd: _bin: fd - _desc: '[fd](https://github.com/sharkdp/fd) is a program that can search for files on your filesystem. It is a simple, fast, and user-friendly alternative to find. While it does not aim to support all of find''s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.' + _desc: "[fd](https://github.com/sharkdp/fd) is a program that can search for files on your filesystem. It is a simple, fast, and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases." _docs: null _github: https://github.com/sharkdp/fd _home: null @@ -2164,7 +2165,7 @@ softwarePackages: snap: fx fzf: _bin: fzf - _desc: '[fzf](https://github.com/junegunn/fzf) is a general-purpose command-line fuzzy finder. It''s an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.' + _desc: "[fzf](https://github.com/junegunn/fzf) is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc." _docs: https://github.com/junegunn/fzf#usage _github: https://github.com/junegunn/fzf _home: https://github.com/junegunn/fzf @@ -2303,7 +2304,7 @@ softwarePackages: winget: GitHub.cli ghorg: _bin: ghorg - _desc: '[ghorg](https://github.com/gabrie30/ghorg) allows you to quickly clone all of an org''s, or user''s repositories into a single directory.' + _desc: "[ghorg](https://github.com/gabrie30/ghorg) allows you to quickly clone all of an org's, or user's repositories into a single directory." _docs: null _github: https://github.com/gabrie30/ghorg _home: null @@ -3624,7 +3625,7 @@ softwarePackages: scoop: lazygit xbps: lazygit ledger-live: - _appimageName: 'Ledger Live.AppImage' + _appimageName: Ledger Live.AppImage _bin: null _desc: '[Ledger Live](https://www.ledger.com/ledger-live) is a new generation wallet desktop application providing a unique interface to maintain multiple cryptocurrencies for your Ledger Nano S / Blue. Manage your device, create accounts, receive and send cryptoassets and many more.' _docs: null @@ -3944,7 +3945,7 @@ softwarePackages: go: github.com/minio/mc@latest mcfly: _bin: mcfly - _desc: '[McFly](https://github.com/cantino/mcfly) replaces your default CTRL-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly''s suggestions are prioritized in real time with a small neural network.' + _desc: "[McFly](https://github.com/cantino/mcfly) replaces your default CTRL-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network." _docs: null _github: null _home: null @@ -4986,7 +4987,7 @@ softwarePackages: go: github.com/jessfraz/pony@latest portmaster: _bin: null - _desc: '[portmaster](https://safing.io/portmaster/) is a free and open-source application that puts you back in charge over all your computer''s network connections.' + _desc: "[portmaster](https://safing.io/portmaster/) is a free and open-source application that puts you back in charge over all your computer's network connections." _docs: https://docs.safing.io/portmaster/architecture/overview _github: https://github.com/safing/portmaster _home: https://safing.io/ @@ -4996,7 +4997,7 @@ softwarePackages: ansible:windows: professormanhattan.portmaster postman: _bin: null - _desc: '[Postman](https://www.postman.com/) is a collaboration platform for API development. Postman''s features simplify each step of building an API and streamline collaboration so you can create better APIs — faster.' + _desc: "[Postman](https://www.postman.com/) is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster." _docs: https://learning.postman.com/docs/getting-started/introduction/ _github: Not open-source _home: https://www.postman.com/ @@ -6449,7 +6450,8 @@ softwarePackages: _name: Termius _post:binary:windows: | # TODO - _service: null + _service: + null # TODO ansible: professormanhattan.termius binary:windows: https://autoupdate.termius.com/windows/Termius.exe @@ -6583,7 +6585,7 @@ softwarePackages: scoop: tokei tor: _bin: toron - _desc: '[Tor](https://www.torproject.org/) is free and open-source software for enabling anonymous communication by directing Internet traffic through a free, worldwide, volunteer overlay network consisting of more than seven thousand relays in order to conceal a user''s location and usage from anyone conducting network surveillance or traffic analysis. On Linux you can combine Tor with [Privoxy](https://www.privoxy.org/) which allows you to tunnel all of your traffic through the Tor network.' + _desc: "[Tor](https://www.torproject.org/) is free and open-source software for enabling anonymous communication by directing Internet traffic through a free, worldwide, volunteer overlay network consisting of more than seven thousand relays in order to conceal a user's location and usage from anyone conducting network surveillance or traffic analysis. On Linux you can combine Tor with [Privoxy](https://www.privoxy.org/) which allows you to tunnel all of your traffic through the Tor network." _docs: https://tb-manual.torproject.org/ _github: https://github.com/TheTorProject _home: https://www.torproject.org/ @@ -7210,7 +7212,7 @@ softwarePackages: ansible: professormanhattan.wsl xcode: _bin: xcodebuild - _desc: '[Xcode](https://developer.apple.com/xcode/) is Apple''s integrated development environment for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS.' + _desc: "[Xcode](https://developer.apple.com/xcode/) is Apple's integrated development environment for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS." _docs: https://developer.apple.com/documentation/xcode _github: false _home: https://developer.apple.com/xcode/ @@ -7260,7 +7262,7 @@ softwarePackages: zypper: yank yarn: _bin: yarn - _desc: '[Yarn](https://yarnpkg.com/) is a relatively new and open source JavaScript package manager developed by Facebook. Yarn is fully compatible with the npm registry (i.e. [npmjs.com](https://www.npmjs.com/)) and can work alongside npm, but it''s aim it to be a safer, more secure and more reliable alternative.' + _desc: "[Yarn](https://yarnpkg.com/) is a relatively new and open source JavaScript package manager developed by Facebook. Yarn is fully compatible with the npm registry (i.e. [npmjs.com](https://www.npmjs.com/)) and can work alongside npm, but it's aim it to be a safer, more secure and more reliable alternative." _docs: https://yarnpkg.com/getting-started _github: https://github.com/yarnpkg/berry _home: https://yarnpkg.com/ diff --git a/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json b/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json index fc6c3c70..26a020a0 100644 --- a/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json +++ b/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json @@ -3,15 +3,15 @@ "DisableTelemetry": true, "DontCheckDefaultBrowser": true, "EnableTrackingProtection": { - "Value": true, - "Locked": false, "Cryptomining": true, - "Fingerprinting": true + "Fingerprinting": true, + "Locked": false, + "Value": true }, "Homepage": { - "URL": "http://betelgeuse.home", "Locked": false, - "StartPage": "previous-session" + "StartPage": "previous-session", + "URL": "http://betelgeuse.home" }, "NoDefaultBookmarks": true, "OfferToSaveLogins": false, diff --git a/system/etc/keybase/config.json b/system/etc/keybase/config.json index dba7e04c..4b838398 100644 --- a/system/etc/keybase/config.json +++ b/system/etc/keybase/config.json @@ -1,3 +1,3 @@ { "disable-root-redirector": true -} \ No newline at end of file +} diff --git a/system/etc/timeshift/timeshift.json b/system/etc/timeshift/timeshift.json index 8fdb3ab1..61b0c5f2 100644 --- a/system/etc/timeshift/timeshift.json +++ b/system/etc/timeshift/timeshift.json @@ -1,24 +1,22 @@ { - "backup_device_uuid" : "", - "parent_device_uuid" : "", - "do_first_run" : "true", - "btrfs_mode" : "true", - "include_btrfs_home" : "false", - "stop_cron_emails" : "true", - "schedule_monthly" : "false", - "schedule_weekly" : "false", - "schedule_daily" : "false", - "schedule_hourly" : "false", - "schedule_boot" : "false", - "count_monthly" : "0", - "count_weekly" : "2", - "count_daily" : "4", - "count_hourly" : "8", - "count_boot" : "0", - "snapshot_size" : "0", - "snapshot_count" : "0", - "exclude" : [ - ], - "exclude-apps" : [ - ] + "backup_device_uuid": "", + "btrfs_mode": "true", + "count_boot": "0", + "count_daily": "4", + "count_hourly": "8", + "count_monthly": "0", + "count_weekly": "2", + "do_first_run": "true", + "exclude": [], + "exclude-apps": [], + "include_btrfs_home": "false", + "parent_device_uuid": "", + "schedule_boot": "false", + "schedule_daily": "false", + "schedule_hourly": "false", + "schedule_monthly": "false", + "schedule_weekly": "false", + "snapshot_count": "0", + "snapshot_size": "0", + "stop_cron_emails": "true" } diff --git a/system/usr/lib/firefox-esr/distribution/policies.json b/system/usr/lib/firefox-esr/distribution/policies.json index fc6c3c70..26a020a0 100644 --- a/system/usr/lib/firefox-esr/distribution/policies.json +++ b/system/usr/lib/firefox-esr/distribution/policies.json @@ -3,15 +3,15 @@ "DisableTelemetry": true, "DontCheckDefaultBrowser": true, "EnableTrackingProtection": { - "Value": true, - "Locked": false, "Cryptomining": true, - "Fingerprinting": true + "Fingerprinting": true, + "Locked": false, + "Value": true }, "Homepage": { - "URL": "http://betelgeuse.home", "Locked": false, - "StartPage": "previous-session" + "StartPage": "previous-session", + "URL": "http://betelgeuse.home" }, "NoDefaultBookmarks": true, "OfferToSaveLogins": false, diff --git a/system/usr/lib/firefox/distribution/policies.json b/system/usr/lib/firefox/distribution/policies.json index fc6c3c70..26a020a0 100644 --- a/system/usr/lib/firefox/distribution/policies.json +++ b/system/usr/lib/firefox/distribution/policies.json @@ -3,15 +3,15 @@ "DisableTelemetry": true, "DontCheckDefaultBrowser": true, "EnableTrackingProtection": { - "Value": true, - "Locked": false, "Cryptomining": true, - "Fingerprinting": true + "Fingerprinting": true, + "Locked": false, + "Value": true }, "Homepage": { - "URL": "http://betelgeuse.home", "Locked": false, - "StartPage": "previous-session" + "StartPage": "previous-session", + "URL": "http://betelgeuse.home" }, "NoDefaultBookmarks": true, "OfferToSaveLogins": false,